summaryrefslogtreecommitdiffstats
path: root/net/mac80211/tx.c
Commit message (Expand)AuthorAgeFilesLines
* mac80211: limit injected vht mcs/nss in ieee80211_parse_tx_radiotapLorenzo Bianconi2021-10-061-0/+4
* mac80211: Fix ieee80211_amsdu_aggregate frag_tail bugChih-Kang Chang2021-10-061-0/+8
* mac80211: Fix insufficient headroom issue for AMSDUChih-Kang Chang2021-09-151-1/+3
* mac80211: fix TXQ AC confusionJohannes Berg2021-04-141-1/+1
* mac80211: check if atf has been disabled in __ieee80211_schedule_txqLorenzo Bianconi2021-01-231-1/+1
* mac80211: do not drop tx nulldata packets on encrypted linksFelix Fietkau2021-01-231-1/+1
* mac80211: fix use of skb payload instead of headerJohannes Berg2020-11-181-13/+24
* mac80211: skip mpath lookup also for control port txMarkus Theil2020-10-011-1/+5
* mac80211: add ieee80211_is_any_nullfunc()Thomas Pedersen2020-05-101-1/+1
* mac80211: fix authentication with iwlwifi/mvmJohannes Berg2020-04-021-1/+2
* mac80211: Check port authorization in the ieee80211_tx_dequeue() caseJouni Malinen2020-04-021-1/+18
* mac80211: set IEEE80211_TX_CTRL_PORT_CTRL_PROTO for nl80211 TXJohannes Berg2020-04-011-2/+6
* mac80211: drop data frames without key on encrypted linksJohannes Berg2020-04-011-3/+9
* mac80211: fix TID field in monitor mode transmitFredrik Olofsson2020-01-121-0/+9
* nl80211: add 6GHz band definition to enum nl80211_bandArend van Spriel2019-08-211-0/+1
* mac80211: propagate struct ieee80211_tx_status into ieee80211_tx_monitor()John Crispin2019-07-261-1/+2
* mac80211: add tx dequeue function for process contextErik Stromdahl2019-07-261-0/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-5/+1
* Merge tag 'mac80211-next-for-davem-2019-04-26' of git://git.kernel.org/pub/sc...David S. Miller2019-04-261-25/+88
|\
| * mac80211: probe unexercised mesh linksRajkumar Manoharan2019-04-261-0/+36
| * mac80211: add option for setting control flagsRajkumar Manoharan2019-04-261-7/+11
| * mac80211: debugfs option to force TX status framesJulius Niedworok2019-04-261-0/+10
| * mac80211: when using iTXQ, select the queue in ieee80211_subif_start_xmitFelix Fietkau2019-04-261-1/+10
| * mac80211: IEEE 802.11 Extended Key ID supportAlexander Wetzel2019-04-261-10/+3
| * 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: make ieee80211_schedule_txq schedule empty TXQsFelix Fietkau2019-04-081-4/+6
* | mac80211: rework locking for txq scheduling / airtime fairnessFelix Fietkau2019-03-291-28/+16
* | mac80211: fix memory accounting with A-MSDU aggregationFelix Fietkau2019-03-291-0/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-081-3/+9
|\
| * mac80211: ensure that mgmt tx skbs have tailroom for encryptionFelix Fietkau2019-02-011-3/+9
* | mac80211: remove unused variableJohannes Berg2019-01-281-1/+0
* | mac80211: Expose ieee80211_schedule_txq() functionToke Høiland-Jørgensen2019-01-251-0/+13
* | mac80211: Add airtime accounting and scheduling to TXQsToke Høiland-Jørgensen2019-01-191-4/+86
* | mac80211: Add TXQ scheduling APIToke Høiland-Jørgensen2019-01-191-1/+59
|/
* Merge tag 'mac80211-next-for-davem-2018-12-19' of git://git.kernel.org/pub/sc...David S. Miller2018-12-191-4/+7
|\
| * mac80211: don't build AMSDU from GSO packetsSara Sharon2018-12-181-1/+4
| * mac80211: remove superfluous NULL checkJohannes Berg2018-12-181-1/+1
| * mac80211: tx: avoid variable shadowingJohannes Berg2018-11-091-2/+2
* | mac80211: fix reordering of buffered broadcast packetsFelix Fietkau2018-12-051-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-031-1/+5
|\
| * mac80211: fix pending queue hang due to TX_DROPBob Copeland2018-09-051-1/+1
| * mac80211: Don't wake up from PS for offchannel TXAndrei Otcheretianski2018-09-051-0/+4
* | mac80211: add an option for drivers to check if packets can be aggregatedSara Sharon2018-09-051-0/+3
* | mac80211: allow AMSDU size limitation per-TIDSara Sharon2018-09-051-0/+4
* | mac80211: add an option for station management TXQSara Sharon2018-09-051-3/+11
* | mac80211: Fix PTK rekey freezes and clear text leakAlexander Wetzel2018-09-051-0/+4
* | mac80211: Store sk_pacing_shift in ieee80211_hwWen Gong2018-09-051-7/+1
* | mac80211: add an optional TXQ for other PS-buffered framesJohannes Berg2018-09-051-10/+27
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-041-24/+30
|\|