summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2025-09-19wifi: cfg80211: remove ieee80211_s1g_channel_widthLachlan Hodges
2025-09-19wifi: mac80211: correctly initialise S1G chandef for STALachlan Hodges
2025-09-19wifi: cfg80211: correctly implement and validate S1G chandefLachlan Hodges
2025-09-19wifi: mac80211: remove tx_handlers_drop debugfs statsSarika Sharma
2025-09-19wifi: mac80211: Remove redundant rcu_read_lock/unlock() in spin_lockpengdonglin
2025-09-19wifi: mac80211: Extend support for changing NAN configurationIlan Peer
2025-09-19wifi: mac80211: Export an API to check if NAN is startedIlan Peer
2025-09-19wifi: mac80211: Get the correct interface for non-netdev skb statusIlan Peer
2025-09-19wifi: mac80211: Track NAN interface start/stopIlan Peer
2025-09-19wifi: mac80211: Accept management frames on NAN interfaceIlan Peer
2025-09-19wifi: mac80211: Support Tx of action frame for NANIlan Peer
2025-09-19wifi: cfg80211: Store the NAN cluster IDIlan Peer
2025-09-19wifi: cfg80211: Support Tx/Rx of action frame for NANIlan Peer
2025-09-19wifi: cfg80211: Advertise supported NAN capabilitiesIlan Peer
2025-09-19wifi: cfg80211: Add cluster joined notification APIsAndrei Otcheretianski
2025-09-19wifi: nl80211: Add NAN Discovery Window (DW) notificationAndrei Otcheretianski
2025-09-19wifi: nl80211: Add more configuration options for NAN commandsAndrei Otcheretianski
2025-09-199p/trans_fd: p9_fd_request: kick rx thread if EPOLLINOleg Nesterov
2025-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-09-18Merge tag 'net-6.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-09-18devlink rate: Remove unnecessary 'static' from a couple placesCosmin Ratiu
2025-09-18net: ethtool: use the new helper in rss_set_prep_indir()Breno Leitao
2025-09-18net: ethtool: update set_rxfh_indir to use ethtool_get_rx_ring_count helperBreno Leitao
2025-09-18net: ethtool: update set_rxfh to use ethtool_get_rx_ring_count helperBreno Leitao
2025-09-18net: ethtool: add get_rx_ring_count callback to optimize RX ring queriesBreno Leitao
2025-09-18net: ethtool: remove the duplicated handling from ethtool_get_rxringsBreno Leitao
2025-09-18net: ethtool: add support for ETHTOOL_GRXRINGS ioctlBreno Leitao
2025-09-18net: ethtool: pass the num of RX rings directly to ethtool_copy_validate_indirBreno Leitao
2025-09-18psp: rename our psp_dev_destroy()Eric Dumazet
2025-09-18tls: make sure to abort the stream if headers are bogusJakub Kicinski
2025-09-18Merge branch 'add-basic-psp-encryption-for-tcp-connections'Paolo Abeni
2025-09-18psp: provide decapsulation and receive helper for driversRaed Salem
2025-09-18psp: provide encapsulation helper for driversRaed Salem
2025-09-18psp: track generations of device keyJakub Kicinski
2025-09-18net: psp: update the TCP MSS to reflect PSP packet overheadJakub Kicinski
2025-09-18net: psp: add socket security association codeJakub Kicinski
2025-09-18net: tcp: allow tcp_timewait_sock to validate skbs before handing to deviceDaniel Zahka
2025-09-18net: move sk_validate_xmit_skb() to net/core/dev.cDaniel Zahka
2025-09-18psp: add op for rotation of device keyJakub Kicinski
2025-09-18tcp: add datapath logic for PSP with inline key exchangeJakub Kicinski
2025-09-18net: modify core data structures for PSP datapath supportJakub Kicinski
2025-09-18psp: base PSP device supportJakub Kicinski
2025-09-18udp: use skb_attempt_defer_free()Eric Dumazet
2025-09-18udp: make busylock per socketEric Dumazet
2025-09-18udp: add udp_drops_inc() helperEric Dumazet
2025-09-18udp: update sk_rmem_alloc before busylock acquisitionEric Dumazet
2025-09-18udp: refine __udp_enqueue_schedule_skb() testEric Dumazet
2025-09-18ipv6: np->rxpmtu race annotationEric Dumazet
2025-09-18ipv6: make ipv6_pinfo.daddr_cache a booleanEric Dumazet
2025-09-18ipv6: make ipv6_pinfo.saddr_cache a booleanEric Dumazet