| Commit message (Expand) | Author | Age | Files | Lines |
* | nl80211: refactor valid channel type check | Johannes Berg | 2012-05-16 | 1 | -30/+29 |
* | nl80211: prevent additions to old station flags API | Johannes Berg | 2012-05-16 | 1 | -2/+8 |
* | {nl,cfg,mac}80211: Allow user to see/configure HT protection mode | Ashok Nagarajan | 2012-05-08 | 1 | -1/+6 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2012-04-26 | 1 | -0/+3 |
|\ |
|
| * | cfg80211: Validate legacy rateset. | Bala Shanmugam | 2012-04-23 | 1 | -0/+3 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2012-04-18 | 1 | -0/+13 |
|\ \
| |/ |
|
| * | cfg80211: Add channel information to NL80211_CMD_GET_INTERFACE | Pontus Fuchs | 2012-04-13 | 1 | -0/+13 |
* | | Merge branch 'master' into for-davem | John W. Linville | 2012-04-12 | 1 | -15/+77 |
|\ \
| |/ |
|
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2012-04-12 | 1 | -13/+18 |
| |\ |
|
| | * | nl80211: ensure interface is up in various APIs | Johannes Berg | 2012-04-09 | 1 | -13/+18 |
| * | | cfg80211: add channel switch notify event | Thomas Pedersen | 2012-04-11 | 1 | -0/+32 |
| * | | cfg80211/mac80211: enable proper device_set_wakeup_enable handling | Johannes Berg | 2012-04-11 | 1 | -0/+4 |
| * | | {nl,cfg}80211: Support for mesh synchronization | Javier Cardona | 2012-04-10 | 1 | -0/+16 |
| * | | cfg80211/nl80211: clarify TX queue API | Johannes Berg | 2012-04-10 | 1 | -2/+5 |
| |/ |
|
* | | wireless: Stop using NLA_PUT*(). | David S. Miller | 2012-04-01 | 1 | -544/+660 |
|/ |
|
* | cfg80211: allow CFG80211_SIGNAL_TYPE_UNSPEC in station_info | John W. Linville | 2012-03-26 | 1 | -10/+19 |
* | cfg80211: Add background scan period attribute. | Bala Shanmugam | 2012-03-12 | 1 | -0/+8 |
* | cfg80211/mac80211: report signal strength for mgmt frames | Johannes Berg | 2012-03-06 | 1 | -2/+7 |
* | cfg80211: Add an attribute to set inactivity timeout in AP mode | Vasanthakumar Thiagarajan | 2012-03-05 | 1 | -0/+8 |
* | {nl,cfg,mac}80211: Implement RSSI threshold for mesh peering | Ashok Nagarajan | 2012-03-05 | 1 | -0/+5 |
* | cfg80211: restructure AP/GO mode API | Johannes Berg | 2012-02-22 | 1 | -113/+142 |
* | mac80211: off by one in mcs mask handling | Dan Carpenter | 2012-02-06 | 1 | -1/+1 |
* | cfg80211/mac80211: userspace peer authorization in IBSS | Antonio Quartulli | 2012-02-06 | 1 | -8/+12 |
* | cfg80211: stop tracking authenticated state | Johannes Berg | 2012-02-06 | 1 | -10/+8 |
* | nl80211: add support for mcs masks | Simon Wunderlich | 2012-01-30 | 1 | -1/+60 |
* | {nl,cfg,mac}80211: Add support of setting non-forwarding entity in Mesh | Chun-Yeow Yeoh | 2012-01-27 | 1 | -0/+5 |
* | cfg80211: fix a few -Wshadow warnings | Johannes Berg | 2012-01-27 | 1 | -5/+3 |
* | nl80211: fix old station flags compatibility | Johannes Berg | 2012-01-11 | 1 | -4/+30 |
* | cfg80211: Return beacon loss count in station | Paul Stewart | 2011-12-19 | 1 | -0/+3 |
* | cfg80211: validate nl80211 station handling better | Johannes Berg | 2011-12-15 | 1 | -87/+112 |
* | nl80211: add TDLS peer flag to policy | Johannes Berg | 2011-12-15 | 1 | -0/+1 |
* | nl80211: accept testmode dump with netdev | Johannes Berg | 2011-12-14 | 1 | -19/+31 |
* | nl80211: Parse channel type attribute in an ibss join request | Alexander Simon | 2011-12-06 | 1 | -2/+30 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2011-12-02 | 1 | -2/+2 |
|\ |
|
| * | nl80211: fix MAC address validation | Eliad Peller | 2011-11-28 | 1 | -2/+2 |
* | | {nl,cfg,mac}80211: implement dot11MeshHWMPperrMinInterval | Thomas Pedersen | 2011-11-28 | 1 | -0/+6 |
* | | {nl,cfg,mac}80211: Allow Setting Multicast Rate in Mesh | Chun-Yeow Yeoh | 2011-11-28 | 1 | -0/+5 |
* | | wireless: Add NoAck per tid support | Simon Wunderlich | 2011-11-28 | 1 | -0/+28 |
* | | wireless: Support ht-capabilities over-rides. | Ben Greear | 2011-11-21 | 1 | -1/+43 |
* | | nl80211: make get_vlan logic more common | Johannes Berg | 2011-11-21 | 1 | -23/+31 |
* | | cfg80211: add flags for off-channel capabilities | Johannes Berg | 2011-11-21 | 1 | -5/+11 |
* | | nl80211: add testmode to the list of supported commands | Kalle Valo | 2011-11-21 | 1 | -0/+4 |
* | | cfg80211: process regulatory DFS region for countries | Luis R. Rodriguez | 2011-11-21 | 1 | -0/+15 |
* | | nl80211: Pass probe response data to drivers | Arik Nemtsov | 2011-11-11 | 1 | -0/+9 |
* | | nl80211: Add probe response offload attribute | Arik Nemtsov | 2011-11-11 | 1 | -0/+4 |
* | | nl80211: fix compiler warning | Johannes Berg | 2011-11-11 | 1 | -1/+1 |
* | | nl80211: advertise socket TX status capability | Johannes Berg | 2011-11-09 | 1 | -0/+2 |
* | | cfg80211/mac80211: allow management TX to not wait for ACK | Johannes Berg | 2011-11-09 | 1 | -15/+24 |
* | | cfg80211: add event for unexpected 4addr frames | Johannes Berg | 2011-11-09 | 1 | -2/+17 |
* | | cfg80211: allow registering to beacons | Johannes Berg | 2011-11-09 | 1 | -1/+69 |