summaryrefslogtreecommitdiff
path: root/net/tipc/server.c
AgeCommit message (Expand)AuthorFilesLines
2017-12-16tipc: fix memory leak in tipc_accept_from_sock()Jon Maloy1-0/+1
2017-12-09tipc: fix cleanup at module unloadParthasarathy Bhuvaragan1-3/+1
2017-06-17tipc: ignore requests when the connection state is not CONNECTEDParthasarathy Bhuvaragan1-6/+7
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-18tipc: withdraw tipc topology server name when namespace is deletedYing Xue1-0/+3
2015-03-18tipc: fix netns refcnt leakYing Xue1-6/+38
2015-01-13tipc: make subscriber server support net namespaceYing Xue1-1/+1
2015-01-13tipc: name tipc name table support net namespaceYing Xue1-1/+2
2015-01-13tipc: cleanup core.c and core.h filesYing Xue1-0/+1
2014-04-12net: 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-15tipc: spelling fixesstephen hemminger1-1/+1
2013-08-02tipc: fix oops when creating server socket failsYing Xue1-3/+12
2013-06-18tipc: introduce new TIPC server infrastructureYing Xue1-0/+596