summaryrefslogtreecommitdiffstats
path: root/net/tipc/server.c
AgeCommit message (Expand)AuthorLines
2017-01-24tipc: fix cleanup at module unloadParthasarathy Bhuvaragan-3/+1
2017-01-24tipc: ignore requests when the connection state is not CONNECTEDParthasarathy Bhuvaragan-6/+7
2017-01-24tipc: fix nametbl_lock soft lockup at module exitParthasarathy Bhuvaragan-11/+5
2017-01-24tipc: fix connection refcount errorParthasarathy Bhuvaragan-9/+10
2016-06-27tipc: Use kmemdup instead of kmalloc and memcpyAmitoj Kaur Chawla-2/+1
2016-05-19tipc: block BH in TCP callbacksEric Dumazet-4/+4
2016-04-14tipc: fix a race condition leading to subscriber refcnt bugParthasarathy Bhuvaragan-6/+13
2016-02-06tipc: use alloc_ordered_workqueue() instead of WQ_UNBOUND w/ max_active = 1Parthasarathy Bhuvaragan-2/+2
2015-05-14tipc: use sock_create_kern interface to create kernel socketYing Xue-1/+1
2015-05-04tipc: deal with return value of tipc_conn_new callbackYing Xue-0/+4
2015-04-23tipc: fix topology server broken issueYing Xue-6/+3
2015-03-17tipc: withdraw tipc topology server name when namespace is deletedYing Xue-0/+3
2015-03-17tipc: fix netns refcnt leakYing Xue-6/+38
2015-01-12tipc: make subscriber server support net namespaceYing Xue-1/+1
2015-01-12tipc: name tipc name table support net namespaceYing Xue-1/+2
2015-01-12tipc: cleanup core.c and core.h filesYing Xue-0/+1
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller-2/+2
2014-03-06tipc: fix connection refcount leakYing Xue-2/+4
2014-03-06tipc: allow connection shutdown callback to be invoked in advanceYing Xue-5/+3
2014-02-22tipc: remove all enabled flags from all tipc componentsYing Xue-5/+0
2014-01-14tipc: spelling fixesstephen hemminger-1/+1
2013-08-01tipc: fix oops when creating server socket failsYing Xue-3/+12
2013-06-17tipc: introduce new TIPC server infrastructureYing Xue-0/+596