summaryrefslogtreecommitdiffstats
path: root/net/mac80211/status.c
Commit message (Expand)AuthorAgeFilesLines
...
* mac80211: retransmit TDLS teardown packet through AP if not ACKedLiad Kaufman2014-11-191-2/+53
* mac80211: add WMM admission control supportJohannes Berg2014-10-221-1/+2
* mac80211: add TDLS connection timeoutLiad Kaufman2014-09-111-1/+20
* mac80211: add Intel Mobile Communications copyrightJohannes Berg2014-09-051-0/+1
* net: Mac80211: Remove silly timespec danceThomas Gleixner2014-06-231-5/+2Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville2014-05-291-6/+19
|\
| * mac80211: reduce packet loss notifications under loadFelix Fietkau2014-05-281-6/+19
* | mac80211: fixup radiotap tx flags for RTS/CTSBob Copeland2014-04-221-3/+2Star
* | mac80211: update last_tx_rate only for data frameChun-Yeow Yeoh2014-04-091-0/+1
|/
* mac80211: remove set but unused variablesJohannes Berg2014-02-041-2/+1Star
* mac80211: Tx frame latency statisticsMatti Gottlieb2013-12-021-0/+78
* Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-11-051-12/+19
|\
| * mac80211: implement SMPS for APEmmanuel Grumbach2013-10-281-12/+19
* | mac80211: update sta->last_rx on acked tx framesFelix Fietkau2013-09-301-0/+3
|/
* mac80211: report some VHT radiotap infos for tx statusKarl Beldan2013-08-011-13/+63
* mac80211: use oneshot blink API for LED triggersFabio Baltieri2013-08-011-1/+1
* mac80211: select and adjust bitrates according to channel modeSimon Wunderlich2013-07-161-5/+13
* mac80211: mesh power save basicsMarco Porsch2013-02-041-0/+7
* mac80211: start auth/assoc timeout on frame statusJohannes Berg2013-01-311-4/+8
* mac80211: remove IEEE80211_HW_TEARDOWN_AGGR_ON_BAR_FAILStanislaw Gruszka2013-01-291-5/+1Star
* Merge branch 'for-john' of git://git.sipsolutions.net/mac80211-nextJohn W. Linville2012-12-111-1/+5
|\
| * mac80211: introduce IEEE80211_HW_TEARDOWN_AGGR_ON_BAR_FAILStanislaw Gruszka2012-12-051-1/+5
* | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-12-061-0/+3
|\|
| * mac80211: add debugfs file for last ack signalSaravana2012-11-291-0/+3
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-11-211-0/+9
|\ \ | |/ |/|
| * mac80211: call skb_dequeue/ieee80211_free_txskb instead of __skb_queue_purgeFelix Fietkau2012-11-101-0/+9
* | mac80211: combine status/drop reportingJohannes Berg2012-10-301-74/+71Star
* | mac80211: track needed RX chains for channel contextsJohannes Berg2012-10-171-7/+8
|/
* mac80211: use ieee80211_free_txskb to fix possible skb leaksFelix Fietkau2012-10-081-2/+2
* mac80211: validate skb->dev in the tx status pathFelix Fietkau2012-09-101-18/+30
* mac80211: support P2P Device abstractionJohannes Berg2012-08-201-7/+15
* cfg80211: use wdev in mgmt-tx/ROC APIsJohannes Berg2012-07-091-2/+7
* mac80211: clean up debuggingJohannes Berg2012-06-241-7/+4Star
* mac80211: two small verbose debug cleanupsJohannes Berg2012-06-221-1/+1
* mac80211: unify SW/offload remain-on-channelJohannes Berg2012-06-061-24/+4Star
* net: mac80211: Convert printk(KERN_DEBUG to pr_debugJoe Perches2012-06-051-1/+1
* mac80211: Convert compare_ether_addr to ether_addr_equalJoe Perches2012-05-101-1/+1
* mac80211: fix an issue in ieee80211_tx_info count field managementLorenzo Bianconi2012-04-131-1/+7
* mac80211: use compare_ether_addr on MAC addresses instead of memcmpFelix Fietkau2012-03-051-1/+2
* mac80211: clean up asm/unaligned.h inclusionJohannes Berg2012-02-271-0/+1
* mac80211: fix a few -Wshadow warningsJohannes Berg2012-01-271-3/+3
* mac80211: Make use of ieee80211_is_* functions in tx status pathHelmut Schaa2011-12-131-10/+5Star
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-12-021-4/+4
|\
| * mac80211: Fix endian bug in radiotap header generationHelmut Schaa2011-11-211-4/+4
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...John W. Linville2011-11-221-0/+1
|\ \
| * | net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-11-011-0/+1
| |/
* | mac80211: implement wifi TX statusJohannes Berg2011-11-091-0/+38
* | mac80211: support client probeJohannes Berg2011-11-091-18/+27
* | mac80211: add helper to free TX skbJohannes Berg2011-11-091-0/+6
|/
* mac80211: Populate radiotap header with MCS info for TX framesHelmut Schaa2011-10-141-0/+23