summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2026-02-27net: use try_cmpxchg() in lock_sock_nested()Eric Dumazet-0/+13
2026-02-27net/hsr: update outdated commentsKexin Sun-4/+4
2026-02-27inet: annotate data-races around isk->inet_numEric Dumazet-6/+7
2026-02-27net/sched: act_gate: snapshot parameters with RCU on replacePaul Moses-79/+186
2026-02-27xprtrdma: Decrement re_receiving on the early exit pathsEric Badger-3/+4
2026-02-26bridge: Check relevant per-VLAN options in VLAN range groupingDanielle Ratson-3/+33
2026-02-26net: annotate data-races around sk->sk_{data_ready,write_space}Eric Dumazet-23/+25
2026-02-26Merge tag 'batadv-net-pullrequest-20260225' of https://git.open-mesh.org/linu...Jakub Kicinski-5/+14
2026-02-26net/sched: ets: fix divide by zero in the offload pathDavide Caratti-4/+8
2026-02-26inet: remove three EXPORT_SYMBOL()Eric Dumazet-3/+1
2026-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1397/+1425
2026-02-26Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-166/+325
2026-02-26netfilter: nf_conntrack_h323: fix OOB read in decode_choice()Vahagn Vardanian-1/+1
2026-02-26net: consume xmit errors of GSO framesJakub Kicinski-5/+18
2026-02-26vsock: lock down child_ns_mode as write-onceBobby Eshleman-5/+10
2026-02-26xfrm: update outdated commentkexinsun-1/+1
2026-02-25Merge tag 'wireless-2026-02-25' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski-3/+12
2026-02-25netfilter: nf_tables: remove register tracking infrastructureFlorian Westphal-656/+0
2026-02-25netfilter: nf_tables: drop obsolete EXPORT_SYMBOLsFlorian Westphal-11/+0
2026-02-25netfilter: nft_set_rbtree: don't disable bh when acquiring tree lockFlorian Westphal-14/+9
2026-02-25ipvs: no_cport and dropentry counters can be per-netJulian Anastasov-25/+39
2026-02-25ipvs: use more counters to avoid service lookupsJulian Anastasov-37/+51
2026-02-25ipvs: do not keep dest_dst after dest is removedJulian Anastasov-16/+16
2026-02-25ipvs: use single svc tableJulian Anastasov-126/+20
2026-02-25ipvs: some service readers can use RCUJulian Anastasov-24/+23
2026-02-25ipvs: make ip_vs_svc_table and ip_vs_svc_fwm_table per netnsJiejian Wu-104/+81
2026-02-25tcp: re-enable acceptance of FIN packets when RWIN is 0Simon Baatz-4/+14
2026-02-25rds: update outdated commentkexinsun-1/+1
2026-02-25vsock: Use container_of() to get net namespace in sysctl handlersGreg Kroah-Hartman-2/+2
2026-02-25esp: fix skb leak with espintcp and async cryptoSabrina Dubroca-6/+12
2026-02-25xfrm: call xdo_dev_state_delete during state updateSabrina Dubroca-0/+1
2026-02-25xfrm: fix the condition on x->pcpu_num in xfrm_sa_lenSabrina Dubroca-1/+1
2026-02-25xfrm: add missing extack for XFRMA_SA_PCPU in add_acquire and allocspiSabrina Dubroca-1/+4
2026-02-24icmp: increase net.ipv4.icmp_msgs_{per_sec,burst}Eric Dumazet-2/+2
2026-02-24tcp: move inet6_csk_update_pmtu() to tcp_ipv6.cEric Dumazet-17/+17
2026-02-24tcp: reduce calls to tcp_schedule_loss_probe()Eric Dumazet-2/+2
2026-02-24tcp: make tcp_v{4,6}_send_check() staticEric Dumazet-12/+3
2026-02-24tcp: move tcp_v6_send_check() to tcp_output.cEric Dumazet-8/+16
2026-02-24tcp: inline __tcp_v4_send_check()Eric Dumazet-19/+9
2026-02-24xsk: avoid double checking against rx queue being fullMaciej Fijalkowski-6/+24
2026-02-24udp: move udp6_csum_init() back to net/ipv6/udp.cEric Dumazet-47/+46
2026-02-24net: __lock_sock() can be staticEric Dumazet-4/+4
2026-02-24Merge tag 'for-net-2026-02-23' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Abeni-30/+86
2026-02-24net: l2tp_eth: Replace deprecated strcpy with strscpy in l2tp_eth_createThorsten Blum-2/+3
2026-02-24net: Drop the lock in skb_may_tx_timestamp()Sebastian Andrzej Siewior-6/+19
2026-02-24net/rds: fix recursive lock in rds_tcp_conn_slots_availableFernando Fernandez Mancera-23/+8
2026-02-24wifi: mac80211: fix NULL pointer dereference in mesh_rx_csa_frame()Vahagn Vardanian-0/+3
2026-02-23tipc: fix duplicate publication key in tipc_service_insert_publ()Tung Nguyen-2/+4
2026-02-23kcm: fix zero-frag skb in frag_list on partial sendmsg errorJiayuan Chen-2/+19
2026-02-23tls: Fix race condition in tls_sw_cancel_work_tx()Hyunwoo Kim-1/+1