summaryrefslogtreecommitdiffstats
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
...
| * | mac80211: debugfs option to force TX status framesJulius Niedworok2019-04-263-0/+64
| * | mac80211/cfg80211: update bss channel on channel switchSergey Matyukevich2019-04-261-3/+0Star
| * | mac80211: minstrel_ht: automatically calculate rate duration shiftFelix Fietkau2019-04-261-54/+80
| * | mac80211: minstrel_ht: add support for rates with 4 spatial streamsFelix Fietkau2019-04-262-1/+11
| * | mac80211: when using iTXQ, select the queue in ieee80211_subif_start_xmitFelix Fietkau2019-04-263-39/+56
| * | mac80211: IEEE 802.11 Extended Key ID supportAlexander Wetzel2019-04-269-60/+145
| * | mac80211: Optimize tailroom_needed update checksAlexander Wetzel2019-04-261-9/+15
| * | mac80211: set NETIF_F_LLTX when using intermediate tx queuesFelix Fietkau2019-04-261-0/+1
| * | mac80211: run late dequeue late tx handlers without holding fq->lockFelix Fietkau2019-04-261-2/+8
| * | mac80211: calculate hash for fq without holding fq->lock in itxq enqueueFelix Fietkau2019-04-261-5/+10
| * | mac80211: mesh: drop redundant rcu_read_lock/unlock callsFelix Fietkau2019-04-262-20/+8Star
| * | mac80211: support profile split between elementsSara Sharon2019-04-262-20/+37
| * | mac80211: support non-inheritance elementSara Sharon2019-04-261-57/+77
| * | mac80211: Add support for NL80211_STA_INFO_AIRTIME_LINK_METRICNarayanraddi Masti2019-04-083-2/+10
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-176-38/+46
|\ \ \ | |/ / |/| / | |/
| * mac80211: Honor SW_CRYPTO_CONTROL for unicast keys in AP VLAN modeAlexander Wetzel2019-04-091-5/+4Star
| * mac80211: make ieee80211_schedule_txq schedule empty TXQsFelix Fietkau2019-04-081-4/+6
| * mac80211: rework locking for txq scheduling / airtime fairnessFelix Fietkau2019-03-291-28/+16Star
| * mac80211: do not call driver wake_tx_queue op during reconfigFelix Fietkau2019-03-291-0/+3
| * mac80211: fix memory accounting with A-MSDU aggregationFelix Fietkau2019-03-291-0/+3
| * mac80211: Increase MAX_MSG_LENAndrei Otcheretianski2019-03-291-1/+6
| * mac80211: fix unaligned access in mesh table hash functionFelix Fietkau2019-03-291-1/+1
| * mac80211: un-schedule TXQs on powersave startFelix Fietkau2019-03-291-1/+9
* | net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni2019-03-201-4/+2Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-242-3/+8
|\
| * mac80211: allocate tailroom for forwarded mesh packetsFelix Fietkau2019-02-221-1/+6
| * mac80211: Change default tx_sk_pacing_shift to 7Toke Høiland-Jørgensen2019-02-221-2/+2
* | mac80211: Use rhashtable_lookup_get_insert_fast instead of racy codeHerbert Xu2019-02-221-16/+8Star
* | Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg2019-02-226-116/+75Star
|\ \
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-203-111/+58Star
| |\|
| | * mac80211: mesh: fix missing unlock on error in table_path_del()Wei Yongjun2019-02-191-1/+1
| | * mac80211: Restore vif beacon interval if start ap failsRakesh Pillai2019-02-151-1/+5
| | * mac80211: Free mpath object when rhashtable insertion failsHerbert Xu2019-02-151-8/+9
| | * mac80211: Use linked list instead of rhashtable walk for mesh tablesHerbert Xu2019-02-152-101/+43Star
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-152-2/+8
| |\|
| | * mac80211: Fix Tx aggregation session tear down with ITXQsIlan Peer2019-02-111-1/+3
| | * mac80211: call drv_ibss_join() on restartJohannes Berg2019-02-111-1/+5
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-091-3/+9
| |\|
| | * mac80211: ensure that mgmt tx skbs have tailroom for encryptionFelix Fietkau2019-02-011-3/+9
* | | mac80211: update HE IEs to D3.3Liad Kaufman2019-02-221-10/+25
* | | mac80211: ignore quiet mode in probeSara Sharon2019-02-221-3/+3
* | | mac80211: allow CSA to self with immediate quietSara Sharon2019-02-221-1/+2
* | | mac80211: notify driver on subsequent CSA beaconsSara Sharon2019-02-223-14/+70
* | | mac80211: fix position of vendor_data readLiad Kaufman2019-02-221-2/+19
* | | mac80211: abort CSA if beacon does not include CSA IEsSara Sharon2019-02-223-6/+57
* | | mac80211: support max channel switch time elementSara Sharon2019-02-224-0/+13
* | | cfg80211: Report Association Request frame IEs in association eventsJouni Malinen2019-02-222-2/+18
* | | mac80211: indicate support for multiple BSSIDSara Sharon2019-02-083-2/+30
* | | mac80211: support multi-bssidSara Sharon2019-02-084-47/+207
* | | mac80211: move the bss update from elements to an helperSara Sharon2019-02-081-70/+80