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