Age | Commit message (Expand) | Author | Files | Lines |
2014-07-25 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -1/+2 |
2014-07-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next | John W. Linville | 3 | -14/+30 |
2014-07-21 | wireless: fixup genregdb.awk for remove of antenna gain from wireless-regd | Luis R. Rodriguez | 2 | -13/+28 |
2014-07-21 | cfg80211: fix TDLS setup with VHT peers | Arik Nemtsov | 1 | -1/+2 |
2014-07-18 | cfg80211: fix mic_failure tracing | Eliad Peller | 1 | -1/+2 |
2014-07-11 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 3 | -22/+13 |
2014-06-25 | cfg80211: remove channel_switch combination check | Michal Kazior | 1 | -11/+0 |
2014-06-24 | nl80211: move set_qos_map command into split state | Johannes Berg | 1 | -6/+5 |
2014-06-23 | cfg80211: pass TDLS initiator in tdls_mgmt operations | Arik Nemtsov | 3 | -6/+14 |
2014-06-23 | cfg80211: fix elapsed_jiffies calculation | Eliad Peller | 1 | -1/+1 |
2014-06-23 | Revert "cfg80211: Use 5MHz bandwidth by default when checking usable channels" | Johannes Berg | 1 | -15/+7 |
2014-06-23 | cfg80211: make ethtool the driver's responsibility | Johannes Berg | 5 | -190/+2 |
2014-05-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next | John W. Linville | 4 | -19/+24 |
2014-05-27 | regdb: Generalize the mW to dBm power conversion | chaitanya.mgit@gmail.com | 1 | -12/+2 |
2014-05-26 | cfg80211: send events when devices are added/removed | Johannes Berg | 3 | -7/+22 |
2014-05-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next | John W. Linville | 13 | -77/+252 |
2014-05-22 | cfg80211: allow RSSI compensation | Emmanuel Grumbach | 1 | -4/+8 |
2014-05-21 | cfg80211: don't set reg timeout for user-handled hint | Arik Nemtsov | 1 | -1/+2 |
2014-05-21 | cfg80211: implement cfg80211_get_station cfg80211 API | Antonio Quartulli | 2 | -1/+19 |
2014-05-20 | cfg80211: export expected throughput through get_station() | Antonio Quartulli | 1 | -0/+4 |
2014-05-19 | cfg80211: constify wowlan/coalesce mask/pattern pointers | Johannes Berg | 1 | -17/+22 |
2014-05-19 | cfg80211: constify more pointers in the cfg80211 API | Johannes Berg | 3 | -3/+4 |
2014-05-15 | cfg80211: Support multiple CSA counters | Andrei Otcheretianski | 3 | -23/+66 |
2014-05-15 | cfg80211: Add API to update CSA counters in mgmt frames | Andrei Otcheretianski | 1 | -2/+22 |
2014-05-15 | cfg80211: pass the actual iftype when calling cfg80211_chandef_dfs_required() | Luciano Coelho | 2 | -4/+3 |
2014-05-14 | cfg80211: fix start_radar_detection issue | Janusz Dziedzic | 1 | -1/+1 |
2014-05-13 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2 | -3/+11 |
2014-05-13 | cfg80211: allow restricting supported dfs regions | Felix Fietkau | 2 | -2/+18 |
2014-05-09 | mac80211: handle failed restart/resume better | Johannes Berg | 1 | -6/+14 |
2014-05-06 | cfg80211: export interface stopping function | Michal Kazior | 6 | -11/+65 |
2014-05-05 | cfg80211: add cfg80211_sched_scan_stopped_rtnl | Eliad Peller | 1 | -2/+10 |
2014-05-05 | cfg80211: free sme on connection failures | Eliad Peller | 1 | -1/+1 |
2014-04-29 | cfg80211: remove BUG_ON usage | Johannes Berg | 2 | -3/+5 |
2014-04-28 | cfg80211: Dynamic channel bandwidth changes in AP mode | Jouni Malinen | 3 | -12/+59 |
2014-04-25 | cfg80211: Use 5MHz bandwidth by default when checking usable channels | Rostislav Lisovy | 1 | -7/+15 |
2014-04-25 | cfg80211: Add attributes describing prohibited channel bandwidth | Rostislav Lisovy | 2 | -0/+15 |
2014-04-25 | cfg80211: change return value of notifier function | Zhao, Gang | 2 | -2/+4 |
2014-04-25 | cfg80211: change wiphy_to_dev function name | Zhao, Gang | 12 | -117/+118 |
2014-04-25 | cfg80211: change registered device pointer name | Zhao, Gang | 3 | -196/+196 |
2014-04-25 | cfg80211: allow drivers to iterate over matching combinations | Michal Kazior | 1 | -7/+37 |
2014-04-25 | cfg80211: Fix GO Concurrent relaxation on UNII-3 | Ilan Peer | 1 | -1/+17 |
2014-04-22 | cfg80211: fix processing world regdomain when non modular | Luis R. Rodriguez | 1 | -1/+1 |
2014-04-22 | cfg80211: avoid freeing last_request while in flight | Arik Nemtsov | 1 | -8/+16 |
2014-04-11 | cfg80211: reg: set DFS CAC time in case of custom regd | Janusz Dziedzic | 1 | -0/+7 |
2014-04-10 | cfg80211: ignore invalid BSSIDs when looking for BSSes | Johannes Berg | 1 | -0/+2 |
2014-04-10 | cfg80211: reject invalid IBSS BSSIDs in wext compat code | Johannes Berg | 1 | -0/+3 |
2014-04-10 | cfg80211: remove unused wiphy argument from cfg80211_wext_freq() | Zhao, Gang | 5 | -8/+12 |
2014-04-09 | cfg80211: fix radar_detect combination checking | Michal Kazior | 1 | -1/+1 |
2014-04-09 | cfg80211/mac80211: move more combination checks to mac80211 | Luciano Coelho | 4 | -38/+5 |
2014-04-09 | cfg80211/mac80211: move combination check to mac80211 for ibss | Luciano Coelho | 1 | -28/+0 |