summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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
2026-02-24tcp: move tcp_v6_send_check() to tcp_output.cEric Dumazet
2026-02-24tcp: inline __tcp_v4_send_check()Eric Dumazet
2026-02-24xsk: avoid double checking against rx queue being fullMaciej Fijalkowski
2026-02-24udp: move udp6_csum_init() back to net/ipv6/udp.cEric Dumazet
2026-02-24net: __lock_sock() can be staticEric Dumazet
2026-02-24Merge tag 'for-net-2026-02-23' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Abeni
2026-02-24net: l2tp_eth: Replace deprecated strcpy with strscpy in l2tp_eth_createThorsten Blum
2026-02-24net: Drop the lock in skb_may_tx_timestamp()Sebastian Andrzej Siewior
2026-02-24net/rds: fix recursive lock in rds_tcp_conn_slots_availableFernando Fernandez Mancera
2026-02-24wifi: mac80211: fix NULL pointer dereference in mesh_rx_csa_frame()Vahagn Vardanian
2026-02-23tipc: fix duplicate publication key in tipc_service_insert_publ()Tung Nguyen
2026-02-23kcm: fix zero-frag skb in frag_list on partial sendmsg errorJiayuan Chen
2026-02-23tls: Fix race condition in tls_sw_cancel_work_tx()Hyunwoo Kim
2026-02-23net: do not pass flow_id to set_rps_cpu()Eric Dumazet