aboutsummaryrefslogtreecommitdiff
path: root/net/mac80211/tx.c
AgeCommit message (Expand)Author
2012-10-21mac80211: use ieee80211_free_txskb to fix possible skb leaksFelix Fietkau
2012-08-22mac80211: fix DS to MBSS address translationThomas Pedersen
2012-07-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-07-12mac80211: tx: do not drop non-robust mgmt to non-MFP stas.Nicolas Cavallari
2012-07-12mac80211: restructure key selectionJohannes Berg
2012-07-11mac80211: Fix the Problem of Unreachable Mesh STA from DSChun-Yeow Yeoh
2012-07-10mac80211: fix read outside array boundsChristian Lamparter
2012-07-03mac80211: reduce IEEE80211_TX_MAX_RATESThomas Huehn
2012-07-02mac80211: remove tx_frags driver callbackJohannes Berg
2012-07-02cfg80211: add 802.11ad (60gHz band) supportVladimir Kondratiev
2012-06-28mac80211: don't expose ieee80211_add_srates_ie()Johannes Berg
2012-06-26mac80211: remove unused functionJohannes Berg
2012-06-24mac80211: clean up debuggingJohannes Berg
2012-06-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-06-05net: mac80211: Convert printk(KERN_DEBUG to pr_debugJoe Perches
2012-06-04mac80211: Fix Unreachable Mesh Station Problem when joining to another MBSSChun-Yeow Yeoh
2012-05-29mac80211: fix flag check for QoS NOACK framesClaudio Pisa
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches
2012-05-09mac80211: Convert compare_ether_addr to ether_addr_equalJoe Perches
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-04-30mac80211: fix AP mode EAP tx for VLAN stationsFelix Fietkau
2012-04-24mac80211: rename AP variable num_sta_authorized to num_mcast_staFelix Fietkau
2012-04-13mac80211: remove hw.conf.channel usage where possibleMichal Kazior
2012-04-11mac80211: add improved HW queue controlJohannes Berg
2012-04-11mac80211: add explicit monitor interface if neededJohannes Berg
2012-04-11mac80211: Indicate basic rates when adding rate IEsAshok Nagarajan
2012-04-10mac80211: Implement mesh synchronization frameworkJavier Cardona
2012-04-10mac80211: sanity check for null SSIDStanislaw Gruszka
2012-04-10mac80211: use IEEE80211_NUM_ACSJohannes Berg
2012-04-10mac80211: clean up uAPSD TX codeJohannes Berg
2012-04-10mac80211: fix mesh TX coding styleJohannes Berg
2012-04-09mac80211: optimize aggregation session timeout handlingFelix Fietkau
2012-04-09wireless: rename ht_info to ht_operationJohannes Berg
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