summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2026-02-28atm: lec: fix null-ptr-deref in lec_arp_clear_vccsJiayuan Chen
2026-02-28xsk: Fix zero-copy AF_XDP fragment dropNikhil P. Rao
2026-02-28xsk: Fix fragment node deletion to prevent buffer leakNikhil P. Rao
2026-02-28keys, dns: Use kmalloc_flex to improve dns_resolver_preparseThorsten Blum
2026-02-28tcp: give up on stronger sk_rcvbuf checks (for now)Jakub Kicinski
2026-02-28udp: Unhash auto-bound connected sk from 4-tuple hash table when disconnected.Kuniyuki Iwashima
2026-02-28net: fix sock compilation error under CONFIG_PREEMPT_RTJiayuan Chen
2026-02-27net: inline skb_add_rx_frag_netmem()Eric Dumazet
2026-02-27ipv6: discard fragment queue earlier if there is malformed datagramFernando Fernandez Mancera
2026-02-27net/sched: Only allow act_ct to bind to clsact/ingress qdiscs and shared blocksVictor Nogueira
2026-02-27tls: don't select STREAM_PARSERSabrina Dubroca
2026-02-27net/sched: sch_cake: fixup cake_mq rate adjustment for diffserv configJonas Köppeler
2026-02-27net/sched: sch_cake: avoid sync overhead when unlimitedJonas Köppeler
2026-02-27net: use try_cmpxchg() in lock_sock_nested()Eric Dumazet
2026-02-27net/hsr: update outdated commentsKexin Sun
2026-02-27inet: annotate data-races around isk->inet_numEric Dumazet
2026-02-27net/sched: act_gate: snapshot parameters with RCU on replacePaul Moses
2026-02-27xprtrdma: Decrement re_receiving on the early exit pathsEric Badger
2026-02-26bridge: Check relevant per-VLAN options in VLAN range groupingDanielle Ratson
2026-02-26net: annotate data-races around sk->sk_{data_ready,write_space}Eric Dumazet
2026-02-26Merge tag 'batadv-net-pullrequest-20260225' of https://git.open-mesh.org/linu...Jakub Kicinski
2026-02-26net/sched: ets: fix divide by zero in the offload pathDavide Caratti
2026-02-26inet: remove three EXPORT_SYMBOL()Eric Dumazet
2026-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-02-26Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-02-26netfilter: nf_conntrack_h323: fix OOB read in decode_choice()Vahagn Vardanian
2026-02-26net: consume xmit errors of GSO framesJakub Kicinski
2026-02-26vsock: lock down child_ns_mode as write-onceBobby Eshleman
2026-02-26xfrm: update outdated commentkexinsun
2026-02-25Merge tag 'wireless-2026-02-25' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2026-02-25netfilter: nf_tables: remove register tracking infrastructureFlorian Westphal
2026-02-25netfilter: nf_tables: drop obsolete EXPORT_SYMBOLsFlorian Westphal
2026-02-25netfilter: nft_set_rbtree: don't disable bh when acquiring tree lockFlorian Westphal
2026-02-25ipvs: no_cport and dropentry counters can be per-netJulian Anastasov
2026-02-25ipvs: use more counters to avoid service lookupsJulian Anastasov
2026-02-25ipvs: do not keep dest_dst after dest is removedJulian Anastasov
2026-02-25ipvs: use single svc tableJulian Anastasov
2026-02-25ipvs: some service readers can use RCUJulian Anastasov
2026-02-25ipvs: make ip_vs_svc_table and ip_vs_svc_fwm_table per netnsJiejian Wu
2026-02-25tcp: re-enable acceptance of FIN packets when RWIN is 0Simon Baatz
2026-02-25rds: update outdated commentkexinsun
2026-02-25vsock: Use container_of() to get net namespace in sysctl handlersGreg Kroah-Hartman
2026-02-25esp: fix skb leak with espintcp and async cryptoSabrina Dubroca
2026-02-25xfrm: call xdo_dev_state_delete during state updateSabrina Dubroca
2026-02-25xfrm: fix the condition on x->pcpu_num in xfrm_sa_lenSabrina Dubroca
2026-02-25xfrm: add missing extack for XFRMA_SA_PCPU in add_acquire and allocspiSabrina Dubroca
2026-02-24icmp: increase net.ipv4.icmp_msgs_{per_sec,burst}Eric Dumazet
2026-02-24tcp: move inet6_csk_update_pmtu() to tcp_ipv6.cEric Dumazet
2026-02-24tcp: reduce calls to tcp_schedule_loss_probe()Eric Dumazet
2026-02-24tcp: make tcp_v{4,6}_send_check() staticEric Dumazet