| Commit message (Expand) | Author | Age | Files | Lines |
* | cfg80211: add cfg80211_sched_scan_stopped_rtnl | Eliad Peller | 2014-06-07 | 1 | -2/+10 |
* | cfg80211: send scan results from work queue | Johannes Berg | 2014-02-06 | 1 | -15/+25 |
* | cfg80211: Add a function to get the number of supported channels | Ilan Peer | 2014-01-09 | 1 | -5/+2 |
* | cfg80211: don't "leak" uncompleted scans | Eliad Peller | 2013-12-05 | 1 | -13/+3 |
* | cfg80211: fix scheduled scan pointer access | Johannes Berg | 2013-10-21 | 1 | -2/+2 |
* | wireless: scan: Remove comment to compare_ether_addr | Joe Perches | 2013-09-03 | 1 | -4/+0 |
* | nl80211: add scan width to bss and scan request structs | Simon Wunderlich | 2013-07-16 | 1 | -12/+19 |
* | wireless: add comments about bss refcounting | Ben Greear | 2013-06-24 | 1 | -0/+4 |
* | cfg80211: vastly simplify locking | Johannes Berg | 2013-05-25 | 1 | -25/+17 |
* | cfg80211: move cfg80211_get_dev_from_ifindex under wext | Johannes Berg | 2013-05-25 | 1 | -0/+21 |
* | cfg80211: always check for scan end on P2P device | Johannes Berg | 2013-03-24 | 1 | -3/+5 |
* | cfg80211: fix potential BSS memory leak and update | Johannes Berg | 2013-03-07 | 1 | -5/+11 |
* | Merge remote-tracking branch 'mac80211/master' into HEAD | Johannes Berg | 2013-02-15 | 1 | -1/+1 |
|\ |
|
| * | cfg80211: off by one in ieee80211_bss() | Dan Carpenter | 2013-01-24 | 1 | -1/+1 |
* | | nl80211/cfg80211: add radar detection command/event | Simon Wunderlich | 2013-02-15 | 1 | -10/+0 |
* | | cfg80211: check vendor IE length to avoid overrun | Luciano Coelho | 2013-02-13 | 1 | -4/+8 |
* | | cfg80211: move TSF into IEs | Johannes Berg | 2013-02-11 | 1 | -4/+3 |
* | | cfg80211: remove scan ies NULL check | Johannes Berg | 2013-02-11 | 1 | -8/+3 |
* | | cfg80211: track hidden SSID networks properly | Johannes Berg | 2013-02-11 | 1 | -52/+221 |
* | | cfg80211: pass wiphy to cfg80211_ref_bss/put_bss | Johannes Berg | 2013-02-11 | 1 | -2/+2 |
* | | cfg80211: wrap BSS kref | Johannes Berg | 2013-02-04 | 1 | -5/+15 |
* | | cfg80211: remove a local variable | Johannes Berg | 2013-02-04 | 1 | -3/+2 |
* | | cfg80211: use lockdep to assert lock is held | Johannes Berg | 2013-02-04 | 1 | -2/+4 |
* | | cfg80211: move locking into cfg80211_bss_age | Johannes Berg | 2013-02-04 | 1 | -1/+2 |
* | | cfg80211: fix BSS IE allocation comment | Johannes Berg | 2013-02-04 | 1 | -4/+1 |
* | | cfg80211: remove unused cfg80211_get_mesh | Johannes Berg | 2013-02-04 | 1 | -65/+0 |
* | | cfg80211: simplify mesh BSS comparison | Johannes Berg | 2013-02-04 | 1 | -81/+39 |
* | | cfg80211: fix BSS list hidden SSID lookup | Johannes Berg | 2013-02-04 | 1 | -27/+53 |
* | | cfg80211: refactor hidden SSID finding | Johannes Berg | 2013-02-04 | 1 | -62/+20 |
* | | cfg80211: remove free_priv BSS API | Johannes Berg | 2013-01-31 | 1 | -3/+0 |
|/ |
|
* | cfg80211: fix BSS struct IE access races | Johannes Berg | 2012-11-30 | 1 | -209/+200 |
* | cfg80211: fix cmp_hidden_bss | Johannes Berg | 2012-11-30 | 1 | -4/+14 |
* | cfg80211: fix whitespace in scan handling | Johannes Berg | 2012-11-30 | 1 | -16/+13 |
* | cfg80211: don't BUG_ON BSS struct issues | Johannes Berg | 2012-11-30 | 1 | -2/+4 |
* | cfg80211: use DS or HT operation IEs to determine BSS channel | Johannes Berg | 2012-11-23 | 1 | -1/+44 |
* | cfg80211: add cfg80211 exported function tracing | Beni Lev | 2012-10-18 | 1 | -0/+13 |
* | cfg80211: add wrappers for registered_device_ops | Hila Gonen | 2012-10-18 | 1 | -2/+3 |
* | cfg80211: add support for flushing old scan results | Sam Leffler | 2012-10-18 | 1 | -20/+46 |
* | cfg80211: code rearrangement to avoid forward declarations | Amitkumar Karwar | 2012-10-18 | 1 | -27/+27 |
* | cfg80211: fix indentation | Hila Gonen | 2012-09-05 | 1 | -1/+1 |
* | nl80211: move scan API to wdev | Johannes Berg | 2012-07-12 | 1 | -11/+13 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2012-05-14 | 1 | -1/+5 |
|\ |
|
| * | cfg80211: fix BSS comparison | Emmanuel Grumbach | 2012-05-08 | 1 | -1/+5 |
* | | wireless: Convert compare_ether_addr to ether_addr_equal | Joe Perches | 2012-05-09 | 1 | -1/+1 |
|/ |
|
* | cfg80211: increse bss expire time | Rajkumar Manoharan | 2012-04-16 | 1 | -1/+1 |
* | cfg80211: use compare_ether_addr on MAC addresses instead of memcmp | Felix Fietkau | 2012-04-09 | 1 | -1/+1 |
* | cfg80211: clarify timestamp in cfg80211_inform_bss | Johannes Berg | 2012-03-13 | 1 | -4/+3 |
* | cfg80211: export cfg80211_ref_bss | Johannes Berg | 2012-02-06 | 1 | -0/+12 |
* | cfg80211: merge in beacon ies of hidden bss. | Dmitry Tarnyagin | 2011-11-11 | 1 | -3/+114 |
* | cfg80211: fix cmp_ies | Johannes Berg | 2011-11-07 | 1 | -5/+8 |