summaryrefslogtreecommitdiffstats
path: root/net/mac80211/tx.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+1Star
| * 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
|/
* mac80211: use reset to set header pointerZhang Shengju2016-03-051-4/+4
* mac80211: fix wiphy supported_band accessLorenzo Bianconi2016-02-241-4/+5
* mac80211: let unused MPP table entries timeoutHenning Rogge2016-02-241-1/+4
* mac80211: expose txq queue depth and size to driversMichal Kazior2016-02-241-1/+7
* mac80211: Parse legacy and HT rate in injected framesSven Eckelmann2016-02-241-2/+70
* mac80211: properly free TX skbs when monitor TX failsJohannes Berg2015-12-041-1/+1
* Merge tag 'mac80211-next-for-davem-2015-10-21' of git://git.kernel.org/pub/sc...David S. Miller2015-10-221-10/+10
|\
| * mac80211: move station statistics into sub-structsJohannes Berg2015-10-211-10/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-201-2/+5
|\ \ | |/ |/|
| * mac80211: fix handling of PS filtering with fast-xmitFelix Fietkau2015-09-241-2/+5
* | mac80211: fix tx sequence number assignment with software queue + fast-xmitFelix Fietkau2015-09-291-1/+2
* | mac80211: Copy tx'ed beacons to monitor modeHelmut Schaa2015-09-291-0/+19
|/
* mac80211: Set txrc.bss to true for OCB interfacesBertold Van den Bergh2015-08-141-1/+2
* Merge branch 'mac80211' into mac80211-nextJohannes Berg2015-07-171-1/+3
|\
| * mac80211: don't clear all tx flags when requeingMichal Kazior2015-07-171-1/+3
* | mac80211: account TX MSDUs properly with segmentation offloadJohannes Berg2015-07-171-1/+5
* | mac80211: enable assoc check for mesh interfacesBob Copeland2015-07-171-3/+0Star
* | mac80211: avoid unnecessary beacon deref on CSA counter updateWojciech Dubowik2015-07-171-8/+14
* | mac80211: remove key TX/RX counterJohannes Berg2015-07-171-1/+0Star
|/
* mac80211: convert HW flags to unsigned long bitmapJohannes Berg2015-06-101-17/+17
* mac80211: handle aggregation session timeout on fast-xmit pathJohannes Berg2015-06-091-3/+6
* mac80211: move TX PN to public part of key structJohannes Berg2015-06-021-9/+1Star
* mac80211: remove useless skb->encapsulation checkJohannes Berg2015-05-051-6/+2Star
* mac80211: remove sta->tx_fragments counterJohannes Berg2015-05-051-2/+0Star
* mac80211: use per-CPU TX/RX statisticsJohannes Berg2015-04-241-4/+12
* mac80211: don't update dev->trans_startJohannes Berg2015-04-241-2/+0Star
* mac80211: allow segmentation offloadsJohannes Berg2015-04-221-24/+46
* mac80211: allow drivers to support S/GJohannes Berg2015-04-221-0/+6
* mac80211: allow checksum offload only in fast-xmitJohannes Berg2015-04-221-4/+20
* mac80211: extend fast-xmit to cover IBSSJohannes Berg2015-04-221-0/+7
* mac80211: extend fast-xmit for more ciphersJohannes Berg2015-04-221-3/+37
* mac80211: extend fast-xmit to driver fragmentationJohannes Berg2015-04-221-1/+2
* mac80211: add TX fastpathJohannes Berg2015-04-221-1/+419
* mac80211: add an intermediate software queue implementationFelix Fietkau2015-04-011-10/+105
* Merge tag 'mac80211-next-for-davem-2015-03-30' of git://git.kernel.org/pub/sc...David S. Miller2015-03-311-110/+156
|\
| * mac80211: factor out station lookup from ieee80211_build_hdr()Johannes Berg2015-03-301-70/+118
| * mac80211: make sta.wme indicate whether QoS is usedJohannes Berg2015-03-301-2/+2
| * mac80211: avoid duplicate TX path station lookupJohannes Berg2015-03-201-27/+46
| * mac80211: mesh: avoid pointless station lookupJohannes Berg2015-03-201-4/+6
| * mac80211: drop 4-addr VLAN frames earlier if not connectedJohannes Berg2015-03-201-0/+3