Age | Commit message (Expand) | Author | Files | Lines |
2009-07-27 | cfg80211: make aware of net namespaces | Johannes Berg | 5 | -83/+224 |
2009-07-24 | cfg80211: avoid setting default_key if add_key fails | Zhu Yi | 1 | -2/+6 |
2009-07-24 | cfg80211: fix typo of IWEVASSOCRESPIE | Zhu Yi | 1 | -2/+2 |
2009-07-24 | cfg80211: set_default_key only for WEP | Zhu Yi | 1 | -1/+2 |
2009-07-24 | cfg80211: don't optimise wext calls too much | Johannes Berg | 1 | -19/+21 |
2009-07-24 | cfg80211: remove WARN_ON in __cfg80211_sme_scan_done | Zhu Yi | 1 | -1/+1 |
2009-07-24 | cfg80211: treat ieee80211_regdom hints as user hints | Luis R. Rodriguez | 1 | -16/+9 |
2009-07-24 | cfg80211: fix unregistration | Johannes Berg | 1 | -5/+5 |
2009-07-24 | cfg80211: fix disabling WPA via wext (SIOCSIWAUTH) | Gábor Stefanik | 1 | -1/+11 |
2009-07-24 | cfg80211: fix more bugs in mlme handling | Johannes Berg | 1 | -5/+3 |
2009-07-24 | nl80211: report BSS status | Johannes Berg | 1 | -17/+48 |
2009-07-24 | cfg80211: fix wext setting SSID | Johannes Berg | 1 | -1/+1 |
2009-07-24 | cfg80211: don't look at wdev->ssid for giwessid | Johannes Berg | 1 | -5/+1 |
2009-07-24 | cfg80211: fix wext stats | Johannes Berg | 1 | -4/+9 |
2009-07-24 | cfg80211: fix a locking bug | Johannes Berg | 1 | -2/+2 |
2009-07-24 | cfg80211: fix NULL dereference in IBSS SIOCGIWAP | Zhu Yi | 1 | -1/+4 |
2009-07-24 | cfg80211: rework key operation | Johannes Berg | 9 | -144/+495 |
2009-07-24 | nl80211: introduce new key attributes | Johannes Berg | 1 | -47/+156 |
2009-07-24 | cfg80211: fix two buglets | Johannes Berg | 2 | -7/+2 |
2009-07-24 | cfg80211: fix race in giwrate | Johannes Berg | 1 | -5/+8 |
2009-07-24 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2 | -4/+4 |
2009-07-21 | cfg80211: double free in __cfg80211_scan_done | Christian Lamparter | 1 | -2/+1 |
2009-07-21 | nl80211: Memory leak fixed | Niko Jokinen | 1 | -2/+3 |
2009-07-15 | net/compat/wext: send different messages to compat tasks | Johannes Berg | 1 | -0/+78 |
2009-07-15 | wext: optimise, comment and fix event sending | Johannes Berg | 1 | -57/+57 |
2009-07-15 | wireless extensions: make netns aware | Johannes Berg | 1 | -32/+29 |
2009-07-13 | genetlink: make netns aware | Johannes Berg | 1 | -7/+7 |
2009-07-10 | cfg80211: disallow configuring unsupported interfaces | Johannes Berg | 1 | -2/+9 |
2009-07-10 | cfg80211: clean up naming once and for all | Johannes Berg | 7 | -356/+356 |
2009-07-10 | cfg80211: fix locking | Johannes Berg | 9 | -180/+776 |
2009-07-10 | cfg80211: fix MFP bug, sparse warnings | Johannes Berg | 2 | -6/+6 |
2009-07-10 | cfg80211: properly name driver locking | Johannes Berg | 4 | -49/+45 |
2009-07-10 | cfg80211: warn again on spurious deauth | Johannes Berg | 1 | -6/+0 |
2009-07-10 | cfg80211: mlme API must be able to sleep | Johannes Berg | 1 | -18/+33 |
2009-07-10 | cfg80211: fix netdev down problem | Johannes Berg | 2 | -3/+4 |
2009-07-10 | cfg80211: let SME control reassociation vs. association | Johannes Berg | 4 | -6/+19 |
2009-07-10 | cfg80211: check for current_bss from giwrate | Samuel Ortiz | 1 | -2/+5 |
2009-07-10 | cfg80211: fix giwrange | Johannes Berg | 1 | -4/+3 |
2009-07-10 | nl80211: limit to one pairwise cipher for associate() | Johannes Berg | 1 | -4/+6 |
2009-07-10 | cfg80211: refuse authenticating to same BSSID twice | Johannes Berg | 1 | -7/+15 |
2009-07-10 | cfg80211: keep track of BSSes | Johannes Berg | 8 | -193/+557 |
2009-07-10 | cfg80211: assimilate and export ieee80211_bss_get_ie | Johannes Berg | 1 | -0/+21 |
2009-07-10 | cfg80211: reset auth algorithm | Johannes Berg | 1 | -0/+1 |
2009-07-10 | cfg80211: send events for userspace SME | Johannes Berg | 1 | -26/+38 |
2009-07-10 | cfg80211: implement get_wireless_stats | Johannes Berg | 1 | -0/+59 |
2009-07-10 | cfg80211: implement IWRATE | Johannes Berg | 1 | -0/+63 |
2009-07-10 | cfg80211: implement IWAP for WDS | Johannes Berg | 1 | -0/+46 |
2009-07-10 | cfg80211: implement iwpower | Johannes Berg | 3 | -1/+86 |
2009-07-10 | cfg80211: managed mode wext compatibility | Johannes Berg | 7 | -73/+570 |
2009-07-10 | cfg80211: emulate connect with auth/assoc | Johannes Berg | 6 | -31/+469 |