summaryrefslogtreecommitdiffstats
path: root/net/tipc/server.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-311-36/+40
|\
| * tipc: fix race condition at topology server receiveJon Maloy2018-01-161-33/+37
| * tipc: improve groupcast scope handlingJon Maloy2018-01-091-2/+2
| * tipc: add option to suppress PUBLISH events for pre-existing publicationsJon Maloy2018-01-091-2/+2
* | Merge branch 'work.sock_recvmsg' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-301-2/+2
|\ \ | |/ |/|
| * tipc: switch to sock_recvmsg()Al Viro2017-12-021-2/+2
* | tipc: fix memory leak in tipc_accept_from_sock()Jon Maloy2017-12-051-0/+1
* | tipc: fix a null pointer deref on error pathCong Wang2017-12-051-1/+1
|/
* tipc: checking for NULL instead of IS_ERR()Dan Carpenter2017-10-201-1/+1
* tipc: add ability to order and receive topology events in driverJon Maloy2017-10-131-27/+94
* tipc: fix cleanup at module unloadParthasarathy Bhuvaragan2017-01-241-3/+1
* tipc: ignore requests when the connection state is not CONNECTEDParthasarathy Bhuvaragan2017-01-241-6/+7
* tipc: fix nametbl_lock soft lockup at module exitParthasarathy Bhuvaragan2017-01-241-11/+5
* tipc: fix connection refcount errorParthasarathy Bhuvaragan2017-01-241-9/+10
* 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