summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-06-26wifi: mac80211: inform the low level if drv_stop() is a suspendEmmanuel Grumbach
2024-06-26wifi: cfg80211: Always call tracingIlan Peer
2024-06-26wifi: mac80211: check SSID in beaconJohannes Berg
2024-06-26wifi: mac80211: correcty limit wider BW TDLS STAsJohannes Berg
2024-06-26wifi: mac80211: add ieee80211_tdls_sta_link_id()Johannes Berg
2024-06-26wifi: mac80211: update STA/chandef width during switchJohannes Berg
2024-06-26wifi: mac80211: make ieee80211_chan_bw_change() able to use reservedJohannes Berg
2024-06-26wifi: mac80211: optionally pass chandef to ieee80211_sta_cur_vht_bw()Johannes Berg
2024-06-26wifi: mac80211: optionally pass chandef to ieee80211_sta_cap_rx_bw()Johannes Berg
2024-06-26wifi: mac80211: handle protected dual of public actionJohannes Berg
2024-06-26wifi: mac80211: restrict public action ECSA frame handlingJohannes Berg
2024-06-26wifi: mac80211: refactor CSA queue block/unblockJohannes Berg
2024-06-12wifi: cfg80211: honor WIPHY_FLAG_SPLIT_SCAN_6GHZ in cfg80211_conn_scanEmmanuel Grumbach
2024-06-12wifi: mac80211: clean up 'ret' in sta_link_apply_parameters()Johannes Berg
2024-06-12wifi: mac80211: fix erroneous errors for STA changesJohannes Berg
2024-06-12wifi: nl80211: remove the FTMs per burst limit for NDP rangingAvraham Stern
2024-06-12wifi: cfg80211: reject non-conformant 6 GHz center frequenciesBenjamin Berg
2024-06-12wifi: cfg80211: add regulatory flag to allow VLP AP operationJohannes Berg
2024-06-12wifi: cfg80211: refactor regulatory beaconing checkingJohannes Berg
2024-06-12wifi: cfg80211: refactor 6 GHz AP power type parsingJohannes Berg
2024-06-12wifi: mac80211: refactor channel checksJohannes Berg
2024-06-12wifi: nl80211: expose can-monitor channel propertyJohannes Berg
2024-06-12wifi: cfg80211: handle 2x996 RU allocation in cfg80211_calculate_bitrate_he()Baochen Qiang
2024-06-12wifi: cfg80211: fix typo in cfg80211_calculate_bitrate_he()Baochen Qiang
2024-06-12wifi: mac80211: Remove generic .ndo_get_stats64Breno Leitao
2024-06-12wifi: mac80211: Move stats allocation to coreBreno Leitao
2024-06-12wifi: cfg80211: make hash table duplicates more survivableJohannes Berg
2024-06-12wifi: mac80211: correct EHT EIRP TPE parsingJohannes Berg
2024-06-10Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-06-10Merge tag 'wireless-next-2024-06-07' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2024-06-10net: dsa: update the unicast MAC address when changing conduitMarek BehĂșn
2024-06-10net: dsa: deduplicate code adding / deleting the port address to fdbMarek BehĂșn
2024-06-10net: netlink: remove the cb_mutex "injection" from netlink coreJakub Kicinski
2024-06-10rtnetlink: move rtnl_lock handling out of af_netlinkJakub Kicinski
2024-06-10tcp: move inet_twsk_schedule helper out of headerFlorian Westphal
2024-06-10net: tcp: un-pin the tw_timerFlorian Westphal
2024-06-10net: tcp/dccp: prepare for tw_timer un-pinningValentin Schneider
2024-06-09page_pool: remove WARN_ON() with ORDavid Wei
2024-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-06-06tcp: move reqsk_alloc() to inet_connection_sock.cEric Dumazet
2024-06-06tcp: move inet_reqsk_alloc() close to inet_reqsk_clone()Eric Dumazet
2024-06-06mptcp: refer to 'MPTCP' socket in commentsDavide Caratti
2024-06-06mptcp: add mptcp_space_from_win helperGeliang Tang
2024-06-06mptcp: use mptcp_win_from_space helperGeliang Tang
2024-06-06net: ethtool: fix the error condition in ethtool_get_phy_stats_ethtool()Su Hui
2024-06-06net: allow rps/rfs related configs to be switchedJason Xing
2024-06-06ipv6: fix possible race in __fib6_drop_pcpu_from()Eric Dumazet
2024-06-06af_unix: Annotate data-race of sk->sk_shutdown in sk_diag_fill().Kuniyuki Iwashima
2024-06-06af_unix: Use skb_queue_len_lockless() in sk_diag_show_rqlen().Kuniyuki Iwashima
2024-06-06af_unix: Use skb_queue_empty_lockless() in unix_release_sock().Kuniyuki Iwashima