aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-22tipc: step sk->sk_drops when rcv buffer is fullGhantaKrishnamurthy MohanKrishna1-2/+7
2018-03-22tipc: implement socket diagnostics for AF_TIPCGhantaKrishnamurthy MohanKrishna5-6/+203
2018-03-22tipc: modify socket iterator for sock_diagGhantaKrishnamurthy MohanKrishna1-24/+41
2018-03-17tipc: some name changesJon Maloy5-103/+106
2018-03-17tipc: merge two lists in struct publicationJon Maloy2-13/+12
2018-03-17tipc: remove zone_list member in struct publicationJon Maloy2-76/+30
2018-03-17tipc: remove zone publication list in name tableJon Maloy4-26/+29
2018-03-17tipc: obsolete TIPC_ZONE_SCOPEJon Maloy6-40/+23
2018-03-13net: Convert tipc_net_opsKirill Tkhai1-0/+1
2018-03-07tipc: bcast: use true and false for boolean valuesGustavo A. R. Silva1-1/+1
2018-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-0/+2
2018-02-27tipc: correct initial value for group congestion flagJon Maloy2-0/+2
2018-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-54/+91
2018-02-19tipc: don't call sock_release() in atomic contextPaolo Abeni1-1/+1
2018-02-19tipc: fix bug on error path in tipc_topsrv_kern_subscr()Jon Maloy1-3/+4
2018-02-16tipc: rename tipc_server to tipc_topsrvJon Maloy7-259/+258
2018-02-16tipc: separate topology server listener socket from subcsriber socketsJon Maloy1-181/+147
2018-02-16tipc: make struct tipc_server private for server.cJon Maloy5-128/+110
2018-02-16tipc: some prefix changesJon Maloy4-56/+54
2018-02-16tipc: collapse subscription creation functionsJon Maloy4-43/+22
2018-02-16tipc: simplify endianness handling in topology subscriberJon Maloy5-102/+86
2018-02-16tipc: simplify interaction between subscription and topology connectionJon Maloy5-149/+88
2018-02-16tipc: eliminate struct tipc_subscriberJon Maloy4-207/+146
2018-02-16tipc: remove unnecessary function pointersJon Maloy4-37/+20
2018-02-16tipc: remove redundant code in topology serverJon Maloy3-35/+9
2018-02-14tipc: apply bearer link tolerance on running linksJon Maloy4-4/+32
2018-02-14tipc: Fix missing RTNL lock protection during setting link propertiesYing Xue1-6/+8
2018-02-14tipc: Introduce __tipc_nl_net_setYing Xue2-3/+13
2018-02-14tipc: Introduce __tipc_nl_media_setYing Xue2-9/+15
2018-02-14tipc: Introduce __tipc_nl_bearer_setYing Xue2-9/+15
2018-02-14tipc: Introduce __tipc_nl_bearer_enableYing Xue2-7/+11
2018-02-14tipc: Introduce __tipc_nl_bearer_disableYing Xue2-6/+14
2018-02-14tipc: Refactor __tipc_nl_compat_doitYing Xue1-14/+15
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko1-3/+2
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-11/+11
2018-02-08tipc: fix skb truesize/datasize ratio controlHoang Le1-2/+2
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds14-333/+423
2018-01-30Merge branch 'work.sock_recvmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2018-01-19tipc: fix race between poll() and setsockopt()Jon Maloy3-17/+13
2018-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-12/+14
2018-01-16tipc: fix race condition at topology server receiveJon Maloy3-46/+51
2018-01-15tipc: fix bug during lookup of multicast destination nodesJon Maloy3-8/+4
2018-01-15tipc: fix a memory leak in tipc_nl_node_get_link()Cong Wang1-12/+14
2018-01-15tipc: fix a potental access after delete in tipc_sk_join()Jon Maloy1-0/+1
2018-01-09tipc: improve poll() for group member socketJon Maloy3-33/+41
2018-01-09tipc: improve groupcast scope handlingJon Maloy8-71/+96
2018-01-09tipc: add option to suppress PUBLISH events for pre-existing publicationsJon Maloy6-15/+21
2018-01-09tipc: send out join messages as soon as new member is discoveredJon Maloy4-42/+68
2018-01-09tipc: simplify group LEAVE sequenceJon Maloy1-31/+9