summaryrefslogtreecommitdiffstats
path: root/net/mac80211/tx.c
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...John W. Linville2011-11-221-0/+1
|\
| * net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-11-011-0/+1
* | mac80211: transmit fragment list to driversJohannes Berg2011-11-211-34/+60
* | mac80211: make TX LED handling independent of fragmentationJohannes Berg2011-11-211-12/+16
* | mac80211: move fragment flag adjustmentJohannes Berg2011-11-211-9/+9
* | mac80211: use skb list for fragmentsJohannes Berg2011-11-211-56/+60
* | mac80211: remove crypto special case for auth framesJohannes Berg2011-11-171-2/+0Star
* | mac80211: Save probe response data for bssArik Nemtsov2011-11-111-0/+31
* | mac80211: implement wifi TX statusJohannes Berg2011-11-091-3/+53
* | mac80211: add HT IEs to mesh framesThomas Pedersen2011-11-081-0/+4
* | mac80211: comment allocation of mesh framesThomas Pedersen2011-11-081-6/+13
|/
* mac80211: reformat TX unauthorised checkJohannes Berg2011-10-141-5/+4Star
* mac80211: dont orphan TX skbJohannes Berg2011-10-111-5/+0Star
* mac80211: dont adjust truesizeJohannes Berg2011-10-111-3/+0Star
* mac80211: parse radiotap header earlierJohannes Berg2011-10-111-113/+88Star
* mac80211: move fragment flag to info flag as dont-fragmentJohannes Berg2011-10-111-25/+14Star
* mac80211: remove tx_data ethertypeJohannes Berg2011-10-111-6/+1Star
* mac80211: optimise monitor xmitJohannes Berg2011-10-111-59/+49Star
* 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/+1Star
* 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/+6Star
* 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/+5Star
* 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/+5Star
* 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/+1Star
* | mac80211: Fix warnings due to -Wunused-but-set-variableRajkumar Manoharan2011-04-261-8/+0Star
* | 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/+56Star
* | | 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