aboutsummaryrefslogtreecommitdiff
path: root/net/mac80211/mesh_plink.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-24mac80211: avoid scheduling while atomic in mesh_rx_plink_frameGravatar John W. Linville 1-11/+31
2010-04-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 1-1/+1
2010-04-08mac80211: Moved mesh action codes to a more visible locationGravatar Javier Cardona 1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-08Merge branch 'for-next' into for-linusGravatar Jiri Kosina 1-1/+1
2010-02-09tree-wide: Assorted spelling fixesGravatar Daniel Mack 1-1/+1
2010-02-08mac80211: allow station add/remove to sleepGravatar Johannes Berg 1-8/+9
2009-12-21mac80211: reduce reliance on netdevGravatar Johannes Berg 1-1/+1
2009-12-21mac80211: make station management completely depend on vifGravatar Johannes Berg 1-2/+2
2009-11-18mac80211: remove encrypt parameter from ieee80211_tx_skbGravatar Johannes Berg 1-1/+1
2009-11-13mac80211: update copyrights to 2009Gravatar Rui Paulo 1-1/+1
2009-11-13mac80211: set the AID field correctly for mesh peer framesGravatar Rui Paulo 1-1/+2
2009-11-11mac80211: improve peer link management debuggingGravatar Rui Paulo 1-2/+13
2009-11-11mac80211: update peer link management IE and action framesGravatar Rui Paulo 1-15/+17
2009-11-11mac80211: fix typo in a commentGravatar Rui Paulo 1-1/+1
2009-11-11mac80211: implement the meshconf formation info fieldGravatar Rui Paulo 1-0/+2
2009-08-14mac80211: Fix invalid length passed to IE parser for PLINK CONFIRM framesGravatar David Woo 1-1/+1
2009-05-20mac80211: cancel/restart all timers across suspend/resumeGravatar Johannes Berg 1-0/+21
2009-01-29wireless: restrict to 32 legacy ratesGravatar Johannes Berg 1-3/+3
2009-01-29mac80211: remove mesh_plink_close() method.Gravatar Rami Rosen 1-30/+0
2009-01-29mac80211: 802.11w - Do not force Action frames to disable encryptionGravatar Jouni Malinen 1-1/+1
2009-01-12mac80211: initialize RC data for all mesh links upon allocationGravatar Christian Lamparter 1-0/+1
2008-10-27mac80211: convert to %pM away from print_macGravatar Johannes Berg 1-33/+16
2008-09-15mac80211: share sta->supp_ratesGravatar Johannes Berg 1-2/+2
2008-09-15mac80211: share STA information with driverGravatar Johannes Berg 1-22/+22
2008-09-15mac80211: split off mesh handling entirelyGravatar Johannes Berg 1-9/+9
2008-09-11mac80211: move frame TX functionGravatar Johannes Berg 1-1/+1
2008-09-11mac80211: fix action frame length checksGravatar Johannes Berg 1-0/+4
2008-08-22replace net_device arguments with ieee80211_{local,sub_if_data} as appropriateGravatar Jasper Bryant-Greene 1-28/+24
2008-08-22mac80211: remove IEEE80211_FC helperGravatar Harvey Harrison 1-2/+2
2008-05-14mac80211: proper STA info lockingGravatar Johannes Berg 1-44/+44
2008-04-08mac80211: rename filesGravatar Johannes Berg 1-1/+1
2008-04-08mac80211: clean up IEEE80211_FC useGravatar Johannes Berg 1-1/+0
2008-04-01mac80211: automatically free sta struct when insertion failsGravatar Johannes Berg 1-2/+4
2008-03-06mac80211: add PLINK_ prefix and kernel doc to enum plink_stateGravatar Luis Carlos Cobo 1-34/+35
2008-03-06mac80211: clean up use of endianness conversion functionsGravatar Luis Carlos Cobo 1-1/+1
2008-03-06mac80211: fix mesh endianness sparse warnings and unmark it as brokenGravatar Luis Carlos Cobo 1-2/+3
2008-03-06mac80211: fix sta_info mesh timer bugGravatar Johannes Berg 1-26/+5
2008-03-06mac80211: split sta_info_addGravatar Johannes Berg 1-18/+25
2008-03-06mac80211: RCU-ify STA info structure accessGravatar Johannes Berg 1-49/+52
2008-03-06mac80211: fix kernel-doc comment for mesh_plink_deactivateGravatar Johannes Berg 1-1/+1
2008-03-06mac80211: add missing "break" statement in mesh codeGravatar Johannes Berg 1-0/+1
2008-03-06mac80211: clean up mesh codeGravatar Johannes Berg 1-7/+21
2008-03-06mac80211: mesh peer link implementationGravatar Luis Carlos Cobo 1-0/+755