| Commit message (Expand) | Author | Age | Files | Lines |
* | mac80211: mesh: embedd mesh_paths and mpp_paths into ieee80211_if_mesh | Pavel Skripkin | 2022-01-04 | 1 | -21/+1 |
* | mac80211: fix some spelling mistakes | Zheng Yongjun | 2021-06-23 | 1 | -1/+1 |
* | mac80211: add HE 6 GHz Band Capability element | Rajkumar Manoharan | 2020-05-31 | 1 | -0/+2 |
* | mac80211: implement HE support for mesh | Sven Eckelmann | 2019-07-26 | 1 | -0/+4 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 2019-06-19 | 1 | -4/+1 |
* | mac80211: Add support for NL80211_STA_INFO_AIRTIME_LINK_METRIC | Narayanraddi Masti | 2019-04-08 | 1 | -0/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-02-20 | 1 | -0/+6 |
|\ |
|
| * | mac80211: Use linked list instead of rhashtable walk for mesh tables | Herbert Xu | 2019-02-15 | 1 | -0/+6 |
* | | nl80211/mac80211: mesh: add mesh path change count to mpath info | Julan Hsu | 2019-01-19 | 1 | -0/+2 |
|/ |
|
* | {nl,mac}80211: add rssi to mesh candidates | Bob Copeland | 2018-11-09 | 1 | -1/+2 |
* | mac80211: fix TX status reporting for ieee80211s | Yuan-Chi Pang | 2018-09-10 | 1 | -1/+2 |
* | mac80211: Convert timers to use timer_setup() | Kees Cook | 2017-11-20 | 1 | -1/+1 |
* | net/mac80211/mesh_plink: Convert timers to use timer_setup() | Kees Cook | 2017-10-06 | 1 | -0/+1 |
* | mac80211: Use appropriate name for functions and messages | Masashi Honma | 2016-12-13 | 1 | -1/+1 |
* | mac80211: mesh: fix cleanup for mesh pathtable | Bob Copeland | 2016-04-05 | 1 | -0/+1 |
* | mac80211: mesh: fix mesh path kerneldoc | Bob Copeland | 2016-04-05 | 1 | -8/+12 |
* | mac80211: mesh: reorder structure members | Bob Copeland | 2016-04-05 | 1 | -3/+2 |
* | mac80211: mesh: embed gates hlist head directly | Bob Copeland | 2016-04-05 | 1 | -1/+1 |
* | mac80211: mesh: use hlist for rmc cache | Bob Copeland | 2016-04-05 | 1 | -2/+2 |
* | mac80211: mesh: fix crash in mesh_path_timer | Bob Copeland | 2016-04-05 | 1 | -0/+3 |
* | mac80211: mesh: convert path table to rhashtable | Bob Copeland | 2016-04-05 | 1 | -28/+3 |
* | mac80211: mesh: embed known gates list in struct mesh_path | Bob Copeland | 2016-04-05 | 1 | -0/+1 |
* | mac80211: mesh: move path tables into if_mesh | Bob Copeland | 2016-04-05 | 1 | -6/+4 |
* | Merge tag 'mac80211-next-for-davem-2016-02-26' of git://git.kernel.org/pub/sc... | David S. Miller | 2016-03-01 | 1 | -3/+0 |
|\ |
|
| * | mac80211: mesh: drop constant field mean_chain_len | Bob Copeland | 2016-02-24 | 1 | -3/+0 |
* | | mac80211: Requeue work after scan complete for all VIF types. | Sachin Kulkarni | 2016-01-26 | 1 | -4/+0 |
|/ |
|
* | mac80211: make ieee80211_new_mesh_header return unsigned | Andrzej Hajda | 2015-10-05 | 1 | -3/+3 |
* | mac80211: implement VHT support for mesh | Bob Copeland | 2015-09-22 | 1 | -0/+4 |
* | mac80211: implement cfg80211_ops to query mesh proxy path table | Henning Rogge | 2014-10-09 | 1 | -0/+3 |
* | mac80211: use put_unaligned_le in mesh when necessary | Chun-Yeow Yeoh | 2013-11-25 | 1 | -2/+2 |
* | mac80211: remove unused mesh_mgmt_ies_add() prototype | Bob Copeland | 2013-11-25 | 1 | -2/+0 |
* | mac80211: update mesh beacon on workqueue | Thomas Pedersen | 2013-06-18 | 1 | -0/+2 |
* | mac80211: expire mesh peers based on mesh configuration | Colleen Twitty | 2013-06-11 | 1 | -1/+0 |
* | mac80211: set mesh formation field properly | Jacob Minshall | 2013-06-03 | 1 | -2/+2 |
* | mac80211: return new mpath from mesh_path_add() | Bob Copeland | 2013-04-08 | 1 | -1/+2 |
* | mac80211: cleanup suspend/resume on mesh mode | Stanislaw Gruszka | 2013-03-06 | 1 | -12/+0 |
* | mac80211: clean up mesh code | Johannes Berg | 2013-02-15 | 1 | -55/+50 |
* | mac80211: cache mesh beacon | Thomas Pedersen | 2013-02-15 | 1 | -1/+4 |
* | mac80211: constify IE parsing | Johannes Berg | 2013-02-15 | 1 | -5/+6 |
* | mac80211: consolidate MBSS change notification | Thomas Pedersen | 2013-02-15 | 1 | -5/+5 |
* | mac80211: fix mesh sta teardown | Thomas Pedersen | 2013-02-11 | 1 | -1/+2 |
* | mac80211: mesh power save basics | Marco Porsch | 2013-02-04 | 1 | -0/+17 |
* | {cfg,nl,mac}80211: set beacon interval and DTIM period on mesh join | Marco Porsch | 2013-01-16 | 1 | -2/+0 |
* | mac80211: update mesh peer link counter during userspace peering | Marco Porsch | 2013-01-16 | 1 | -0/+14 |
* | mac80211: RMC buckets are just list heads | Thomas Pedersen | 2013-01-03 | 1 | -1/+1 |
* | mac80211: move Mesh Capability field definition to ieee80211.h | Marco Porsch | 2012-11-26 | 1 | -14/+0 |
* | mac80211: remove unimplemented mesh vendor sync | Johannes Berg | 2012-10-18 | 1 | -1/+1 |
* | mac80211: move out the non-statistics variable estab_plinks from mesh_stat | Ashok Nagarajan | 2012-10-17 | 1 | -1/+1 |
* | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber... | John W. Linville | 2012-08-21 | 1 | -0/+3 |
|\ |
|
| * | mac80211: clean up mpath_move_to_queue() | Thomas Pedersen | 2012-08-20 | 1 | -0/+3 |