summaryrefslogtreecommitdiffstats
path: root/net/mac80211/tx.c
Commit message (Expand)AuthorAgeFilesLines
* mac80211: fix tx->skb NULL pointer dereferenceYoni Divinsky2012-01-161-9/+1Star
* mac80211: Use appropriate TID for sending BAR, ADDBA and DELBA framesHelmut Schaa2011-12-151-4/+4
* mac80211: reduce station management complexityJohannes Berg2011-12-151-2/+2
* mac80211: count authorized stations per BSSJohannes Berg2011-12-151-11/+8Star
* mac80211: refactor station state transitionsJohannes Berg2011-12-151-1/+0Star
* mac80211: fix retransmitJohannes Berg2011-12-061-1/+4
* mac80211: don't initiate path discovery when forwarding frame with unknown DAThomas Pedersen2011-11-281-1/+1
* {nl,cfg,mac}80211: Allow Setting Multicast Rate in MeshChun-Yeow Yeoh2011-11-281-0/+1
* mac80211: call skb_put() before copying the data (trivial)Eliad Peller2011-11-281-1/+1
* mac80211: fix TX warningJohannes Berg2011-11-281-3/+4
* mac80211: timeout tx agg sessions in way similar to rx agg sessionsNikolay Martynov2011-11-281-0/+8
* mac80211: fix duration calculation for QoS NOACK framesSimon Wunderlich2011-11-281-5/+9
* mac80211: remove debugfs noack testSimon Wunderlich2011-11-281-9/+1Star
* 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
|\