summaryrefslogtreecommitdiff
path: root/net/mac80211/tx.c
AgeCommit message (Expand)Author
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-01mac80211: ensure that mgmt tx skbs have tailroom for encryptionFelix Fietkau
2019-01-28mac80211: remove unused variableJohannes Berg
2019-01-25mac80211: Expose ieee80211_schedule_txq() functionToke Høiland-Jørgensen
2019-01-19mac80211: Add airtime accounting and scheduling to TXQsToke Høiland-Jørgensen
2019-01-19mac80211: Add TXQ scheduling APIToke Høiland-Jørgensen
2018-12-19Merge tag 'mac80211-next-for-davem-2018-12-19' of git://git.kernel.org/pub/sc...David S. Miller
2018-12-18mac80211: don't build AMSDU from GSO packetsSara Sharon
2018-12-18mac80211: remove superfluous NULL checkJohannes Berg
2018-12-05mac80211: fix reordering of buffered broadcast packetsFelix Fietkau
2018-11-09mac80211: tx: avoid variable shadowingJohannes Berg
2018-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-09-05mac80211: fix pending queue hang due to TX_DROPBob Copeland
2018-09-05mac80211: add an option for drivers to check if packets can be aggregatedSara Sharon
2018-09-05mac80211: allow AMSDU size limitation per-TIDSara Sharon
2018-09-05mac80211: add an option for station management TXQSara Sharon
2018-09-05mac80211: Don't wake up from PS for offchannel TXAndrei Otcheretianski
2018-09-05mac80211: Fix PTK rekey freezes and clear text leakAlexander Wetzel
2018-09-05mac80211: Store sk_pacing_shift in ieee80211_hwWen Gong
2018-09-05mac80211: add an optional TXQ for other PS-buffered framesJohannes Berg
2018-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-09-03Merge tag 'mac80211-for-davem-2018-09-03' of git://git.kernel.org/pub/scm/lin...David S. Miller
2018-09-03mac80211: fix an off-by-one issue in A-MSDU max_subframe computationLorenzo Bianconi
2018-08-30mac80211: always account for A-MSDU header changesJohannes Berg
2018-08-30mac80211: do not convert to A-MSDU if frag/subframe limitedLorenzo Bianconi
2018-08-29mac80211: avoid kernel panic when building AMSDU from non-linear SKBSara Sharon
2018-08-28mac80211: add stop/start logic for software TXQsManikanta Pubbisetty
2018-07-09mac80211: don't put null-data frames on the normal TXQJohannes Berg
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-06-29mac80211: disable BHs/preemption in ieee80211_tx_control_port()Denis Kenzior
2018-06-15mac80211: support scan features for improved scan privacyJohannes Berg
2018-05-23Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg
2018-05-08mac80211: Support the new cfg80211 TXQ stats APIToke Høiland-Jørgensen
2018-05-07mac80211: add api to set CSA counter in mac80211Gregory Greenman
2018-05-07mac80211: use timeout from the AddBA response instead of the requestSara Sharon
2018-03-29mac80211: Add support for tx_control_portDenis Kenzior
2018-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-02-23mac80211: Adjust TSQ pacing shiftToke Høiland-Jørgensen
2018-02-22mac80211: add get TID helperSara Sharon
2018-02-19mac80211: remove redundant initialization to pointer 'hdr'Colin Ian King
2017-12-19Revert "mac80211: Add TXQ scheduling API"Johannes Berg
2017-12-19Revert "mac80211: Add airtime account and scheduling to TXQs"Johannes Berg
2017-12-11mac80211: Add airtime account and scheduling to TXQsToke Høiland-Jørgensen
2017-12-11mac80211: Add TXQ scheduling APIToke Høiland-Jørgensen
2017-12-11mac80211: Add MIC space only for TX key optionDavid Spinadel
2017-11-27mac80211: use QoS NDP for AP probingJohannes Berg
2017-10-11mac80211: only remove AP VLAN frames from TXQJohannes Berg
2017-09-05mac80211: fix VLAN handling with TXQsJohannes Berg
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg