summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2025-09-19net: netpoll: remove unused netpoll pointer from netpoll_infoBreno Leitao
2025-09-19net: ipv4: convert ip_rcv_options to drop reasonsAntoine Tenart
2025-09-19net: ipv4: simplify drop reason handling in ip_rcv_finish_coreAntoine Tenart
2025-09-19net: ipv4: make udp_v4_early_demux explicitly return drop reasonAntoine Tenart
2025-09-19rtnetlink: add needed_{head,tail}room attributesAlasdair McWilliam
2025-09-19psp: clarify checksum behavior of psp_dev_rcv()Daniel Zahka
2025-09-19tcp: prefer sk_skb_reason_drop()Eric Dumazet
2025-09-19net/smc: fix warning in smc_rx_splice() when calling get_page()Sidraya Jayagond
2025-09-19can: raw: reorder struct raw_sock's members to optimise packingVincent Mailhol
2025-09-19can: raw: use bitfields to store flags in struct raw_sockVincent Mailhol
2025-09-19can: raw: reorder struct uniqframe's members to optimise packingVincent Mailhol
2025-09-19ipv4: use check_net()Christian Brauner
2025-09-19net: use check_net()Christian Brauner
2025-09-19net-sysfs: use check_net()Christian Brauner
2025-09-19ns: add ns_common_free()Christian Brauner
2025-09-19mptcp: reset blackhole on success with non-loopback ifacesMatthieu Baerts (NGI0)
2025-09-19psp: do not use sk_dst_get() in psp_dev_get_for_sock()Eric Dumazet
2025-09-19nscommon: simplify initializationChristian Brauner
2025-09-19net: centralize ns_common initializationChristian Brauner
2025-09-19ns: add to_<type>_ns() to respective headersChristian Brauner
2025-09-19net: support ns lookupChristian Brauner
2025-09-19Merge branch 'no-rebase-mnt_ns_tree_remove'Christian Brauner
2025-09-19net: use ns_common_init()Christian Brauner
2025-09-19wifi: mac80211: fix Rx packet handling when pubsta information is not availableAditya Kumar Singh
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