aboutsummaryrefslogtreecommitdiffstats
path: root/net/llc/llc_conn.c
AgeCommit message (Expand)Author
2019-12-10llc: fix sk_buff leak in llc_conn_service()Eric Biggers
2018-10-15llc: set SOCK_RCU_FREE in llc_sap_add_socket()Cong Wang
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
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena
2017-04-18mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCUPaul E. McKenney
2017-02-12net/llc: avoid BUG_ON() in skb_orphan()Eric Dumazet
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman
2014-12-10llc: Make llc_conn_ev_qfyr_t function pointer arrays constJoe Perches
2014-12-10llc: Make function pointer arrays constJoe Perches
2013-12-27llc: "foo* bar" should be "foo *bar"Weilong Chen
2013-09-03llc: Use normal etherdevice.h testsJoe Perches
2012-04-23net: add a limit parameter to sk_add_backlog()Eric Dumazet
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
2010-03-05llc: use limited socket backlogZhu Yi
2009-12-26llc: replace the socket list with a local address based hashOctavian Purdila
2009-12-26llc: use a device based hash table to speed up multicast deliveryOctavian Purdila
2009-12-26llc: convert the socket list to RCU lockingOctavian Purdila
2009-05-28llc: Kill outdated and incorrect comment.David S. Miller
2009-02-26llc: remove some pointless conditionals before kfree_skb()Wei Yongjun
2008-03-26[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki
2008-03-05net: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-01-28[NET]: Convert init_timer into setup_timerPavel Emelyanov
2007-11-01[NET]: Forget the zero_it argument of sk_alloc()Pavel Emelyanov
2007-10-10[NET]: Make socket creation namespace safe.Eric W. Biederman
2007-02-10[NET] LLC: Fix whitespace errors.YOSHIFUJI Hideaki
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro
2005-09-22[LLC]: fix llc_ui_recvmsg, making it behave like tcp_recvmsgArnaldo Carvalho de Melo
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]: Add sysctl support for the LLC timeoutsArnaldo Carvalho de Melo
2005-09-22[LLC]: Help the compiler with likely/unlikely, saving some more bytesArnaldo Carvalho de Melo
2005-09-22[LLC]: Mark llc_find_next_offset as __init, saving some more bytesArnaldo Carvalho de Melo
2005-08-29[TCP]: Move the tcp sock states to net/tcp_states.hArnaldo Carvalho de Melo
2005-08-29[NET]: Kill skb->listDavid S. Miller
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds