aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2026-03-04Merge tag 'wireless-next-2026-03-04' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextJakub Kicinski2-21/+57
2026-03-04ipvs: use more keys for connection hashingJulian Anastasov1-35/+69
2026-03-04ipvs: switch to per-net connection tableJulian Anastasov1-5/+29
2026-03-04ipvs: use resizable hash table for servicesJulian Anastasov1-15/+34
2026-03-04ipvs: add resizable hash tablesJulian Anastasov1-0/+198
2026-03-04ipv6: make ipv6_anycast_destination logic usable without dst_entryFlorian Westphal1-4/+11
2026-03-03net: ipv4: fix ARM64 alignment fault in multipath hash seedYung Chih Su1-1/+1
2026-03-03net: mana: Trigger VF reset/recovery on health check failure due to HWC timeoutDipayaan Roy1-2/+14
2026-03-03bpf/bonding: reject vlan+srcmac xmit_hash_policy change when XDP is loadedJiayuan Chen1-0/+1
2026-03-02dccp Remove inet_hashinfo2_init_mod().Kuniyuki Iwashima1-1/+0
2026-03-02ipmr: Add dedicated mutex for mrt->{mfc_hash,mfc_cache_list}.Kuniyuki Iwashima1-0/+1
2026-03-02ipmr/ip6mr: Convert net->ipv[46].ipmr_seq to atomic_t.Kuniyuki Iwashima2-2/+2
2026-03-02ipmr: Define net->ipv4.{ipmr_notifier_ops,ipmr_seq} under CONFIG_IP_MROUTE.Kuniyuki Iwashima1-3/+2
2026-03-02net: remove addr_len argument of recvmsg() handlersEric Dumazet6-12/+8
2026-03-02wifi: cfg80211: support key installation on non-netdev wdevsAvraham Stern1-5/+5
2026-03-02wifi: cfg80211: make cluster id an arrayMiri Korenblit1-2/+1
2026-03-02wifi: mac80211: Fix AAD/Nonce computation for management frames with MLOSai Pratyusha Magam1-0/+7
2026-03-02wifi: mac80211: fetch unsolicited probe response template by link IDSriram R1-1/+3
2026-03-02wifi: mac80211: fetch FILS discovery template by link IDSriram R1-1/+3
2026-03-02wifi: nl80211/cfg80211: support stations of non-netdev interfacesMiri Korenblit1-12/+12
2026-03-02wifi: cfg80211: add support to handle incumbent signal detected event from mac80211/driverHari Chandrakanthan1-0/+23
2026-03-02wifi: cfg80211: set and report chandef CAC ongoingJanusz Dziedzic1-0/+3
2026-02-28net: sched: sch_dualpi2: use qdisc_dequeue_drop() for dequeue dropsJesper Dangaard Brouer2-6/+8
2026-02-28net: sched: rename QDISC_DROP_CAKE_FLOOD to QDISC_DROP_FLOOD_PROTECTIONJesper Dangaard Brouer1-5/+6
2026-02-28net: sched: rename QDISC_DROP_FQ_* to generic namesJesper Dangaard Brouer1-9/+10
2026-02-28net: sched: sfq: convert to qdisc drop reasonsJesper Dangaard Brouer1-4/+14
2026-02-28net: sched: introduce qdisc-specific drop reason tracingJesper Dangaard Brouer4-51/+134
2026-02-28xsk: Fix fragment node deletion to prevent buffer leakNikhil P. Rao1-3/+3
2026-02-27net/sched: Only allow act_ct to bind to clsact/ingress qdiscs and shared blocksVictor Nogueira1-0/+1
2026-02-27net: use try_cmpxchg() in lock_sock_nested()Eric Dumazet1-2/+7
2026-02-27inet: annotate data-races around isk->inet_numEric Dumazet3-3/+3
2026-02-27net/sched: act_gate: snapshot parameters with RCU on replacePaul Moses1-7/+26
2026-02-26netmem: remove the pp fields from net_iovByungchul Park1-37/+1
2026-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski11-14/+31
2026-02-26Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds6-8/+26
2026-02-26vsock: lock down child_ns_mode as write-onceBobby Eshleman2-2/+14
2026-02-25netfilter: nf_tables: remove register tracking infrastructureFlorian Westphal3-37/+0
2026-02-25ipvs: no_cport and dropentry counters can be per-netJulian Anastasov1-0/+2
2026-02-25ipvs: use more counters to avoid service lookupsJulian Anastasov1-6/+18
2026-02-25ipvs: use single svc tableJulian Anastasov1-6/+2
2026-02-25ipvs: make ip_vs_svc_table and ip_vs_svc_fwm_table per netnsJiejian Wu1-0/+13
2026-02-24bonding: Optimise is_netpoll_tx_blocked().Kuniyuki Iwashima1-5/+5
2026-02-24tcp: move inet6_csk_update_pmtu() to tcp_ipv6.cEric Dumazet1-1/+3
2026-02-24tcp: make tcp_v{4,6}_send_check() staticEric Dumazet2-5/+1
2026-02-24tcp: move tcp_v6_send_check() to tcp_output.cEric Dumazet1-1/+2
2026-02-24tcp: inline __tcp_v4_send_check()Eric Dumazet1-1/+9
2026-02-24udp: move udp6_csum_init() back to net/ipv6/udp.cEric Dumazet1-2/+0
2026-02-24net: __lock_sock() can be staticEric Dumazet1-1/+0
2026-02-24Merge tag 'for-net-2026-02-23' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothPaolo Abeni1-3/+5
2026-02-24net: Drop the lock in skb_may_tx_timestamp()Sebastian Andrzej Siewior1-1/+1