summaryrefslogtreecommitdiffstats
path: root/net/mac80211/tx.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * mac80211: don't look up destination station twiceJohannes Berg2015-03-201-4/+6
| * mac80211: remove drop_unencrypted codeJohannes Berg2015-03-201-16/+1Star
| * mac80211: check and dequeue skb in ieee80211_tx_prepare_skb()Johannes Berg2015-03-041-0/+9
| * mac80211: remove TX latency measurement codeJohannes Berg2015-02-281-22/+0Star
| * mac80211: don't look up stations for multicast addressesJohannes Berg2015-02-281-1/+1
* | mac80211: Send EAPOL frames at lowest rateJouni Malinen2015-02-261-0/+1
|/
* mac80111: Add BIP-GMAC-128 and BIP-GMAC-256 ciphersJouni Malinen2015-01-271-0/+5
* mac80111: Add BIP-CMAC-256 cipherJouni Malinen2015-01-271-0/+3
* mac80111: Add CCMP-256 cipherJouni Malinen2015-01-271-1/+6
* mac80111: Add GCMP and GCMP-256 ciphersJouni Malinen2015-01-271-0/+5
* mac80211: let flush() drop packets when possibleEmmanuel Grumbach2015-01-141-1/+1
* mac80211: provide per-TID RX/TX MSDU countersJohannes Berg2015-01-081-0/+3
* mac80211: add more missing checks for VHT tx ratesFelix Fietkau2014-11-281-1/+1
* mac80211: allow drivers to support NL80211_SCAN_FLAG_RANDOM_ADDRJohannes Berg2014-11-191-6/+3Star
* mac80211: synchronously reserve TID per stationLiad Kaufman2014-11-191-0/+91
* mac80211: add function to create data frame template including keyJohannes Berg2014-11-191-0/+31
* mac80211: factor out 802.11 header building codeJohannes Berg2014-11-191-52/+92
* mac80211: move skb info band assignment outJohannes Berg2014-11-191-12/+11Star
* mac80211: add option for setting skb flags before xmitLiad Kaufman2014-11-191-8/+13
* mac80211: 802.11p OCB mode supportRostislav Lisovy2014-11-041-0/+15
* Merge tag 'master-2014-09-16' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-09-261-3/+3
|\
| * mac80211: fix description comment of ieee80211_subif_start_xmitLiad Kaufman2014-09-051-3/+2Star