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