summaryrefslogtreecommitdiffstats
path: root/net/mac80211/tx.c
Commit message (Expand)AuthorAgeFilesLines
* mac80211: Use Airtime-based Queue Limits (AQL) on packet dequeueToke Høiland-Jørgensen2019-11-221-0/+18
* mac80211: Implement Airtime-based Queue Limit (AQL)Kan Yan2019-11-221-3/+48
* mac80211: add a comment about monitor-to-dev injectionJohannes Berg2019-11-221-0/+3
* mac80211: Shrink the size of ack_frame_id to make room for tx_time_estToke Høiland-Jørgensen2019-11-081-1/+1
* mac80211: move store skb ack code to its own functionJohn Crispin2019-11-081-20/+29
* mac80211: pass internal sta to ieee80211_tx_frags()Johannes Berg2019-10-041-11/+4
* 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
|\|
| * Merge tag 'mac80211-for-davem-2018-09-03' of git://git.kernel.org/pub/scm/lin...David S. Miller2018-09-031-24/+30
| |\
| | * mac80211: fix an off-by-one issue in A-MSDU max_subframe computationLorenzo Bianconi2018-09-031-1/+1
| | * mac80211: always account for A-MSDU header changesJohannes Berg2018-08-301-5/+7
| | * mac80211: do not convert to A-MSDU if frag/subframe limitedLorenzo Bianconi2018-08-301-3/+3
| | * mac80211: avoid kernel panic when building AMSDU from non-linear SKBSara Sharon2018-08-291-17/+21
* | | mac80211: add stop/start logic for software TXQsManikanta Pubbisetty2018-08-281-2/+9
|/ /
* | mac80211: don't put null-data frames on the normal TXQJohannes Berg2018-07-091-1/+1
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-031-0/+2
|\|