summaryrefslogtreecommitdiffstats
path: root/net/tipc
Commit message (Expand)AuthorAgeFilesLines
...
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-062-0/+2
|\
| * tipc: correct initial value for group congestion flagJon Maloy2018-02-272-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-02-195-54/+91
|\|
| * tipc: Fix missing RTNL lock protection during setting link propertiesYing Xue2018-02-141-6/+8
| * tipc: Introduce __tipc_nl_net_setYing Xue2018-02-142-3/+13
| * tipc: Introduce __tipc_nl_media_setYing Xue2018-02-142-9/+15
| * tipc: Introduce __tipc_nl_bearer_setYing Xue2018-02-142-9/+15
| * tipc: Introduce __tipc_nl_bearer_enableYing Xue2018-02-142-7/+11
| * tipc: Introduce __tipc_nl_bearer_disableYing Xue2018-02-142-6/+14
| * tipc: Refactor __tipc_nl_compat_doitYing Xue2018-02-141-14/+15
* | tipc: don't call sock_release() in atomic contextPaolo Abeni2018-02-191-1/+1
* | tipc: fix bug on error path in tipc_topsrv_kern_subscr()Jon Maloy2018-02-191-3/+4
* | tipc: rename tipc_server to tipc_topsrvJon Maloy2018-02-167-259/+258
* | tipc: separate topology server listener socket from subcsriber socketsJon Maloy2018-02-161-181/+147
* | tipc: make struct tipc_server private for server.cJon Maloy2018-02-165-128/+110
* | tipc: some prefix changesJon Maloy2018-02-164-56/+54
* | tipc: collapse subscription creation functionsJon Maloy2018-02-164-43/+22
* | tipc: simplify endianness handling in topology subscriberJon Maloy2018-02-165-102/+86
* | tipc: simplify interaction between subscription and topology connectionJon Maloy2018-02-165-149/+88
* | tipc: eliminate struct tipc_subscriberJon Maloy2018-02-164-207/+146
* | tipc: remove unnecessary function pointersJon Maloy2018-02-164-37/+20
* | tipc: remove redundant code in topology serverJon Maloy2018-02-163-35/+9
* | tipc: apply bearer link tolerance on running linksJon Maloy2018-02-144-4/+32
* | net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-121-3/+2
|/
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-11/+11
* tipc: fix skb truesize/datasize ratio controlHoang Le2018-02-081-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-3114-333/+423
|\
| * tipc: fix race between poll() and setsockopt()Jon Maloy2018-01-193-17/+13
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-171-12/+14
| |\
| * | tipc: fix race condition at topology server receiveJon Maloy2018-01-163-46/+51
| * | tipc: fix bug during lookup of multicast destination nodesJon Maloy2018-01-153-8/+4
| * | tipc: fix a potental access after delete in tipc_sk_join()Jon Maloy2018-01-151-0/+1
| * | tipc: improve poll() for group member socketJon Maloy2018-01-093-33/+41
| * | tipc: improve groupcast scope handlingJon Maloy2018-01-098-71/+96
| * | tipc: add option to suppress PUBLISH events for pre-existing publicationsJon Maloy2018-01-096-15/+21
| * | tipc: send out join messages as soon as new member is discoveredJon Maloy2018-01-094-42/+68
| * | tipc: simplify group LEAVE sequenceJon Maloy2018-01-091-31/+9
| * | tipc: create group member event messages when they are neededJon Maloy2018-01-093-44/+56
| * | tipc: adjustment to group member FSMJon Maloy2018-01-091-3/+2
| * | tipc: let group member stay in JOINED mode if unable to reclaimJon Maloy2018-01-091-12/+22
| * | tipc: a couple of cleanupsJon Maloy2018-01-091-14/+8
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-091-4/+18
| |\ \
| * | | net: tipc: remove unused hardirq.hYang Shi2018-01-081-1/+0
| * | | tipc: simplify small window members' sorting algorithmJon Maloy2018-01-051-9/+4
| * | | tipc: some clarifying name changesJon Maloy2018-01-051-23/+23
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-294-13/+31
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-221-8/+8
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-161-1/+1
| |\ \ \ \ \
| * | | | | | rhashtable: Change rhashtable_walk_start to return voidTom Herbert2017-12-111-4/+2
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-091-1/+2
| |\ \ \ \ \ \