summaryrefslogtreecommitdiffstats
path: root/net/tipc/name_distr.c
Commit message (Expand)AuthorAgeFilesLines
* net/tipc: Remove unused struct distr_queue_itemYuan Can2022-09-291-8/+0
* tipc: rate limit warning for received illegal binding updateJon Maloy2022-02-091-1/+1
* tipc: remove some unnecessary warningsJon Maloy2021-03-171-7/+0
* tipc: simplify signature of tipc_nametbl_withdraw() functionsJon Maloy2021-03-171-5/+6
* tipc: simplify call signatures for publication creationJon Maloy2021-03-171-11/+12
* tipc: re-organize members of struct publicationJon Maloy2021-03-171-33/+33
* net/tipc: fix all function Return: notationRandy Dunlap2020-12-011-1/+1
* net/tipc: fix name_distr.c kernel-docRandy Dunlap2020-12-011-0/+27
* tipc: remove dead code in tipc_net and relativesHoang Huu Le2020-10-301-19/+0
* tipc: fix NULL pointer dereference in tipc_named_rcvHoang Huu Le2020-10-091-1/+9
* tipc: update a binding service via broadcastHoang Huu Le2020-06-171-29/+87
* tipc: improve throughput between nodes in netnsHoang Le2019-10-291-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-151-1/+2
|\
| * tipc: add NULL pointer check before calling kfree_rcuXin Long2019-09-051-1/+2
* | tipc: clean up skb list lock handling on send pathJon Maloy2019-08-181-1/+1
|/
* tipc: ensure head->lock is initialisedChris Packham2019-07-121-1/+1
* tipc: eliminate message disordering during binding table updateJon Maloy2018-10-221-8/+10
* tipc: fix unsafe rcu locking when accessing publication listTung Nguyen2018-10-151-2/+2
* tipc: permit overlapping service ranges in name tableJon Maloy2018-03-311-68/+22
* tipc: add 128-bit node identifierJon Maloy2018-03-231-4/+2
* tipc: remove direct accesses to own_addr field in struct tipc_netJon Maloy2018-03-231-5/+6
* tipc: some name changesJon Maloy2018-03-171-6/+6
* tipc: merge two lists in struct publicationJon Maloy2018-03-171-10/+10
* tipc: remove zone publication list in name tableJon Maloy2018-03-171-21/+18
* tipc: allocate user memory with GFP_KERNEL flagParthasarathy Bhuvaragan2017-01-161-1/+1
* tipc: fix broadcast link synchronization problemJon Paul Maloy2016-10-291-0/+1
* tipc: fix random link resets while adding a second bearerParthasarathy Bhuvaragan2016-09-011-3/+5
* tipc: purge deferred updates from dead nodesErik Hugne2016-04-111-0/+19
* tipc: make dist queue pernetErik Hugne2016-04-111-9/+7
* tipc: reduce code dependency between binding table and node layerJon Paul Maloy2015-11-201-64/+3
* tipc: move linearization of buffers to generic codeJon Paul Maloy2015-11-201-0/+1
* tipc: ensure binding table initial distribution is sent via first linkJon Paul Maloy2015-10-241-2/+2
* tipc: make media xmit call outside node spinlock contextJon Paul Maloy2015-07-201-2/+2
* tipc: introduce link entry structure to struct tipc_nodeJon Paul Maloy2015-07-201-1/+1
* tipc: involve reference counter for node structureYing Xue2015-03-291-0/+2
* tipc: only create header copy for name distr messagesErik Hugne2015-02-271-1/+1
* tipc: resolve race problem at unicast message receptionJon Paul Maloy2015-02-051-12/+21
* tipc: reduce usage of context info in socket and linkJon Paul Maloy2015-02-051-2/+3
* tipc: make tipc node address support net namespaceYing Xue2015-01-121-9/+12
* tipc: name tipc name table support net namespaceYing Xue2015-01-121-15/+22
* tipc: make tipc node table aware of net namespaceYing Xue2015-01-121-26/+31
* tipc: convert name table read-write lock to RCUYing Xue2014-12-081-14/+14
* tipc: make name table allocated dynamicallyYing Xue2014-12-081-34/+10
* tipc: remove size variable from publ_list structYing Xue2014-12-081-12/+7
* tipc: use generic SKB list APIs to manage TIPC outgoing packet chainsYing Xue2014-11-261-24/+22
* tipc: remove node subscription infrastructureYing Xue2014-11-261-7/+45
* tipc: fix sparse warningsErik Hugne2014-09-101-3/+4
* tipc: add name distributor resiliency queueErik Hugne2014-09-011-3/+66
* tipc: refactor name table updates out of named packet receive routineErik Hugne2014-09-011-36/+38
* tipc: rename temporarily named functionsJon Paul Maloy2014-07-161-2/+2