aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/tx.c
AgeCommit message (Expand)Author
2023-10-25wifi: mac80211: allow transmitting EAPOL frames with tainted keyWen Gong
2021-10-06mac80211: limit injected vht mcs/nss in ieee80211_parse_tx_radiotapLorenzo Bianconi
2021-10-06mac80211: Fix ieee80211_amsdu_aggregate frag_tail bugChih-Kang Chang
2021-09-22mac80211: Fix insufficient headroom issue for AMSDUChih-Kang Chang
2021-08-26mac80211: drop data frames without key on encrypted linksJohannes Berg
2020-11-18mac80211: fix use of skb payload instead of headerJohannes Berg
2020-05-10mac80211: add ieee80211_is_any_nullfunc()Thomas Pedersen
2020-04-02mac80211: fix authentication with iwlwifi/mvmJohannes Berg
2020-04-02mac80211: Check port authorization in the ieee80211_tx_dequeue() caseJouni Malinen
2020-04-02mac80211: set IEEE80211_TX_CTRL_PORT_CTRL_PROTO for nl80211 TXJohannes Berg
2020-04-02mac80211: add option for setting control flagsRajkumar Manoharan
2019-05-16mac80211: fix memory accounting with A-MSDU aggregationFelix Fietkau
2019-03-05mac80211: Change default tx_sk_pacing_shift to 7Toke Høiland-Jørgensen
2019-02-15mac80211: ensure that mgmt tx skbs have tailroom for encryptionFelix Fietkau
2018-12-13mac80211: fix reordering of buffered broadcast packetsFelix Fietkau
2018-09-05mac80211: fix pending queue hang due to TX_DROPBob Copeland
2018-09-05mac80211: Don't wake up from PS for offchannel TXAndrei Otcheretianski
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-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
2017-06-16networking: introduce and use skb_put_data()Johannes Berg
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg
2017-05-17mac80211: Dynamically set CoDel parameters per stationToke Høiland-Jørgensen
2017-04-28mac80211: Fix possible sband related NULL pointer de-referenceMohammed Shafi Shajakhan
2017-03-07mac80211: remove ieee80211_tx_rate_control.max_rate_idxJohannes Berg