aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/tx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-07mac80211: use more bits for ack_frame_idJohannes Berg1-1/+1
2020-01-14net: mac80211: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld1-8/+5
2019-12-13mac80211: Turn AQL into an NL80211_EXT_FEATUREToke Høiland-Jørgensen1-2/+2
2019-12-13mac80211: fix TID field in monitor mode transmitFredrik Olofsson1-0/+9
2019-11-22mac80211: Use Airtime-based Queue Limits (AQL) on packet dequeueToke Høiland-Jørgensen1-0/+18
2019-11-22mac80211: Implement Airtime-based Queue Limit (AQL)Kan Yan1-3/+48
2019-11-22mac80211: add a comment about monitor-to-dev injectionJohannes Berg1-0/+3
2019-11-08mac80211: Shrink the size of ack_frame_id to make room for tx_time_estToke Høiland-Jørgensen1-1/+1
2019-11-08mac80211: move store skb ack code to its own functionJohn Crispin1-20/+29
2019-10-04mac80211: pass internal sta to ieee80211_tx_frags()Johannes Berg1-11/+4
2019-08-21nl80211: add 6GHz band definition to enum nl80211_bandArend van Spriel1-0/+1
2019-07-26mac80211: propagate struct ieee80211_tx_status into ieee80211_tx_monitor()John Crispin1-1/+2
2019-07-26mac80211: add tx dequeue function for process contextErik Stromdahl1-0/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-5/+1
2019-04-26Merge tag 'mac80211-next-for-davem-2019-04-26' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-25/+88
2019-04-26mac80211: probe unexercised mesh linksRajkumar Manoharan1-0/+36
2019-04-26mac80211: add option for setting control flagsRajkumar Manoharan1-7/+11
2019-04-26mac80211: debugfs option to force TX status framesJulius Niedworok1-0/+10
2019-04-26mac80211: when using iTXQ, select the queue in ieee80211_subif_start_xmitFelix Fietkau1-1/+10
2019-04-26mac80211: IEEE 802.11 Extended Key ID supportAlexander Wetzel1-10/+3
2019-04-26mac80211: run late dequeue late tx handlers without holding fq->lockFelix Fietkau1-2/+8
2019-04-26mac80211: calculate hash for fq without holding fq->lock in itxq enqueueFelix Fietkau1-5/+10
2019-04-08mac80211: make ieee80211_schedule_txq schedule empty TXQsFelix Fietkau1-4/+6
2019-03-29mac80211: rework locking for txq scheduling / airtime fairnessFelix Fietkau1-28/+16
2019-03-29mac80211: fix memory accounting with A-MSDU aggregationFelix Fietkau1-0/+3
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+9
2019-02-01mac80211: ensure that mgmt tx skbs have tailroom for encryptionFelix Fietkau1-3/+9
2019-01-28mac80211: remove unused variableJohannes Berg1-1/+0
2019-01-25mac80211: Expose ieee80211_schedule_txq() functionToke Høiland-Jørgensen1-0/+13
2019-01-19mac80211: Add airtime accounting and scheduling to TXQsToke Høiland-Jørgensen1-4/+86
2019-01-19mac80211: Add TXQ scheduling APIToke Høiland-Jørgensen1-1/+59
2018-12-19Merge tag 'mac80211-next-for-davem-2018-12-19' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-4/+7
2018-12-18mac80211: don't build AMSDU from GSO packetsSara Sharon1-1/+4
2018-12-18mac80211: remove superfluous NULL checkJohannes Berg1-1/+1
2018-12-05mac80211: fix reordering of buffered broadcast packetsFelix Fietkau1-2/+2
2018-11-09mac80211: tx: avoid variable shadowingJohannes Berg1-2/+2
2018-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+5
2018-09-05mac80211: fix pending queue hang due to TX_DROPBob Copeland1-1/+1
2018-09-05mac80211: add an option for drivers to check if packets can be aggregatedSara Sharon1-0/+3
2018-09-05mac80211: allow AMSDU size limitation per-TIDSara Sharon1-0/+4
2018-09-05mac80211: add an option for station management TXQSara Sharon1-3/+11
2018-09-05mac80211: Don't wake up from PS for offchannel TXAndrei Otcheretianski1-0/+4
2018-09-05mac80211: Fix PTK rekey freezes and clear text leakAlexander Wetzel1-0/+4
2018-09-05mac80211: Store sk_pacing_shift in ieee80211_hwWen Gong1-7/+1
2018-09-05mac80211: add an optional TXQ for other PS-buffered framesJohannes Berg1-10/+27
2018-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-24/+30
2018-09-03Merge tag 'mac80211-for-davem-2018-09-03' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller1-24/+30
2018-09-03mac80211: fix an off-by-one issue in A-MSDU max_subframe computationLorenzo Bianconi1-1/+1
2018-08-30mac80211: always account for A-MSDU header changesJohannes Berg1-5/+7
2018-08-30mac80211: do not convert to A-MSDU if frag/subframe limitedLorenzo Bianconi1-3/+3