summaryrefslogtreecommitdiffstats
path: root/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* cfg80211: fix interface combinations check.Lukasz Kucharczyk2012-04-131-1/+1
* net/wireless/wext-core.c: add missing kfreeJulia Lawall2012-04-091-2/+4
* nl80211: ensure interface is up in various APIsJohannes Berg2012-04-091-13/+18
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-04-051-8/+2
|\
| * simple_open: automatically convert to simple_open()Stephen Boyd2012-04-051-8/+2
* | cfg80211: allow CFG80211_SIGNAL_TYPE_UNSPEC in station_infoJohn W. Linville2012-03-261-10/+19
|/
* cfg80211: clarify timestamp in cfg80211_inform_bssJohannes Berg2012-03-131-4/+3
* cfg80211: Add background scan period attribute.Bala Shanmugam2012-03-122-0/+11
* cfg80211: expose cfg80211_calculate_bitrate()Thomas Pedersen2012-03-061-0/+1
* cfg80211/mac80211: report signal strength for mgmt framesJohannes Berg2012-03-063-6/+13
* cfg80211: Add an attribute to set inactivity timeout in AP modeVasanthakumar Thiagarajan2012-03-051-0/+8
* {nl,cfg,mac}80211: Implement RSSI threshold for mesh peeringAshok Nagarajan2012-03-052-0/+8
* cfg80211: remove cookies from callbacksJohannes Berg2012-02-291-3/+3
* cfg80211: restructure AP/GO mode APIJohannes Berg2012-02-221-113/+142
* mac80211: off by one in mcs mask handlingDan Carpenter2012-02-061-1/+1
* cfg80211/mac80211: userspace peer authorization in IBSSAntonio Quartulli2012-02-061-8/+12
* cfg80211: export cfg80211_ref_bssJohannes Berg2012-02-062-5/+12
* cfg80211: stop tracking authenticated stateJohannes Berg2012-02-064-318/+72
* nl80211: add support for mcs masksSimon Wunderlich2012-01-301-1/+60
* {nl,cfg,mac}80211: Add support of setting non-forwarding entity in MeshChun-Yeow Yeoh2012-01-272-0/+6
* cfg80211: fix a few -Wshadow warningsJohannes Berg2012-01-271-5/+3
* wireless: Save original maximum regulatory transmission power for the calucat...Hong Wu2012-01-241-17/+2
* nl80211: fix old station flags compatibilityJohannes Berg2012-01-111-4/+30
* wireless: Treat IPv6 diffserv the same as IPv4 for 802.11eDave Täht2012-01-041-1/+5
* cfg80211: relicense reg.c reg.h and genregdb.awk to ISCLuis R. Rodriguez2012-01-044-7/+54
* cfg80211: replace reg.c Nokia commit 269ac5Luis R. Rodriguez2012-01-041-3/+3
* cfg80211: replace reg.c Nokia commit c4c32294Luis R. Rodriguez2012-01-041-6/+6
* wireless: Protect regdomain change by mutexDmitry Shmidt2012-01-041-1/+4
* cfg80211: Return beacon loss count in stationPaul Stewart2011-12-191-0/+3
* cfg80211: Restore orig channel values upon disconnectRajkumar Manoharan2011-12-161-0/+26
* cfg80211: allow following country IE power for custom regdom cardsLuis R. Rodriguez2011-12-161-4/+16
* cfg80211: validate nl80211 station handling betterJohannes Berg2011-12-151-87/+112
* nl80211: add TDLS peer flag to policyJohannes Berg2011-12-151-0/+1
* nl80211: accept testmode dump with netdevJohannes Berg2011-12-141-19/+31
* cfg80211: notify core hints that helps to restore regd settingsRajkumar Manoharan2011-12-131-2/+14
* cfg80211: Fix race in bss timeoutVasanthakumar Thiagarajan2011-12-133-28/+45
* wireless: disable wext sysfs by defaultJohannes Berg2011-12-071-3/+4
* nl80211: Parse channel type attribute in an ibss join requestAlexander Simon2011-12-062-7/+37
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-12-022-16/+36
|\
| * cfg80211: amend regulatory NULL dereference fixLuis R. Rodriguez2011-11-301-2/+4
| * cfg80211: fix race on init and driver registrationLuis R. Rodriguez2011-11-301-16/+27
| * nl80211: fix MAC address validationEliad Peller2011-11-281-2/+2
| * cfg80211: fix regulatory NULL dereferenceJohannes Berg2011-11-211-0/+4
| * cfg80211: fix bug on regulatory core exit on access to last_requestLuis R. Rodriguez2011-11-091-0/+3
* | {nl,cfg,mac}80211: implement dot11MeshHWMPperrMinIntervalThomas Pedersen2011-11-282-0/+8
* | {nl,cfg,mac}80211: Allow Setting Multicast Rate in MeshChun-Yeow Yeoh2011-11-281-0/+5
* | wireless: Add NoAck per tid supportSimon Wunderlich2011-11-281-0/+28
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...John W. Linville2011-11-2210-0/+11
|\ \
| * | net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-10-3110-0/+10
| * | net: add moduleparam.h for users of module_param/MODULE_PARM_DESCPaul Gortmaker2011-10-311-0/+1