summaryrefslogtreecommitdiffstats
path: root/net/tipc/server.c
Commit message (Expand)AuthorAgeFilesLines
* tipc: Use kmemdup instead of kmalloc and memcpyAmitoj Kaur Chawla2016-06-271-2/+1
* tipc: block BH in TCP callbacksEric Dumazet2016-05-191-4/+4
* tipc: fix a race condition leading to subscriber refcnt bugParthasarathy Bhuvaragan2016-04-141-6/+13
* tipc: use alloc_ordered_workqueue() instead of WQ_UNBOUND w/ max_active = 1Parthasarathy Bhuvaragan2016-02-061-2/+2
* tipc: use sock_create_kern interface to create kernel socketYing Xue2015-05-141-1/+1
* tipc: deal with return value of tipc_conn_new callbackYing Xue2015-05-041-0/+4
* tipc: fix topology server broken issueYing Xue2015-04-231-6/+3
* tipc: withdraw tipc topology server name when namespace is deletedYing Xue2015-03-171-0/+3
* tipc: fix netns refcnt leakYing Xue2015-03-171-6/+38
* tipc: make subscriber server support net namespaceYing Xue2015-01-121-1/+1
* tipc: name tipc name table support net namespaceYing Xue2015-01-121-1/+2
* tipc: cleanup core.c and core.h filesYing Xue2015-01-121-0/+1
* net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2014-04-111-2/+2
* tipc: fix connection refcount leakYing Xue2014-03-061-2/+4
* tipc: allow connection shutdown callback to be invoked in advanceYing Xue2014-03-061-5/+3
* tipc: remove all enabled flags from all tipc componentsYing Xue2014-02-221-5/+0
* tipc: spelling fixesstephen hemminger2014-01-141-1/+1
* tipc: fix oops when creating server socket failsYing Xue2013-08-011-3/+12
* tipc: introduce new TIPC server infrastructureYing Xue2013-06-171-0/+596
OpenPOWER on IntegriCloud