summaryrefslogtreecommitdiffstats
path: root/net/tipc/name_distr.c
Commit message (Expand)AuthorAgeFilesLines
* tipc: ensure head->lock is initialisedChris Packham2019-07-131-1/+1
* tipc: eliminate message disordering during binding table updateJon Maloy2018-10-231-8/+10
* tipc: fix unsafe rcu locking when accessing publication listTung Nguyen2018-10-161-2/+2
* tipc: permit overlapping service ranges in name tableJon Maloy2018-04-011-68/+22Star
* tipc: add 128-bit node identifierJon Maloy2018-03-231-4/+2Star
* 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/+18Star
* 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/+7Star
* tipc: reduce code dependency between binding table and node layerJon Paul Maloy2015-11-201-64/+3Star
* 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-211-2/+2
* tipc: introduce link entry structure to struct tipc_nodeJon Paul Maloy2015-07-211-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-281-1/+1
* tipc: resolve race problem at unicast message receptionJon Paul Maloy2015-02-061-12/+21
* tipc: reduce usage of context info in socket and linkJon Paul Maloy2015-02-061-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-091-14/+14
* tipc: make name table allocated dynamicallyYing Xue2014-12-091-34/+10Star
* tipc: remove size variable from publ_list structYing Xue2014-12-091-12/+7Star
* tipc: use generic SKB list APIs to manage TIPC outgoing packet chainsYing Xue2014-11-261-24/+22Star
* 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-021-3/+66
* tipc: refactor name table updates out of named packet receive routineErik Hugne2014-09-021-36/+38
* tipc: rename temporarily named functionsJon Paul Maloy2014-07-171-2/+2
* tipc: make name table distributor use new send functionJon Paul Maloy2014-07-171-32/+44
* tipc: avoid to asynchronously deliver name tables to peer nodeYing Xue2014-05-051-50/+2Star
* tipc: always use tipc_node_lock() to hold node lockYing Xue2014-05-051-3/+3
* tipc: move the delivery of named messages out of nametbl lockYing Xue2014-04-281-9/+9
* tipc: purge tipc_net_lock lockYing Xue2014-04-231-2/+0Star
* tipc: tipc: convert node list and node hlist to RCU listsYing Xue2014-03-271-3/+3
* tipc: acquire necessary locks in named_cluster_distribute routineYing Xue2014-03-271-3/+11
* tipc: align tipc function names with common naming practice in the networkYing Xue2014-02-181-4/+4
* tipc: eliminate an unnecessary cast of node variableYing Xue2012-11-221-1/+1
* tipc: use standard printk shortcut macros (pr_err etc.)Erik Hugne2012-07-141-12/+13
* tipc: compress out gratuitous extra carriage returnsPaul Gortmaker2012-04-301-11/+0Star
* tipc: Update node-scope publications when network address is assignedAllan Stephens2012-04-191-4/+10
* tipc: Separate cluster-scope and zone-scope names into distinct listsAllan Stephens2012-04-191-5/+26
* tipc: Factor out name publication code to a separate functionAllan Stephens2012-04-181-27/+34
* tipc: introduce publication lists structAllan Stephens2012-04-181-10/+17