summaryrefslogtreecommitdiffstats
path: root/net/tipc
AgeCommit message (Expand)Author
2018-03-23tipc: some cleanups in the file discover.cJon Maloy
2018-03-23tipc: refactor function tipc_enable_bearer()Jon Maloy
2018-03-22tipc: step sk->sk_drops when rcv buffer is fullGhantaKrishnamurthy MohanKrishna
2018-03-22tipc: implement socket diagnostics for AF_TIPCGhantaKrishnamurthy MohanKrishna
2018-03-22tipc: modify socket iterator for sock_diagGhantaKrishnamurthy MohanKrishna
2018-03-17tipc: some name changesJon Maloy
2018-03-17tipc: merge two lists in struct publicationJon Maloy
2018-03-17tipc: remove zone_list member in struct publicationJon Maloy
2018-03-17tipc: remove zone publication list in name tableJon Maloy
2018-03-17tipc: obsolete TIPC_ZONE_SCOPEJon Maloy
2018-03-13net: Convert tipc_net_opsKirill Tkhai
2018-03-07tipc: bcast: use true and false for boolean valuesGustavo A. R. Silva
2018-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-02-27tipc: correct initial value for group congestion flagJon Maloy
2018-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-02-19tipc: don't call sock_release() in atomic contextPaolo Abeni
2018-02-19tipc: fix bug on error path in tipc_topsrv_kern_subscr()Jon Maloy
2018-02-16tipc: rename tipc_server to tipc_topsrvJon Maloy
2018-02-16tipc: separate topology server listener socket from subcsriber socketsJon Maloy
2018-02-16tipc: make struct tipc_server private for server.cJon Maloy
2018-02-16tipc: some prefix changesJon Maloy
2018-02-16tipc: collapse subscription creation functionsJon Maloy
2018-02-16tipc: simplify endianness handling in topology subscriberJon Maloy
2018-02-16tipc: simplify interaction between subscription and topology connectionJon Maloy
2018-02-16tipc: eliminate struct tipc_subscriberJon Maloy
2018-02-16tipc: remove unnecessary function pointersJon Maloy
2018-02-16tipc: remove redundant code in topology serverJon Maloy
2018-02-14tipc: apply bearer link tolerance on running linksJon Maloy
2018-02-14tipc: Fix missing RTNL lock protection during setting link propertiesYing Xue
2018-02-14tipc: Introduce __tipc_nl_net_setYing Xue
2018-02-14tipc: Introduce __tipc_nl_media_setYing Xue
2018-02-14tipc: Introduce __tipc_nl_bearer_setYing Xue
2018-02-14tipc: Introduce __tipc_nl_bearer_enableYing Xue
2018-02-14tipc: Introduce __tipc_nl_bearer_disableYing Xue
2018-02-14tipc: Refactor __tipc_nl_compat_doitYing Xue
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-08tipc: fix skb truesize/datasize ratio controlHoang Le
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-01-30Merge branch 'work.sock_recvmsg' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-01-19tipc: fix race between poll() and setsockopt()Jon Maloy
2018-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-16tipc: fix race condition at topology server receiveJon Maloy
2018-01-15tipc: fix bug during lookup of multicast destination nodesJon Maloy
2018-01-15tipc: fix a memory leak in tipc_nl_node_get_link()Cong Wang
2018-01-15tipc: fix a potental access after delete in tipc_sk_join()Jon Maloy
2018-01-09tipc: improve poll() for group member socketJon Maloy
2018-01-09tipc: improve groupcast scope handlingJon Maloy
2018-01-09tipc: add option to suppress PUBLISH events for pre-existing publicationsJon Maloy