summaryrefslogtreecommitdiffstats
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
* mac80211: ensure that mgmt tx skbs have tailroom for encryptionFelix Fietkau2019-02-011-3/+9
* mac80211: Add attribute aligned(2) to struct 'action'Mathieu Malaterre2019-01-251-1/+1
* mac80211: don't initiate TDLS connection if station is not associated to APBalaji Pothunoori2019-01-251-0/+4
* mac80211: fix miscounting of ttl-dropped framesBob Copeland2019-01-191-1/+3
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-12-271-2/+2
|\
| * crypto: drop mask=CRYPTO_ALG_ASYNC from 'cipher' tfm allocationsEric Biggers2018-11-201-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-203-2/+8
|\ \
| * | mac80211: free skb fraglist before freeing the skbSara Sharon2018-12-191-0/+5
| * | mac80211: fix a kernel panic when TXing after TXQ teardownSara Sharon2018-12-182-2/+3
* | | Merge tag 'mac80211-next-for-davem-2018-12-19' of git://git.kernel.org/pub/sc...David S. Miller2018-12-1919-92/+265
|\ \ \ | |/ / |/| |
| * | mac80211: Properly access radiotap vendor dataIlan Peer2018-12-191-1/+5
| * | mac80211: fix radiotap vendor presence bitmap handlingJohannes Berg2018-12-191-2/+3
| * | mac80211: do not advertise HE cap IE if HE disabledShaul Triebitz2018-12-181-10/+9
| * | mac80211: set STA flag DISABLE_HE if HE is not supportedShaul Triebitz2018-12-181-2/+4
| * | mac80211: update driver when MU EDCA params changeShaul Triebitz2018-12-183-2/+13
| * | mac80211: propagate the support for TWT to the driverEmmanuel Grumbach2018-12-181-0/+16
| * | mac80211: don't build AMSDU from GSO packetsSara Sharon2018-12-181-1/+4
| * | mac80211: remove superfluous NULL checkJohannes Berg2018-12-181-1/+1
| * | mac80211: never pass NULL params to ieee80211_if_add()Johannes Berg2018-12-182-7/+7
| * | mac80211: Properly handle SKB with radiotap onlyIlan Peer2018-12-181-9/+17
| * | mac80211: ftm responder: remove pointless defensive codingJohannes Berg2018-12-181-2/+2
| * | mac80211: fix deauth TX when we disconnectEmmanuel Grumbach2018-12-051-14/+35
| * | mac80211: rewrite Kconfig text for meshBob Copeland2018-12-051-6/+5
| * | {nl,mac}80211: add rssi to mesh candidatesBob Copeland2018-11-093-12/+26
| * | {nl,mac}80211: add dot11MeshConnectedToMeshGate to meshconfBob Copeland2018-11-093-1/+8
| * | {nl,mac}80211: report gate connectivity in station infoBob Copeland2018-11-093-1/+8
| * | mac80211: mesh: advertise gates in mesh formationBob Copeland2018-11-091-1/+3
| * | mac80211: allow hardware scan to fall back to softwareJohannes Berg2018-11-091-4/+18
| * | mac80211: allow drivers to use peer measurement APIJohannes Berg2018-11-093-0/+68
| * | mac80211: tx: avoid variable shadowingJohannes Berg2018-11-091-2/+2
| * | mac80211: debugfs: avoid variable shadowingJohannes Berg2018-11-091-7/+7
| * | mac80211: sta_info: avoid tidstats variable shadowingJohannes Berg2018-11-091-5/+2
| * | mac80211: tracing: avoid 'idx' variableJohannes Berg2018-11-091-3/+3
| |/
* | mac80211: ignore NullFunc frames in the duplicate detectionEmmanuel Grumbach2018-12-051-0/+1
* | mac80211: fix reordering of buffered broadcast packetsFelix Fietkau2018-12-051-2/+2
* | mac80211: ignore tx status for PS stations in ieee80211_tx_status_extFelix Fietkau2018-12-051-0/+2
* | mac80211: fix CSA beacon allocation sizeJohannes Berg2018-11-091-3/+4
* | mac80211: Clear beacon_int in ieee80211_do_stopBen Greear2018-11-091-0/+2
* | mac80211: fix GFP_KERNEL under tasklet contextYan-Hsuan Chuang2018-11-091-2/+2
* | mac80211: fix missing unlock on error in ieee80211_mark_sta_auth()Wei Yongjun2018-11-091-4/+8
|/
* mac80211: implement ieee80211_tx_rate_update to update rateAnilkumar Kolli2018-10-121-0/+19
* mac80211: support FTM responder configuration/statisticsPradeep Kumar Chitrapu2018-10-124-0/+129
* mac80211: Extend SAE authentication in infra BSS STA modeJouni Malinen2018-10-112-23/+48
* mac80211: Move ieee80211_mgd_auth() EBUSY check to be before allocationJouni Malinen2018-10-111-7/+4
* mac80211: Helper function for marking STA authenticatedJouni Malinen2018-10-111-12/+22
* mac80211: rc80211_minstrel: remove variance / stddev calculationFelix Fietkau2018-10-114-51/+9
* mac80211: minstrel: do not sample rates 3 times slower than max_prob_rateFelix Fietkau2018-10-111-4/+6
* mac80211: minstrel: fix sampling/reporting of CCK rates in HT modeFelix Fietkau2018-10-111-4/+10
* mac80211: minstrel: fix CCK rate group streams valueFelix Fietkau2018-10-111-1/+1
* mac80211: minstrel: fix using short preamble CCK rates on HT clientsFelix Fietkau2018-10-111-3/+1