aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2026-02-28udp: Unhash auto-bound connected sk from 4-tuple hash table when disconnected.Kuniyuki Iwashima1-9/+14
2026-02-28net: fix sock compilation error under CONFIG_PREEMPT_RTJiayuan Chen1-5/+8
2026-02-27net: inline skb_add_rx_frag_netmem()Eric Dumazet1-11/+0
2026-02-27ipv6: discard fragment queue earlier if there is malformed datagramFernando Fernandez Mancera1-0/+6
2026-02-27net/sched: Only allow act_ct to bind to clsact/ingress qdiscs and shared blocksVictor Nogueira2-0/+13
2026-02-27tls: don't select STREAM_PARSERSabrina Dubroca1-1/+0
2026-02-27net/sched: sch_cake: fixup cake_mq rate adjustment for diffserv configJonas Köppeler1-27/+23
2026-02-27net/sched: sch_cake: avoid sync overhead when unlimitedJonas Köppeler1-1/+2
2026-02-27net: use try_cmpxchg() in lock_sock_nested()Eric Dumazet1-0/+13
2026-02-27net/hsr: update outdated commentsKexin Sun3-4/+4
2026-02-27inet: annotate data-races around isk->inet_numEric Dumazet3-6/+7
2026-02-27net/sched: act_gate: snapshot parameters with RCU on replacePaul Moses1-79/+186
2026-02-27xprtrdma: Decrement re_receiving on the early exit pathsEric Badger1-3/+4
2026-02-26bridge: Check relevant per-VLAN options in VLAN range groupingDanielle Ratson2-3/+33
2026-02-26net: annotate data-races around sk->sk_{data_ready,write_space}Eric Dumazet8-23/+25
2026-02-26Merge tag 'batadv-net-pullrequest-20260225' of https://git.open-mesh.org/linux-mergeJakub Kicinski3-5/+14
2026-02-26net/sched: ets: fix divide by zero in the offload pathDavide Caratti1-4/+8
2026-02-26inet: remove three EXPORT_SYMBOL()Eric Dumazet1-3/+1
2026-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski505-1396/+1424
2026-02-26Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds37-165/+324
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-26xfrm: update outdated commentkexinsun1-1/+1
2026-02-25Merge tag 'wireless-2026-02-25' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wirelessJakub Kicinski6-3/+12
2026-02-25netfilter: nf_tables: remove register tracking infrastructureFlorian Westphal49-656/+0
2026-02-25netfilter: nf_tables: drop obsolete EXPORT_SYMBOLsFlorian Westphal1-11/+0
2026-02-25netfilter: nft_set_rbtree: don't disable bh when acquiring tree lockFlorian Westphal1-14/+9
2026-02-25ipvs: no_cport and dropentry counters can be per-netJulian Anastasov1-25/+39
2026-02-25ipvs: use more counters to avoid service lookupsJulian Anastasov2-37/+51
2026-02-25ipvs: do not keep dest_dst after dest is removedJulian Anastasov2-16/+16
2026-02-25ipvs: use single svc tableJulian Anastasov1-126/+20
2026-02-25ipvs: some service readers can use RCUJulian Anastasov1-24/+23
2026-02-25ipvs: make ip_vs_svc_table and ip_vs_svc_fwm_table per netnsJiejian Wu2-104/+81
2026-02-25tcp: re-enable acceptance of FIN packets when RWIN is 0Simon Baatz1-4/+14
2026-02-25rds: update outdated commentkexinsun1-1/+1
2026-02-25vsock: Use container_of() to get net namespace in sysctl handlersGreg Kroah-Hartman1-2/+2
2026-02-25esp: fix skb leak with espintcp and async cryptoSabrina Dubroca2-6/+12
2026-02-25xfrm: call xdo_dev_state_delete during state updateSabrina Dubroca1-0/+1
2026-02-25xfrm: fix the condition on x->pcpu_num in xfrm_sa_lenSabrina Dubroca1-1/+1
2026-02-25xfrm: add missing extack for XFRMA_SA_PCPU in add_acquire and allocspiSabrina Dubroca1-1/+4
2026-02-24icmp: increase net.ipv4.icmp_msgs_{per_sec,burst}Eric Dumazet1-2/+2
2026-02-24tcp: move inet6_csk_update_pmtu() to tcp_ipv6.cEric Dumazet2-17/+17
2026-02-24tcp: reduce calls to tcp_schedule_loss_probe()Eric Dumazet2-2/+2
2026-02-24tcp: make tcp_v{4,6}_send_check() staticEric Dumazet5-12/+3
2026-02-24tcp: move tcp_v6_send_check() to tcp_output.cEric Dumazet2-8/+16
2026-02-24tcp: inline __tcp_v4_send_check()Eric Dumazet2-19/+9
2026-02-24xsk: avoid double checking against rx queue being fullMaciej Fijalkowski2-6/+24
2026-02-24udp: move udp6_csum_init() back to net/ipv6/udp.cEric Dumazet2-47/+46
2026-02-24net: __lock_sock() can be staticEric Dumazet1-4/+4