Age | Commit message (Expand) | Author | Files | Lines |
2013-05-25 | cfg80211: vastly simplify locking | Johannes Berg | 1 | -18/+4 |
2012-12-07 | wext: explicitly cast -110 to u8 | Johannes Berg | 1 | -1/+1 |
2012-11-26 | nl80211/cfg80211: support VHT channel configuration | Johannes Berg | 1 | -1/+3 |
2012-11-26 | cfg80211: pass a channel definition struct | Johannes Berg | 1 | -9/+17 |
2012-10-30 | cfg80211: allow per interface TX power setting | Johannes Berg | 1 | -2/+2 |
2012-10-18 | cfg80211: add wrappers for registered_device_ops | Hila Gonen | 1 | -26/+22 |
2012-07-13 | cfg80211/mac80211: re-add get_channel operation | Johannes Berg | 1 | -2/+7 |
2012-06-29 | cfg80211/mac80211: remove .get_channel | Michal Kazior | 1 | -7/+2 |
2012-06-06 | cfg80211: clarify set_channel APIs | Johannes Berg | 1 | -8/+2 |
2012-06-05 | cfg80211: provide channel to join_mesh function | Johannes Berg | 1 | -1/+11 |
2012-06-05 | cfg80211: disallow setting channel on WDS interfaces | Johannes Berg | 1 | -1/+0 |
2012-04-13 | cfg80211: Add channel information to NL80211_CMD_GET_INTERFACE | Pontus Fuchs | 1 | -1/+2 |
2011-11-17 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -0/+12 |
2011-11-11 | mac80211/cfg80211: report monitor channel in wireless extensions | Johannes Berg | 1 | -0/+12 |
2011-11-01 | net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules | Paul Gortmaker | 1 | -0/+1 |
2011-08-08 | cfg80211: remove unused wext handler exports | Johannes Berg | 1 | -78/+58 |
2011-08-08 | cfg80211: split wext compatibility to separate header | Johannes Berg | 1 | -0/+1 |
2011-03-04 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -2/+2 |
2011-02-21 | fix cfg80211_wext_siwfreq lock ordering... | Daniel J Blueman | 1 | -2/+2 |
2011-01-21 | cfg80211: Extend channel to frequency mapping for 802.11j | Bruno Randolf | 1 | -1/+4 |
2010-12-13 | cfg80211/nl80211: separate unicast/multicast default TX keys | Johannes Berg | 1 | -4/+4 |
2010-10-11 | wireless: Set some stats used by /proc/net/wireless (wext) | Ben Greear | 1 | -0/+4 |
2010-10-07 | cfg80211/mac80211: allow per-station GTKs | Johannes Berg | 1 | -13/+25 |
2010-08-31 | wireless extensions: fix kernel heap content leak | Johannes Berg | 1 | -0/+3 |
2010-07-21 | wireless: correct sparse warning in wext-compat.c | John W. Linville | 1 | -0/+1 |
2010-06-24 | cfg80211/mac80211: Update set_tx_power to use mBm instead of dBm units | Juuso Oikarinen | 1 | -5/+5 |
2010-05-11 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -5/+10 |
2010-05-07 | cfg80211/mac80211: better channel handling | Johannes Berg | 1 | -5/+10 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
2010-02-19 | nl80211: add power save commands | Kalle Valo | 1 | -5/+5 |
2010-01-27 | cfg80211: fix wext-compat for setting rate to 'auto' | John W. Linville | 1 | -1/+1 |
2010-01-12 | cfg80211/mac80211: Use more generic bitrate mask for rate control | Jouni Malinen | 1 | -4/+30 |
2009-12-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 | John W. Linville | 1 | -0/+1 |
2009-12-21 | wireless: report reasonable bitrate for MCS rates through wext | John W. Linville | 1 | -4/+1 |
2009-12-09 | cfg80211: Clear encryption privacy when key off is done. | Vivek Natarajan | 1 | -0/+1 |
2009-11-28 | cfg80211: Add PMKSA wext compatibility handler | Samuel Ortiz | 1 | -0/+42 |
2009-11-19 | cfg80211: re-join IBSS when privacy changes | Johannes Berg | 1 | -9/+40 |
2009-11-02 | cfg80211: Fix WEXT compat siwauth wpa and group cipher | Jouni Malinen | 1 | -4/+2 |
2009-09-21 | trivial: remove unnecessary semicolons | Joe Perches | 1 | -1/+1 |
2009-08-28 | cfg80211: clean up properly on interface type change | Johannes Berg | 1 | -13/+3 |
2009-08-20 | cfg80211: export cfg80211_wext_siwfreq | Jussi Kivilinna | 1 | -0/+1 |
2009-08-14 | cfg80211: fix locking for SIWFREQ | Johannes Berg | 1 | -1/+1 |
2009-08-14 | cfg80211: validate channel settings across interfaces | Johannes Berg | 1 | -36/+19 |
2009-07-29 | cfg80211: self-contained wext handling where possible | Johannes Berg | 1 | -0/+40 |
2009-07-29 | cfg80211: combine IWESSID handlers | Johannes Berg | 1 | -0/+34 |
2009-07-29 | cfg80211: combine IWAP handlers | Johannes Berg | 1 | -8/+44 |
2009-07-29 | cfg80211: combine iwfreq implementations | Johannes Berg | 1 | -1/+53 |
2009-07-24 | cfg80211: set_default_key only for WEP | Zhu Yi | 1 | -1/+2 |
2009-07-24 | cfg80211: fix disabling WPA via wext (SIOCSIWAUTH) | Gábor Stefanik | 1 | -1/+11 |
2009-07-24 | cfg80211: fix wext stats | Johannes Berg | 1 | -4/+9 |