aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/mesh_plink.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-16nl80211: Move peer link state definition to nl80211Javier Cardona1-36/+36
2011-05-11open80211s: Stop using zero for address 3 in mesh plink mgmt framesJavier Cardona1-2/+2
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-2/+3
2011-04-12mac80211: send notification on new peer candidate for our secure meshJavier Cardona1-5/+13
2011-04-12nl80211/mac80211: Perform PLINK_ACTION on new stationJavier Cardona1-1/+1
2011-04-12mac80211: ignore peer link requests from unauthenticated stations.Javier Cardona1-0/+9
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-1/+1
2010-12-20mac80211: Let userspace enable and configure vendor specific path selection.Javier Cardona1-1/+2
2010-10-11mac80211: fix possible null-pointer de-referenceChristian Lamparter1-3/+14
2010-06-24mac80211: avoid scheduling while atomic in mesh_rx_plink_frameJohn W. Linville1-11/+31
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-1/+1
2010-04-08mac80211: Moved mesh action codes to a more visible locationJavier Cardona1-1/+1
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
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack1-1/+1
2010-02-08mac80211: allow station add/remove to sleepJohannes Berg1-8/+9
2009-12-21mac80211: reduce reliance on netdevJohannes Berg1-1/+1
2009-12-21mac80211: make station management completely depend on vifJohannes Berg1-2/+2
2009-11-18mac80211: remove encrypt parameter from ieee80211_tx_skbJohannes Berg1-1/+1
2009-11-13mac80211: update copyrights to 2009Rui Paulo1-1/+1
2009-11-13mac80211: set the AID field correctly for mesh peer framesRui Paulo1-1/+2
2009-11-11mac80211: improve peer link management debuggingRui Paulo1-2/+13
2009-11-11mac80211: update peer link management IE and action framesRui Paulo1-15/+17
2009-11-11mac80211: fix typo in a commentRui Paulo1-1/+1
2009-11-11mac80211: implement the meshconf formation info fieldRui Paulo1-0/+2
2009-08-14mac80211: Fix invalid length passed to IE parser for PLINK CONFIRM framesDavid Woo1-1/+1
2009-05-20mac80211: cancel/restart all timers across suspend/resumeJohannes Berg1-0/+21
2009-01-29wireless: restrict to 32 legacy ratesJohannes Berg1-3/+3
2009-01-29mac80211: remove mesh_plink_close() method.Rami Rosen1-30/+0
2009-01-29mac80211: 802.11w - Do not force Action frames to disable encryptionJouni Malinen1-1/+1
2009-01-12mac80211: initialize RC data for all mesh links upon allocationChristian Lamparter1-0/+1
2008-10-27mac80211: convert to %pM away from print_macJohannes Berg1-33/+16
2008-09-15mac80211: share sta->supp_ratesJohannes Berg1-2/+2
2008-09-15mac80211: share STA information with driverJohannes Berg1-22/+22
2008-09-15mac80211: split off mesh handling entirelyJohannes Berg1-9/+9
2008-09-11mac80211: move frame TX functionJohannes Berg1-1/+1
2008-09-11mac80211: fix action frame length checksJohannes Berg1-0/+4
2008-08-22replace net_device arguments with ieee80211_{local,sub_if_data} as appropriateJasper Bryant-Greene1-28/+24
2008-08-22mac80211: remove IEEE80211_FC helperHarvey Harrison1-2/+2
2008-05-14mac80211: proper STA info lockingJohannes Berg1-44/+44
2008-04-08mac80211: rename filesJohannes Berg1-1/+1
2008-04-08mac80211: clean up IEEE80211_FC useJohannes Berg1-1/+0
2008-04-01mac80211: automatically free sta struct when insertion failsJohannes Berg1-2/+4
2008-03-06mac80211: add PLINK_ prefix and kernel doc to enum plink_stateLuis Carlos Cobo1-34/+35
2008-03-06mac80211: clean up use of endianness conversion functionsLuis Carlos Cobo1-1/+1
2008-03-06mac80211: fix mesh endianness sparse warnings and unmark it as brokenLuis Carlos Cobo1-2/+3
2008-03-06mac80211: fix sta_info mesh timer bugJohannes Berg1-26/+5
2008-03-06mac80211: split sta_info_addJohannes Berg1-18/+25