summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-06-26wifi: mac80211: inform the low level if drv_stop() is a suspendEmmanuel Grumbach7-14/+23
2024-06-26wifi: cfg80211: Always call tracingIlan Peer1-35/+21
2024-06-26wifi: mac80211: check SSID in beaconJohannes Berg1-0/+32
2024-06-26wifi: mac80211: correcty limit wider BW TDLS STAsJohannes Berg1-0/+11
2024-06-26wifi: mac80211: add ieee80211_tdls_sta_link_id()Johannes Berg2-4/+8
2024-06-26wifi: mac80211: update STA/chandef width during switchJohannes Berg3-17/+55
2024-06-26wifi: mac80211: make ieee80211_chan_bw_change() able to use reservedJohannes Berg1-12/+19
2024-06-26wifi: mac80211: optionally pass chandef to ieee80211_sta_cur_vht_bw()Johannes Berg2-10/+23
2024-06-26wifi: mac80211: optionally pass chandef to ieee80211_sta_cap_rx_bw()Johannes Berg2-25/+31
2024-06-26wifi: mac80211: handle protected dual of public actionJohannes Berg2-8/+15
2024-06-26wifi: mac80211: restrict public action ECSA frame handlingJohannes Berg5-18/+65
2024-06-26wifi: mac80211: refactor CSA queue block/unblockJohannes Berg4-48/+37
2024-06-12wifi: cfg80211: honor WIPHY_FLAG_SPLIT_SCAN_6GHZ in cfg80211_conn_scanEmmanuel Grumbach1-2/+2
2024-06-12wifi: mac80211: clean up 'ret' in sta_link_apply_parameters()Johannes Berg1-2/+3
2024-06-12wifi: mac80211: fix erroneous errors for STA changesJohannes Berg1-19/+36
2024-06-12wifi: nl80211: remove the FTMs per burst limit for NDP rangingAvraham Stern2-3/+10
2024-06-12wifi: cfg80211: reject non-conformant 6 GHz center frequenciesBenjamin Berg2-11/+49
2024-06-12wifi: cfg80211: add regulatory flag to allow VLP AP operationJohannes Berg4-19/+62
2024-06-12wifi: cfg80211: refactor regulatory beaconing checkingJohannes Berg1-18/+12
2024-06-12wifi: cfg80211: refactor 6 GHz AP power type parsingJohannes Berg2-27/+46
2024-06-12wifi: mac80211: refactor channel checksJohannes Berg3-10/+14
2024-06-12wifi: nl80211: expose can-monitor channel propertyJohannes Berg1-0/+3
2024-06-12wifi: cfg80211: handle 2x996 RU allocation in cfg80211_calculate_bitrate_he()Baochen Qiang1-1/+3
2024-06-12wifi: cfg80211: fix typo in cfg80211_calculate_bitrate_he()Baochen Qiang1-2/+2
2024-06-12wifi: mac80211: Remove generic .ndo_get_stats64Breno Leitao1-9/+0
2024-06-12wifi: mac80211: Move stats allocation to coreBreno Leitao1-12/+1
2024-06-12wifi: cfg80211: make hash table duplicates more survivableJohannes Berg1-12/+34
2024-06-12wifi: mac80211: correct EHT EIRP TPE parsingJohannes Berg1-1/+1
2024-06-10Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2-5/+5
2024-06-10Merge tag 'wireless-next-2024-06-07' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski22-402/+1463
2024-06-10net: dsa: update the unicast MAC address when changing conduitMarek BehĂșn3-8/+44
2024-06-10net: dsa: deduplicate code adding / deleting the port address to fdbMarek BehĂșn1-44/+47
2024-06-10net: netlink: remove the cb_mutex "injection" from netlink coreJakub Kicinski1-15/+3
2024-06-10rtnetlink: move rtnl_lock handling out of af_netlinkJakub Kicinski2-4/+7
2024-06-10tcp: move inet_twsk_schedule helper out of headerFlorian Westphal1-0/+5
2024-06-10net: tcp: un-pin the tw_timerFlorian Westphal3-14/+4
2024-06-10net: tcp/dccp: prepare for tw_timer un-pinningValentin Schneider4-12/+48
2024-06-09page_pool: remove WARN_ON() with ORDavid Wei1-2/+2
2024-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski44-209/+321
2024-06-06tcp: move reqsk_alloc() to inet_connection_sock.cEric Dumazet1-0/+33
2024-06-06tcp: move inet_reqsk_alloc() close to inet_reqsk_clone()Eric Dumazet2-25/+25
2024-06-06mptcp: refer to 'MPTCP' socket in commentsDavide Caratti2-3/+3
2024-06-06mptcp: add mptcp_space_from_win helperGeliang Tang3-2/+7
2024-06-06mptcp: use mptcp_win_from_space helperGeliang Tang1-1/+1
2024-06-06net: ethtool: fix the error condition in ethtool_get_phy_stats_ethtool()Su Hui1-1/+1
2024-06-06net: allow rps/rfs related configs to be switchedJason Xing1-3/+9
2024-06-06ipv6: fix possible race in __fib6_drop_pcpu_from()Eric Dumazet2-1/+6
2024-06-06af_unix: Annotate data-race of sk->sk_shutdown in sk_diag_fill().Kuniyuki Iwashima1-1/+1
2024-06-06af_unix: Use skb_queue_len_lockless() in sk_diag_show_rqlen().Kuniyuki Iwashima1-1/+1
2024-06-06af_unix: Use skb_queue_empty_lockless() in unix_release_sock().Kuniyuki Iwashima1-1/+1