aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/tx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-23mac80211: assign seqnums for group QoS framesBob Copeland1-2/+4
2013-08-12mac80211: add control port protocol TX control flagJohannes Berg1-3/+5
2013-08-01mac80211: add channel switch command and beacon callbacksSimon Wunderlich1-0/+78
2013-08-01mac80211: use oneshot blink API for LED triggersFabio Baltieri1-1/+0
2013-07-16mac80211: make active monitor injection work w/ HW queueJohannes Berg1-0/+4
2013-07-16mac80211: select and adjust bitrates according to channel modeSimon Wunderlich1-5/+16
2013-07-16mac80211: fix timing for 5 MHz and 10 MHz channelsSimon Wunderlich1-3/+7
2013-06-03mac80211: don't check local mesh TTL on TXThomas Pedersen1-6/+0
2013-05-29mac80211: always send multicast on CAB queueJohannes Berg1-2/+3
2013-04-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-105/+48
2013-04-22mac80211: improve the rate control APIFelix Fietkau1-108/+34
2013-04-16mac80211: fix CTS protection handlingFelix Fietkau1-0/+8
2013-04-16mac80211: fix and optimize MCS mask handlingFelix Fietkau1-5/+5
2013-04-16mac80211: fix rate control tx handler for VHT ratesKarl Beldan1-14/+17
2013-04-11mac80211: always pick a basic rate to tx RTS/CTS for pre-HT ratesKarl Beldan1-4/+7
2013-04-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-2/+6
2013-03-28net: add ETH_P_802_3_MINSimon Horman1-1/+1
2013-03-25mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chanKarl Beldan1-2/+2
2013-03-25mac80211: ibss: use beacon_data struct for beacon and probe responseJohannes Berg1-2/+5
2013-03-18mac80211: stop queues temporarily for flushingJohannes Berg1-0/+1
2013-03-07mac80211: provide race-free 64-bit traffic countersJohannes Berg1-2/+5
2013-03-06Merge remote-tracking branch 'mac80211/master' into HEADJohannes Berg1-29/+51
2013-03-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville1-1/+2
2013-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-28/+49
2013-03-01mac80211: fix oops on mesh PS broadcast forwardingMarco Porsch1-1/+2
2013-02-27mac80211: convert to idr_alloc()Tejun Heo1-14/+4
2013-02-26mac80211: Ensure off-channel frames don't get queuedSeth Forshee1-25/+31
2013-02-26mac80211: fix the problem of forwarding from DS to DS in MeshChun-Yeow Yeoh1-1/+16
2013-02-26mac80211: fix tim_lock lockingJohannes Berg1-2/+2
2013-02-15mac80211: clean up mesh codeJohannes Berg1-15/+11
2013-02-15mac80211: cache mesh beaconThomas Pedersen1-53/+8
2013-02-15mac80211: use spin_lock_bh() for tim_lockJohannes Berg1-4/+2
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