summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2026-03-05xdp: produce a warning when calculated tailroom is negativeLarysa Zaremba1-1/+2
2026-03-05xdp: use modulo operation to calculate XDP frag tailroomLarysa Zaremba1-1/+2
2026-03-05net/sched: act_ife: Fix metalist update behaviorJamal Hadi Salim1-49/+44
2026-03-05net: ipv6: fix panic when IPv4 route references loopback IPv6 nexthopJiayuan Chen1-5/+3
2026-03-05net: bridge: fix nd_tbl NULL dereference when IPv6 is disabledFernando Fernandez Mancera2-2/+2
2026-03-05netfilter: nft_set_pipapo: split gc into unlink and reclaim phaseFlorian Westphal3-13/+45
2026-03-05netfilter: nf_tables: clone set on flush onlyPablo Neira Ayuso4-6/+24
2026-03-05netfilter: nf_tables: unconditionally bump set->nelems before insertionPablo Neira Ayuso1-14/+16
2026-03-05net: Provide a PREEMPT_RT specific check for netdev_queue::_xmit_lockSebastian Andrzej Siewior2-5/+2
2026-03-05mptcp: pm: in-kernel: always mark signal+subflow endp as usedMatthieu Baerts (NGI0)1-0/+9
2026-03-05mptcp: pm: avoid sending RM_ADDR over same subflowMatthieu Baerts (NGI0)1-12/+43
2026-03-05nfc: rawsock: cancel tx_work before socket teardownJakub Kicinski1-0/+11
2026-03-05nfc: nci: clear NCI_DATA_EXCHANGE before calling completion callbackJakub Kicinski1-4/+8
2026-03-05nfc: nci: complete pending data exchange on device closeJakub Kicinski1-0/+9
2026-03-05nfc: digital: free skb on digital_in_send error pathsJakub Kicinski1-2/+6
2026-03-05nfc: nci: free skb on nci_transceive early error pathsJakub Kicinski1-2/+7
2026-03-05net: devmem: use READ_ONCE/WRITE_ONCE on binding->devBobby Eshleman2-3/+5
2026-03-05net_sched: sch_fq: clear q->band_pkt_count[] in fq_reset()Eric Dumazet1-0/+1
2026-03-05net: nfc: nci: Fix zero-length proprietary notificationsIan Ray1-1/+11
2026-03-05tcp: secure_seq: add back ports to TS offsetEric Dumazet6-99/+85
2026-03-05Merge tag 'linux-can-fixes-for-7.0-20260302' of git://git.kernel.org/pub/scm/...Jakub Kicinski1-0/+1
2026-03-05Merge tag 'wireless-2026-03-04' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski1-0/+1
2026-03-04net/tcp-md5: Fix MAC comparison to be constant-timeEric Biggers4-3/+7
2026-03-04net: ipv4: fix ARM64 alignment fault in multipath hash seedYung Chih Su1-2/+3
2026-03-04net/tcp-ao: Fix MAC comparison to be constant-timeEric Biggers2-1/+3
2026-03-04ipv6: fix NULL pointer deref in ip6_rt_get_dev_rcu()Jakub Kicinski1-1/+2
2026-03-03net: Fix rcu_tasks stall in threaded busypollYiFei Zhu1-6/+11
2026-03-03net/rds: Fix circular locking dependency in rds_tcp_tuneAllison Henderson1-4/+10
2026-03-03wifi: mac80211: fix missing ieee80211_eml_params member initializationMeiChia Chiu1-0/+1
2026-03-02can: bcm: fix locking for bcm_op runtime updatesOliver Hartkopp1-0/+1
2026-02-28atm: lec: fix null-ptr-deref in lec_arp_clear_vccsJiayuan Chen1-11/+15
2026-02-28xsk: Fix zero-copy AF_XDP fragment dropNikhil P. Rao1-9/+15
2026-02-28xsk: Fix fragment node deletion to prevent buffer leakNikhil P. Rao1-1/+1
2026-02-28tcp: give up on stronger sk_rcvbuf checks (for now)Jakub Kicinski1-15/+1
2026-02-28udp: Unhash auto-bound connected sk from 4-tuple hash table when disconnected.Kuniyuki Iwashima1-10/+15
2026-02-28net/sched: Only allow act_ct to bind to clsact/ingress qdiscs and shared blocksVictor Nogueira2-0/+13
2026-02-28net/sched: sch_cake: fixup cake_mq rate adjustment for diffserv configJonas Köppeler1-27/+23
2026-02-28net/sched: sch_cake: avoid sync overhead when unlimitedJonas Köppeler1-1/+2
2026-02-28inet: annotate data-races around isk->inet_numEric Dumazet3-6/+7
2026-02-28net/sched: act_gate: snapshot parameters with RCU on replacePaul Moses1-79/+186
2026-02-27bridge: Check relevant per-VLAN options in VLAN range groupingDanielle Ratson2-3/+33
2026-02-27net: annotate data-races around sk->sk_{data_ready,write_space}Eric Dumazet8-23/+25
2026-02-27Merge tag 'batadv-net-pullrequest-20260225' of https://git.open-mesh.org/linu...Jakub Kicinski3-5/+14
2026-02-27net/sched: ets: fix divide by zero in the offload pathDavide Caratti1-4/+8
2026-02-26Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds37-166/+325
2026-02-26netfilter: nf_conntrack_h323: fix OOB read in decode_choice()Vahagn Vardanian1-1/+1
2026-02-26net: consume xmit errors of GSO framesJakub Kicinski1-5/+18
2026-02-26vsock: lock down child_ns_mode as write-onceBobby Eshleman1-5/+10
2026-02-26Merge tag 'wireless-2026-02-25' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski6-3/+12
2026-02-26tcp: re-enable acceptance of FIN packets when RWIN is 0Simon Baatz1-4/+14