summaryrefslogtreecommitdiffstats
path: root/net/tipc
Commit message (Expand)AuthorAgeFilesLines
* tipc: step sk->sk_drops when rcv buffer is fullGhantaKrishnamurthy MohanKrishna2018-03-221-2/+7
* tipc: implement socket diagnostics for AF_TIPCGhantaKrishnamurthy MohanKrishna2018-03-225-6/+203
* tipc: modify socket iterator for sock_diagGhantaKrishnamurthy MohanKrishna2018-03-221-24/+41
* tipc: some name changesJon Maloy2018-03-175-103/+106
* tipc: merge two lists in struct publicationJon Maloy2018-03-172-13/+12
* tipc: remove zone_list member in struct publicationJon Maloy2018-03-172-76/+30
* tipc: remove zone publication list in name tableJon Maloy2018-03-174-26/+29
* tipc: obsolete TIPC_ZONE_SCOPEJon Maloy2018-03-176-40/+23
* net: Convert tipc_net_opsKirill Tkhai2018-03-131-0/+1
* tipc: bcast: use true and false for boolean valuesGustavo A. R. Silva2018-03-071-1/+1
* 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