summaryrefslogtreecommitdiffstats
path: root/net/mac80211/tx.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: mac80211: fix race condition on enabling fast-xmitFelix Fietkau2024-03-011-1/+1
* wifi: mac80211: allow transmitting EAPOL frames with tainted keyWen Gong2023-10-251-1/+2
* 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-221-1/+3
* mac80211: drop data frames without key on encrypted linksJohannes Berg2021-08-261-3/+9
* mac80211: fix use of skb payload instead of headerJohannes Berg2020-11-181-13/+24
* 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-021-2/+6
* mac80211: add option for setting control flagsRajkumar Manoharan2020-04-021-7/+11
* mac80211: fix memory accounting with A-MSDU aggregationFelix Fietkau2019-05-161-0/+3
* mac80211: Change default tx_sk_pacing_shift to 7Toke Høiland-Jørgensen2019-03-051-2/+2
* mac80211: ensure that mgmt tx skbs have tailroom for encryptionFelix Fietkau2019-02-151-3/+9
* mac80211: fix reordering of buffered broadcast packetsFelix Fietkau2018-12-131-2/+2
* 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
* 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: 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
|\|
| * mac80211: disable BHs/preemption in ieee80211_tx_control_port()Denis Kenzior2018-06-291-0/+2
* | mac80211: support scan features for improved scan privacyJohannes Berg2018-06-151-8/+13
|/
* Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg2018-05-231-1/+2
|\
| * mac80211: use timeout from the AddBA response instead of the requestSara Sharon2018-05-071-1/+2
* | mac80211: Support the new cfg80211 TXQ stats APIToke Høiland-Jørgensen2018-05-081-0/+20
* | mac80211: add api to set CSA counter in mac80211Gregory Greenman2018-05-071-0/+25
|/
* mac80211: Add support for tx_control_portDenis Kenzior2018-03-291-0/+46
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-061-0/+8
|\
| * mac80211: Adjust TSQ pacing shiftToke Høiland-Jørgensen2018-02-231-0/+8
* | mac80211: add get TID helperSara Sharon2018-02-221-7/+2
* | mac80211: remove redundant initialization to pointer 'hdr'Colin Ian King2018-02-191-1/+1
|/
* Revert "mac80211: Add TXQ scheduling API"Johannes Berg2017-12-191-48/+1
* Revert "mac80211: Add airtime account and scheduling to TXQs"Johannes Berg2017-12-191-26/+5
* mac80211: Add airtime account and scheduling to TXQsToke Høiland-Jørgensen2017-12-111-5/+26
* mac80211: Add TXQ scheduling APIToke Høiland-Jørgensen2017-12-111-1/+48
* mac80211: Add MIC space only for TX key optionDavid Spinadel2017-12-111-1/+3
* mac80211: use QoS NDP for AP probingJohannes Berg2017-11-271-2/+27
* mac80211: only remove AP VLAN frames from TXQJohannes Berg2017-10-111-0/+34
* mac80211: fix VLAN handling with TXQsJohannes Berg2017-09-051-7/+29
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-2/+2
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-1/+1
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-13/+9
* networking: convert many more places to skb_put_zero()Johannes Berg2017-06-161-8/+4
* mac80211: Dynamically set CoDel parameters per stationToke Høiland-Jørgensen2017-05-171-1/+8
* mac80211: Fix possible sband related NULL pointer de-referenceMohammed Shafi Shajakhan2017-04-281-1/+4