summaryrefslogtreecommitdiffstats
path: root/net/mac80211
AgeCommit message (Expand)AuthorLines
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+8
2019-02-22mac80211: allocate tailroom for forwarded mesh packetsFelix Fietkau-1/+6
2019-02-22mac80211: Use rhashtable_lookup_get_insert_fast instead of racy codeHerbert Xu-16/+8
2019-02-22Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg-116/+75
2019-02-22mac80211: update HE IEs to D3.3Liad Kaufman-10/+25
2019-02-22mac80211: ignore quiet mode in probeSara Sharon-3/+3
2019-02-22mac80211: allow CSA to self with immediate quietSara Sharon-1/+2
2019-02-22mac80211: notify driver on subsequent CSA beaconsSara Sharon-14/+70
2019-02-22mac80211: fix position of vendor_data readLiad Kaufman-2/+19
2019-02-22mac80211: abort CSA if beacon does not include CSA IEsSara Sharon-6/+57
2019-02-22mac80211: support max channel switch time elementSara Sharon-0/+13
2019-02-22cfg80211: Report Association Request frame IEs in association eventsJouni Malinen-2/+18
2019-02-22mac80211: Change default tx_sk_pacing_shift to 7Toke Høiland-Jørgensen-2/+2
2019-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-111/+58
2019-02-18mac80211: mesh: fix missing unlock on error in table_path_del()Wei Yongjun-1/+1
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+8
2019-02-15mac80211: Restore vif beacon interval if start ap failsRakesh Pillai-1/+5
2019-02-15mac80211: Free mpath object when rhashtable insertion failsHerbert Xu-8/+9
2019-02-15mac80211: Use linked list instead of rhashtable walk for mesh tablesHerbert Xu-101/+43
2019-02-11mac80211: Fix Tx aggregation session tear down with ITXQsIlan Peer-1/+3
2019-02-11mac80211: call drv_ibss_join() on restartJohannes Berg-1/+5
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+9
2019-02-08mac80211: indicate support for multiple BSSIDSara Sharon-2/+30
2019-02-08mac80211: support multi-bssidSara Sharon-47/+207
2019-02-08mac80211: move the bss update from elements to an helperSara Sharon-70/+80
2019-02-08mac80211: pass bssids to elements parsing functionSara Sharon-72/+95
2019-02-08mac80211: use element iteration macro in parsingJohannes Berg-19/+6
2019-02-01mac80211: fix missing/malformed documentationJohannes Berg-0/+18
2019-02-01mac80211: ensure that mgmt tx skbs have tailroom for encryptionFelix Fietkau-3/+9
2019-02-01Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg-2/+8
2019-02-01mac80211: Fix documentation strings for airtime-related variablesToke Høiland-Jørgensen-0/+3
2019-01-28mac80211: remove unused variableJohannes Berg-1/+0
2019-01-25mac80211: Expose ieee80211_schedule_txq() functionToke Høiland-Jørgensen-3/+14
2019-01-25mac80211: Add attribute aligned(2) to struct 'action'Mathieu Malaterre-1/+1
2019-01-25mac80211: don't initiate TDLS connection if station is not associated to APBalaji Pothunoori-0/+4
2019-01-19mac80211: minstrel_ht: add flag to indicate missing/inaccurate tx A-MPDU lengthFelix Fietkau-8/+25
2019-01-19mac80211: mesh: only switch path when new metric is at least 10% betterJulan Hsu-3/+8
2019-01-19mac80211: mesh: use average bitrate for link metric calculationJulan Hsu-3/+15
2019-01-19nl80211/mac80211: mesh: add mesh path change count to mpath infoJulan Hsu-1/+9
2019-01-19nl80211/mac80211: mesh: add hop count to mpath infoJulan Hsu-1/+8
2019-01-19mac80211: allow overriding HT STBC capabilitiesSergey Matyukevich-0/+10
2019-01-19mac80211: Add airtime accounting and scheduling to TXQsToke Høiland-Jørgensen-10/+223
2019-01-19mac80211: Add TXQ scheduling APIToke Høiland-Jørgensen-3/+84
2019-01-19mac80211: fix miscounting of ttl-dropped framesBob Copeland-1/+3
2018-12-27Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-2/+2
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+8
2018-12-19Merge tag 'mac80211-next-for-davem-2018-12-19' of git://git.kernel.org/pub/sc...David S. Miller-92/+265
2018-12-19mac80211: Properly access radiotap vendor dataIlan Peer-1/+5
2018-12-19mac80211: free skb fraglist before freeing the skbSara Sharon-0/+5
2018-12-19mac80211: fix radiotap vendor presence bitmap handlingJohannes Berg-2/+3