summaryrefslogtreecommitdiff
path: root/net/mac80211/tx.c
AgeCommit message (Expand)Author
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
2011-09-13mac80211: Remove unnecessary OOM logging messagesJoe Perches
2011-08-22mac80211: fix mesh beacon formatThomas Pedersen
2011-08-09mac80211: Fill in skb->protocol information for injected framesHelmut Schaa
2011-07-13mac80211: allow driver to disconnect after resumeJohannes Berg
2011-07-05mac80211: Skip tailroom reservation for full HW-crypto devices with race fixYogesh Ashok Powar
2011-06-06Revert "mac80211: Skip tailroom reservation for full HW-crypto devices"John W. Linville