aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/tx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-15mac80211: make uapsd_* keys per-vifEliad Peller1-2/+2
2012-03-12mac80211: Limit TID buffering during BA session setup/teardownHelmut Schaa1-0/+6
2012-02-29mac80211: handle non-bufferable MMPDUs correctlyJohannes Berg1-6/+11
2012-02-27mac80211: remove local_to_hwJohannes Berg1-1/+1
2012-02-22cfg80211: restructure AP/GO mode APIJohannes Berg1-5/+8
2012-01-30mac80211: add support for mcs masksSimon Wunderlich1-0/+5
2012-01-16mac80211: fix tx->skb NULL pointer dereferenceYoni Divinsky1-9/+1
2011-12-15mac80211: Use appropriate TID for sending BAR, ADDBA and DELBA framesHelmut Schaa1-4/+4
2011-12-15mac80211: reduce station management complexityJohannes Berg1-2/+2
2011-12-15mac80211: count authorized stations per BSSJohannes Berg1-11/+8
2011-12-15mac80211: refactor station state transitionsJohannes Berg1-1/+0
2011-12-06mac80211: fix retransmitJohannes Berg1-1/+4
2011-11-28mac80211: don't initiate path discovery when forwarding frame with unknown DAThomas Pedersen1-1/+1
2011-11-28{nl,cfg,mac}80211: Allow Setting Multicast Rate in MeshChun-Yeow Yeoh1-0/+1
2011-11-28mac80211: call skb_put() before copying the data (trivial)Eliad Peller1-1/+1
2011-11-28mac80211: fix TX warningJohannes Berg1-3/+4
2011-11-28mac80211: timeout tx agg sessions in way similar to rx agg sessionsNikolay Martynov1-0/+8
2011-11-28mac80211: fix duration calculation for QoS NOACK framesSimon Wunderlich1-5/+9
2011-11-28mac80211: remove debugfs noack testSimon Wunderlich1-9/+1
2011-11-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxJohn W. Linville1-0/+1
2011-11-21mac80211: transmit fragment list to driversJohannes Berg1-34/+60
2011-11-21mac80211: make TX LED handling independent of fragmentationJohannes Berg1-12/+16
2011-11-21mac80211: move fragment flag adjustmentJohannes Berg1-9/+9
2011-11-21mac80211: use skb list for fragmentsJohannes Berg1-56/+60
2011-11-17mac80211: remove crypto special case for auth framesJohannes Berg1-2/+0
2011-11-11mac80211: Save probe response data for bssArik Nemtsov1-0/+31
2011-11-09mac80211: implement wifi TX statusJohannes Berg1-3/+53
2011-11-08mac80211: add HT IEs to mesh framesThomas Pedersen1-0/+4
2011-11-08mac80211: comment allocation of mesh framesThomas Pedersen1-6/+13
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker1-0/+1
2011-10-14mac80211: reformat TX unauthorised checkJohannes Berg1-5/+4
2011-10-11mac80211: dont orphan TX skbJohannes Berg1-5/+0
2011-10-11mac80211: dont adjust truesizeJohannes Berg1-3/+0
2011-10-11mac80211: parse radiotap header earlierJohannes Berg1-113/+88
2011-10-11mac80211: move fragment flag to info flag as dont-fragmentJohannes Berg1-25/+14
2011-10-11mac80211: remove tx_data ethertypeJohannes Berg1-6/+1
2011-10-11mac80211: optimise monitor xmitJohannes Berg1-59/+49
2011-10-03mac80211: Allow noack flag overwrite for injected framesHelmut Schaa1-2/+13
2011-09-30mac80211: dont assign seqno to or aggregate QoS Null framesJohannes Berg1-0/+4
2011-09-30mac80211: optimise station flagsJohannes Berg1-30/+38
2011-09-30mac80211: send (QoS) Null if no buffered framesJohannes Berg1-2/+1
2011-09-30mac80211: implement uAPSDJohannes Berg1-4/+4
2011-09-30mac80211: split PS buffers into ACsJohannes Berg1-17/+25
2011-09-30mac80211: unify TIM bit handlingJohannes Berg1-9/+6
2011-09-30mac80211: data path modification for TDLS peersArik Nemtsov1-4/+38
2011-09-30mac80211: standardize adding supported rates IEsArik Nemtsov1-2/+2
2011-09-14mac80211: Mesh data frames must have the QoS headerJavier Cardona1-1/+1
2011-09-14mac80211: Start implementing QoS support for mesh interfacesJavier Cardona1-0/+4
2011-09-13mac80211: add flag to indicate HW only Tx-agg setup supportArik Nemtsov1-1/+2
2011-09-13mac80211: Remove unnecessary OOM logging messagesJoe Perches1-12/+5