summaryrefslogtreecommitdiffstats
path: root/net/mac80211/tx.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mac80211: remove ieee80211_tx_rate_control.max_rate_idxJohannes Berg2017-03-071-8/+0
* mac80211: use helper function to access ieee802_1d_to_ac[]Amadeusz Sławiński2017-01-261-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-171-10/+7
|\
| * mac80211: prevent skb/txq mismatchMichal Kazior2017-01-131-10/+7
* | Merge tag 'mac80211-next-for-davem-2017-01-13' of git://git.kernel.org/pub/sc...David S. Miller2017-01-141-6/+126
|\ \ | |/ |/|
| * mac80211: check for MCS in ieee80211_duration before fetching chanctxFelix Fietkau2016-12-151-4/+4
| * mac80211: Use appropriate name for functions and messagesMasashi Honma2016-12-131-1/+1
| * mac80211: multicast to unicast conversionMichael Braun2016-12-131-1/+121
* | mac80211: initialize fast-xmit 'info' laterJohannes Berg2017-01-021-1/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-221-4/+10
|\
| * mac80211: fix A-MSDU aggregation with fast-xmit + txqFelix Fietkau2016-11-151-1/+5
| * mac80211: remove bogus skb vif assignmentFelix Fietkau2016-11-151-3/+0
| * mac80211: update A-MPDU flag on tx dequeueFelix Fietkau2016-11-151-0/+5
* | mac80211: add a HW flag for supporting HW TX fragmentationSara Sharon2016-10-191-2/+2
* | mac80211: fix A-MSDU outer SA/DAMichael Braun2016-10-171-0/+23
* | mac80211: avoid extra memcpy in A-MSDU head creationMichael Braun2016-10-171-10/+13
* | mac80211: filter multicast data packets on AP / AP_VLANMichael Braun2016-10-121-3/+2
|/
* Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg2016-10-041-4/+8
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-231-34/+39
| |\
| | * mac80211: check skb_linearize() return valueJohannes Berg2016-09-141-2/+6
| | * mac80211: fix sequence number assignment for PS response framesFelix Fietkau2016-09-121-32/+33
* | | mac80211: Move reorder-sensitive TX handlers to after TXQ dequeueToke Høiland-Jørgensen2016-09-301-78/+206
* | | mac80211: Set lower memory limit for non-VHT devicesToke Høiland-Jørgensen2016-09-301-0/+19
* | | mac80211: Move ieee802111_tx_dequeue() to later in tx.cToke Høiland-Jørgensen2016-09-301-45/+45
|/ /
* | mac80211: simplify TDLS RA lookupJohannes Berg2016-09-131-11/+4
* | mac80211: Re-structure aqm debugfs output and keep CoDel stats per txqToke Høiland-Jørgensen2016-09-131-2/+2
* | mac80211: refactor monitor representation in sdataAviya Erenfeld2016-09-121-1/+1
* | mac80211: remove skb header offset mangling in ieee80211_build_hdrFelix Fietkau2016-08-111-26/+2
|/
* mac80211: fix purging multicast PS buffer queueFelix Fietkau2016-08-051-3/+3
* mac80211: fix fq lockdep warningsMichal Kazior2016-06-301-0/+4
* mac80211: Encrypt "Group addressed privacy" action framesMasashi Honma2016-06-301-1/+5
* mac80211: implement codel on fair queuing flowsMichal Kazior2016-06-091-1/+108
* mac80211: implement fair queueing per txqMichal Kazior2016-06-091-21/+115
* mac80211: skip netdev queue control with software queuingMichal Kazior2016-06-091-32/+43
* cfg80211: remove enum ieee80211_bandJohannes Berg2016-04-121-7/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-091-4/+9
|\
| * mac80211: close the SP when we enqueue frames during the SPEmmanuel Grumbach2016-04-051-0/+6
| * mac80211: don't send deferred frames outside the SPEmmanuel Grumbach2016-04-051-3/+1
| * mac80211: fix AP buffered multicast frames with queue control and txqFelix Fietkau2016-04-051-1/+2
* | mac80211: add A-MSDU tx supportFelix Fietkau2016-04-061-0/+156
* | mac80211: do not pass injected frames without a valid rate to the driverFelix Fietkau2016-04-051-0/+3
* | mac80211: fix parsing of 40Mhz in injected radiotap headerSven Eckelmann2016-04-051-2/+3
* | mac80211: mesh: move path tables into if_meshBob Copeland2016-04-051-1/+1
* | mac80211: parse VHT info in injected framesLorenzo Bianconi2016-04-051-0/+31
|/