aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2025-09-19wifi: cfg80211: remove ieee80211_s1g_channel_widthLachlan Hodges1-27/+0
2025-09-19wifi: mac80211: correctly initialise S1G chandef for STALachlan Hodges5-22/+92
2025-09-19wifi: cfg80211: correctly implement and validate S1G chandefLachlan Hodges3-100/+114
2025-09-19wifi: mac80211: remove tx_handlers_drop debugfs statsSarika Sharma3-4/+0
2025-09-19wifi: mac80211: Remove redundant rcu_read_lock/unlock() in spin_lockpengdonglin5-10/+0
2025-09-19wifi: mac80211: Extend support for changing NAN configurationIlan Peer1-23/+113
2025-09-19wifi: mac80211: Export an API to check if NAN is startedIlan Peer1-0/+8
2025-09-19wifi: mac80211: Get the correct interface for non-netdev skb statusIlan Peer3-19/+20
2025-09-19wifi: mac80211: Track NAN interface start/stopIlan Peer3-3/+28
2025-09-19wifi: mac80211: Accept management frames on NAN interfaceIlan Peer1-2/+10
2025-09-19wifi: mac80211: Support Tx of action frame for NANIlan Peer4-4/+29
2025-09-19wifi: cfg80211: Store the NAN cluster IDIlan Peer1-0/+2
2025-09-19wifi: cfg80211: Support Tx/Rx of action frame for NANIlan Peer1-2/+6
2025-09-19wifi: cfg80211: Advertise supported NAN capabilitiesIlan Peer1-0/+41
2025-09-19wifi: cfg80211: Add cluster joined notification APIsAndrei Otcheretianski2-0/+60
2025-09-19wifi: nl80211: Add NAN Discovery Window (DW) notificationAndrei Otcheretianski2-0/+61
2025-09-19wifi: nl80211: Add more configuration options for NAN commandsAndrei Otcheretianski1-35/+263
2025-09-199p/trans_fd: p9_fd_request: kick rx thread if EPOLLINOleg Nesterov1-8/+1
2025-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski18-48/+114
2025-09-18Merge tag 'net-6.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds17-45/+110
2025-09-18devlink rate: Remove unnecessary 'static' from a couple placesCosmin Ratiu1-2/+2
2025-09-18net: ethtool: use the new helper in rss_set_prep_indir()Breno Leitao1-8/+7
2025-09-18net: ethtool: update set_rxfh_indir to use ethtool_get_rx_ring_count helperBreno Leitao1-8/+8
2025-09-18net: ethtool: update set_rxfh to use ethtool_get_rx_ring_count helperBreno Leitao1-7/+9
2025-09-18net: ethtool: add get_rx_ring_count callback to optimize RX ring queriesBreno Leitao3-5/+25
2025-09-18net: ethtool: remove the duplicated handling from ethtool_get_rxringsBreno Leitao1-23/+10
2025-09-18net: ethtool: add support for ETHTOOL_GRXRINGS ioctlBreno Leitao1-0/+40
2025-09-18net: ethtool: pass the num of RX rings directly to ethtool_copy_validate_indirBreno Leitao1-5/+5
2025-09-18psp: rename our psp_dev_destroy()Eric Dumazet2-4/+4
2025-09-18tls: make sure to abort the stream if headers are bogusJakub Kicinski3-7/+11
2025-09-18Merge branch 'add-basic-psp-encryption-for-tcp-connections'Paolo Abeni22-14/+1471
2025-09-18psp: provide decapsulation and receive helper for driversRaed Salem1-0/+88
2025-09-18psp: provide encapsulation helper for driversRaed Salem1-0/+65
2025-09-18psp: track generations of device keyJakub Kicinski4-1/+32
2025-09-18net: psp: update the TCP MSS to reflect PSP packet overheadJakub Kicinski4-6/+15
2025-09-18net: psp: add socket security association codeJakub Kicinski8-2/+601
2025-09-18net: tcp: allow tcp_timewait_sock to validate skbs before handing to deviceDaniel Zahka2-2/+15
2025-09-18net: move sk_validate_xmit_skb() to net/core/dev.cDaniel Zahka1-0/+22
2025-09-18psp: add op for rotation of device keyJakub Kicinski4-1/+59
2025-09-18tcp: add datapath logic for PSP with inline key exchangeJakub Kicinski9-8/+64
2025-09-18net: modify core data structures for PSP datapath supportJakub Kicinski3-0/+8
2025-09-18psp: base PSP device supportJakub Kicinski9-0/+508
2025-09-18udp: use skb_attempt_defer_free()Eric Dumazet1-0/+7
2025-09-18udp: make busylock per socketEric Dumazet1-18/+2
2025-09-18udp: add udp_drops_inc() helperEric Dumazet3-10/+9
2025-09-18udp: update sk_rmem_alloc before busylock acquisitionEric Dumazet1-2/+5
2025-09-18udp: refine __udp_enqueue_schedule_skb() testEric Dumazet1-2/+2
2025-09-18ipv6: np->rxpmtu race annotationEric Dumazet2-2/+2
2025-09-18ipv6: make ipv6_pinfo.daddr_cache a booleanEric Dumazet5-7/+7
2025-09-18ipv6: make ipv6_pinfo.saddr_cache a booleanEric Dumazet5-7/+8