summaryrefslogtreecommitdiffstats
path: root/net/wireless/scan.c
Commit message (Expand)AuthorAgeFilesLines
* wireless: add comments about bss refcountingBen Greear2013-06-241-0/+4
* cfg80211: vastly simplify lockingJohannes Berg2013-05-251-25/+17
* cfg80211: move cfg80211_get_dev_from_ifindex under wextJohannes Berg2013-05-251-0/+21
* cfg80211: always check for scan end on P2P deviceJohannes Berg2013-03-241-3/+5
* cfg80211: fix potential BSS memory leak and updateJohannes Berg2013-03-071-5/+11
* Merge remote-tracking branch 'mac80211/master' into HEADJohannes Berg2013-02-151-1/+1
|\
| * cfg80211: off by one in ieee80211_bss()Dan Carpenter2013-01-241-1/+1
* | nl80211/cfg80211: add radar detection command/eventSimon Wunderlich2013-02-151-10/+0
* | cfg80211: check vendor IE length to avoid overrunLuciano Coelho2013-02-131-4/+8
* | cfg80211: move TSF into IEsJohannes Berg2013-02-111-4/+3
* | cfg80211: remove scan ies NULL checkJohannes Berg2013-02-111-8/+3
* | cfg80211: track hidden SSID networks properlyJohannes Berg2013-02-111-52/+221
* | cfg80211: pass wiphy to cfg80211_ref_bss/put_bssJohannes Berg2013-02-111-2/+2
* | cfg80211: wrap BSS krefJohannes Berg2013-02-041-5/+15
* | cfg80211: remove a local variableJohannes Berg2013-02-041-3/+2
* | cfg80211: use lockdep to assert lock is heldJohannes Berg2013-02-041-2/+4
* | cfg80211: move locking into cfg80211_bss_ageJohannes Berg2013-02-041-1/+2
* | cfg80211: fix BSS IE allocation commentJohannes Berg2013-02-041-4/+1
* | cfg80211: remove unused cfg80211_get_meshJohannes Berg2013-02-041-65/+0
* | cfg80211: simplify mesh BSS comparisonJohannes Berg2013-02-041-81/+39
* | cfg80211: fix BSS list hidden SSID lookupJohannes Berg2013-02-041-27/+53
* | cfg80211: refactor hidden SSID findingJohannes Berg2013-02-041-62/+20
* | cfg80211: remove free_priv BSS APIJohannes Berg2013-01-311-3/+0
|/
* cfg80211: fix BSS struct IE access racesJohannes Berg2012-11-301-209/+200
* cfg80211: fix cmp_hidden_bssJohannes Berg2012-11-301-4/+14
* cfg80211: fix whitespace in scan handlingJohannes Berg2012-11-301-16/+13
* cfg80211: don't BUG_ON BSS struct issuesJohannes Berg2012-11-301-2/+4
* cfg80211: use DS or HT operation IEs to determine BSS channelJohannes Berg2012-11-231-1/+44
* cfg80211: add cfg80211 exported function tracingBeni Lev2012-10-181-0/+13
* cfg80211: add wrappers for registered_device_opsHila Gonen2012-10-181-2/+3
* cfg80211: add support for flushing old scan resultsSam Leffler2012-10-181-20/+46
* cfg80211: code rearrangement to avoid forward declarationsAmitkumar Karwar2012-10-181-27/+27
* cfg80211: fix indentationHila Gonen2012-09-051-1/+1
* nl80211: move scan API to wdevJohannes Berg2012-07-121-11/+13
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2012-05-141-1/+5
|\
| * cfg80211: fix BSS comparisonEmmanuel Grumbach2012-05-081-1/+5
* | wireless: Convert compare_ether_addr to ether_addr_equalJoe Perches2012-05-091-1/+1
|/
* cfg80211: increse bss expire timeRajkumar Manoharan2012-04-161-1/+1
* cfg80211: use compare_ether_addr on MAC addresses instead of memcmpFelix Fietkau2012-04-091-1/+1
* cfg80211: clarify timestamp in cfg80211_inform_bssJohannes Berg2012-03-131-4/+3
* cfg80211: export cfg80211_ref_bssJohannes Berg2012-02-061-0/+12
* cfg80211: merge in beacon ies of hidden bss.Dmitry Tarnyagin2011-11-111-3/+114
* cfg80211: fix cmp_iesJohannes Berg2011-11-071-5/+8
* cfg80211: add cfg80211_find_vendor_ie() functionEliad Peller2011-09-191-0/+27
* cfg80211: split wext compatibility to separate headerJohannes Berg2011-08-081-0/+1
* cfg80211: fix scan crash on single-band cardsJohannes Berg2011-07-201-1/+2
* cfg80211: allow userspace to control supported rates in scanJohannes Berg2011-07-191-0/+3
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-07-111-5/+5
|\
| * cfg80211: fix deadlock with rfkill/sched_scan by adding new mutexLuciano Coelho2011-07-051-5/+5
* | cfg80211: return -ENOENT when stopping sched_scan while not runningLuciano Coelho2011-07-081-1/+1