summaryrefslogtreecommitdiffstats
path: root/net/mac80211
AgeCommit message (Expand)AuthorFilesLines
2020-11-13mac80211: free sta in sta_info_insert_finish() on errorsJohannes Berg1-10/+4
2020-11-12mac80211: minstrel: fix tx status processing corner caseFelix Fietkau1-1/+1
2020-11-12mac80211: minstrel: remove deferred sampling codeFelix Fietkau2-22/+4
2020-11-12mac80211: fix memory leak on filtered powersave framesFelix Fietkau1-10/+8
2020-10-30mac80211: don't require VHT elements for HE on 2.4 GHzJohannes Berg1-1/+2
2020-10-30mac80211: fix kernel-doc markupsMauro Carvalho Chehab1-1/+8
2020-10-30mac80211: always wind down STA stateJohannes Berg1-0/+18
2020-10-30mac80211: fix use of skb payload instead of headerJohannes Berg1-13/+24
2020-10-30mac80211: fix regression where EAPOL frames were sent in plaintextMathy Vanhoef1-3/+4
2020-10-13mac80211: use new function dev_fetch_sw_netstatsHeiner Kallweit1-22/+1
2020-10-08mac80211: copy configured beacon tx rate to driverRajkumar Manoharan1-0/+3
2020-10-08mac80211: initialize last_rate for S1G STAsThomas Pedersen6-1/+25
2020-10-08mac80211: handle lack of sband->bitrates in ratesThomas Pedersen2-1/+6
2020-10-02mac80211: avoid processing non-S1G elements on S1G bandThomas Pedersen1-6/+9
2020-09-28mac80211: Support not iterating over not-sdata-in-driver ifacesBen Greear1-0/+3
2020-09-28mac80211: fix some more kernel-doc in meshJohannes Berg2-0/+5
2020-09-28mac80211: fix regression in sta connection monitorFelix Fietkau2-5/+15
2020-09-28mac80211: support S1G associationThomas Pedersen5-13/+128
2020-09-28mac80211: receive and process S1G beaconsThomas Pedersen5-65/+159
2020-09-28mac80211: avoid rate init for S1G bandThomas Pedersen1-0/+6
2020-09-28mac80211: handle S1G low ratesThomas Pedersen1-7/+26
2020-09-28mac80211: don't calculate duration for S1GThomas Pedersen1-0/+4
2020-09-28mac80211: encode listen interval for S1GThomas Pedersen3-4/+28
2020-09-28mac80211: convert S1G beacon to scan resultsThomas Pedersen4-5/+40
2020-09-28mac80211: support S1G STA capabilitiesThomas Pedersen3-0/+54
2020-09-28mac80211: s1g: choose scanning width based on frequencyThomas Pedersen1-0/+17
2020-09-28mac80211: get correct default channel width for S1GThomas Pedersen1-1/+8
2020-09-28mac80211: fix some missing kernel-docJohannes Berg1-0/+2
2020-09-28nl80211/cfg80211: support 6 GHz scanningTova Mussai1-2/+7
2020-09-28mac80211: Inform AP when returning operating channelLoic Poulain2-30/+9
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller5-15/+26
2020-09-18mac80211: Unsolicited broadcast probe response supportAloka Dixit3-0/+77
2020-09-18mac80211: Add FILS discovery supportAloka Dixit3-6/+83
2020-09-18mac80211: fix 80 MHz association to 160/80+80 AP on 6 GHzJohn Crispin1-3/+4
2020-09-18mac80211: allow bigger A-MSDU sizes in VHT, even if HT is limitedFelix Fietkau1-4/+0
2020-09-18mac80211: reorganize code to remove a forward declarationFelix Fietkau1-473/+471
2020-09-18mac80211: extend ieee80211_tx_status_ext to support bulk freeFelix Fietkau1-2/+8
2020-09-18mac80211: support using ieee80211_tx_status_ext to free skbs without status infoFelix Fietkau1-11/+16
2020-09-18mac80211: unify 802.3 (offload) and 802.11 tx status codepathFelix Fietkau1-64/+28
2020-09-18mac80211: optimize station connection monitorFelix Fietkau5-47/+22
2020-09-18mac80211: notify the driver when a sta uses 4-address modeFelix Fietkau4-0/+45
2020-09-18mac80211: swap NEED_TXPROCESSING and HW_80211_ENCAP tx flagsFelix Fietkau5-14/+14
2020-09-18mac80211: remove tx status call to ieee80211_sta_register_airtimeFelix Fietkau1-6/+0
2020-09-18mac80211: reduce duplication in tx status functionsFelix Fietkau1-66/+35
2020-09-18mac80211: rework tx encapsulation offload APIFelix Fietkau7-87/+156
2020-09-18mac80211: set info->control.hw_key for encap offload packetsFelix Fietkau1-0/+5
2020-09-18mac80211: skip encap offload for tx multicast/control packetsFelix Fietkau1-55/+19
2020-09-18mac80211: check and refresh aggregation session in encap offload txFelix Fietkau1-0/+18
2020-09-18mac80211: add missing queue/hash initialization to 802.3 xmitFelix Fietkau1-0/+6
2020-09-18mac80211: do not allow bigger VHT MPDUs than the hardware supportsFelix Fietkau1-4/+4