summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
13 dayswifi: cfg80211/mac80211: report link ID for unexpected framesMichael-CY Lee
13 dayswifi: mac80211: determine missing link_id in ieee80211_rx_for_interface() bas...Michael-CY Lee
13 dayswifi: cfg80211: reject HTC bit for management framesJohannes Berg
13 dayswifi: mac80211: remove ieee80211_remove_keyMiri Korenblit
13 daysMerge tag 'v6.16-rc7' into tty-nextGreg Kroah-Hartman
2025-07-18net: s/dev_close_many/netif_close_many/Stanislav Fomichev
2025-07-18net: s/dev_set_threaded/netif_set_threaded/Stanislav Fomichev
2025-07-18net: s/dev_get_flags/netif_get_flags/Stanislav Fomichev
2025-07-18net: s/__dev_set_mtu/__netif_set_mtu/Stanislav Fomichev
2025-07-18net: s/dev_pre_changeaddr_notify/netif_pre_changeaddr_notify/Stanislav Fomichev
2025-07-18net: s/dev_get_mac_address/netif_get_mac_address/Stanislav Fomichev
2025-07-18net: s/dev_get_port_parent_id/netif_get_port_parent_id/Stanislav Fomichev
2025-07-18net: selftests: add PHY-loopback test for bad TCP checksumsOleksij Rempel
2025-07-18net: track pfmemalloc drops via SKB_DROP_REASON_PFMEMALLOCJesper Dangaard Brouer
2025-07-18net: stream: add description for sk_stream_write_space()Suchit Karunakaran
2025-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc6Alexei Starovoitov
2025-07-18Reapply "wifi: mac80211: Update skb's control block key in ieee80211_tx_deque...Remi Pommarel
2025-07-18wifi: mac80211: Check 802.11 encaps offloading in ieee80211_tx_h_select_key()Remi Pommarel
2025-07-18wifi: mac80211: Don't call fq_flow_idx() for management framesAlexander Wetzel
2025-07-18wifi: mac80211: Do not schedule stopped TXQsAlexander Wetzel
2025-07-18wifi: cfg80211: Add missing lock in cfg80211_check_and_end_cac()Alexander Wetzel
2025-07-18wifi: mac80211: support returning the S1G short beacon skbLachlan Hodges
2025-07-18wifi: mac80211: support initialising current S1G short beacon indexLachlan Hodges
2025-07-18wifi: mac80211: support initialising an S1G short beaconing BSSLachlan Hodges
2025-07-18wifi: cfg80211: support configuring an S1G short beaconing BSSLachlan Hodges
2025-07-18wifi: mac80211: reject TDLS operations when station is not associatedMoon Hee Lee
2025-07-18wifi: mac80211: extend connection monitoring for MLOMaharaja Kennadyrajan
2025-07-18wifi: mac80211: extend beacon monitoring for MLOMaharaja Kennadyrajan
2025-07-18wifi: mac80211: Add link iteration macro for link data with rcu_dereferenceMaharaja Kennadyrajan
2025-07-18wifi: mac80211: fix macro scoping in for_each_link_dataAditya Kumar Singh
2025-07-18wifi: cfg80211/mac80211: remove wrong scan request n_channelsJohannes Berg
2025-07-17Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2025-07-17neighbour: Update pneigh_entry in pneigh_create().Kuniyuki Iwashima
2025-07-17neighbour: Protect tbl->phash_buckets[] with a dedicated mutex.Kuniyuki Iwashima
2025-07-17neighbour: Drop read_lock_bh(&tbl->lock) in pneigh_lookup().Kuniyuki Iwashima
2025-07-17neighbour: Remove __pneigh_lookup().Kuniyuki Iwashima
2025-07-17neighbour: Use rcu_dereference() in pneigh_get_{first,next}().Kuniyuki Iwashima
2025-07-17neighbour: Drop read_lock_bh(&tbl->lock) in pneigh_dump_table().Kuniyuki Iwashima
2025-07-17neighbour: Convert RTM_GETNEIGH to RCU.Kuniyuki Iwashima
2025-07-17neighbour: Annotate access to struct pneigh_entry.{flags,protocol}.Kuniyuki Iwashima
2025-07-17neighbour: Free pneigh_entry after RCU grace period.Kuniyuki Iwashima
2025-07-17neighbour: Annotate neigh_table.phash_buckets and pneigh_entry.next with __rcu.Kuniyuki Iwashima
2025-07-17neighbour: Split pneigh_lookup().Kuniyuki Iwashima
2025-07-17neighbour: Move neigh_find_table() to neigh_get().Kuniyuki Iwashima
2025-07-17neighbour: Allocate skb in neigh_get().Kuniyuki Iwashima
2025-07-17neighbour: Move two validations from neigh_get() to neigh_valid_get_req().Kuniyuki Iwashima
2025-07-17neighbour: Make neigh_valid_get_req() return ndmsg.Kuniyuki Iwashima
2025-07-17ethtool: rss: support setting flow hashing fieldsJakub Kicinski
2025-07-17ethtool: rss: support setting input-xfrm via NetlinkJakub Kicinski
2025-07-17ethtool: rss: support setting hkey via NetlinkJakub Kicinski