| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2011-02-22 | 1 | -2/+2 |
|\ |
|
| * | fix cfg80211_wext_siwfreq lock ordering... | Daniel J Blueman | 2011-02-21 | 1 | -2/+2 |
* | | kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERT | David Rientjes | 2011-01-20 | 1 | -1/+1 |
|/ |
|
* | cfg80211: fix transposition of words in printk | Bob Copeland | 2011-01-04 | 1 | -1/+1 |
* | nl80211: Export available antennas | Bruno Randolf | 2010-12-20 | 1 | -0/+5 |
* | cfg80211: Separate available antennas for RX and TX | Bruno Randolf | 2010-12-20 | 1 | -7/+10 |
* | mac80211: Send mesh non-HWMP path selection frames to userspace | Javier Cardona | 2010-12-20 | 1 | -0/+2 |
* | mac80211: Let userspace enable and configure vendor specific path selection. | Javier Cardona | 2010-12-20 | 4 | -24/+90 |
* | mac80211: Rename mesh_params to mesh_config to prepare for mesh_setup | Javier Cardona | 2010-12-20 | 1 | -20/+20 |
* | cfg80211: fix null pointer dereference with a custom regulatory request | Luis R. Rodriguez | 2010-12-16 | 1 | -1/+2 |
* | nl80211: Add notification for dropped Deauth/Disassoc | Jouni Malinen | 2010-12-16 | 3 | -0/+44 |
* | nl80211: advertise maximum remain-on-channel duration | Johannes Berg | 2010-12-15 | 1 | -1/+6 |
* | cfg80211/nl80211: separate unicast/multicast default TX keys | Johannes Berg | 2010-12-13 | 3 | -23/+113 |
* | cfg80211: update information elements in cached BSS struct | Sven Neumann | 2010-12-13 | 1 | -0/+11 |
* | cfg80211: Add antenna availability information | Bruno Randolf | 2010-12-13 | 1 | -2/+13 |
* | cfg80211: Add new BSS attribute ht_opmode | Helmut Schaa | 2010-12-08 | 1 | -0/+5 |
* | nl80211/mac80211: Report signal average | Bruno Randolf | 2010-12-07 | 1 | -0/+3 |
* | cfg80211/mac80211: add mesh join/leave commands | Johannes Berg | 2010-12-06 | 6 | -24/+284 |
* | nl80211: refactor mesh parameter parsing | Johannes Berg | 2010-12-06 | 1 | -23/+38 |
* | cfg80211: require add_virtual_intf to return new dev | Johannes Berg | 2010-12-06 | 1 | -2/+5 |
* | nl80211/mac80211: define and allow configuring mesh element TTL | Javier Cardona | 2010-12-06 | 1 | -0/+5 |
* | nl80211/cfg80211: extend mgmt-tx API for off-channel | Johannes Berg | 2010-11-29 | 3 | -12/+58 |
* | cfg80211: allow using CQM event to notify packet loss | Johannes Berg | 2010-11-24 | 3 | -0/+61 |
* | cfg80211/mac80211: improve ad-hoc multicast rate handling | Felix Fietkau | 2010-11-24 | 1 | -3/+33 |
* | net/wireless: Use pr_<level> and netdev_<level> | Joe Perches | 2010-11-24 | 6 | -56/+44 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2010-11-24 | 2 | -2/+56 |
|\ |
|
| * | cfg80211: fix can_beacon_sec_chan, reenable HT40 | Mark Mentovai | 2010-11-18 | 1 | -0/+2 |
| * | cfg80211: fix extension channel checks to initiate communication | Luis R. Rodriguez | 2010-11-16 | 1 | -0/+52 |
| * | cfg80211: fix a crash in dev lookup on dump commands | Felix Fietkau | 2010-11-08 | 1 | -2/+2 |
* | | Revert "nl80211/mac80211: Report signal average" | John W. Linville | 2010-11-24 | 1 | -3/+0 |
* | | cfg80211: Fix regulatory bug with multiple cards and delays | Luis R. Rodriguez | 2010-11-22 | 1 | -9/+43 |
* | | cfg80211: move mutex locking to reg_process_pending_hints() | Luis R. Rodriguez | 2010-11-22 | 1 | -8/+8 |
* | | cfg80211: move reg_work and reg_todo above | Luis R. Rodriguez | 2010-11-22 | 1 | -2/+3 |
* | | cfg80211: put core regulatory request into queue | Luis R. Rodriguez | 2010-11-22 | 1 | -6/+1 |
* | | nl80211/mac80211: Report signal average | Bruno Randolf | 2010-11-18 | 1 | -0/+3 |
* | | cfg80211: add support for setting the ad-hoc multicast rate | Felix Fietkau | 2010-11-16 | 1 | -0/+5 |
* | | cfg80211: Add nl80211 antenna configuration | Bruno Randolf | 2010-11-16 | 1 | -1/+30 |
* | | cfg80211: prefix REG_DBG_PRINT() with cfg80211 | Luis R. Rodriguez | 2010-11-15 | 1 | -16/+15 |
* | | cfg80211: add debug print when processing a channel | Luis R. Rodriguez | 2010-11-15 | 1 | -0/+39 |
* | | cfg80211: add debug print when disabling a channel on a custom regd | Luis R. Rodriguez | 2010-11-15 | 1 | -0/+5 |
* | | cfg80211: add debug prints for when we ignore regulatory hints | Luis R. Rodriguez | 2010-11-15 | 1 | -3/+39 |
* | | cfg80211: fix disabling channels based on hints | Luis R. Rodriguez | 2010-11-15 | 1 | -1/+19 |
* | | cfg80211: fix allowing country IEs for WIPHY_FLAG_STRICT_REGULATORY | Luis R. Rodriguez | 2010-11-15 | 1 | -0/+1 |
* | | cfg80211: pass the reg hint initiator to helpers | Luis R. Rodriguez | 2010-11-15 | 1 | -4/+8 |
|/ |
|
* | cfg80211: fix regression on processing country IEs | Luis R. Rodriguez | 2010-10-25 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 2010-10-23 | 15 | -1563/+1196 |
|\ |
|
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2010-10-15 | 6 | -59/+104 |
| |\ |
|
| | * | radiotap: fix vendor namespace parsing | Johannes Berg | 2010-10-15 | 1 | -26/+32 |
| | * | cfg80211: notify drivers about frame registrations | Johannes Berg | 2010-10-13 | 1 | -3/+20 |
| | * | wireless: Print wiphy name in sysfs. | Ben Greear | 2010-10-12 | 1 | -0/+9 |