summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2026-03-05net: ethtool: Update doc for tunableMohsin Bashir1-1/+1
2026-03-05net: ethtool: Track pause storm eventsMohsin Bashir2-0/+3
2026-03-05Merge tag 'nf-next-26-03-04' of https://git.kernel.org/pub/scm/linux/kernel/g...Paolo Abeni3-64/+377
2026-03-05net: use ktime_t in struct scm_timestamping_internalEric Dumazet2-3/+10
2026-03-05net: openvswitch: clean up some kernel-doc warningsRandy Dunlap1-8/+68
2026-03-05net-sysfs: use rps_tag_ptr and remove metadata from rps_dev_flow_tableEric Dumazet2-11/+2
2026-03-05net-sysfs: remove rcu field from 'struct rps_dev_flow_table'Eric Dumazet1-1/+0
2026-03-05net-sysfs: use rps_tag_ptr and remove metadata from rps_sock_flow_tableEric Dumazet2-24/+23
2026-03-05net-sysfs: add rps_sock_flow_table_mask() helperEric Dumazet1-3/+8
2026-03-05net-sysfs: remove rcu field from 'struct rps_sock_flow_table'Eric Dumazet1-1/+0
2026-03-05net: add rps_tag_ptr type and helpersEric Dumazet1-0/+24
2026-03-05net: fix off-by-one in udp_flow_src_port() / psp_write_headers()Eric Dumazet1-1/+2
2026-03-05Merge tag 'wireless-next-2026-03-04' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski5-27/+358
2026-03-04wifi: UHR: define DPS/DBE/P-EDCA elements and fix size parsingKarthikeyan Kathirvel1-6/+265
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-04rculist_bl: add hlist_bl_for_each_entry_continue_rcuJulian Anastasov1-9/+40
2026-03-04ipv6: make ipv6_anycast_destination logic usable without dst_entryFlorian Westphal1-4/+11
2026-03-03net: mana: Trigger VF reset/recovery on health check failure due to HWC timeoutDipayaan Roy1-2/+14
2026-03-03atm: atmdev: add function parameter names and descriptionRandy Dunlap1-2/+4
2026-03-03dccp Remove inet_hashinfo2_init_mod().Kuniyuki Iwashima1-1/+0
2026-03-03ipmr: Don't hold RTNL for ipmr_rtm_route().Kuniyuki Iwashima1-1/+0
2026-03-03ipmr: Add dedicated mutex for mrt->{mfc_hash,mfc_cache_list}.Kuniyuki Iwashima1-0/+1
2026-03-03ipmr/ip6mr: Convert net->ipv[46].ipmr_seq to atomic_t.Kuniyuki Iwashima3-6/+6
2026-03-03ipmr: Define net->ipv4.{ipmr_notifier_ops,ipmr_seq} under CONFIG_IP_MROUTE.Kuniyuki Iwashima1-3/+2
2026-03-03net: stmmac: make dma_cfg mixed/fixed burst booleanRussell King (Oracle)1-2/+2
2026-03-03net: stmmac: remove plat_dat->port_nodeRussell King (Oracle)1-1/+0
2026-03-03net: 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: Add support for IEEE 802.1X authentication protocol in non-AP...Kavita Kavita1-0/+1
2026-03-02wifi: cfg80211: add support for IEEE 802.1X Authentication ProtocolKavita Kavita2-0/+10
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 ma...Hari Chandrakanthan2-0/+42
2026-03-02wifi: cfg80211: set and report chandef CAC ongoingJanusz Dziedzic2-0/+9
2026-03-01net: sched: sch_dualpi2: use qdisc_dequeue_drop() for dequeue dropsJesper Dangaard Brouer2-6/+8
2026-03-01net: sched: rename QDISC_DROP_CAKE_FLOOD to QDISC_DROP_FLOOD_PROTECTIONJesper Dangaard Brouer1-5/+6
2026-03-01net: sched: rename QDISC_DROP_FQ_* to generic namesJesper Dangaard Brouer1-9/+10
2026-03-01net: sched: sfq: convert to qdisc drop reasonsJesper Dangaard Brouer1-4/+14
2026-03-01net: sched: introduce qdisc-specific drop reason tracingJesper Dangaard Brouer5-51/+185
2026-02-28NFC: fix header file kernel-doc warningsRandy Dunlap1-3/+3
2026-02-28net: inline skb_add_rx_frag_netmem()Eric Dumazet1-2/+11
2026-02-28net: use try_cmpxchg() in lock_sock_nested()Eric Dumazet1-2/+7
2026-02-28net: phy: micrel: Add support for lan9645x internal phyJens Emil Schulz Østergaard1-0/+1
2026-02-27netmem: remove the pp fields from net_iovByungchul Park1-37/+1