summaryrefslogtreecommitdiffstats
path: root/net/mac80211
AgeCommit message (Expand)AuthorLines
2020-12-12Merge tag 'mac80211-next-for-net-next-2020-12-11' of git://git.kernel.org/pub...Jakub Kicinski-103/+347
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-4/+4
2020-12-11mac80211: add ieee80211_set_sar_specsCarl Huang-0/+12
2020-12-11mac80211: fix a mistake check for rx_stats updateWen Gong-1/+1
2020-12-11mac80211: mlme: save ssid info to ieee80211_bss_conf while assocWen Gong-0/+5
2020-12-11mac80211: Update rate control on channel changeIlan Peer-0/+61
2020-12-11mac80211: don't filter out beacons once we start CSAEmmanuel Grumbach-0/+1
2020-12-11mac80211: Fix calculation of minimal channel widthIlan Peer-5/+6
2020-12-11mac80211: ignore country element TX power on 6 GHzJohannes Berg-1/+9
2020-12-11mac80211: use bitfield helpers for BA session action framesJohannes Berg-10/+10
2020-12-11mac80211: support Rx timestamp calculation for all preamble typesAvraham Stern-8/+67
2020-12-11mac80211: don't set set TDLS STA bandwidth wider than possibleJohannes Berg-4/+10
2020-12-11mac80211: support driver-based disconnect with reconnect hintJohannes Berg-20/+76
2020-12-11cfg80211: support immediate reconnect request hintJohannes Berg-2/+3
2020-12-11mac80211: use struct assignment for he_obss_pdJohannes Berg-2/+1
2020-12-11cfg80211: remove struct ieee80211_he_bss_colorJohannes Berg-2/+1
2020-12-11cfg80211: include block-tx flag in channel switch started eventJohannes Berg-2/+2
2020-12-11mac80211: disallow band-switch during CSAJohannes Berg-3/+15
2020-12-11mac80211: Skip entries with SAE H2E only membership selectorIlan Peer-3/+4
2020-12-11mac80211: support MIC error/replay detected counters driver updateJohannes Berg-0/+49
2020-12-11mac80211: he: remove non-bss-conf fields from bss_confShaul Triebitz-8/+0
2020-12-11mac80211: remove trailing semicolon in macro definitionsTom Rix-6/+6
2020-12-11mac80211: Fix fall-through warnings for ClangGustavo A. R. Silva-0/+2
2020-12-11net: mac80211: use core API for updating TX/RX statsLev Stipakov-27/+7
2020-12-04mac80211: mesh: fix mesh_pathtbl_init() error pathEric Dumazet-3/+1
2020-12-04mac80211: set SDATA_STATE_RUNNING for monitor interfacesBorwankar, Antara-0/+2
2020-12-04mac80211: fix return value of ieee80211_chandef_he_6ghz_operWen Gong-1/+1
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-43/+17
2020-11-13Merge tag 'mac80211-next-for-net-next-2020-11-13' of git://git.kernel.org/pub...Jakub Kicinski-139/+63
2020-11-13mac80211: free sta in sta_info_insert_finish() on errorsJohannes Berg-10/+4
2020-11-12mac80211: minstrel: fix tx status processing corner caseFelix Fietkau-1/+1
2020-11-12mac80211: minstrel: remove deferred sampling codeFelix Fietkau-22/+4
2020-11-12mac80211: fix memory leak on filtered powersave framesFelix Fietkau-10/+8
2020-11-11mac80211: remove WDS-related codeJohannes Berg-132/+10
2020-11-07net: mac80211: convert tasklets to use new tasklet_setup() APIAllen Pais-15/+13
2020-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-18/+56
2020-11-06mac80211: assure that certain drivers adhere to DONT_REORDER flagMathy Vanhoef-2/+7
2020-11-06mac80211: don't overwrite QoS TID of injected framesMathy Vanhoef-4/+9
2020-11-06mac80211: adhere to Tx control flag that prevents frame reorderingMathy Vanhoef-2/+5
2020-11-06mac80211: add radiotap flag to assure frames are not reorderedMathy Vanhoef-0/+3
2020-11-06mac80211: save HE oper info in BSS config for meshPradeep Kumar Chitrapu-0/+30
2020-11-06mac80211: use semicolons rather than commas to separate statementsJulia Lawall-1/+1
2020-11-02mac80211: add KCOV remote annotations to incoming frame processingAleksandr Nogikh-7/+11
2020-10-30mac80211: don't require VHT elements for HE on 2.4 GHzJohannes Berg-1/+2
2020-10-30mac80211: fix kernel-doc markupsMauro Carvalho Chehab-1/+8
2020-10-30mac80211: always wind down STA stateJohannes Berg-0/+18
2020-10-30mac80211: fix use of skb payload instead of headerJohannes Berg-13/+24
2020-10-30mac80211: fix regression where EAPOL frames were sent in plaintextMathy Vanhoef-3/+4
2020-10-13mac80211: use new function dev_fetch_sw_netstatsHeiner Kallweit-22/+1
2020-10-08mac80211: copy configured beacon tx rate to driverRajkumar Manoharan-0/+3