aboutsummaryrefslogtreecommitdiffstats
path: root/net/llc/llc_c_ac.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-05net: backlog functions renameZhu Yi1-1/+1
2008-04-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-22/+25
2008-03-31[LLC]: skb allocation size for responsesJoonwoo Park1-22/+25
2008-03-05net: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2006-03-20[LLC]: llc_mac_hdr_init const argumentsStephen Hemminger1-1/+0
2005-11-17[LLC]: Fix compiler warnings introduced by TX window scaling changes.David S. Miller1-4/+4
2005-11-14[LLC]: Fix TX window scalingJochen Friedrich1-9/+11
2005-09-22[LLC]: Fix the accept pathArnaldo Carvalho de Melo1-39/+25
2005-09-22[LLC]: Fix sparse warningsArnaldo Carvalho de Melo1-1/+1
2005-09-22[LLC]: Use refcounting with struct llc_sapArnaldo Carvalho de Melo1-0/+1
2005-09-22[LLC]: Do better struct sock accounting on skbsArnaldo Carvalho de Melo1-1/+1
2005-09-22[LLC]: Use some more likely/unlikelyArnaldo Carvalho de Melo1-26/+26
2005-09-22[LLC]: Add sysctl support for the LLC timeoutsArnaldo Carvalho de Melo1-6/+6
2005-09-22[LLC]: introduce llc_conn_tmr_common_cb, to avoid code duplicationArnaldo Carvalho de Melo1-38/+10
2005-09-22[LLC]: Remove unneeded f_bit variablesArnaldo Carvalho de Melo1-14/+7
2005-09-22[LLC]: Simplify llc_c_ac code, removing unneeded assignments to variablesArnaldo Carvalho de Melo1-8/+2
2005-09-22[LLC]: Make llc_frame_alloc take a net_device as an argumentArnaldo Carvalho de Melo1-63/+42
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1514