summaryrefslogtreecommitdiff
path: root/net/mac80211/tx.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-10mac80211: add ieee80211_is_any_nullfunc()Thomas Pedersen1-1/+1
2020-04-02mac80211: fix authentication with iwlwifi/mvmJohannes Berg1-1/+2
2020-04-02mac80211: Check port authorization in the ieee80211_tx_dequeue() caseJouni Malinen1-1/+18
2019-05-16mac80211: fix memory accounting with A-MSDU aggregationFelix Fietkau1-0/+3
2019-02-15mac80211: ensure that mgmt tx skbs have tailroom for encryptionFelix Fietkau1-3/+9
2018-12-13mac80211: fix reordering of buffered broadcast packetsFelix Fietkau1-2/+2
2018-11-04mac80211: fix pending queue hang due to TX_DROPBob Copeland1-1/+1
2018-10-10mac80211: fix an off-by-one issue in A-MSDU max_subframe computationLorenzo Bianconi1-1/+1
2018-10-10mac80211: always account for A-MSDU header changesJohannes Berg1-5/+7
2018-10-10mac80211: do not convert to A-MSDU if frag/subframe limitedLorenzo Bianconi1-3/+3
2018-10-10mac80211: avoid kernel panic when building AMSDU from non-linear SKBSara Sharon1-17/+21
2018-06-20mac80211: use timeout from the AddBA response instead of the requestSara Sharon1-1/+2
2018-02-03mac80211: use QoS NDP for AP probingJohannes Berg1-2/+27
2017-09-05mac80211: fix VLAN handling with TXQsJohannes Berg1-7/+29
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-2/+2
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-1/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-13/+9
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg1-8/+4
2017-05-17mac80211: Dynamically set CoDel parameters per stationToke Høiland-Jørgensen1-1/+8
2017-04-28mac80211: Fix possible sband related NULL pointer de-referenceMohammed Shafi Shajakhan1-1/+4
2017-03-07mac80211: remove ieee80211_tx_rate_control.max_rate_idxJohannes Berg1-8/+0
2017-01-26mac80211: use helper function to access ieee802_1d_to_ac[]Amadeusz Sławiński1-2/+2
2017-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+7
2017-01-14Merge tag 'mac80211-next-for-davem-2017-01-13' of git://git.kernel.org/pub/sc...David S. Miller1-6/+126
2017-01-13mac80211: prevent skb/txq mismatchMichal Kazior1-10/+7
2017-01-02mac80211: initialize fast-xmit 'info' laterJohannes Berg1-1/+2
2016-12-15mac80211: check for MCS in ieee80211_duration before fetching chanctxFelix Fietkau1-4/+4
2016-12-13mac80211: Use appropriate name for functions and messagesMasashi Honma1-1/+1
2016-12-13mac80211: multicast to unicast conversionMichael Braun1-1/+121
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+10
2016-11-15mac80211: fix A-MSDU aggregation with fast-xmit + txqFelix Fietkau1-1/+5
2016-11-15mac80211: remove bogus skb vif assignmentFelix Fietkau1-3/+0
2016-11-15mac80211: update A-MPDU flag on tx dequeueFelix Fietkau1-0/+5
2016-10-19mac80211: add a HW flag for supporting HW TX fragmentationSara Sharon1-2/+2
2016-10-17mac80211: fix A-MSDU outer SA/DAMichael Braun1-0/+23
2016-10-17mac80211: avoid extra memcpy in A-MSDU head creationMichael Braun1-10/+13
2016-10-12mac80211: filter multicast data packets on AP / AP_VLANMichael Braun1-3/+2
2016-10-04Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg1-4/+8
2016-09-30mac80211: Move reorder-sensitive TX handlers to after TXQ dequeueToke Høiland-Jørgensen1-78/+206
2016-09-30mac80211: Set lower memory limit for non-VHT devicesToke Høiland-Jørgensen1-0/+19
2016-09-30mac80211: Move ieee802111_tx_dequeue() to later in tx.cToke Høiland-Jørgensen1-45/+45
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-34/+39
2016-09-14mac80211: check skb_linearize() return valueJohannes Berg1-2/+6
2016-09-13mac80211: simplify TDLS RA lookupJohannes Berg1-11/+4
2016-09-13mac80211: Re-structure aqm debugfs output and keep CoDel stats per txqToke Høiland-Jørgensen1-2/+2
2016-09-12mac80211: fix sequence number assignment for PS response framesFelix Fietkau1-32/+33
2016-09-12mac80211: refactor monitor representation in sdataAviya Erenfeld1-1/+1
2016-08-11mac80211: remove skb header offset mangling in ieee80211_build_hdrFelix Fietkau1-26/+2
2016-08-05mac80211: fix purging multicast PS buffer queueFelix Fietkau1-3/+3
2016-06-30mac80211: fix fq lockdep warningsMichal Kazior1-0/+4