aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/socket.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-19tipc: add trace_events for tipc socketTuong Lien1-0/+2
2018-12-19tipc: enable tracepoints in tipcTuong Lien1-0/+2
2018-09-06tipc: call start and done ops directly in __tipc_nl_compat_dumpit()Cong Wang1-0/+1
2018-08-29tipc: switch to rhashtable iteratorCong Wang1-0/+2
2018-04-08tipc: use the right skb in tipc_sk_fill_sock_diag()Cong Wang1-2/+2
2018-03-22tipc: implement socket diagnostics for AF_TIPCGhantaKrishnamurthy MohanKrishna1-1/+9
2016-05-03tipc: redesign connection-level flow controlJon Paul Maloy1-5/+12
2015-07-26tipc: clean up socket layer message receptionJon Paul Maloy1-1/+1
2015-03-17tipc: fix netns refcnt leakYing Xue1-4/+0
2015-02-09tipc: convert legacy nl socket dump to nl compatRichard Alpe1-1/+0
2015-02-05tipc: eliminate race condition at multicast receptionJon Paul Maloy1-2/+2
2015-02-05tipc: simplify socket multicast receptionJon Paul Maloy1-1/+1
2015-02-05tipc: resolve race problem at unicast message receptionJon Paul Maloy1-1/+1
2015-01-12tipc: make subscriber server support net namespaceYing Xue1-1/+1
2015-01-12tipc: make tipc socket support net namespaceYing Xue1-4/+4
2015-01-12tipc: make tipc node table aware of net namespaceYing Xue1-2/+2
2015-01-12tipc: cleanup core.c and core.h filesYing Xue1-0/+7
2015-01-08tipc: convert tipc reference table to use generic rhashtableYing Xue1-2/+2
2014-11-21tipc: add publication dump to new netlink apiRichard Alpe1-0/+1
2014-11-21tipc: add sock dump to new netlink apiRichard Alpe1-0/+2
2014-08-23tipc: merge struct tipc_port into struct tipc_sockJon Paul Maloy1-74/+0
2014-08-23tipc: remove files ref.h and ref.cJon Paul Maloy1-0/+2
2014-08-23tipc: remove include file port.hJon Paul Maloy1-1/+38
2014-08-23tipc: use registry when scanning socketsJon Paul Maloy1-1/+2
2014-08-23tipc: use pseudo message to wake up sockets after link congestionJon Paul Maloy1-6/+1
2014-07-16tipc: add new functions for multicast and broadcast distributionJon Paul Maloy1-0/+2
2014-06-27tipc: simplify connection congestion handlingJon Paul Maloy1-0/+11
2014-06-27tipc: clean up connection protocol reception functionJon Paul Maloy1-0/+3
2014-05-14tipc: merge port message reception into socket reception functionJon Paul Maloy1-1/+1
2014-05-14tipc: compensate for double accounting in socket rcv bufferJon Paul Maloy1-0/+2
2014-03-12tipc: align usage of variable names and macros in socketJon Paul Maloy1-9/+4
2014-03-12tipc: eliminate upcall function pointers between port and socketJon Paul Maloy1-0/+7
2014-03-12tipc: aggregate port structure into socket structureJon Paul Maloy1-0/+70