aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/tx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-15mac80211: fix auth/assoc timeout handlingJohannes Berg1-0/+2
2013-02-15mac80211: fix WPA with VLAN on AP side with ps-staMichael Braun1-0/+1
2013-02-11mac80211: Fix tx queue handling during scansSeth Forshee1-0/+15
2013-02-04mac80211: mesh power save basicsMarco Porsch1-9/+22
2013-02-04mac80211: allow transmitting deauth with tainted keyJohannes Berg1-1/+2
2013-01-29Merge remote-tracking branch 'wireless-next/master' into HEADJohannes Berg1-3/+6
2013-01-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-3/+6
2013-01-25mac80211: avoid a build warningArnd Bergmann1-4/+4
2013-01-16mac80211: move add_tim to subfunctionMarco Porsch1-19/+28
2013-01-16mac80211: fix monitor mode injectionFelix Fietkau1-3/+6
2012-12-06Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-7/+2
2012-11-30mac80211: remove probe response temporary buffer allocationJohannes Berg1-7/+2
2012-11-26Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-10/+10
2012-11-26mac80211: convert to channel definition structJohannes Berg1-10/+10
2012-11-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-3/+6
2012-11-10mac80211: call skb_dequeue/ieee80211_free_txskb instead of __skb_queue_purgeFelix Fietkau1-3/+6
2012-11-07mac80211: fix TX error pathJohannes Berg1-0/+1
2012-10-19mac80211: make client powersave independent of interface typeMarco Porsch1-42/+58
2012-10-18mac80211: remove some unused codeJohannes Berg1-2/+0
2012-10-17mac80211: use channel contextsJohannes Berg1-68/+115
2012-10-08mac80211: use ieee80211_free_txskb to fix possible skb leaksFelix Fietkau1-10/+12
2012-09-10mac80211: add key flag for management keysJohannes Berg1-1/+1
2012-09-06Merge remote-tracking branch 'mac80211/master' into mac80211-nextJohannes Berg1-22/+16
2012-08-22mac80211: fix DS to MBSS address translationThomas Pedersen1-22/+16
2012-08-20mac80211: clean up ieee80211_subif_start_xmitJohannes Berg1-17/+6
2012-08-20mac80211: remove almost unused local variableJohannes Berg1-5/+2
2012-08-20mac80211: avoid using synchronize_rcu in ieee80211_set_probe_respEyal Shapira1-2/+5
2012-07-31mac80211: use eth_broadcast_addrJohannes Berg1-3/+3
2012-07-31mac80211: use correct channel in TXJohannes Berg1-10/+7
2012-07-31mac80211: fix current vs. operating channel in preq/beaconJohannes Berg1-3/+3
2012-07-31mac80211: move TX station pointer and restructure TXThomas Huehn1-2/+3
2012-07-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-1/+4
2012-07-12mac80211: tx: do not drop non-robust mgmt to non-MFP stas.Nicolas Cavallari1-0/+3
2012-07-12mac80211: restructure key selectionJohannes Berg1-9/+13
2012-07-11mac80211: Fix the Problem of Unreachable Mesh STA from DSChun-Yeow Yeoh1-0/+3
2012-07-10mac80211: fix read outside array boundsChristian Lamparter1-1/+1
2012-07-03mac80211: reduce IEEE80211_TX_MAX_RATESThomas Huehn1-2/+1
2012-07-02mac80211: remove tx_frags driver callbackJohannes Berg1-5/+2
2012-07-02cfg80211: add 802.11ad (60gHz band) supportVladimir Kondratiev1-0/+2
2012-06-28mac80211: don't expose ieee80211_add_srates_ie()Johannes Berg1-2/+2
2012-06-26mac80211: remove unused functionJohannes Berg1-6/+0
2012-06-24mac80211: clean up debuggingJohannes Berg1-26/+17
2012-06-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-3/+6
2012-06-05net: mac80211: Convert printk(KERN_DEBUG to pr_debugJoe Perches1-8/+6
2012-06-04mac80211: Fix Unreachable Mesh Station Problem when joining to another MBSSChun-Yeow Yeoh1-3/+6
2012-05-29mac80211: fix flag check for QoS NOACK framesClaudio Pisa1-1/+1
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches1-11/+6
2012-05-09mac80211: Convert compare_ether_addr to ether_addr_equalJoe Perches1-6/+5
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2012-04-30mac80211: fix AP mode EAP tx for VLAN stationsFelix Fietkau1-1/+2