aboutsummaryrefslogtreecommitdiffstats
path: root/net/llc/llc_c_ac.c
AgeCommit message (Expand)Author
2019-12-10llc: fix sk_buff leak in llc_conn_service()Eric Biggers
2018-04-22llc: delete timers synchronously in llc_sk_free()Cong Wang
2018-03-27llc: properly handle dev_queue_xmit() return valueCong Wang
2017-10-25net: LLC: Convert timers to use timer_setup()Kees Cook
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-05net: backlog functions renameZhu Yi
2008-04-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller
2008-03-31[LLC]: skb allocation size for responsesJoonwoo Park
2008-03-05net: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2006-03-20[LLC]: llc_mac_hdr_init const argumentsStephen Hemminger
2005-11-17[LLC]: Fix compiler warnings introduced by TX window scaling changes.David S. Miller
2005-11-14[LLC]: Fix TX window scalingJochen Friedrich
2005-09-22[LLC]: Fix the accept pathArnaldo Carvalho de Melo
2005-09-22[LLC]: Fix sparse warningsArnaldo Carvalho de Melo
2005-09-22[LLC]: Use refcounting with struct llc_sapArnaldo Carvalho de Melo
2005-09-22[LLC]: Do better struct sock accounting on skbsArnaldo Carvalho de Melo
2005-09-22[LLC]: Use some more likely/unlikelyArnaldo Carvalho de Melo
2005-09-22[LLC]: Add sysctl support for the LLC timeoutsArnaldo Carvalho de Melo
2005-09-22[LLC]: introduce llc_conn_tmr_common_cb, to avoid code duplicationArnaldo Carvalho de Melo
2005-09-22[LLC]: Remove unneeded f_bit variablesArnaldo Carvalho de Melo
2005-09-22[LLC]: Simplify llc_c_ac code, removing unneeded assignments to variablesArnaldo Carvalho de Melo
2005-09-22[LLC]: Make llc_frame_alloc take a net_device as an argumentArnaldo Carvalho de Melo
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds