aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-07-01wifi: mac80211: keep recently active tx queues in scheduling listFelix Fietkau3-4/+44
2022-07-01wifi: mac80211: consider aql_tx_pending when checking airtime deficitFelix Fietkau1-2/+9
2022-07-01wifi: mac80211: make sta airtime deficit field s32 instead of s64Felix Fietkau3-4/+4
2022-07-01wifi: mac80211: switch airtime fairness back to deficit round-robin schedulingFelix Fietkau12-651/+176
2022-07-01wifi: mac80211: sta_info: fix a missing kernel-doc struct elementMauro Carvalho Chehab1-0/+2
2022-06-30time64.h: consolidate uses of PSEC_PER_NSECVladimir Oltean1-2/+3
2022-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski21-167/+327
2022-06-30SUNRPC: Fix READ_PLUS crasherChuck Lever1-1/+1
2022-06-30net, neigh: introduce interval_probe_time_ms for periodic probeYuwei Wang4-2/+33
2022-06-30net: rose: fix UAF bugs caused by timer handlerDuoming Zhou1-15/+19
2022-06-29ipv6: remove redundant store to value after additionColin Ian King1-1/+1
2022-06-29ipv6: fix lockdep splat in in6_dump_addrs()Eric Dumazet1-2/+2
2022-06-29net: dsa: add get_pause_stats supportOleksij Rempel1-0/+11
2022-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski4-26/+65
2022-06-29bpf: expose bpf_{g,s}etsockopt to lsm cgroupStanislav Fomichev1-7/+53
2022-06-29net: tipc: fix possible refcount leak in tipc_sk_create()Hangyu Hua1-0/+1
2022-06-29wifi: cfg80211: Allow P2P client interface to indicate port authorizationVinayak Yadawad1-1/+2
2022-06-29wifi: mac80211: do not wake queues on a vif that is being stoppedFelix Fietkau2-0/+5
2022-06-29wifi: mac80211: check skb_shared in ieee80211_8023_xmit()Ryder Lee1-23/+13
2022-06-29wifi: mac80211: add gfp_t parameter to ieeee80211_obss_color_collision_notifyLorenzo Bianconi2-3/+4
2022-06-28net: mptcp: fix some spelling mistake in mptcpMenglong Dong2-2/+2
2022-06-28tcp: diag: add support for TIME_WAIT sockets to tcp_abort()Eric Dumazet1-9/+17
2022-06-28net: ipv6: unexport __init-annotated seg6_hmac_net_init()YueHaibing1-1/+0
2022-06-28ipv6/sit: fix ipip6_tunnel_get_prl return valuekatrinzhou1-5/+3
2022-06-28af_unix: Do not call kmemdup() for init_net's sysctl table.Kuniyuki Iwashima1-6/+13
2022-06-28mptcp: fix race on unaccepted mptcp socketsPaolo Abeni3-0/+59
2022-06-28mptcp: consistent map handling on failurePaolo Abeni1-10/+9
2022-06-28mptcp: fix shutdown vs fallback racePaolo Abeni4-6/+19
2022-06-28mptcp: invoke MP_FAIL response when neededGeliang Tang4-45/+82
2022-06-28mptcp: introduce MAPPING_BAD_CSUMPaolo Abeni1-9/+9
2022-06-28mptcp: fix error mibs accountingPaolo Abeni3-6/+4
2022-06-28xsk: Clear page contiguity bit when unmapping poolIvan Malov1-0/+1
2022-06-28ipv6/addrconf: fix timing bug in tempaddr regenSam Edwards1-29/+33
2022-06-28bpf: Fix sockmap calling sleepable function in teardown pathJohn Fastabend1-1/+1
2022-06-27ipv6: take care of disable_policy when restoring routesNicolas Dichtel2-5/+8
2022-06-27net/sched: act_api: Notify user space if any actions were flushed before errorVictor Nogueira1-8/+14
2022-06-27Merge branch 'master' into mm-stableakpm24-480/+230
2022-06-27netfilter: br_netfilter: do not skip all hooks with 0 priorityFlorian Westphal1-3/+18
2022-06-27netfilter: nf_tables: avoid skb access on nf_stolenFlorian Westphal2-23/+45
2022-06-27netfilter: nft_dynset: restore set element counter when failing to updatePablo Neira Ayuso1-0/+2
2022-06-27ipmr: fix a lockdep splat in ipmr_rtm_dumplink()Eric Dumazet1-1/+1
2022-06-27tipc: move bc link creation back to tipc_node_createXin Long1-19/+22
2022-06-27tunnels: do not assume mac header is set in skb_tunnel_check_pmtu()Eric Dumazet1-1/+1
2022-06-27Merge tag 'linux-can-next-for-5.20-20220625' of git://git.kernel.org/pub/scm/...David S. Miller1-3/+2
2022-06-27net: dsa: add Renesas RZ/N1 switch tag driverClément Léger3-0/+121
2022-06-27net: dsa: add support for ethtool get_rmon_stats()Clément Léger1-0/+13
2022-06-27net: dsa: allow port_bridge_join() to override extack messageClément Léger1-2/+3
2022-06-27net: mac802154: Fix a Tx warning checkMiquel Raynal2-25/+14
2022-06-24raw: fix a typo in raw_icmp_error()Eric Dumazet1-1/+1
2022-06-24tcp: add a missing nf_reset_ct() in 3WHS handlingEric Dumazet1-1/+5