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