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