aboutsummaryrefslogtreecommitdiff
path: root/net/mac80211/mesh_hwmp.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+2
2016-09-12mac80211: make mpath path fixing more robustGravatar Pedersen, Thomas 1-1/+2
2016-08-11mac80211: mesh: Add support for HW RC implementationGravatar Maxim Altshul 1-8/+19
2016-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+1
2016-04-06mac80211: fix "warning: ‘target_metric’ may be used uninitialized"Gravatar Jeff Mahoney 1-1/+1
2016-04-05mac80211: mesh: fix crash in mesh_path_timerGravatar Bob Copeland 1-0/+4
2016-03-04mac80211: use reset to set header pointerGravatar Zhang Shengju 1-3/+3
2015-10-21mac80211: move station statistics into sub-structsGravatar Johannes Berg 1-1/+1
2015-07-17mac80211: mesh: move fail_avg into mesh structGravatar Johannes Berg 1-4/+5
2015-07-17mac80211: mesh process the target only subfield for mesh hwmpGravatar Chun-Yeow Yeoh 1-24/+8
2015-07-17mac80211: mac80211: Check SN for deactivated mpathsGravatar Jesse Jones 1-0/+26
2015-07-17mac80211: mesh: don't invalidate SN on discovery failureGravatar Jesse Jones 1-1/+3
2015-07-17mac80211: mesh: add missing case to PERR processingGravatar Alexis Green 1-2/+5
2015-07-17mac80211: move mesh related station fields to own structGravatar Johannes Berg 1-1/+1
2015-06-10mac80211: Fix a case of incorrect metric used when forwarding a PREQGravatar Alexis Green 1-9/+8
2015-06-09mac80211: Fix incorrectly named last_hop_metric variable in mesh_rx_path_sel_...Gravatar Alexis Green 1-9/+9
2014-07-15mac80211: remove unnecessary break after returnGravatar Fabian Frederick 1-1/+0
2014-04-22mac80211: mesh: always use the latest target_snGravatar Bob Copeland 1-1/+2
2014-04-22mac80211: mesh: use u16 return type for u16 getterGravatar Bob Copeland 1-1/+1
2013-11-25mac80211: use put_unaligned_le in mesh when necessaryGravatar Chun-Yeow Yeoh 1-50/+37
2013-11-25mac80211: add generic cipher scheme supportGravatar Max Stepanov 1-2/+2
2013-04-16mac80211: parse VHT channel switch IEsGravatar Johannes Berg 1-1/+1
2013-04-08mac80211: return new mpath from mesh_path_add()Gravatar Bob Copeland 1-13/+9
2013-04-08mac80211: fix the PREP mesh hwmp debug messageGravatar Chun-Yeow Yeoh 1-2/+2
2013-02-15mac80211: clean up mesh codeGravatar Johannes Berg 1-34/+34
2013-02-15mac80211: constify IE parsingGravatar Johannes Berg 1-19/+23
2013-02-04mac80211: mesh power save basicsGravatar Marco Porsch 1-0/+7
2013-01-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 1-1/+4
2013-01-16mac80211: add encrypt headroom to PERR framesGravatar Bob Copeland 1-1/+3
2013-01-16mac80211: set NEED_TXPROCESSING for PERR framesGravatar Bob Copeland 1-0/+1
2013-01-04mac80211: fix mesh_hwmp kerneldocGravatar Bob Copeland 1-1/+4
2012-08-20mac80211: clean up mpath_move_to_queue()Gravatar Thomas Pedersen 1-2/+0
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsGravatar Ben Hutchings 1-2/+5
2012-06-24mac80211: clean up debuggingGravatar Johannes Berg 1-23/+19
2012-06-18mac80211: fix and improve mesh RANN processingGravatar Chun-Yeow Yeoh 1-18/+25
2012-06-18{nl,cfg,mac}80211: implement dot11MeshHWMPconfirmationIntervalGravatar Chun-Yeow Yeoh 1-1/+6
2012-06-18mac80211: implement the proactive PREP generationGravatar Chun-Yeow Yeoh 1-5/+33
2012-06-14mac80211: implement the proactive PREQ generationGravatar Chun-Yeow Yeoh 1-3/+24
2012-06-09mac80211: Rename stainfo variable for the more common staGravatar Javier Cardona 1-4/+4
2012-06-09mac80211: Remove unused variableGravatar Javier Cardona 1-3/+0
2012-06-05net: mac80211: Convert printk(KERN_DEBUG to pr_debugGravatar Joe Perches 1-1/+1
2012-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextGravatar John W. Linville 1-1/+4
2012-05-15mac80211: fix the increment of unicast/multicast counters for forwarded PREQGravatar Chun-Yeow Yeoh 1-1/+4
2012-05-09mac80211: Convert compare_ether_addr to ether_addr_equalGravatar Joe Perches 1-7/+7
2012-04-12mac80211: fix the assignment of PREQ's MAC address for Proactive RANNGravatar Chun-Yeow Yeoh 1-2/+3
2012-04-09mac80211: fix the RANN propagation issuesGravatar Chun-Yeow Yeoh 1-6/+18
2012-04-09mac80211: fix the sparse warnings on endian handling in RANN propagationGravatar Chun-Yeow Yeoh 1-2/+2
2012-03-06mac80211: fix mesh airtime link metric estimatingGravatar Thomas Pedersen 1-2/+4
2012-03-05mac80211: fix the support of setting non-forwarding entity in MeshGravatar Chun-Yeow Yeoh 1-1/+8
2012-03-05mac80211: use compare_ether_addr on MAC addresses instead of memcmpGravatar Felix Fietkau 1-8/+11