| Commit message (Expand) | Author | Age | Files | Lines |
* | netns: Use net_eq() to compare net-namespaces for optimization. | YOSHIFUJI Hideaki | 2008-07-20 | 1 | -1/+1 |
* | wext: make sysfs bits optional and deprecate them | Johannes Berg | 2008-07-14 | 1 | -0/+11 |
* | net/wireless/nl80211.c: fix endless Netlink callback loop. | Julius Volz | 2008-07-08 | 1 | -2/+4 |
* | wext: Create IW_REQUEST_FLAG_COMPAT and set it as needed. | David S. Miller | 2008-06-17 | 1 | -40/+33 |
* | wext: Dispatch and handle compat ioctls entirely in net/wireless/wext.c | David S. Miller | 2008-06-17 | 1 | -0/+104 |
* | wext: Pull top-level ioctl dispatch logic into helper function. | David S. Miller | 2008-06-17 | 1 | -6/+20 |
* | wext: Pass iwreq pointer down into standard/private handlers. | David S. Miller | 2008-06-17 | 1 | -9/+8 |
* | wext: Parameterize the standard/private handlers. | David S. Miller | 2008-06-17 | 1 | -8/+16 |
* | wext: Pull ioctl permission checking out into helper function. | David S. Miller | 2008-06-17 | 1 | -7/+15 |
* | wext: Extract private call iw_point handling into seperate functions. | David S. Miller | 2008-06-17 | 1 | -67/+74 |
* | wext: Extract standard call iw_point handling into seperate function. | David S. Miller | 2008-06-17 | 1 | -124/+134 |
* | wext: Make adjust_priv_size() take a "struct iw_point *". | David S. Miller | 2008-06-17 | 1 | -3/+3 |
* | wext: Remove inline from get_priv_size() and adjust_priv_size(). | David S. Miller | 2008-06-17 | 1 | -3/+2 |
* | mac80211: implement EU regulatory domain | Tony Vroon | 2008-06-14 | 1 | -0/+18 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2008-06-10 | 1 | -4/+8 |
|\ |
|
| * | netlink: Improve returned error codes | Thomas Graf | 2008-06-04 | 1 | -4/+8 |
* | | wireless: Add missing locking to cfg80211_dev_rename | Eric W. Biederman | 2008-05-14 | 1 | -5/+28 |
* | | wireless: use get/put_unaligned_* helpers | Harvey Harrison | 2008-05-14 | 1 | -9/+7 |
|/ |
|
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2008-04-14 | 1 | -1/+1 |
|\ |
|
| * | nl80211: fix STA AID bug | Johannes Berg | 2008-04-08 | 1 | -1/+1 |
* | | cfg80211: default to regulatory max power for channel | John W. Linville | 2008-04-08 | 1 | -1/+4 |
* | | cfg80211: don't export ieee80211_get_channel | Johannes Berg | 2008-03-27 | 1 | -3/+3 |
* | | Merge branch 'net-2.6.26-netns-20080326' of git://git.linux-ipv6.org/gitroot/... | David S. Miller | 2008-03-26 | 1 | -1/+1 |
|\ \ |
|
| * | | [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. | YOSHIFUJI Hideaki | 2008-03-25 | 1 | -1/+1 |
* | | | wireless: add wiphy channel freq to channel struct lookup helper | Johannes Berg | 2008-03-25 | 1 | -0/+23 |
|/ / |
|
* | | nl80211/cfg80211: support for mesh, sta dumping | Luis Carlos Cobo | 2008-03-06 | 1 | -22/+416 |
* | | wireless: update US regulatory domain | Tomas Winkler | 2008-02-29 | 1 | -2/+8 |
* | | nl80211: Add monitor interface configuration flags | Michael Wu | 2008-02-29 | 1 | -2/+42 |
* | | wireless: Fix WARN_ON() with ieee802.11b | Ivo van Doorn | 2008-02-29 | 1 | -1/+1 |
* | | wireless: fix ERP rate flags | Johannes Berg | 2008-02-29 | 1 | -4/+4 |
* | | nl80211: export hardware bitrate/channel capabilities | Johannes Berg | 2008-02-29 | 1 | -0/+74 |
* | | cfg80211 API for channels/bitrates, mac80211 and driver conversion | Johannes Berg | 2008-02-29 | 5 | -1/+296 |
|/ |
|
* | WEXT: remove unused variable | Masakazu Mokuno | 2008-01-29 | 1 | -14/+0 |
* | net/wireless/Kconfig: whitespace corrections | John W. Linville | 2008-01-28 | 1 | -5/+5 |
* | cfg80211/nl80211: implement station attribute retrieval | Johannes Berg | 2008-01-28 | 1 | -1/+81 |
* | cfg80211/nl80211: station handling | Johannes Berg | 2008-01-28 | 1 | -0/+235 |
* | cfg80211/nl80211: add beacon settings | Johannes Berg | 2008-01-28 | 1 | -0/+133 |
* | cfg80211/nl80211: introduce key handling | Johannes Berg | 2008-01-28 | 2 | -0/+292 |
* | [NET]: Consolidate net namespace related proc files creation. | Denis V. Lunev | 2008-01-28 | 1 | -21/+3 |
* | [NET]: Make rtnetlink infrastructure network namespace aware (v3) | Denis V. Lunev | 2008-01-28 | 1 | -1/+4 |
* | [WIRELESS] WEXT: Fix userspace corruption on 64-bit. | David S. Miller | 2007-11-20 | 1 | -1/+1 |
* | Driver core: change add_uevent_var to use a struct | Kay Sievers | 2007-10-12 | 1 | -2/+1 |
* | [WIRELESS]: Fix Kconfig. | Andrew Morton | 2007-10-11 | 1 | -1/+1 |
* | [NL80211]: add netlink interface to cfg80211 | Johannes Berg | 2007-10-11 | 6 | -1/+652 |
* | [NET]: Fix race when opening a proc file while a network namespace is exiting. | Eric W. Biederman | 2007-10-11 | 1 | -1/+5 |
* | [NET]: Make the device list and device lookups per namespace. | Eric W. Biederman | 2007-10-11 | 1 | -9/+29 |
* | [NET]: Make /proc/net per network namespace | Eric W. Biederman | 2007-10-11 | 1 | -1/+2 |
* | [WIRELESS] radiotap parser: accept all other fields | Johannes Berg | 2007-10-11 | 1 | -1/+5 |
* | [WIRELESS]: Use type safe netlink interface | Thomas Graf | 2007-10-11 | 1 | -14/+16 |
* | [PATCH] cfg80211: fix initialisation if built-in | Johannes Berg | 2007-09-26 | 1 | -1/+1 |