summaryrefslogtreecommitdiff
path: root/net/llc/llc_conn.c
Commit message (Expand)AuthorAge
* llc: delete timers synchronously in llc_sk_free()Cong Wang2018-04-22
* llc: properly handle dev_queue_xmit() return valueCong Wang2018-03-27
* net: LLC: Convert timers to use timer_setup()Kees Cook2017-10-25
* net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena2017-07-01
* mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCUPaul E. McKenney2017-04-18
* net/llc: avoid BUG_ON() in skb_orphan()Eric Dumazet2017-02-12
* net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2015-05-11
* llc: Make llc_conn_ev_qfyr_t function pointer arrays constJoe Perches2014-12-10
* llc: Make function pointer arrays constJoe Perches2014-12-10
* llc: "foo* bar" should be "foo *bar"Weilong Chen2013-12-27
* llc: Use normal etherdevice.h testsJoe Perches2013-09-03
* net: add a limit parameter to sk_add_backlog()Eric Dumazet2012-04-23
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* net: backlog functions renameZhu Yi2010-03-05
* llc: use limited socket backlogZhu Yi2010-03-05
* llc: replace the socket list with a local address based hashOctavian Purdila2009-12-26
* llc: use a device based hash table to speed up multicast deliveryOctavian Purdila2009-12-26
* llc: convert the socket list to RCU lockingOctavian Purdila2009-12-26
* llc: Kill outdated and incorrect comment.David S. Miller2009-05-28
* llc: remove some pointless conditionals before kfree_skb()Wei Yongjun2009-02-26
* [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-26
* net: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-03-05
* [NET]: Convert init_timer into setup_timerPavel Emelyanov2008-01-28
* [NET]: Forget the zero_it argument of sk_alloc()Pavel Emelyanov2007-11-01
* [NET]: Make socket creation namespace safe.Eric W. Biederman2007-10-10
* [NET] LLC: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-10
* [PATCH] gfp flags annotations - part 1Al Viro2005-10-08
* [LLC]: fix llc_ui_recvmsg, making it behave like tcp_recvmsgArnaldo Carvalho de Melo2005-09-22
* [LLC]: Fix the accept pathArnaldo Carvalho de Melo2005-09-22
* [LLC]: Fix sparse warningsArnaldo Carvalho de Melo2005-09-22
* [LLC]: Use refcounting with struct llc_sapArnaldo Carvalho de Melo2005-09-22
* [LLC]: Do better struct sock accounting on skbsArnaldo Carvalho de Melo2005-09-22
* [LLC]: Add sysctl support for the LLC timeoutsArnaldo Carvalho de Melo2005-09-22
* [LLC]: Help the compiler with likely/unlikely, saving some more bytesArnaldo Carvalho de Melo2005-09-22
* [LLC]: Mark llc_find_next_offset as __init, saving some more bytesArnaldo Carvalho de Melo2005-09-22
* [TCP]: Move the tcp sock states to net/tcp_states.hArnaldo Carvalho de Melo2005-08-29
* [NET]: Kill skb->listDavid S. Miller2005-08-29
* Linux-2.6.12-rc2Linus Torvalds2005-04-16