summaryrefslogtreecommitdiff
path: root/net/mac80211/tx.c
AgeCommit message (Expand)Author
2019-05-16mac80211: fix memory accounting with A-MSDU aggregationFelix Fietkau
2019-02-15mac80211: ensure that mgmt tx skbs have tailroom for encryptionFelix Fietkau
2018-12-13mac80211: fix reordering of buffered broadcast packetsFelix Fietkau
2018-11-04mac80211: fix pending queue hang due to TX_DROPBob Copeland
2018-10-10mac80211: fix an off-by-one issue in A-MSDU max_subframe computationLorenzo Bianconi
2018-10-10mac80211: always account for A-MSDU header changesJohannes Berg
2018-10-10mac80211: do not convert to A-MSDU if frag/subframe limitedLorenzo Bianconi
2018-10-10mac80211: avoid kernel panic when building AMSDU from non-linear SKBSara Sharon
2018-06-21mac80211: use timeout from the AddBA response instead of the requestSara Sharon
2018-02-03mac80211: use QoS NDP for AP probingJohannes 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
2017-01-26mac80211: use helper function to access ieee802_1d_to_ac[]Amadeusz Sławiński
2017-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-14Merge tag 'mac80211-next-for-davem-2017-01-13' of git://git.kernel.org/pub/sc...David S. Miller
2017-01-13mac80211: prevent skb/txq mismatchMichal Kazior
2017-01-02mac80211: initialize fast-xmit 'info' laterJohannes Berg
2016-12-15mac80211: check for MCS in ieee80211_duration before fetching chanctxFelix Fietkau
2016-12-13mac80211: Use appropriate name for functions and messagesMasashi Honma
2016-12-13mac80211: multicast to unicast conversionMichael Braun
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-15mac80211: fix A-MSDU aggregation with fast-xmit + txqFelix Fietkau
2016-11-15mac80211: remove bogus skb vif assignmentFelix Fietkau
2016-11-15mac80211: update A-MPDU flag on tx dequeueFelix Fietkau
2016-10-19mac80211: add a HW flag for supporting HW TX fragmentationSara Sharon
2016-10-17mac80211: fix A-MSDU outer SA/DAMichael Braun
2016-10-17mac80211: avoid extra memcpy in A-MSDU head creationMichael Braun
2016-10-12mac80211: filter multicast data packets on AP / AP_VLANMichael Braun
2016-10-04Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg
2016-09-30mac80211: Move reorder-sensitive TX handlers to after TXQ dequeueToke Høiland-Jørgensen
2016-09-30mac80211: Set lower memory limit for non-VHT devicesToke Høiland-Jørgensen
2016-09-30mac80211: Move ieee802111_tx_dequeue() to later in tx.cToke Høiland-Jørgensen
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-14mac80211: check skb_linearize() return valueJohannes Berg
2016-09-13mac80211: simplify TDLS RA lookupJohannes Berg
2016-09-13mac80211: Re-structure aqm debugfs output and keep CoDel stats per txqToke Høiland-Jørgensen
2016-09-12mac80211: fix sequence number assignment for PS response framesFelix Fietkau
2016-09-12mac80211: refactor monitor representation in sdataAviya Erenfeld
2016-08-11mac80211: remove skb header offset mangling in ieee80211_build_hdrFelix Fietkau
2016-08-05mac80211: fix purging multicast PS buffer queueFelix Fietkau
2016-06-30mac80211: fix fq lockdep warningsMichal Kazior
2016-06-30mac80211: Encrypt "Group addressed privacy" action framesMasashi Honma
2016-06-09mac80211: implement codel on fair queuing flowsMichal Kazior
2016-06-09mac80211: implement fair queueing per txqMichal Kazior