summaryrefslogtreecommitdiffstats
path: root/net/mac80211/tx.c
Commit message (Expand)AuthorAgeFilesLines
* mac80211: cache mesh beaconThomas Pedersen2013-02-151-53/+8Star
* mac80211: use spin_lock_bh() for tim_lockJohannes Berg2013-02-151-4/+2Star
* mac80211: fix auth/assoc timeout handlingJohannes Berg2013-02-151-0/+2
* mac80211: fix WPA with VLAN on AP side with ps-staMichael Braun2013-02-151-0/+1
* mac80211: Fix tx queue handling during scansSeth Forshee2013-02-111-0/+15
* mac80211: mesh power save basicsMarco Porsch2013-02-041-9/+22
* mac80211: allow transmitting deauth with tainted keyJohannes Berg2013-02-041-1/+2
* Merge remote-tracking branch 'wireless-next/master' into HEADJohannes Berg2013-01-291-3/+6
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-01-281-3/+6
| |\
| | * mac80211: fix monitor mode injectionFelix Fietkau2013-01-161-3/+6
* | | mac80211: avoid a build warningArnd Bergmann2013-01-251-4/+4
|/ /
* / mac80211: move add_tim to subfunctionMarco Porsch2013-01-161-19/+28
|/
* Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-12-061-7/+2Star
|\
| * mac80211: remove probe response temporary buffer allocationJohannes Berg2012-11-301-7/+2Star
* | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-11-261-10/+10
|\|
| * mac80211: convert to channel definition structJohannes Berg2012-11-261-10/+10
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-11-211-3/+6
|\ \ | |/ |/|
| * mac80211: call skb_dequeue/ieee80211_free_txskb instead of __skb_queue_purgeFelix Fietkau2012-11-101-3/+6
* | mac80211: fix TX error pathJohannes Berg2012-11-071-0/+1
* | mac80211: make client powersave independent of interface typeMarco Porsch2012-10-191-42/+58
* | mac80211: remove some unused codeJohannes Berg2012-10-181-2/+0Star
* | mac80211: use channel contextsJohannes Berg2012-10-171-68/+115
|/
* mac80211: use ieee80211_free_txskb to fix possible skb leaksFelix Fietkau2012-10-081-10/+12
* mac80211: add key flag for management keysJohannes Berg2012-09-101-1/+1
* Merge remote-tracking branch 'mac80211/master' into mac80211-nextJohannes Berg2012-09-061-22/+16Star
|\
| * mac80211: fix DS to MBSS address translationThomas Pedersen2012-08-221-22/+16Star
* | mac80211: clean up ieee80211_subif_start_xmitJohannes Berg2012-08-201-17/+6Star
* | mac80211: remove almost unused local variableJohannes Berg2012-08-201-5/+2Star
* | mac80211: avoid using synchronize_rcu in ieee80211_set_probe_respEyal Shapira2012-08-201-2/+5
* | mac80211: use eth_broadcast_addrJohannes Berg2012-07-311-3/+3
* | mac80211: use correct channel in TXJohannes Berg2012-07-311-10/+7Star
* | mac80211: fix current vs. operating channel in preq/beaconJohannes Berg2012-07-311-3/+3
* | mac80211: move TX station pointer and restructure TXThomas Huehn2012-07-311-2/+3
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-07-171-1/+4
|\
| * mac80211: Fix the Problem of Unreachable Mesh STA from DSChun-Yeow Yeoh2012-07-111-0/+3
| * mac80211: fix read outside array boundsChristian Lamparter2012-07-101-1/+1
* | mac80211: tx: do not drop non-robust mgmt to non-MFP stas.Nicolas Cavallari2012-07-121-0/+3
* | mac80211: restructure key selectionJohannes Berg2012-07-121-9/+13
* | mac80211: reduce IEEE80211_TX_MAX_RATESThomas Huehn2012-07-031-2/+1Star
* | mac80211: remove tx_frags driver callbackJohannes Berg2012-07-021-5/+2Star
* | cfg80211: add 802.11ad (60gHz band) supportVladimir Kondratiev2012-07-021-0/+2
* | mac80211: don't expose ieee80211_add_srates_ie()Johannes Berg2012-06-281-2/+2
* | mac80211: remove unused functionJohannes Berg2012-06-261-6/+0Star
* | mac80211: clean up debuggingJohannes Berg2012-06-241-26/+17Star
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-06-061-3/+6
|\|
| * mac80211: Fix Unreachable Mesh Station Problem when joining to another MBSSChun-Yeow Yeoh2012-06-041-3/+6
* | net: mac80211: Convert printk(KERN_DEBUG to pr_debugJoe Perches2012-06-051-8/+6Star
|/
* mac80211: fix flag check for QoS NOACK framesClaudio Pisa2012-05-291-1/+1
* net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches2012-05-151-11/+6Star
* mac80211: Convert compare_ether_addr to ether_addr_equalJoe Perches2012-05-101-6/+5Star