aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/tx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-27mac80211: use QoS NDP for AP probingJohannes Berg1-2/+27
2017-10-11mac80211: only remove AP VLAN frames from TXQJohannes Berg1-0/+34
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/scm/linux/kernel/git/jberg/mac80211-nextDavid 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
2016-06-30mac80211: Encrypt "Group addressed privacy" action framesMasashi Honma1-1/+5
2016-06-09mac80211: implement codel on fair queuing flowsMichal Kazior1-1/+108
2016-06-09mac80211: implement fair queueing per txqMichal Kazior1-21/+115
2016-06-09mac80211: skip netdev queue control with software queuingMichal Kazior1-32/+43
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg1-7/+7
2016-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+9
2016-04-06mac80211: add A-MSDU tx supportFelix Fietkau1-0/+156
2016-04-05mac80211: close the SP when we enqueue frames during the SPEmmanuel Grumbach1-0/+6
2016-04-05mac80211: don't send deferred frames outside the SPEmmanuel Grumbach1-3/+1
2016-04-05mac80211: do not pass injected frames without a valid rate to the driverFelix Fietkau1-0/+3
2016-04-05mac80211: fix parsing of 40Mhz in injected radiotap headerSven Eckelmann1-2/+3