summaryrefslogtreecommitdiffstats
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
* mac80211: free sta in sta_info_insert_finish() on errorsJohannes Berg2020-11-131-10/+4
* mac80211: minstrel: fix tx status processing corner caseFelix Fietkau2020-11-121-1/+1
* mac80211: minstrel: remove deferred sampling codeFelix Fietkau2020-11-122-22/+4
* mac80211: fix memory leak on filtered powersave framesFelix Fietkau2020-11-121-10/+8
* mac80211: don't require VHT elements for HE on 2.4 GHzJohannes Berg2020-10-301-1/+2
* mac80211: fix kernel-doc markupsMauro Carvalho Chehab2020-10-301-1/+8
* mac80211: always wind down STA stateJohannes Berg2020-10-301-0/+18
* mac80211: fix use of skb payload instead of headerJohannes Berg2020-10-301-13/+24
* mac80211: fix regression where EAPOL frames were sent in plaintextMathy Vanhoef2020-10-301-3/+4
* mac80211: use new function dev_fetch_sw_netstatsHeiner Kallweit2020-10-131-22/+1
* mac80211: copy configured beacon tx rate to driverRajkumar Manoharan2020-10-081-0/+3
* mac80211: initialize last_rate for S1G STAsThomas Pedersen2020-10-086-1/+25
* mac80211: handle lack of sband->bitrates in ratesThomas Pedersen2020-10-082-1/+6
* mac80211: avoid processing non-S1G elements on S1G bandThomas Pedersen2020-10-021-6/+9
* mac80211: Support not iterating over not-sdata-in-driver ifacesBen Greear2020-09-281-0/+3
* mac80211: fix some more kernel-doc in meshJohannes Berg2020-09-282-0/+5
* mac80211: fix regression in sta connection monitorFelix Fietkau2020-09-282-5/+15
* mac80211: support S1G associationThomas Pedersen2020-09-285-13/+128
* mac80211: receive and process S1G beaconsThomas Pedersen2020-09-285-65/+159
* mac80211: avoid rate init for S1G bandThomas Pedersen2020-09-281-0/+6
* mac80211: handle S1G low ratesThomas Pedersen2020-09-281-7/+26
* mac80211: don't calculate duration for S1GThomas Pedersen2020-09-281-0/+4
* mac80211: encode listen interval for S1GThomas Pedersen2020-09-283-4/+28
* mac80211: convert S1G beacon to scan resultsThomas Pedersen2020-09-284-5/+40
* mac80211: support S1G STA capabilitiesThomas Pedersen2020-09-283-0/+54
* mac80211: s1g: choose scanning width based on frequencyThomas Pedersen2020-09-281-0/+17
* mac80211: get correct default channel width for S1GThomas Pedersen2020-09-281-1/+8
* mac80211: fix some missing kernel-docJohannes Berg2020-09-281-0/+2
* nl80211/cfg80211: support 6 GHz scanningTova Mussai2020-09-281-2/+7
* mac80211: Inform AP when returning operating channelLoic Poulain2020-09-282-30/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-225-15/+26
|\
| * mac80211: fix 80 MHz association to 160/80+80 AP on 6 GHzJohn Crispin2020-09-181-3/+4
| * mac80211: do not allow bigger VHT MPDUs than the hardware supportsFelix Fietkau2020-09-181-4/+4
| * mac80211: do not disable HE if HT is missing on 2.4 GHzWen Gong2020-09-181-1/+2
| * mac80211: Fix radiotap header channel flag for 6GHz bandAloka Dixit2020-09-181-1/+2
| * mac80211: add AQL support for VHT160 tx ratesFelix Fietkau2020-09-181-1/+3
| * mac80211: extend AQL aggregation estimation to HE and fix unit mismatchFelix Fietkau2020-09-181-5/+11
* | mac80211: Unsolicited broadcast probe response supportAloka Dixit2020-09-183-0/+77
* | mac80211: Add FILS discovery supportAloka Dixit2020-09-183-6/+83
* | mac80211: allow bigger A-MSDU sizes in VHT, even if HT is limitedFelix Fietkau2020-09-181-4/+0
* | mac80211: reorganize code to remove a forward declarationFelix Fietkau2020-09-181-473/+471
* | mac80211: extend ieee80211_tx_status_ext to support bulk freeFelix Fietkau2020-09-181-2/+8
* | mac80211: support using ieee80211_tx_status_ext to free skbs without status infoFelix Fietkau2020-09-181-11/+16
* | mac80211: unify 802.3 (offload) and 802.11 tx status codepathFelix Fietkau2020-09-181-64/+28
* | mac80211: optimize station connection monitorFelix Fietkau2020-09-185-47/+22
* | mac80211: notify the driver when a sta uses 4-address modeFelix Fietkau2020-09-184-0/+45
* | mac80211: swap NEED_TXPROCESSING and HW_80211_ENCAP tx flagsFelix Fietkau2020-09-185-14/+14
* | mac80211: remove tx status call to ieee80211_sta_register_airtimeFelix Fietkau2020-09-181-6/+0
* | mac80211: reduce duplication in tx status functionsFelix Fietkau2020-09-181-66/+35
* | mac80211: rework tx encapsulation offload APIFelix Fietkau2020-09-187-87/+156