summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2025-07-14Revert "netfilter: nf_tables: Add notifications for hook changes"Phil Sutter-62/+0
2025-07-14netfilter: nf_tables: hide clash bit from userspaceFlorian Westphal-0/+3
2025-07-14don't bother with path_get()/path_put() in unix_open_file()Al Viro-12/+4
2025-07-13rpl: Fix use-after-free in rpl_do_srh_inline().Kuniyuki Iwashima-4/+4
2025-07-13af_packet: fix soft lockup issue caused by tpacket_snd()Yun Lu-12/+11
2025-07-13af_packet: fix the SO_SNDTIMEO constraint not effective on tpacked_snd()Yun Lu-2/+2
2025-07-13net/sched: sch_qfq: Fix race condition on qfq_aggregateXiang Mei-9/+21
2025-07-11Merge tag 'batadv-next-pullrequest-20250710' of git://git.open-mesh.org/linux...Jakub Kicinski-92/+45
2025-07-11net_sched: act_skbedit: use RCU in tcf_skbedit_dump()Eric Dumazet-11/+9
2025-07-11net_sched: act_police: use RCU in tcf_police_dump()Eric Dumazet-9/+9
2025-07-11net_sched: act_pedit: use RCU in tcf_pedit_dump()Eric Dumazet-10/+10
2025-07-11net_sched: act_nat: use RCU in tcf_nat_dump()Eric Dumazet-13/+12
2025-07-11net_sched: act_mpls: use RCU in tcf_mpls_dump()Eric Dumazet-11/+10
2025-07-11net_sched: act_ctinfo: use RCU in tcf_ctinfo_dump()Eric Dumazet-12/+11
2025-07-11net_sched: act_ctinfo: use atomic64_t for three countersEric Dumazet-8/+11
2025-07-11net_sched: act_ct: use RCU in tcf_ct_dump()Eric Dumazet-15/+15
2025-07-11net_sched: act_csum: use RCU in tcf_csum_dump()Eric Dumazet-9/+9
2025-07-11net_sched: act_connmark: use RCU in tcf_connmark_dump()Eric Dumazet-8/+10
2025-07-11net/sched: Restrict conditions for adding duplicating netems to qdisc treeWilliam Liu-0/+40
2025-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-28/+93
2025-07-11bpf: Remove attach_type in sockmap_linkTao Chen-6/+4
2025-07-11bpf: Add attach_type field to bpf_linkTao Chen-4/+8
2025-07-11netlink: make sure we allow at least one dump skbJakub Kicinski-2/+3
2025-07-11netlink: Fix rmem check in netlink_broadcast_deliver().Kuniyuki Iwashima-1/+1
2025-07-10Merge tag 'nf-next-25-07-10' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski-1024/+48
2025-07-10gre: Fix IPv6 multicast route creation.Guillaume Nault-7/+2
2025-07-10net: appletalk: Fix device refcount leak in atrtr_create()Kito Xu-0/+1
2025-07-10ethtool: rss: report which fields are configured for hashingJakub Kicinski-11/+100
2025-07-10ethtool: mark ETHER_FLOW as usable for Rx hashJakub Kicinski-0/+1
2025-07-10ethtool: rss: make sure dump takes the rss lockJakub Kicinski-19/+21
2025-07-10Merge tag 'wireless-next-2025-07-10' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski-248/+430
2025-07-10Merge tag 'wireless-2025-07-10' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski-18/+86
2025-07-10net: replace ND_PRINTK with dynamic debugWang Liang-106/+67
2025-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-104/+188
2025-07-10net: xsk: introduce XDP_MAX_TX_SKB_BUDGET setsockoptJason Xing-2/+19
2025-07-10wifi: mac80211: add the virtual monitor after reconfig completeMiri Korenblit-5/+4
2025-07-10wifi: mac80211: always initialize sdata::key_listMiri Korenblit-2/+2
2025-07-10net/sched: sch_qfq: Fix null-deref in agg_dequeueXiang Mei-27/+1
2025-07-09rxrpc: Fix oops due to non-existence of prealloc backlog structDavid Howells-0/+3
2025-07-09rxrpc: Fix bug due to prealloc collisionDavid Howells-0/+1
2025-07-09vsock: Add support for SIOCINQ ioctlXuewei Niu-0/+22
2025-07-09hv_sock: Return the readable bytes in hvs_stream_has_data()Dexuan Cui-3/+14
2025-07-09skbuff: Add MSG_MORE flag to optimize tcp large packet transmissionFeng Yang-0/+5
2025-07-09net: ipconfig: convert timeouts to secs_to_jiffies()Easwar Hariharan-3/+3
2025-07-09net/smc: convert timeouts to secs_to_jiffies()Easwar Hariharan-2/+1
2025-07-09tcp: refine sk_rcvbuf increase for ooo packetsEric Dumazet-1/+3
2025-07-09net/sched: Abort __tc_modify_qdisc if parent class does not existVictor Nogueira-7/+16
2025-07-09atm: clip: Fix NULL pointer dereference in vcc_sendmsg()Yue Haibing-1/+9
2025-07-09devlink: Add new "clock_id" generic device paramIvan Vecera-0/+5
2025-07-09devlink: Add support for u64 parametersIvan Vecera-0/+10