| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next | John W. Linville | 2014-05-29 | 4 | -19/+24 |
|\ |
|
| * | regdb: Generalize the mW to dBm power conversion | chaitanya.mgit@gmail.com | 2014-05-27 | 1 | -12/+2 |
| * | cfg80211: send events when devices are added/removed | Johannes Berg | 2014-05-26 | 3 | -7/+22 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next | John W. Linville | 2014-05-22 | 13 | -77/+252 |
|\ \
| |/ |
|
| * | cfg80211: allow RSSI compensation | Emmanuel Grumbach | 2014-05-22 | 1 | -4/+8 |
| * | cfg80211: don't set reg timeout for user-handled hint | Arik Nemtsov | 2014-05-21 | 1 | -1/+2 |
| * | cfg80211: implement cfg80211_get_station cfg80211 API | Antonio Quartulli | 2014-05-21 | 2 | -1/+19 |
| * | cfg80211: export expected throughput through get_station() | Antonio Quartulli | 2014-05-20 | 1 | -0/+4 |
| * | cfg80211: constify wowlan/coalesce mask/pattern pointers | Johannes Berg | 2014-05-19 | 1 | -17/+22 |
| * | cfg80211: constify more pointers in the cfg80211 API | Johannes Berg | 2014-05-19 | 3 | -3/+4 |
| * | cfg80211: Support multiple CSA counters | Andrei Otcheretianski | 2014-05-15 | 3 | -23/+66 |
| * | cfg80211: Add API to update CSA counters in mgmt frames | Andrei Otcheretianski | 2014-05-15 | 1 | -2/+22 |
| * | cfg80211: pass the actual iftype when calling cfg80211_chandef_dfs_required() | Luciano Coelho | 2014-05-15 | 2 | -4/+3 |
| * | cfg80211: fix start_radar_detection issue | Janusz Dziedzic | 2014-05-14 | 1 | -1/+1 |
| * | cfg80211: allow restricting supported dfs regions | Felix Fietkau | 2014-05-13 | 2 | -2/+18 |
| * | mac80211: handle failed restart/resume better | Johannes Berg | 2014-05-09 | 1 | -6/+14 |
| * | cfg80211: export interface stopping function | Michal Kazior | 2014-05-06 | 6 | -11/+65 |
| * | cfg80211: remove BUG_ON usage | Johannes Berg | 2014-04-29 | 2 | -3/+5 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2014-05-13 | 2 | -3/+11 |
|\ \
| |/
|/| |
|
| * | cfg80211: add cfg80211_sched_scan_stopped_rtnl | Eliad Peller | 2014-05-05 | 1 | -2/+10 |
| * | cfg80211: free sme on connection failures | Eliad Peller | 2014-05-05 | 1 | -1/+1 |
* | | cfg80211: Dynamic channel bandwidth changes in AP mode | Jouni Malinen | 2014-04-28 | 3 | -12/+59 |
* | | cfg80211: Use 5MHz bandwidth by default when checking usable channels | Rostislav Lisovy | 2014-04-25 | 1 | -7/+15 |
* | | cfg80211: Add attributes describing prohibited channel bandwidth | Rostislav Lisovy | 2014-04-25 | 2 | -0/+15 |
* | | cfg80211: change return value of notifier function | Zhao, Gang | 2014-04-25 | 2 | -2/+4 |
* | | cfg80211: change wiphy_to_dev function name | Zhao, Gang | 2014-04-25 | 12 | -117/+118 |
* | | cfg80211: change registered device pointer name | Zhao, Gang | 2014-04-25 | 3 | -196/+196 |
* | | cfg80211: allow drivers to iterate over matching combinations | Michal Kazior | 2014-04-25 | 1 | -7/+37 |
* | | cfg80211: Fix GO Concurrent relaxation on UNII-3 | Ilan Peer | 2014-04-25 | 1 | -1/+17 |
* | | cfg80211: fix processing world regdomain when non modular | Luis R. Rodriguez | 2014-04-22 | 1 | -1/+1 |
* | | cfg80211: avoid freeing last_request while in flight | Arik Nemtsov | 2014-04-22 | 1 | -8/+16 |
* | | cfg80211: reg: set DFS CAC time in case of custom regd | Janusz Dziedzic | 2014-04-11 | 1 | -0/+7 |
* | | cfg80211: ignore invalid BSSIDs when looking for BSSes | Johannes Berg | 2014-04-10 | 1 | -0/+2 |
* | | cfg80211: reject invalid IBSS BSSIDs in wext compat code | Johannes Berg | 2014-04-10 | 1 | -0/+3 |
* | | cfg80211: remove unused wiphy argument from cfg80211_wext_freq() | Zhao, Gang | 2014-04-10 | 5 | -8/+12 |
* | | cfg80211: fix radar_detect combination checking | Michal Kazior | 2014-04-09 | 1 | -1/+1 |
* | | cfg80211/mac80211: move more combination checks to mac80211 | Luciano Coelho | 2014-04-09 | 4 | -38/+5 |
* | | cfg80211/mac80211: move combination check to mac80211 for ibss | Luciano Coelho | 2014-04-09 | 1 | -28/+0 |
* | | cfg80211/mac80211: move interface counting for combination check to mac80211 | Luciano Coelho | 2014-04-09 | 6 | -76/+17 |
* | | cfg80211/mac80211: refactor cfg80211_chandef_dfs_required() | Luciano Coelho | 2014-04-09 | 3 | -40/+78 |
* | | cfg80211: refactor cfg80211_can_use_iftype_chan() | Luciano Coelho | 2014-04-09 | 1 | -56/+73 |
* | | cfg80211: Enable GO operation on indoor channels | Ilan Peer | 2014-04-09 | 3 | -2/+20 |
* | | cfg80211: Add an option to hint indoor operation | Ilan Peer | 2014-04-09 | 3 | -12/+65 |
* | | cfg80211: Enable GO operation on additional channels | Ilan Peer | 2014-04-09 | 7 | -12/+154 |
* | | cfg80211: Add Kconfig option for cellular BS hints | Ilan Peer | 2014-04-09 | 2 | -1/+14 |
* | | cfg80211: Add indoor only and GO concurrent channel attributes | David Spinadel | 2014-04-09 | 2 | -0/+8 |
* | | cfg80211: slightly clean up of cfg80211_sme_connect() | Zhao, Gang | 2014-04-09 | 1 | -2/+1 |
* | | cfg80211: regulatory: use RCU_INIT_POINTER | Monam Agarwal | 2014-04-09 | 1 | -1/+1 |
* | | cfg80211: allow userspace to take ownership of interfaces | Johannes Berg | 2014-04-09 | 3 | -1/+82 |
|/ |
|
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2014-03-21 | 14 | -82/+163 |
|\ |
|