Age | Commit message (Expand) | Author | Files | Lines |
2014-04-25 | cfg80211: change wiphy_to_dev function name | Zhao, Gang | 1 | -1/+1 |
2014-04-25 | cfg80211: change registered device pointer name | Zhao, Gang | 1 | -2/+2 |
2014-04-09 | cfg80211/mac80211: move more combination checks to mac80211 | Luciano Coelho | 1 | -22/+0 |
2014-04-09 | cfg80211/mac80211: move interface counting for combination check to mac80211 | Luciano Coelho | 1 | -10/+3 |
2014-04-09 | cfg80211: allow userspace to take ownership of interfaces | Johannes Berg | 1 | -0/+11 |
2014-03-19 | cfg80211: remove macro ASSERT_RDEV_LOCK(rdev) | Zhao, Gang | 1 | -1/+0 |
2014-03-19 | cfg80211: make __cfg80211_join_ibss() static | Zhao, Gang | 1 | -4/+0 |
2014-02-25 | cfg80211: send stop AP event only due to internal reason | Ilan Peer | 1 | -1/+1 |
2014-02-25 | cfg80211: DFS get CAC time from regulatory database | Janusz Dziedzic | 1 | -0/+3 |
2014-02-13 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -1/+3 |
2014-02-06 | cfg80211: send scan results from work queue | Johannes Berg | 1 | -1/+3 |
2014-02-04 | cfg80211: consider existing DFS interfaces | Michal Kazior | 1 | -1/+2 |
2014-02-04 | cfg80211: fix channel configuration in IBSS join | Antonio Quartulli | 1 | -1/+3 |
2013-12-16 | Merge remote-tracking branch 'wireless-next/master' into mac80211-next | Johannes Berg | 1 | -3/+3 |
2013-12-05 | cfg80211: don't "leak" uncompleted scans | Eliad Peller | 1 | -1/+1 |
2013-12-03 | nl80211: vendor command support | Johannes Berg | 1 | -3/+1 |
2013-12-02 | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber... | John W. Linville | 1 | -3/+15 |
2013-12-02 | cfg80211: aggregate mgmt_tx parameters into a struct | Andrei Otcheretianski | 1 | -3/+2 |
2013-11-25 | cfg80211: DFS check chandef usable before CAC | Janusz Dziedzic | 1 | -0/+13 |
2013-11-04 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -0/+3 |
2013-10-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+3 |
2013-10-19 | net: misc: Remove extern from function prototypes | Joe Perches | 1 | -3/+3 |
2013-10-09 | cfg80211: don't add p2p device while in RFKILL | Emmanuel Grumbach | 1 | -0/+3 |
2013-09-26 | cfg80211: export cfg80211_chandef_dfs_required | Simon Wunderlich | 1 | -9/+0 |
2013-07-16 | cfg80211/nl80211: Add packet coalesce support | Amitkumar Karwar | 1 | -0/+2 |
2013-06-04 | cfg80211: separate internal SME implementation | Johannes Berg | 1 | -14/+16 |
2013-05-27 | cfg80211: make WoWLAN configuration available to drivers | Johannes Berg | 1 | -10/+11 |
2013-05-25 | cfg80211: remove some locked wrappers from sme API | Johannes Berg | 1 | -9/+2 |
2013-05-25 | cfg80211: remove some locked wrappers from mlme API | Johannes Berg | 1 | -21/+4 |
2013-05-25 | cfg80211: vastly simplify locking | Johannes Berg | 1 | -30/+2 |
2013-05-25 | cfg80211: move cfg80211_get_dev_from_ifindex under wext | Johannes Berg | 1 | -4/+0 |
2013-04-22 | cfg80211: introduce critical protocol indication from user-space | Arend van Spriel | 1 | -0/+3 |
2013-03-29 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -0/+3 |
2013-03-24 | cfg80211: always check for scan end on P2P device | Johannes Berg | 1 | -0/+3 |
2013-03-06 | cfg80211/mac80211: disconnect on suspend | Stanislaw Gruszka | 1 | -0/+3 |
2013-03-06 | cfg80211: refactor association parameters | Johannes Berg | 1 | -15/+6 |
2013-03-06 | cfg80211: add ability to override VHT capabilities | Johannes Berg | 1 | -2/+8 |
2013-02-15 | nl80211/cfg80211: add radar detection command/event | Simon Wunderlich | 1 | -0/+28 |
2013-02-13 | cfg80211: configuration for WoWLAN over TCP | Johannes Berg | 1 | -0/+3 |
2013-02-11 | cfg80211: track hidden SSID networks properly | Johannes Berg | 1 | -2/+2 |
2013-01-16 | cfg80211: check radar interface combinations | Simon Wunderlich | 1 | -3/+4 |
2013-01-03 | wireless: use __aligned | Johannes Berg | 1 | -1/+1 |
2013-01-03 | cfg80211: remove wiphy_idx_valid | Johannes Berg | 1 | -13/+3 |
2012-11-30 | cfg80211: fix BSS struct IE access races | Johannes Berg | 1 | -2/+0 |
2012-11-27 | cfg80211: rework chandef checking and export it | Johannes Berg | 1 | -6/+0 |
2012-11-26 | nl80211/cfg80211: support VHT channel configuration | Johannes Berg | 1 | -0/+6 |
2012-11-26 | cfg80211: pass a channel definition struct | Johannes Berg | 1 | -7/+4 |
2012-11-26 | cfg80211: remove remain-on-channel channel type | Johannes Berg | 1 | -4/+2 |
2012-11-05 | cfg80211: allow registering more than one beacon listener | Ben Greear | 1 | -1/+6 |
2012-10-17 | cfg80211: Allow user space to specify non-IEs to SAE Authentication | Jouni Malinen | 1 | -2/+4 |