aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
3 daysMerge tag 'device-id-rework' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-2/+0
3 daysReplace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...Uwe Kleine-König (The Capable Hub)2-2/+0
4 daysMerge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-0/+20
4 daysMerge tag 'net-7.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds61-214/+1017
4 daysMerge tag 'batadv-net-pullrequest-20260630' of https://git.open-mesh.org/batadvPaolo Abeni5-3/+35
5 daysMerge tag 'nf-26-06-30' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Paolo Abeni11-20/+531
5 daysnet/sched: hhf: clear heavy-hitter state on resetSamuel Moelius1-0/+27
5 daysnet/sched: dualpi2: clear stale classification on filter missSamuel Moelius1-3/+3
6 daysnet/sched: act_bpf: use rcu_dereference_bh() to read the filterSechang Lim1-1/+1
6 dayssctp: fix addr_wq_timer race in sctp_free_addr_wq()Xin Long1-1/+2
6 daysbridge: stp: Fix a potential use-after-free when deleting a bridgeIdo Schimmel2-1/+5
6 daysnet/sched: sch_teql: Introduce slaves_lock to avoid race condition and UAFJamal Hadi Salim1-39/+86
7 daysnetfilter: nftables: restrict checkum update offsetFlorian Westphal1-0/+100
7 daysnetfilter: nftables: restrict linklayer and network header writesFlorian Westphal1-0/+170
7 daysnetfilter: nfnetlink_queue: restrict writes to network headerFlorian Westphal1-0/+170
7 daysnetfilter: nft_fib: reject fib expression on the netdev egress hookTheodor Arsenij Larionov-Trichkine2-1/+37
7 daysnetfilter: nfnetlink_cthelper: cap to maximum number of expectation per masterPablo Neira Ayuso1-0/+2
7 daysnetfilter: nf_conntrack_sip: validate skb_dst() before accessing itPablo Neira Ayuso1-2/+5
7 daysnetfilter: ipset: fix race between dump and ip_set_list resizeXiang Mei1-1/+7
7 daysnetfilter: nft_set_pipapo: don't leak bad clone into future transactionFlorian Westphal2-5/+37
7 daysnetfilter: nf_conntrack_expect: zero at allocation timeFlorian Westphal2-11/+3
7 daysipv6: fib6: fix NULL deref in fib6_walk_continue() on multi-batch dumpPengfei Zhang1-9/+8
7 daystcp: Decrement tcp_md5_needed static branchDmitry Safonov1-2/+2
7 daystcp: defer md5sig_info kfree past RCU grace period in tcp_connectMichael Bommarito2-4/+8
7 daystcp: restore RCU grace period in tcp_ao_destroy_sockMichael Bommarito1-2/+3
7 daystipc: fix out-of-bounds read in broadcast Gap ACK blocksSamuel Page3-12/+27
8 daysbatman-adv: dat: ensure accessible eth_hdr proto fieldSven Eckelmann2-0/+26
8 daysbatman-adv: bla: reacquire gw address after skb reallocSven Eckelmann1-0/+1
8 daysbatman-adv: dat: acquire ARP hw source only after skb reallocSven Eckelmann1-1/+4
8 daysbatman-adv: gw: acquire ethernet header only after skb reallocSven Eckelmann1-1/+2
8 daysbatman-adv: access unicast_ttvn skb->data only after skb reallocSven Eckelmann1-1/+1
8 daysbatman-adv: retrieve ethhdr after potential skb realloc on RXSven Eckelmann1-0/+1
9 daysnet: dsa: Fix skb ownership in taggersLinus Walleij24-101/+233
9 dayssctp: add INIT verification after cookie unpackingXin Long2-4/+37
9 daysnetpoll: fix a use-after-free on shutdown pathBreno Leitao1-8/+1
9 dayssctp: fix SCTP_RESET_STREAMS stream list length limitYousef Alhouseen1-4/+5
10 daysnet/sched: sch_multiq: Replace direct dequeue call with peek and qdisc_dequeu...Bryam Vargas1-1/+1
10 daysnet/sched: sch_taprio: Replace direct dequeue call with peek and qdisc_dequeu...Bryam Vargas1-1/+1
10 daysseg6: validate SRH length before reading fixed fieldsNuoqi Gui1-0/+3
11 daysbpf, sockmap: reject a packet-modifying SK_SKB stream parserSechang Lim1-0/+20
11 daysMerge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds3-30/+17
11 daysMerge tag 'net-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds114-725/+1330
11 daysvlan: defer real device state propagation to netdev_workJakub Kicinski4-68/+80
11 daysnet: add the driver-facing netdev_work scheduling APIJakub Kicinski1-18/+63
11 daysnet: turn the rx_mode work into a generic netdev_work facilityJakub Kicinski5-76/+132
11 daysnet: ethtool: keep rtnl_lock for ops using ethtool_op_get_link()Jakub Kicinski1-0/+4
11 daysrxrpc: Fix rxrpc_rotate_tx_rotate() to check there's something to rotateDavid Howells1-0/+3
11 daysrxrpc: Fix leak of released call in recvmsg(MSG_PEEK)David Howells1-2/+1
11 daysrxrpc: Fix socket notification raceDavid Howells1-2/+0
11 daysrxrpc: Fix potential infinite loop in rxrpc_recvmsg()David Howells1-1/+2