summaryrefslogtreecommitdiffstats
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
* mac80211: implement packet loss notificationJohannes Berg2010-11-242-0/+25
* mac80211: avoid aggregation for VO trafficLuis R. Rodriguez2010-11-241-0/+3
* mac80211: reduce the number of retries for nullfunc probingFelix Fietkau2010-11-241-1/+8
* mac80211: use nullfunc instead of probe request for connection monitoringFelix Fietkau2010-11-243-26/+72
* cfg80211/mac80211: improve ad-hoc multicast rate handlingFelix Fietkau2010-11-242-14/+14
* mac80211: probe the AP when resumingFelix Fietkau2010-11-241-0/+1
* mac80211: calculate beacon loss time accuratelyFelix Fietkau2010-11-242-4/+13
* mac80211: restart beacon miss timer on system resume from suspendFelix Fietkau2010-11-241-0/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-11-241-3/+3
|\
| * mac80211: unset SDATA_STATE_OFFCHANNEL when cancelling a scanBrian Cavagnolo2010-11-081-3/+3
* | Revert "nl80211/mac80211: Report signal average"John W. Linville2010-11-245-9/+1Star
* | mac80211: Disable hw crypto for GTKs on AP VLAN interfacesHelmut Schaa2010-11-221-1/+8
* | nl80211/mac80211: Report signal averageBruno Randolf2010-11-185-1/+9
* | mac80211: fix powersaving clients racesJohannes Berg2010-11-174-7/+29
* | mac80211: defines for AC numbersJohannes Berg2010-11-171-1/+10
* | mac80211: add support for setting the ad-hoc multicast rateFelix Fietkau2010-11-163-6/+19
* | mac80211: Add function to get probe request template for current APJuuso Oikarinen2010-11-163-5/+46
* | mac80211: Add antenna configurationBruno Randolf2010-11-163-0/+92
* | mac80211: support hardware TX fragmentation offloadArik Nemtsov2010-11-165-2/+54
* | mac80211: Remove redundant checks for NULL before calls to crypto_free_cipher()Jesper Juhl2010-11-152-4/+2Star
* | mac80211: refactor debugfs function generation codeEliad Peller2010-11-154-55/+52Star
* | mac80211: minstrel_ht - reduce the overhead of rate samplingFelix Fietkau2010-11-151-6/+10
|/
* mac80211: fix failure to check kmalloc return value in key_key_readJesper Juhl2010-10-291-1/+5
* mac80211: Fix scan_ies_len to include DS ParamsJouni Malinen2010-10-271-2/+3
* mac80211: Fix ibss station got expired immediatelyRajkumar Manoharan2010-10-251-0/+1
* mac80211: don't sanitize invalid ratesChristian Lamparter2010-10-251-0/+3
* mac80211: cancel restart_work explicitly instead of depending on flush_schedu...Tejun Heo2010-10-251-7/+1Star
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-241-1/+1
|\
| * Merge branch 'master' into for-nextJiri Kosina2010-08-102-14/+2Star
| |\
| * | Fix spelling fuction -> function in commentsStefan Weil2010-08-091-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-10-2336-1099/+2005
|\ \ \
| * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-10-1510-23/+91
| |\ \ \
| | * | | mac80211: fix SMPS requestJohannes Berg2010-10-131-0/+2
| | * | | mac80211: add probe request filter flagJohannes Berg2010-10-134-2/+32
| | * | | mac80211: minstrel_ht A-MPDU fixBjörn Smedman2010-10-111-3/+4
| | * | | mac80211: don't kmalloc 16 bytesJohannes Berg2010-10-111-7/+1Star
| | * | | mac80211: temporarily disable reorder release timerChristian Lamparter2010-10-111-0/+24
| | * | | mac80211: fix possible null-pointer de-referenceChristian Lamparter2010-10-111-3/+14
| | * | | wireless: Set some stats used by /proc/net/wireless (wext)Ben Greear2010-10-111-1/+3
| | * | | mac80211: Improve mlme probe response log messages.Ben Greear2010-10-111-7/+11
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-10-0820-260/+410
| |\| | |
| | * | | cfg80211: constify WDS addressJohannes Berg2010-10-071-1/+1
| | * | | mac80211: fix sw scan lockingJohannes Berg2010-10-071-2/+1Star
| | * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-10-071-2/+2
| | |\ \ \
| | * | | | mac80211: avoid uninitialized var warning in ieee80211_scan_cancelJohn W. Linville2010-10-061-3/+4
| | * | | | nl80211/mac80211: Add retry and failed transmission count to station infoBruno Randolf2010-10-061-0/+4
| | * | | | mac80211: compete scan to cfg80211 if deferred scan fail to startStanislaw Gruszka2010-10-061-0/+2
| | * | | | mac80211: do not requeue scan work when not neededStanislaw Gruszka2010-10-061-12/+3Star
| | * | | | mac80211: assure we also cancel deferred scan requestStanislaw Gruszka2010-10-063-14/+27
| | * | | | mac80211: keep lock when calling __ieee80211_scan_completed()Stanislaw Gruszka2010-10-061-36/+39