aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/mesh.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-05mac80211: use compare_ether_addr on MAC addresses instead of memcmpFelix Fietkau1-1/+1
2011-11-28{nl,cfg,mac}80211: implement dot11MeshHWMPperrMinIntervalThomas Pedersen1-0/+1
2011-11-21mac80211: Support ht-cap over-rides.Ben Greear1-1/+1
2011-11-08mac80211: set HT capabilities for mesh peerThomas Pedersen1-9/+18
2011-11-08mac80211: add HT IEs to mesh framesThomas Pedersen1-0/+43
2011-09-30mac80211: standardize adding supported rates IEsArik Nemtsov1-58/+0
2011-09-14mac80211: Mesh data frames must have the QoS headerJavier Cardona1-2/+1
2011-09-13mac80211: Remove unnecessary OOM logging messagesJoe Perches1-3/+2
2011-08-26mac80211: mesh gate fixesThomas Pedersen1-2/+2
2011-08-24{nl,cfg,mac}80211: let userspace set RANN intervalJavier Cardona1-1/+2
2011-08-24mac80211: mesh gate implementationJavier Cardona1-1/+2
2011-08-22mac80211: update mesh path selection frame formatThomas Pedersen1-6/+14
2011-08-22mac80211: update mesh peering frame formatThomas Pedersen1-2/+8
2011-08-22mac80211: fix mesh beacon formatThomas Pedersen1-59/+164
2011-05-12mac80211: mesh: move some code to make it staticJohannes Berg1-43/+0
2011-05-11mac80211: Drop MESH_PLINK category and use new ANA-approved MESH_ACTIONJavier Cardona1-1/+1
2011-05-11nl80211: Introduce NL80211_MESH_SETUP_USERSPACE_AMPEJavier Cardona1-1/+1
2011-04-26mac80211: Fix warnings due to -Wunused-but-set-variableRajkumar Manoharan1-3/+0
2011-04-12mac80211: send notification on new peer candidate for our secure meshJavier Cardona1-3/+1
2011-04-12mac80211: ignore peers if security is enabled for this meshJavier Cardona1-0/+4
2011-04-12nl80211: rename NL80211_MESH_SETUP_VENDOR_PATH_SEL_IEJavier Cardona1-3/+3
2011-01-21cfg80211: Extend channel to frequency mapping for 802.11jBruno Randolf1-1/+1
2011-01-19mac80211:mesh_mpp_table_grow call should depend on MESH_WORK_GROW_MPP_TABLE flag.Nick Ledovskikh1-1/+1
2010-12-20mac80211: Remove unused third address from mesh address extension header.Javier Cardona1-19/+13
2010-12-20mac80211: Send mesh non-HWMP path selection frames to userspaceJavier Cardona1-10/+3
2010-12-20mac80211: Let userspace enable and configure vendor specific path selection.Javier Cardona1-0/+7
2010-12-06cfg80211/mac80211: add mesh join/leave commandsJohannes Berg1-21/+5
2010-12-06mac80211: move mesh filter adjustingJohannes Berg1-0/+11
2010-12-06nl80211/mac80211: define and allow configuring mesh element TTLJavier Cardona1-0/+1
2010-06-14mac80211: pull mgmt frame rx into rx handlerJohannes Berg1-25/+0
2010-06-14mac80211: common work skb freeingJohannes Berg1-2/+0
2010-06-14mac80211: use common work functionJohannes Berg1-17/+3
2010-06-14mac80211: use common work structJohannes Berg1-13/+9
2010-06-14mac80211: use common skb queueJohannes Berg1-12/+2
2010-05-17net: Remove unnecessary returns from void function()sJoe Perches1-2/+0
2010-04-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-2/+2
2010-04-11Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-0/+1
2010-04-08mac80211: Moved mesh action codes to a more visible locationJavier Cardona1-2/+2
2010-04-06mac80211: Handle mesh action frames in ieee80211_rx_h_actionJavier Cardona1-3/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-28mac80211: add ieee80211_sdata_runningJohannes Berg1-1/+1
2009-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-1/+1
2009-12-21mac80211: reduce reliance on netdevJohannes Berg1-2/+2
2009-12-10net/mac80211: Correct size given to memsetJulia Lawall1-1/+1
2009-11-29net: Move && and || to end of previous lineJoe Perches1-2/+2
2009-11-18mac80211: use a structure to hold the mesh config information elementRui Paulo1-15/+8
2009-11-18mac80211: use fixed broadcast addressJohannes Berg1-2/+3
2009-11-13mac80211: update copyrights to 2009Rui Paulo1-1/+1
2009-11-13mac80211: add nl80211/cfg80211 handling of the new mesh root mode option.Rui Paulo1-0/+13
2009-11-13mac80211: implement a timer to send RANN action framesRui Paulo1-0/+39