| Commit message (Expand) | Author | Age | Files | Lines |
* | cfg80211: don't request disconnect if not connected | Johannes Berg | 2013-08-14 | 1 | -6/+4 |
* | nl80211: nl80211hdr_put() doesn't return an ERR_PTR | Dan Carpenter | 2013-08-14 | 1 | -11/+11 |
* | cfg80211: fix P2P GO interface teardown | Johannes Berg | 2013-07-31 | 1 | -0/+1 |
* | nl80211: fix another nl80211_fam.attrbuf race | Johannes Berg | 2013-07-30 | 1 | -2/+4 |
* | regulatory: use correct regulatory initiator on wiphy register | Arik Nemtsov | 2013-07-25 | 1 | -1/+4 |
* | nl80211: fix the setting of RSSI threshold value for mesh | Chun-Yeow Yeoh | 2013-07-16 | 1 | -2/+2 |
* | regulatory: add missing rtnl locking | Johannes Berg | 2013-07-16 | 1 | -0/+2 |
* | cfg80211: fix bugs in new SME implementation | Johannes Berg | 2013-07-16 | 1 | -3/+26 |
* | nl80211: fix mgmt tx status and testmode reporting for netns | Michal Kazior | 2013-07-16 | 1 | -2/+5 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2013-06-28 | 7 | -145/+246 |
|\ |
|
| * | cfg80211: fix compilation warning for cfg80211_leave_all() | Arend van Spriel | 2013-06-24 | 1 | -1/+1 |
| * | wireless: check for dangling wdev->current_bss pointer | Ben Greear | 2013-06-24 | 1 | -0/+6 |
| * | wireless: add comments about bss refcounting | Ben Greear | 2013-06-24 | 2 | -0/+7 |
| * | wireless: Make sure __cfg80211_connect_result always puts bss | Ben Greear | 2013-06-24 | 1 | -1/+4 |
| * | cfg80211: hold BSS over association process | Johannes Berg | 2013-06-19 | 2 | -5/+14 |
| * | cfg80211: require passing BSS struct back to cfg80211_assoc_timeout | Johannes Berg | 2013-06-19 | 1 | -3/+5 |
| * | nl80211: use small state buffer for wiphy_dump | Johannes Berg | 2013-06-19 | 1 | -94/+116 |
| * | Merge remote-tracking branch 'mac80211/master' into HEAD | Johannes Berg | 2013-06-19 | 1 | -2/+9 |
| |\ |
|
| * | | nl80211/cfg80211: add 5 and 10 MHz defines and wiphy flag | Simon Wunderlich | 2013-06-18 | 2 | -12/+66 |
| * | | nl80211: use attributes to parse beacons | Simon Wunderlich | 2013-06-18 | 1 | -28/+25 |
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2013-06-21 | 10 | -587/+534 |
|\ \ \
| |/ / |
|
| * | | cfg80211: fix rtnl leak in wiphy dump error cases | Johannes Berg | 2013-06-11 | 1 | -1/+4 |
| * | | nl80211: allow sending CMD_FRAME without specifying any frequency | Antonio Quartulli | 2013-06-11 | 1 | -4/+15 |
| * | | cfg80211: fix VHT TDLS peer AID verification | Jouni Malinen | 2013-06-11 | 1 | -5/+7 |
| * | | {nl,mac,cfg}80211: Allow user to configure basic rates for mesh | Ashok Nagarajan | 2013-06-11 | 2 | -0/+27 |
| * | | {nl,cfg}80211: make peer link expiration time configurable | Colleen Twitty | 2013-06-11 | 2 | -1/+9 |
| * | | cfg80211: make wiphy index start at 0 again | Johannes Berg | 2013-06-04 | 1 | -0/+3 |
| * | | cfg80211: fix potential deadlock regression | Johannes Berg | 2013-06-04 | 1 | -15/+8 |
| * | | regulatory: use proper enum return value | Johannes Berg | 2013-06-04 | 1 | -1/+1 |
| * | | cfg80211: separate internal SME implementation | Johannes Berg | 2013-06-04 | 7 | -448/+335 |
| * | | cfg80211/mac80211: clean up cfg80211 SME APIs | Johannes Berg | 2013-06-04 | 3 | -61/+101 |
| * | | nl80211: remove bogus genlmsg_end() error checking | Johannes Berg | 2013-06-04 | 1 | -33/+7 |
| * | | cfg80211: take WoWLAN support information out of wiphy struct | Johannes Berg | 2013-06-03 | 2 | -37/+39 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-06-19 | 1 | -3/+14 |
|\ \ \
| | |/
| |/| |
|
| * | | nl80211: fix attrbuf access race by allocating a separate one | Johannes Berg | 2013-06-19 | 1 | -2/+9 |
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2013-06-11 | 15 | -861/+443 |
|\ \ \
| | |/
| |/| |
|
| * | | cfg80211: support an active monitor interface flag | Felix Fietkau | 2013-05-29 | 1 | -0/+10 |
| * | | cfg80211: make WoWLAN configuration available to drivers | Johannes Berg | 2013-05-27 | 4 | -38/+48 |
| * | | cfg80211: remove some locked wrappers from sme API | Johannes Berg | 2013-05-25 | 6 | -59/+32 |
| * | | cfg80211: remove some locked wrappers from mlme API | Johannes Berg | 2013-05-25 | 4 | -149/+70 |
| * | | regulatory: remove reg_mutex | Johannes Berg | 2013-05-25 | 1 | -57/+19 |
| * | | regulatory: use RCU in regulatory_hint_11d() | Johannes Berg | 2013-05-25 | 1 | -14/+16 |
| * | | cfg80211: simplify and correct P2P-Device scan check | Johannes Berg | 2013-05-25 | 1 | -10/+7 |
| * | | cfg80211/mac80211: use cfg80211 wdev mutex in mac80211 | Johannes Berg | 2013-05-25 | 2 | -42/+10 |
| * | | cfg80211: vastly simplify locking | Johannes Berg | 2013-05-25 | 13 | -444/+115 |
| * | | cfg80211: use atomic_t for wiphy counter | Johannes Berg | 2013-05-25 | 1 | -8/+3 |
| * | | cfg80211: move cfg80211_get_dev_from_ifindex under wext | Johannes Berg | 2013-05-25 | 3 | -25/+21 |
| * | | Merge remote-tracking branch 'mac80211/master' into mac80211-next | Johannes Berg | 2013-05-25 | 4 | -19/+33 |
| |\ \
| | |/ |
|
| * | | {cfg,mac}80211: move mandatory rates calculation to cfg80211 | Ashok Nagarajan | 2013-05-24 | 1 | -0/+23 |
| * | | cfg80211: Allow TDLS peer AID to be configured for VHT | Jouni Malinen | 2013-05-24 | 1 | -2/+9 |