summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2025-09-19wifi: mac80211: Track NAN interface start/stopIlan Peer-3/+28
2025-09-19wifi: mac80211: Accept management frames on NAN interfaceIlan Peer-2/+10
2025-09-19wifi: mac80211: Support Tx of action frame for NANIlan Peer-4/+29
2025-09-19wifi: cfg80211: Store the NAN cluster IDIlan Peer-0/+2
2025-09-19wifi: cfg80211: Support Tx/Rx of action frame for NANIlan Peer-2/+6
2025-09-19wifi: cfg80211: Advertise supported NAN capabilitiesIlan Peer-0/+41
2025-09-19wifi: cfg80211: Add cluster joined notification APIsAndrei Otcheretianski-0/+60
2025-09-19wifi: nl80211: Add NAN Discovery Window (DW) notificationAndrei Otcheretianski-0/+61
2025-09-19wifi: nl80211: Add more configuration options for NAN commandsAndrei Otcheretianski-35/+263
2025-09-199p/trans_fd: p9_fd_request: kick rx thread if EPOLLINOleg Nesterov-8/+1
2025-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-48/+114
2025-09-18Merge tag 'net-6.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-45/+110
2025-09-18devlink rate: Remove unnecessary 'static' from a couple placesCosmin Ratiu-2/+2
2025-09-18net: ethtool: use the new helper in rss_set_prep_indir()Breno Leitao-8/+7
2025-09-18net: ethtool: update set_rxfh_indir to use ethtool_get_rx_ring_count helperBreno Leitao-8/+8
2025-09-18net: ethtool: update set_rxfh to use ethtool_get_rx_ring_count helperBreno Leitao-7/+9
2025-09-18net: ethtool: add get_rx_ring_count callback to optimize RX ring queriesBreno Leitao-5/+25
2025-09-18net: ethtool: remove the duplicated handling from ethtool_get_rxringsBreno Leitao-23/+10
2025-09-18net: ethtool: add support for ETHTOOL_GRXRINGS ioctlBreno Leitao-0/+40
2025-09-18net: ethtool: pass the num of RX rings directly to ethtool_copy_validate_indirBreno Leitao-5/+5
2025-09-18psp: rename our psp_dev_destroy()Eric Dumazet-4/+4
2025-09-18tls: make sure to abort the stream if headers are bogusJakub Kicinski-7/+11
2025-09-18Merge branch 'add-basic-psp-encryption-for-tcp-connections'Paolo Abeni-14/+1471
2025-09-18psp: provide decapsulation and receive helper for driversRaed Salem-0/+88
2025-09-18psp: provide encapsulation helper for driversRaed Salem-0/+65
2025-09-18psp: track generations of device keyJakub Kicinski-1/+32
2025-09-18net: psp: update the TCP MSS to reflect PSP packet overheadJakub Kicinski-6/+15
2025-09-18net: psp: add socket security association codeJakub Kicinski-2/+601
2025-09-18net: tcp: allow tcp_timewait_sock to validate skbs before handing to deviceDaniel Zahka-2/+15
2025-09-18net: move sk_validate_xmit_skb() to net/core/dev.cDaniel Zahka-0/+22
2025-09-18psp: add op for rotation of device keyJakub Kicinski-1/+59
2025-09-18tcp: add datapath logic for PSP with inline key exchangeJakub Kicinski-8/+64
2025-09-18net: modify core data structures for PSP datapath supportJakub Kicinski-0/+8
2025-09-18psp: base PSP device supportJakub Kicinski-0/+508
2025-09-18udp: use skb_attempt_defer_free()Eric Dumazet-0/+7
2025-09-18udp: make busylock per socketEric Dumazet-18/+2
2025-09-18udp: add udp_drops_inc() helperEric Dumazet-10/+9
2025-09-18udp: update sk_rmem_alloc before busylock acquisitionEric Dumazet-2/+5
2025-09-18udp: refine __udp_enqueue_schedule_skb() testEric Dumazet-2/+2
2025-09-18ipv6: np->rxpmtu race annotationEric Dumazet-2/+2
2025-09-18ipv6: make ipv6_pinfo.daddr_cache a booleanEric Dumazet-7/+7
2025-09-18ipv6: make ipv6_pinfo.saddr_cache a booleanEric Dumazet-7/+8
2025-09-18tcp: accecn: try to fit AccECN option with SACKChia-Yu Chang-1/+20
2025-09-18tcp: accecn: AccECN option ceb/cep and ACE field multi-wrap heuristicsIlpo Järvinen-2/+34
2025-09-18tcp: accecn: AccECN option failure handlingChia-Yu Chang-5/+58
2025-09-18tcp: accecn: AccECN option send controlChia-Yu Chang-8/+39
2025-09-18tcp: accecn: AccECN optionIlpo Järvinen-10/+274
2025-09-18tcp: sack option handling improvementsIlpo Järvinen-11/+14
2025-09-18tcp: accecn: AccECN needs to know delivered bytesIlpo Järvinen-2/+12
2025-09-18tcp: accecn: add AccECN rx byte countersIlpo Järvinen-5/+7