aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/mesh_plink.c
Commit message (Expand)AuthorAgeFilesLines
* nl80211: Move peer link state definition to nl80211Javier Cardona2011-05-161-36/+36
* open80211s: Stop using zero for address 3 in mesh plink mgmt framesJavier Cardona2011-05-111-2/+2
* mac80211: Drop MESH_PLINK category and use new ANA-approved MESH_ACTIONJavier Cardona2011-05-111-1/+1
* nl80211: Introduce NL80211_MESH_SETUP_USERSPACE_AMPEJavier Cardona2011-05-111-2/+3
* mac80211: send notification on new peer candidate for our secure meshJavier Cardona2011-04-121-5/+13
* nl80211/mac80211: Perform PLINK_ACTION on new stationJavier Cardona2011-04-121-1/+1
* mac80211: ignore peer link requests from unauthenticated stations.Javier Cardona2011-04-121-0/+9
* mac80211: ignore peers if security is enabled for this meshJavier Cardona2011-04-121-0/+4
* nl80211: rename NL80211_MESH_SETUP_VENDOR_PATH_SEL_IEJavier Cardona2011-04-121-1/+1
* mac80211: Let userspace enable and configure vendor specific path selection.Javier Cardona2010-12-201-1/+2
* mac80211: fix possible null-pointer de-referenceChristian Lamparter2010-10-111-3/+14
* mac80211: avoid scheduling while atomic in mesh_rx_plink_frameJohn W. Linville2010-06-241-11/+31
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-04-151-1/+1
|\
| * mac80211: Moved mesh action codes to a more visible locationJavier Cardona2010-04-081-1/+1
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-1/+1
|\ \ | |/ |/|
| * tree-wide: Assorted spelling fixesDaniel Mack2010-02-091-1/+1
* | mac80211: allow station add/remove to sleepJohannes Berg2010-02-081-8/+9
* | mac80211: reduce reliance on netdevJohannes Berg2009-12-211-1/+1
* | mac80211: make station management completely depend on vifJohannes Berg2009-12-211-2/+2
|/
* mac80211: remove encrypt parameter from ieee80211_tx_skbJohannes Berg2009-11-181-1/+1
* mac80211: update copyrights to 2009Rui Paulo2009-11-131-1/+1
* mac80211: set the AID field correctly for mesh peer framesRui Paulo2009-11-131-1/+2
* mac80211: improve peer link management debuggingRui Paulo2009-11-111-2/+13
* mac80211: update peer link management IE and action framesRui Paulo2009-11-111-15/+17
* mac80211: fix typo in a commentRui Paulo2009-11-111-1/+1
* mac80211: implement the meshconf formation info fieldRui Paulo2009-11-111-0/+2
* mac80211: Fix invalid length passed to IE parser for PLINK CONFIRM framesDavid Woo2009-08-141-1/+1
* mac80211: cancel/restart all timers across suspend/resumeJohannes Berg2009-05-201-0/+21
* wireless: restrict to 32 legacy ratesJohannes Berg2009-01-291-3/+3
* mac80211: remove mesh_plink_close() method.Rami Rosen2009-01-291-30/+0
* mac80211: 802.11w - Do not force Action frames to disable encryptionJouni Malinen2009-01-291-1/+1
* mac80211: initialize RC data for all mesh links upon allocationChristian Lamparter2009-01-121-0/+1
* mac80211: convert to %pM away from print_macJohannes Berg2008-10-271-33/+16
* mac80211: share sta->supp_ratesJohannes Berg2008-09-151-2/+2
* mac80211: share STA information with driverJohannes Berg2008-09-151-22/+22
* mac80211: split off mesh handling entirelyJohannes Berg2008-09-151-9/+9
* mac80211: move frame TX functionJohannes Berg2008-09-111-1/+1
* mac80211: fix action frame length checksJohannes Berg2008-09-111-0/+4
* replace net_device arguments with ieee80211_{local,sub_if_data} as appropriateJasper Bryant-Greene2008-08-221-28/+24
* mac80211: remove IEEE80211_FC helperHarvey Harrison2008-08-221-2/+2
* mac80211: proper STA info lockingJohannes Berg2008-05-141-44/+44
* mac80211: rename filesJohannes Berg2008-04-081-1/+1
* mac80211: clean up IEEE80211_FC useJohannes Berg2008-04-081-1/+0
* mac80211: automatically free sta struct when insertion failsJohannes Berg2008-04-011-2/+4
* mac80211: add PLINK_ prefix and kernel doc to enum plink_stateLuis Carlos Cobo2008-03-061-34/+35
* mac80211: clean up use of endianness conversion functionsLuis Carlos Cobo2008-03-061-1/+1
* mac80211: fix mesh endianness sparse warnings and unmark it as brokenLuis Carlos Cobo2008-03-061-2/+3
* mac80211: fix sta_info mesh timer bugJohannes Berg2008-03-061-26/+5
* mac80211: split sta_info_addJohannes Berg2008-03-061-18/+25