summaryrefslogtreecommitdiff
path: root/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2012-10-02cfg80211: fix possible circular lock on reg_regdb_search()Luis R. Rodriguez1-3/+9
2012-08-15cfg80211: fix interface combinations check for ADHOC(IBSS)Liang Li1-0/+3
2012-08-15cfg80211: process pending events when unregistering net deviceDaniel Drake3-1/+7
2012-08-15wireless: reg: restore previous behaviour of chan->max_power calculationsStanislaw Gruszka1-1/+15
2012-07-19cfg80211: check iface combinations only when iface is runningMichal Kazior1-1/+1
2012-07-16cfg80211: fix potential deadlock in regulatoryEliad Peller1-1/+1
2012-06-17cfg80211: fix interface combinations checkJohannes Berg1-1/+18
2012-06-01cfg80211: warn if db.txt is empty with CONFIG_CFG80211_INTERNAL_REGDBLuis R. Rodriguez1-0/+10
2012-04-13cfg80211: fix interface combinations check.Lukasz Kucharczyk1-1/+1
2012-04-09net/wireless/wext-core.c: add missing kfreeJulia Lawall1-2/+4
2012-04-09nl80211: ensure interface is up in various APIsJohannes Berg1-13/+18
2012-04-05Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-8/+2
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd1-8/+2
2012-03-26cfg80211: allow CFG80211_SIGNAL_TYPE_UNSPEC in station_infoJohn W. Linville1-10/+19
2012-03-13cfg80211: clarify timestamp in cfg80211_inform_bssJohannes Berg1-4/+3
2012-03-12cfg80211: Add background scan period attribute.Bala Shanmugam2-0/+11
2012-03-06cfg80211: expose cfg80211_calculate_bitrate()Thomas Pedersen1-0/+1
2012-03-06cfg80211/mac80211: report signal strength for mgmt framesJohannes Berg3-6/+13
2012-03-05cfg80211: Add an attribute to set inactivity timeout in AP modeVasanthakumar Thiagarajan1-0/+8
2012-03-05{nl,cfg,mac}80211: Implement RSSI threshold for mesh peeringAshok Nagarajan2-0/+8
2012-02-29cfg80211: remove cookies from callbacksJohannes Berg1-3/+3
2012-02-22cfg80211: restructure AP/GO mode APIJohannes Berg1-113/+142
2012-02-06mac80211: off by one in mcs mask handlingDan Carpenter1-1/+1
2012-02-06cfg80211/mac80211: userspace peer authorization in IBSSAntonio Quartulli1-8/+12
2012-02-06cfg80211: export cfg80211_ref_bssJohannes Berg2-5/+12
2012-02-06cfg80211: stop tracking authenticated stateJohannes Berg4-318/+72
2012-01-30nl80211: add support for mcs masksSimon Wunderlich1-1/+60
2012-01-27{nl,cfg,mac}80211: Add support of setting non-forwarding entity in MeshChun-Yeow Yeoh2-0/+6
2012-01-27cfg80211: fix a few -Wshadow warningsJohannes Berg1-5/+3
2012-01-24wireless: Save original maximum regulatory transmission power for the calucat...Hong Wu1-17/+2
2012-01-11nl80211: fix old station flags compatibilityJohannes Berg1-4/+30
2012-01-04wireless: Treat IPv6 diffserv the same as IPv4 for 802.11eDave Täht1-1/+5
2012-01-04cfg80211: relicense reg.c reg.h and genregdb.awk to ISCLuis R. Rodriguez4-7/+54
2012-01-04cfg80211: replace reg.c Nokia commit 269ac5Luis R. Rodriguez1-3/+3
2012-01-04cfg80211: replace reg.c Nokia commit c4c32294Luis R. Rodriguez1-6/+6
2012-01-04wireless: Protect regdomain change by mutexDmitry Shmidt1-1/+4
2011-12-19cfg80211: Return beacon loss count in stationPaul Stewart1-0/+3
2011-12-16cfg80211: Restore orig channel values upon disconnectRajkumar Manoharan1-0/+26
2011-12-16cfg80211: allow following country IE power for custom regdom cardsLuis R. Rodriguez1-4/+16
2011-12-15cfg80211: validate nl80211 station handling betterJohannes Berg1-87/+112
2011-12-15nl80211: add TDLS peer flag to policyJohannes Berg1-0/+1
2011-12-14nl80211: accept testmode dump with netdevJohannes Berg1-19/+31
2011-12-13cfg80211: notify core hints that helps to restore regd settingsRajkumar Manoharan1-2/+14
2011-12-13cfg80211: Fix race in bss timeoutVasanthakumar Thiagarajan3-28/+45
2011-12-07wireless: disable wext sysfs by defaultJohannes Berg1-3/+4
2011-12-06nl80211: Parse channel type attribute in an ibss join requestAlexander Simon2-7/+37
2011-12-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2-16/+36
2011-11-30cfg80211: amend regulatory NULL dereference fixLuis R. Rodriguez1-2/+4
2011-11-30cfg80211: fix race on init and driver registrationLuis R. Rodriguez1-16/+27
2011-11-28{nl,cfg,mac}80211: implement dot11MeshHWMPperrMinIntervalThomas Pedersen2-0/+8