| Commit message (Expand) | Author | Age | Files | Lines |
* | wireless: fix 80211 kernel-doc warnings | Randy Dunlap | 2011-03-21 | 1 | -1/+2 |
* | wireless: add support for ethtool_ops->{get,set}_ringparam | John W. Linville | 2011-03-11 | 1 | -0/+8 |
* | cfg80211: add a field for the bitrate of the last rx data packet from a station | Felix Fietkau | 2011-03-01 | 1 | -1/+4 |
* | cfg80211: Extend channel to frequency mapping for 802.11j | Bruno Randolf | 2011-01-21 | 1 | -1/+2 |
* | cfg80211: add mesh join/leave callback docs | Johannes Berg | 2011-01-10 | 1 | -0/+2 |
* | cfg80211: Separate available antennas for RX and TX | Bruno Randolf | 2010-12-20 | 1 | -3/+9 |
* | mac80211: Let userspace enable and configure vendor specific path selection. | Javier Cardona | 2010-12-20 | 1 | -0/+8 |
* | mac80211: Rename mesh_params to mesh_config to prepare for mesh_setup | Javier Cardona | 2010-12-20 | 1 | -4/+4 |
* | cfg80211: fix null pointer dereference with a custom regulatory request | Luis R. Rodriguez | 2010-12-16 | 1 | -1/+3 |
* | nl80211: Add notification for dropped Deauth/Disassoc | Jouni Malinen | 2010-12-16 | 1 | -0/+26 |
* | nl80211: advertise maximum remain-on-channel duration | Johannes Berg | 2010-12-15 | 1 | -0/+5 |
* | cfg80211/nl80211: separate unicast/multicast default TX keys | Johannes Berg | 2010-12-13 | 1 | -1/+4 |
* | cfg80211: Add antenna availability information | Bruno Randolf | 2010-12-13 | 1 | -0/+5 |
* | cfg80211: Add new BSS attribute ht_opmode | Helmut Schaa | 2010-12-08 | 1 | -0/+3 |
* | nl80211/mac80211: Report signal average | Bruno Randolf | 2010-12-07 | 1 | -0/+4 |
* | cfg80211/mac80211: add mesh join/leave commands | Johannes Berg | 2010-12-06 | 1 | -9/+29 |
* | cfg80211: require add_virtual_intf to return new dev | Johannes Berg | 2010-12-06 | 1 | -4/+7 |
* | nl80211/mac80211: define and allow configuring mesh element TTL | Javier Cardona | 2010-12-06 | 1 | -0/+2 |
* | cfg80211: Add documentation for antenna ops | Bruno Randolf | 2010-12-02 | 1 | -0/+7 |
* | nl80211/cfg80211: extend mgmt-tx API for off-channel | Johannes Berg | 2010-11-29 | 1 | -3/+8 |
* | cfg80211: allow using CQM event to notify packet loss | Johannes Berg | 2010-11-24 | 1 | -0/+12 |
* | cfg80211/mac80211: improve ad-hoc multicast rate handling | Felix Fietkau | 2010-11-24 | 1 | -2/+2 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2010-11-24 | 1 | -1/+1 |
|\ |
|
| * | cfg80211: fix WIPHY_FLAG_IBSS_RSN bit | Jussi Kivilinna | 2010-11-15 | 1 | -1/+1 |
* | | Revert "nl80211/mac80211: Report signal average" | John W. Linville | 2010-11-24 | 1 | -4/+0 |
* | | nl80211/mac80211: Report signal average | Bruno Randolf | 2010-11-18 | 1 | -0/+4 |
* | | cfg80211: add support for setting the ad-hoc multicast rate | Felix Fietkau | 2010-11-16 | 1 | -0/+2 |
* | | cfg80211: Add nl80211 antenna configuration | Bruno Randolf | 2010-11-16 | 1 | -0/+3 |
* | | cfg80211: fix allowing country IEs for WIPHY_FLAG_STRICT_REGULATORY | Luis R. Rodriguez | 2010-11-15 | 1 | -7/+8 |
|/ |
|
* | cfg80211: notify drivers about frame registrations | Johannes Berg | 2010-10-13 | 1 | -0/+7 |
* | cfg80211: add channel utilization stats to the survey command | Felix Fietkau | 2010-10-11 | 1 | -0/+20 |
* | wireless: Set some stats used by /proc/net/wireless (wext) | Ben Greear | 2010-10-11 | 1 | -0/+4 |
* | cfg80211: constify WDS address | Johannes Berg | 2010-10-07 | 1 | -1/+1 |
* | nl80211/mac80211: Add retry and failed transmission count to station info | Bruno Randolf | 2010-10-06 | 1 | -0/+8 |
* | cfg80211/mac80211: allow per-station GTKs | Johannes Berg | 2010-10-06 | 1 | -3/+6 |
* | cfg80211: remove spurious __KERNEL__ ifdef | Johannes Berg | 2010-10-05 | 1 | -4/+0 |
* | nl80211: allow drivers to indicate whether the survey data channel is in use | Felix Fietkau | 2010-10-05 | 1 | -0/+2 |
* | include/net/cfg80211.h: wiphy_<level> messages use dev_printk | Joe Perches | 2010-09-16 | 1 | -25/+12 |
* | cfg80211: allow changing port control protocol | Johannes Berg | 2010-08-27 | 1 | -7/+17 |
* | cfg80211: add some documentation | Johannes Berg | 2010-08-24 | 1 | -6/+115 |
* | cfg80211/mac80211: extensible frame processing | Johannes Berg | 2010-08-24 | 1 | -22/+34 |
* | cfg80211: mark ieee80211_hdrlen const | Johannes Berg | 2010-08-24 | 1 | -1/+1 |
* | cfg80211: fix dev <-> wiphy typo | Christian Lamparter | 2010-07-29 | 1 | -1/+1 |
* | wireless: Convert wiphy_debug macro to function | Joe Perches | 2010-07-27 | 1 | -2/+3 |
* | include/net/cfg80211.h: Add wiphy_<level> printk equivalents | Joe Perches | 2010-07-27 | 1 | -1/+63 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma... | John W. Linville | 2010-07-27 | 1 | -13/+2 |
|\ |
|
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2010-07-01 | 1 | -14/+1 |
| |\ |
|
| * \ | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2010-06-17 | 1 | -0/+2 |
| |\ \ |
|
| * \ \ | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2010-06-11 | 1 | -30/+90 |
| |\ \ \ |
|
| * | | | | net: CONFIG_NET_NS reduction | Eric Dumazet | 2010-06-02 | 1 | -13/+2 |