aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-01-09tipc: create group member event messages when they are neededJon Maloy3-44/+56
2018-01-09tipc: adjustment to group member FSMJon Maloy1-3/+2
2018-01-09tipc: let group member stay in JOINED mode if unable to reclaimJon Maloy1-12/+22
2018-01-09tipc: a couple of cleanupsJon Maloy1-14/+8
2018-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+18
2018-01-08net: tipc: remove unused hardirq.hYang Shi1-1/+0
2018-01-05tipc: simplify small window members' sorting algorithmJon Maloy1-9/+4
2018-01-05tipc: some clarifying name changesJon Maloy1-23/+23
2018-01-02tipc: fix problems with multipoint-to-point flow controlJon Maloy1-4/+18
2017-12-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-13/+31
2017-12-28tipc: fix hanging poll() for stream socketsParthasarathy Bhuvaragan1-1/+1
2017-12-27tipc: fix tipc_mon_delete() oops in tipc_enable_bearer() error pathTommi Rantala1-1/+5