aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/server.c
Commit message (Expand)AuthorAge
* tipc: collapse subscription creation functionsJon Maloy2018-02-16
* tipc: simplify endianness handling in topology subscriberJon Maloy2018-02-16
* tipc: simplify interaction between subscription and topology connectionJon Maloy2018-02-16
* tipc: eliminate struct tipc_subscriberJon Maloy2018-02-16
* tipc: remove unnecessary function pointersJon Maloy2018-02-16
* tipc: remove redundant code in topology serverJon Maloy2018-02-16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-31
|\
| * tipc: fix race condition at topology server receiveJon Maloy2018-01-16
| * tipc: improve groupcast scope handlingJon Maloy2018-01-09
| * tipc: add option to suppress PUBLISH events for pre-existing publicationsJon Maloy2018-01-09
* | Merge branch 'work.sock_recvmsg' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-30
|\ \ | |/ |/|
| * tipc: switch to sock_recvmsg()Al Viro2017-12-02
* | tipc: fix memory leak in tipc_accept_from_sock()Jon Maloy2017-12-05
* | tipc: fix a null pointer deref on error pathCong Wang2017-12-05
|/
* tipc: checking for NULL instead of IS_ERR()Dan Carpenter2017-10-20
* tipc: add ability to order and receive topology events in driverJon Maloy2017-10-13
* tipc: fix cleanup at module unloadParthasarathy Bhuvaragan2017-01-24
* tipc: ignore requests when the connection state is not CONNECTEDParthasarathy Bhuvaragan2017-01-24
* tipc: fix nametbl_lock soft lockup at module exitParthasarathy Bhuvaragan2017-01-24
* tipc: fix connection refcount errorParthasarathy Bhuvaragan2017-01-24
* tipc: Use kmemdup instead of kmalloc and memcpyAmitoj Kaur Chawla2016-06-27
* tipc: block BH in TCP callbacksEric Dumazet2016-05-19
* tipc: fix a race condition leading to subscriber refcnt bugParthasarathy Bhuvaragan2016-04-14
* tipc: use alloc_ordered_workqueue() instead of WQ_UNBOUND w/ max_active = 1Parthasarathy Bhuvaragan2016-02-06
* tipc: use sock_create_kern interface to create kernel socketYing Xue2015-05-14
* tipc: deal with return value of tipc_conn_new callbackYing Xue2015-05-04
* tipc: fix topology server broken issueYing Xue2015-04-23
* tipc: withdraw tipc topology server name when namespace is deletedYing Xue2015-03-17
* tipc: fix netns refcnt leakYing Xue2015-03-17
* tipc: make subscriber server support net namespaceYing Xue2015-01-12
* tipc: name tipc name table support net namespaceYing Xue2015-01-12
* tipc: cleanup core.c and core.h filesYing Xue2015-01-12
* net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2014-04-11
* tipc: fix connection refcount leakYing Xue2014-03-06
* tipc: allow connection shutdown callback to be invoked in advanceYing Xue2014-03-06
* tipc: remove all enabled flags from all tipc componentsYing Xue2014-02-22
* tipc: spelling fixesstephen hemminger2014-01-14
* tipc: fix oops when creating server socket failsYing Xue2013-08-01
* tipc: introduce new TIPC server infrastructureYing Xue2013-06-17