aboutsummaryrefslogtreecommitdiff
path: root/net/tipc/socket.h
AgeCommit message (Expand)AuthorFilesLines
2020-10-30tipc: add stricter control of reserved service typesGravatar Jon Maloy 1-1/+1
2020-05-28tipc: call tsk_set_importance from tipc_topsrv_create_listenerGravatar Christoph Hellwig 1-0/+2
2018-12-19tipc: add trace_events for tipc socketGravatar Tuong Lien 1-0/+2
2018-12-19tipc: enable tracepoints in tipcGravatar Tuong Lien 1-0/+2
2018-09-06tipc: call start and done ops directly in __tipc_nl_compat_dumpit()Gravatar Cong Wang 1-0/+1
2018-08-29tipc: switch to rhashtable iteratorGravatar Cong Wang 1-0/+2
2018-04-08tipc: use the right skb in tipc_sk_fill_sock_diag()Gravatar Cong Wang 1-2/+2
2018-03-22tipc: implement socket diagnostics for AF_TIPCGravatar GhantaKrishnamurthy MohanKrishna 1-1/+9
2016-05-03tipc: redesign connection-level flow controlGravatar Jon Paul Maloy 1-5/+12
2015-07-26tipc: clean up socket layer message receptionGravatar Jon Paul Maloy 1-1/+1
2015-03-17tipc: fix netns refcnt leakGravatar Ying Xue 1-4/+0
2015-02-09tipc: convert legacy nl socket dump to nl compatGravatar Richard Alpe 1-1/+0
2015-02-05tipc: eliminate race condition at multicast receptionGravatar Jon Paul Maloy 1-2/+2
2015-02-05tipc: simplify socket multicast receptionGravatar Jon Paul Maloy 1-1/+1
2015-02-05tipc: resolve race problem at unicast message receptionGravatar Jon Paul Maloy 1-1/+1
2015-01-12tipc: make subscriber server support net namespaceGravatar Ying Xue 1-1/+1
2015-01-12tipc: make tipc socket support net namespaceGravatar Ying Xue 1-4/+4
2015-01-12tipc: make tipc node table aware of net namespaceGravatar Ying Xue 1-2/+2
2015-01-12tipc: cleanup core.c and core.h filesGravatar Ying Xue 1-0/+7
2015-01-08tipc: convert tipc reference table to use generic rhashtableGravatar Ying Xue 1-2/+2
2014-11-21tipc: add publication dump to new netlink apiGravatar Richard Alpe 1-0/+1
2014-11-21tipc: add sock dump to new netlink apiGravatar Richard Alpe 1-0/+2
2014-08-23tipc: merge struct tipc_port into struct tipc_sockGravatar Jon Paul Maloy 1-74/+0
2014-08-23tipc: remove files ref.h and ref.cGravatar Jon Paul Maloy 1-0/+2
2014-08-23tipc: remove include file port.hGravatar Jon Paul Maloy 1-1/+38
2014-08-23tipc: use registry when scanning socketsGravatar Jon Paul Maloy 1-1/+2
2014-08-23tipc: use pseudo message to wake up sockets after link congestionGravatar Jon Paul Maloy 1-6/+1
2014-07-16tipc: add new functions for multicast and broadcast distributionGravatar Jon Paul Maloy 1-0/+2
2014-06-27tipc: simplify connection congestion handlingGravatar Jon Paul Maloy 1-0/+11
2014-06-27tipc: clean up connection protocol reception functionGravatar Jon Paul Maloy 1-0/+3
2014-05-14tipc: merge port message reception into socket reception functionGravatar Jon Paul Maloy 1-1/+1
2014-05-14tipc: compensate for double accounting in socket rcv bufferGravatar Jon Paul Maloy 1-0/+2
2014-03-12tipc: align usage of variable names and macros in socketGravatar Jon Paul Maloy 1-9/+4
2014-03-12tipc: eliminate upcall function pointers between port and socketGravatar Jon Paul Maloy 1-0/+7
2014-03-12tipc: aggregate port structure into socket structureGravatar Jon Paul Maloy 1-0/+70