aboutsummaryrefslogtreecommitdiffstats
path: root/net/llc/llc_conn.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman1-3/+3
2014-12-10llc: Make llc_conn_ev_qfyr_t function pointer arrays constJoe Perches1-1/+1
2014-12-10llc: Make function pointer arrays constJoe Perches1-1/+1
2013-12-27llc: "foo* bar" should be "foo *bar"Weilong Chen1-2/+2
2013-09-03llc: Use normal etherdevice.h testsJoe Perches1-3/+3
2012-04-23net: add a limit parameter to sk_add_backlog()Eric Dumazet1-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
2010-03-05net: backlog functions renameZhu Yi1-1/+1
2010-03-05llc: use limited socket backlogZhu Yi1-1/+2
2009-12-26llc: replace the socket list with a local address based hashOctavian Purdila1-19/+51
2009-12-26llc: use a device based hash table to speed up multicast deliveryOctavian Purdila1-1/+9
2009-12-26llc: convert the socket list to RCU lockingOctavian Purdila1-31/+62
2009-05-28llc: Kill outdated and incorrect comment.David S. Miller1-4/+0
2009-02-26llc: remove some pointless conditionals before kfree_skb()Wei Yongjun1-2/+1
2008-03-26[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-1/+1
2008-03-05net: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-12/+12
2008-01-28[NET]: Convert init_timer into setup_timerPavel Emelyanov1-12/+8
2007-11-01[NET]: Forget the zero_it argument of sk_alloc()Pavel Emelyanov1-1/+1
2007-10-10[NET]: Make socket creation namespace safe.Eric W. Biederman1-3/+3
2007-02-10[NET] LLC: Fix whitespace errors.YOSHIFUJI Hideaki1-1/+1
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro1-2/+1
2005-09-22[LLC]: fix llc_ui_recvmsg, making it behave like tcp_recvmsgArnaldo Carvalho de Melo1-1/+1
2005-09-22[LLC]: Fix the accept pathArnaldo Carvalho de Melo1-47/+95
2005-09-22[LLC]: Fix sparse warningsArnaldo Carvalho de Melo1-1/+2
2005-09-22[LLC]: Use refcounting with struct llc_sapArnaldo Carvalho de Melo1-26/+2
2005-09-22[LLC]: Do better struct sock accounting on skbsArnaldo Carvalho de Melo1-5/+9
2005-09-22[LLC]: Add sysctl support for the LLC timeoutsArnaldo Carvalho de Melo1-4/+9
2005-09-22[LLC]: Help the compiler with likely/unlikely, saving some more bytesArnaldo Carvalho de Melo1-6/+6
2005-09-22[LLC]: Mark llc_find_next_offset as __init, saving some more bytesArnaldo Carvalho de Melo1-4/+4
2005-08-29[TCP]: Move the tcp sock states to net/tcp_states.hArnaldo Carvalho de Melo1-1/+1
2005-08-29[NET]: Kill skb->listDavid S. Miller1-1/+5
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+915