- 358ae88 cfg80211: expose the rfkill device to the low level driver by Emmanuel Grumbach · 3 years, 7 months ago
- c2a8637 net: wireless: wext_compat.c: Remove redundant assignment to ps by Yang Li · 3 years, 9 months ago
- c88f952 wext: call cfg80211_set_encryption() with wiphy lock held by Johannes Berg · 4 years ago
- bae1735 wext: call cfg80211_change_iface() with wiphy lock held by Johannes Berg · 4 years ago
- a05829a cfg80211: avoid holding the RTNL when calling the driver by Johannes Berg · 4 years ago
- 32fc4a9 cfg80211: fix callback type mismatches in wext-compat by Sami Tolvanen · 4 years, 2 months ago
- e7e0517 cfg80211: remove WDS code by Johannes Berg · 4 years, 2 months ago
- 7b506ff net: wireless: Convert to use the preferred fallthrough macro by Miaohe Lin · 4 years, 5 months ago
- eee79f8 net: wireless: wext_compat.c: delete duplicated word by Randy Dunlap · 4 years, 5 months ago
- 726e6af net: wireless: kerneldoc fixes by Andrew Lunn · 4 years, 6 months ago
- f43e521 cfg80211: initialize on-stack chandefs by Johannes Berg · 5 years ago
- 3cfe91c cfg80211: always shut down on HW rfkill by Johannes Berg · 5 years ago
- 5e28042 cfg80211: remove redundant zero check on variable 'changed' by Colin Ian King · 6 years ago
- 4af2175 cfg80211: mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
- 848e616 cfg80211: fix wext-compat memory leak by Stefan Seyfried · 6 years ago
- 397c657 cfg80211: use BIT_ULL for NL80211_STA_INFO_* attribute types by Omer Efrat · 7 years ago
- 5762d7d cfg80211: fix station info handling bugs by Johannes Berg · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- 818a986 cfg80211: move add/change interface monitor flags into params by Johannes Berg · 8 years ago
- b867622 cfg80211: Add support for static WEP in the driver by David Spinadel · 8 years ago
- 8f7d99b cfg80211: wext: really don't store non-WEP keys by Johannes Berg · 8 years ago
- 89b706f cfg80211: reduce connect key caching struct size by Johannes Berg · 8 years ago
- 9381e26 cfg80211: wext: only allow WEP keys to be configured before connected by Johannes Berg · 8 years ago
- 866daf6 wext: remove a/b/g/n from SIOCGIWNAME by Johannes Berg · 9 years ago
- 57fbcce cfg80211: remove enum ieee80211_band by Johannes Berg · 9 years ago
- 9c5a18a cfg80211: wext: clear sinfo struct before calling driver by Johannes Berg · 10 years ago
- 2afe38d cfg80211-wext: export symbols only when needed by Johannes Berg · 10 years ago
- 319090b cfg80211: remove enum station_info_flags by Johannes Berg · 10 years ago
- 538c9eb cfg80211: clear wext keys when freeing and removing them by Johannes Berg · 10 years ago
- f26cbf4 cfg80211: change wiphy_to_dev function name by Zhao, Gang · 11 years ago
- 96998e3 cfg80211: remove unused wiphy argument from cfg80211_wext_freq() by Zhao, Gang · 11 years ago
- f5aa0d2 cfg80211: add sanity check for retry limit in wext-compat by Ujjal Roy · 11 years ago
- 60a4fe0 cfg80211: fix wext-compat for getting retry value by Ujjal Roy · 11 years ago
- 5fe231e cfg80211: vastly simplify locking by Johannes Berg · 12 years ago
- e7d83ed wext: explicitly cast -110 to u8 by Johannes Berg · 12 years ago
- 3d9d1d6 nl80211/cfg80211: support VHT channel configuration by Johannes Berg · 12 years ago
- 683b6d3 cfg80211: pass a channel definition struct by Johannes Berg · 12 years ago
- c844211 cfg80211: allow per interface TX power setting by Johannes Berg · 12 years ago
- e35e4d2 cfg80211: add wrappers for registered_device_ops by Hila Gonen · 13 years ago
- 5b7ccaf cfg80211/mac80211: re-add get_channel operation by Johannes Berg · 13 years ago
- 2e165b8 cfg80211/mac80211: remove .get_channel by Michal Kazior · 13 years ago
- e8c9bd5 cfg80211: clarify set_channel APIs by Johannes Berg · 13 years ago
- cc1d280 cfg80211: provide channel to join_mesh function by Johannes Berg · 13 years ago
- 685d12a cfg80211: disallow setting channel on WDS interfaces by Johannes Berg · 13 years ago
- d91df0e cfg80211: Add channel information to NL80211_CMD_GET_INTERFACE by Pontus Fuchs · 13 years ago
- e11c259 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 13 years ago
- e999882 mac80211/cfg80211: report monitor channel in wireless extensions by Johannes Berg · 13 years ago
- bc3b2d7 net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules by Paul Gortmaker · 14 years ago
- 04b0c5c cfg80211: remove unused wext handler exports by Johannes Berg · 14 years ago
- 262eb9b2 cfg80211: split wext compatibility to separate header by Johannes Berg · 14 years ago
- 0a0e9ae Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
- 4f919a3 fix cfg80211_wext_siwfreq lock ordering... by Daniel J Blueman · 14 years ago
- 59eb21a cfg80211: Extend channel to frequency mapping for 802.11j by Bruno Randolf · 14 years ago
- dbd2fd6 cfg80211/nl80211: separate unicast/multicast default TX keys by Johannes Berg · 14 years ago
- 5a5c731 wireless: Set some stats used by /proc/net/wireless (wext) by Ben Greear · 14 years ago
- e31b821 cfg80211/mac80211: allow per-station GTKs by Johannes Berg · 14 years ago
- 42da2f9 wireless extensions: fix kernel heap content leak by Johannes Berg · 14 years ago
- c28991a wireless: correct sparse warning in wext-compat.c by John W. Linville · 14 years ago
- fa61cf7 cfg80211/mac80211: Update set_tx_power to use mBm instead of dBm units by Juuso Oikarinen · 15 years ago
- cc75589 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 15 years ago
- f444de0 cfg80211/mac80211: better channel handling by Johannes Berg · 15 years ago
- 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
- ffb9eb3 nl80211: add power save commands by Kalle Valo · 15 years ago
- 5423326 cfg80211: fix wext-compat for setting rate to 'auto' by John W. Linville · 15 years ago
- 37eb0b1 cfg80211/mac80211: Use more generic bitrate mask for rate control by Jouni Malinen · 15 years ago
- ea1e4b8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 15 years ago
- 254416a wireless: report reasonable bitrate for MCS rates through wext by John W. Linville · 15 years ago
- d55fb89 cfg80211: Clear encryption privacy when key off is done. by Vivek Natarajan · 15 years ago
- 2944b2c cfg80211: Add PMKSA wext compatibility handler by Samuel Ortiz · 15 years ago
- 98d3a7c cfg80211: re-join IBSS when privacy changes by Johannes Berg · 15 years ago
- c5f8289 cfg80211: Fix WEXT compat siwauth wpa and group cipher by Jouni Malinen · 15 years ago
- a419aef trivial: remove unnecessary semicolons by Joe Perches · 15 years ago
- 3d54d25 cfg80211: clean up properly on interface type change by Johannes Berg · 15 years ago
- a8b875e cfg80211: export cfg80211_wext_siwfreq by Jussi Kivilinna · 15 years ago
- 4b18114 cfg80211: fix locking for SIWFREQ by Johannes Berg · 15 years ago
- 59bbb6f cfg80211: validate channel settings across interfaces by Johannes Berg · 15 years ago
- a9a1162 cfg80211: self-contained wext handling where possible by Johannes Berg · 15 years ago
- 1f9298f cfg80211: combine IWESSID handlers by Johannes Berg · 15 years ago
- 562e482 cfg80211: combine IWAP handlers by Johannes Berg · 15 years ago
- 0e82ffe cfg80211: combine iwfreq implementations by Johannes Berg · 15 years ago
- 1f00fca cfg80211: set_default_key only for WEP by Zhu Yi · 16 years ago
- 323d566 cfg80211: fix disabling WPA via wext (SIOCSIWAUTH) by Gábor Stefanik · 16 years ago
- c56c571 cfg80211: fix wext stats by Johannes Berg · 16 years ago
- fffd093 cfg80211: rework key operation by Johannes Berg · 16 years ago
- a71d62d cfg80211: fix race in giwrate by Johannes Berg · 16 years ago
- 4f5dadc cfg80211: fix MFP bug, sparse warnings by Johannes Berg · 16 years ago
- 6c230c0 cfg80211: check for current_bss from giwrate by Samuel Ortiz · 16 years ago
- 9834c07 cfg80211: fix giwrange by Johannes Berg · 16 years ago
- 8990646 cfg80211: implement get_wireless_stats by Johannes Berg · 16 years ago
- 9930380 cfg80211: implement IWRATE by Johannes Berg · 16 years ago
- ab737a4 cfg80211: implement IWAP for WDS by Johannes Berg · 16 years ago
- bc92afd cfg80211: implement iwpower by Johannes Berg · 16 years ago
- f212935 cfg80211: managed mode wext compatibility by Johannes Berg · 16 years ago
- 27bea66 cfg80211: infer WPA and WPA2 support from TKIP and CCMP by David Kilroy · 16 years ago
- 2ab658f cfg80211: set WE encoding size based on available ciphers by David Kilroy · 16 years ago
- 51cd4aa cfg80211: allow drivers that can't scan for specific ssids by David Kilroy · 16 years ago
- 3daf097 cfg80211: Advertise ciphers via WE according to driver capability by David Kilroy · 16 years ago
- e36d56b cfg80211: pass netdev to change_virtual_intf by Johannes Berg · 16 years ago
- 1f87f7d cfg80211: add rfkill support by Johannes Berg · 16 years ago
- 7643a2c cfg80211: move txpower wext from mac80211 by Johannes Berg · 16 years ago