aboutsummaryrefslogtreecommitdiffstats
path: root/net/llc/llc_station.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-27llc2: Remove redundant assignment to rcJiapeng Chong1-2/+0
2019-12-20llc2: Fix return statement of llc_stat_ev_rx_null_dsap_xid_c (and _test_c)Chan Shu Tak, Alex1-2/+2
2012-09-17llc2: Collapse remainder of state machine into simple if-else if-statementBen Hutchings1-87/+4
2012-09-17llc2: Remove explicit indexing of state action arraysBen Hutchings1-4/+4
2012-09-17llc2: Remove the station send queueBen Hutchings1-32/+2
2012-09-17llc2: Collapse the station event receive pathBen Hutchings1-81/+6
2012-09-17llc2: Remove dead code for state machineBen Hutchings1-395/+9
2012-09-17llc2: Remove pointless indirection through llc_stat_state_trans_endBen Hutchings1-12/+4
2012-08-14llc: Fix races between llc2 handler use and (un)registrationBen Hutchings1-1/+1
2012-08-14llc2: Call llc_station_exit() on llc2_init() failure pathBen Hutchings1-1/+1
2012-08-14llc2: Fix silent failure of llc_station_init()Ben Hutchings1-17/+2
2012-08-06llc: free the right skbSorin Dumitru1-3/+3
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings1-8/+8
2010-09-16net/llc: storing negative error codes in unsigned shortDan Carpenter1-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
2008-03-31[LLC]: skb allocation size for responsesJoonwoo Park1-3/+10
2008-03-28[LLC]: station source mac addressJoonwoo Park1-3/+3
2008-01-28[NET]: Convert init_timer into setup_timerPavel Emelyanov1-3/+2
2007-02-10[NET] LLC: Fix whitespace errors.YOSHIFUJI Hideaki1-11/+11
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2005-09-22[LLC]: Fix the accept pathArnaldo Carvalho de Melo1-3/+3
2005-09-22[LLC]: Use some more likely/unlikelyArnaldo Carvalho de Melo1-3/+3
2005-09-22[LLC]: Add sysctl support for the LLC timeoutsArnaldo Carvalho de Melo1-3/+8
2005-09-22[LLC]: Make llc_frame_alloc take a net_device as an argumentArnaldo Carvalho de Melo1-5/+3
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+713