summaryrefslogtreecommitdiff
path: root/net/mac80211
AgeCommit message (Expand)AuthorFilesLines
2019-01-19mac80211: minstrel_ht: add flag to indicate missing/inaccurate tx A-MPDU lengthFelix Fietkau3-8/+25
2019-01-19mac80211: mesh: only switch path when new metric is at least 10% betterJulan Hsu1-3/+8
2019-01-19mac80211: mesh: use average bitrate for link metric calculationJulan Hsu3-3/+15
2019-01-19nl80211/mac80211: mesh: add mesh path change count to mpath infoJulan Hsu3-1/+9
2019-01-19nl80211/mac80211: mesh: add hop count to mpath infoJulan Hsu2-1/+8
2019-01-19mac80211: allow overriding HT STBC capabilitiesSergey Matyukevich2-0/+10
2019-01-19mac80211: Add airtime accounting and scheduling to TXQsToke Høiland-Jørgensen9-10/+223
2019-01-19mac80211: Add TXQ scheduling APIToke Høiland-Jørgensen6-3/+84
2018-12-28Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-2/+2
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-2/+8
2018-12-19Merge tag 'mac80211-next-for-davem-2018-12-19' of git://git.kernel.org/pub/sc...David S. Miller19-92/+265
2018-12-19mac80211: Properly access radiotap vendor dataIlan Peer1-1/+5
2018-12-19mac80211: free skb fraglist before freeing the skbSara Sharon1-0/+5
2018-12-19mac80211: fix radiotap vendor presence bitmap handlingJohannes Berg1-2/+3
2018-12-18mac80211: do not advertise HE cap IE if HE disabledShaul Triebitz1-10/+9
2018-12-18mac80211: set STA flag DISABLE_HE if HE is not supportedShaul Triebitz1-2/+4
2018-12-18mac80211: update driver when MU EDCA params changeShaul Triebitz3-2/+13
2018-12-18mac80211: propagate the support for TWT to the driverEmmanuel Grumbach1-0/+16
2018-12-18mac80211: don't build AMSDU from GSO packetsSara Sharon1-1/+4
2018-12-18mac80211: remove superfluous NULL checkJohannes Berg1-1/+1
2018-12-18mac80211: never pass NULL params to ieee80211_if_add()Johannes Berg2-7/+7
2018-12-18mac80211: Properly handle SKB with radiotap onlyIlan Peer1-9/+17
2018-12-18mac80211: ftm responder: remove pointless defensive codingJohannes Berg1-2/+2
2018-12-18mac80211: fix a kernel panic when TXing after TXQ teardownSara Sharon2-2/+3
2018-12-05mac80211: fix deauth TX when we disconnectEmmanuel Grumbach1-14/+35
2018-12-05mac80211: rewrite Kconfig text for meshBob Copeland1-6/+5
2018-12-05mac80211: ignore NullFunc frames in the duplicate detectionEmmanuel Grumbach1-0/+1
2018-12-05mac80211: fix reordering of buffered broadcast packetsFelix Fietkau1-2/+2
2018-12-05mac80211: ignore tx status for PS stations in ieee80211_tx_status_extFelix Fietkau1-0/+2
2018-11-20crypto: drop mask=CRYPTO_ALG_ASYNC from 'cipher' tfm allocationsEric Biggers1-2/+2
2018-11-09{nl,mac}80211: add rssi to mesh candidatesBob Copeland3-12/+26
2018-11-09{nl,mac}80211: add dot11MeshConnectedToMeshGate to meshconfBob Copeland3-1/+8
2018-11-09{nl,mac}80211: report gate connectivity in station infoBob Copeland3-1/+8
2018-11-09mac80211: mesh: advertise gates in mesh formationBob Copeland1-1/+3
2018-11-09mac80211: allow hardware scan to fall back to softwareJohannes Berg1-4/+18
2018-11-09mac80211: allow drivers to use peer measurement APIJohannes Berg3-0/+68
2018-11-09mac80211: tx: avoid variable shadowingJohannes Berg1-2/+2
2018-11-09mac80211: debugfs: avoid variable shadowingJohannes Berg1-7/+7
2018-11-09mac80211: sta_info: avoid tidstats variable shadowingJohannes Berg1-5/+2
2018-11-09mac80211: tracing: avoid 'idx' variableJohannes Berg1-3/+3
2018-11-09mac80211: fix CSA beacon allocation sizeJohannes Berg1-3/+4
2018-11-09mac80211: Clear beacon_int in ieee80211_do_stopBen Greear1-0/+2
2018-11-09mac80211: fix GFP_KERNEL under tasklet contextYan-Hsuan Chuang1-2/+2
2018-11-09mac80211: fix missing unlock on error in ieee80211_mark_sta_auth()Wei Yongjun1-4/+8
2018-10-12mac80211: implement ieee80211_tx_rate_update to update rateAnilkumar Kolli1-0/+19
2018-10-12mac80211: support FTM responder configuration/statisticsPradeep Kumar Chitrapu4-0/+129
2018-10-11mac80211: Extend SAE authentication in infra BSS STA modeJouni Malinen2-23/+48
2018-10-11mac80211: Move ieee80211_mgd_auth() EBUSY check to be before allocationJouni Malinen1-7/+4
2018-10-11mac80211: Helper function for marking STA authenticatedJouni Malinen1-12/+22
2018-10-11mac80211: rc80211_minstrel: remove variance / stddev calculationFelix Fietkau4-51/+9