aboutsummaryrefslogtreecommitdiff
path: root/net/llc/llc_station.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-17llc2: Collapse remainder of state machine into simple if-else if-statementGravatar Ben Hutchings 1-87/+4
2012-09-17llc2: Remove explicit indexing of state action arraysGravatar Ben Hutchings 1-4/+4
2012-09-17llc2: Remove the station send queueGravatar Ben Hutchings 1-32/+2
2012-09-17llc2: Collapse the station event receive pathGravatar Ben Hutchings 1-81/+6
2012-09-17llc2: Remove dead code for state machineGravatar Ben Hutchings 1-395/+9
2012-09-17llc2: Remove pointless indirection through llc_stat_state_trans_endGravatar Ben Hutchings 1-12/+4
2012-08-14llc: Fix races between llc2 handler use and (un)registrationGravatar Ben Hutchings 1-1/+1
2012-08-14llc2: Call llc_station_exit() on llc2_init() failure pathGravatar Ben Hutchings 1-1/+1
2012-08-14llc2: Fix silent failure of llc_station_init()Gravatar Ben Hutchings 1-17/+2
2012-08-06llc: free the right skbGravatar Sorin Dumitru 1-3/+3
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsGravatar Ben Hutchings 1-8/+8
2010-09-16net/llc: storing negative error codes in unsigned shortGravatar Dan Carpenter 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
2008-03-31[LLC]: skb allocation size for responsesGravatar Joonwoo Park 1-3/+10
2008-03-28[LLC]: station source mac addressGravatar Joonwoo Park 1-3/+3
2008-01-28[NET]: Convert init_timer into setup_timerGravatar Pavel Emelyanov 1-3/+2
2007-02-10[NET] LLC: Fix whitespace errors.Gravatar YOSHIFUJI Hideaki 1-11/+11
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2005-09-22[LLC]: Fix the accept pathGravatar Arnaldo Carvalho de Melo 1-3/+3
2005-09-22[LLC]: Use some more likely/unlikelyGravatar Arnaldo Carvalho de Melo 1-3/+3
2005-09-22[LLC]: Add sysctl support for the LLC timeoutsGravatar Arnaldo Carvalho de Melo 1-3/+8
2005-09-22[LLC]: Make llc_frame_alloc take a net_device as an argumentGravatar Arnaldo Carvalho de Melo 1-5/+3
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+713