aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/tx.c
Commit message (Expand)AuthorAgeFilesLines
* mac80211: enable assoc check for mesh interfacesBob Copeland2015-10-131-3/+0
* mac80211: Send EAPOL frames at lowest rateJouni Malinen2015-05-091-3/+5
* mac80211: fix AP powersave TX vs. wakeup raceEmmanuel Grumbach2014-04-021-0/+15
* mac80211: fix fragmentation code, particularly for encryptionJohannes Berg2014-04-021-1/+1
* mac80211: fix AP mode EAP tx for VLAN stationsFelix Fietkau2012-05-111-1/+2
* mac80211: revert on-channel work optimisationsJohannes Berg2012-01-251-2/+1
* net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-10-311-0/+1
* mac80211: reformat TX unauthorised checkJohannes Berg2011-10-141-5/+4
* mac80211: dont orphan TX skbJohannes Berg2011-10-111-5/+0
* mac80211: dont adjust truesizeJohannes Berg2011-10-111-3/+0
* mac80211: parse radiotap header earlierJohannes Berg2011-10-111-113/+88
* mac80211: move fragment flag to info flag as dont-fragmentJohannes Berg2011-10-111-25/+14
* mac80211: remove tx_data ethertypeJohannes Berg2011-10-111-6/+1
* mac80211: optimise monitor xmitJohannes Berg2011-10-111-59/+49
* mac80211: Allow noack flag overwrite for injected framesHelmut Schaa2011-10-031-2/+13
* mac80211: dont assign seqno to or aggregate QoS Null framesJohannes Berg2011-09-301-0/+4
* mac80211: optimise station flagsJohannes Berg2011-09-301-30/+38
* mac80211: send (QoS) Null if no buffered framesJohannes Berg2011-09-301-2/+1
* mac80211: implement uAPSDJohannes Berg2011-09-301-4/+4
* mac80211: split PS buffers into ACsJohannes Berg2011-09-301-17/+25
* mac80211: unify TIM bit handlingJohannes Berg2011-09-301-9/+6
* mac80211: data path modification for TDLS peersArik Nemtsov2011-09-301-4/+38
* mac80211: standardize adding supported rates IEsArik Nemtsov2011-09-301-2/+2
* mac80211: Mesh data frames must have the QoS headerJavier Cardona2011-09-141-1/+1
* mac80211: Start implementing QoS support for mesh interfacesJavier Cardona2011-09-141-0/+4
* mac80211: add flag to indicate HW only Tx-agg setup supportArik Nemtsov2011-09-131-1/+2
* mac80211: Remove unnecessary OOM logging messagesJoe Perches2011-09-131-12/+5
* mac80211: fix mesh beacon formatThomas Pedersen2011-08-221-2/+12
* mac80211: Fill in skb->protocol information for injected framesHelmut Schaa2011-08-091-0/+20
* mac80211: allow driver to disconnect after resumeJohannes Berg2011-07-131-0/+3
* mac80211: Skip tailroom reservation for full HW-crypto devices with race fixYogesh Ashok Powar2011-07-051-9/+5
* Revert "mac80211: Skip tailroom reservation for full HW-crypto devices"John W. Linville2011-06-061-1/+6
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-05-171-0/+4
|\
| * mac80211: don't start the dynamic ps timer if not associatedLuciano Coelho2011-05-101-0/+4
* | mac80211: sparse RCU annotationsJohannes Berg2011-05-161-1/+1
* | mac80211: Move call to mpp_path_lookup inside RCU-read sectionJavier Cardona2011-05-111-1/+2
* | mac80211: set TID of internal mgmt packets to 7Arik Nemtsov2011-05-051-2/+3
* | mac80211: Skip tailroom reservation for full HW-crypto devicesYogesh Ashok Powar2011-04-281-6/+1
* | mac80211: Fix warnings due to -Wunused-but-set-variableRajkumar Manoharan2011-04-261-8/+0
* | nl80211: rename NL80211_MESH_SETUP_VENDOR_PATH_SEL_IEJavier Cardona2011-04-121-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-03-181-1/+1
|\
| * Merge branch 'master' into for-nextJiri Kosina2011-02-151-1/+4
| |\
| * | Kill off warning: ‘inline’ is not at beginning of declarationJesper Juhl2011-01-191-1/+1
* | | mac80211: make tx() operation return voidJohannes Berg2011-02-251-108/+56
* | | Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville2011-02-181-1/+1
|\ \ \ | | |/ | |/|
| * | mac80211: fix the skb cloned check in the tx pathFelix Fietkau2011-02-071-1/+1
* | | mac80211: Clear PS related flag on disabling power save.Vivek Natarajan2011-02-181-0/+1
* | | mac80211: remove unneeded checkDan Carpenter2011-02-071-1/+1
* | | mac80211: Optimize scans on current operating channel.Ben Greear2011-02-041-1/+2
* | | mac80211: fix race between next beacon dtim and ieee80211_get_buffered_bcChristian Lamparter2011-02-041-1/+3