aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/name_distr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-22tipc: eliminate message disordering during binding table updateJon Maloy1-8/+10
2018-10-15tipc: fix unsafe rcu locking when accessing publication listTung Nguyen1-2/+2
2018-03-31tipc: permit overlapping service ranges in name tableJon Maloy1-68/+22
2018-03-23tipc: add 128-bit node identifierJon Maloy1-4/+2
2018-03-23tipc: remove direct accesses to own_addr field in struct tipc_netJon Maloy1-5/+6
2018-03-17tipc: some name changesJon Maloy1-6/+6
2018-03-17tipc: merge two lists in struct publicationJon Maloy1-10/+10
2018-03-17tipc: remove zone publication list in name tableJon Maloy1-21/+18
2017-01-16tipc: allocate user memory with GFP_KERNEL flagParthasarathy Bhuvaragan1-1/+1
2016-10-29tipc: fix broadcast link synchronization problemJon Paul Maloy1-0/+1
2016-09-01tipc: fix random link resets while adding a second bearerParthasarathy Bhuvaragan1-3/+5
2016-04-11tipc: purge deferred updates from dead nodesErik Hugne1-0/+19
2016-04-11tipc: make dist queue pernetErik Hugne1-9/+7
2015-11-20tipc: reduce code dependency between binding table and node layerJon Paul Maloy1-64/+3
2015-11-20tipc: move linearization of buffers to generic codeJon Paul Maloy1-0/+1
2015-10-24tipc: ensure binding table initial distribution is sent via first linkJon Paul Maloy1-2/+2
2015-07-20tipc: make media xmit call outside node spinlock contextJon Paul Maloy1-2/+2
2015-07-20tipc: introduce link entry structure to struct tipc_nodeJon Paul Maloy1-1/+1
2015-03-29tipc: involve reference counter for node structureYing Xue1-0/+2
2015-02-27tipc: only create header copy for name distr messagesErik Hugne1-1/+1
2015-02-05tipc: resolve race problem at unicast message receptionJon Paul Maloy1-12/+21
2015-02-05tipc: reduce usage of context info in socket and linkJon Paul Maloy1-2/+3
2015-01-12tipc: make tipc node address support net namespaceYing Xue1-9/+12
2015-01-12tipc: name tipc name table support net namespaceYing Xue1-15/+22
2015-01-12tipc: make tipc node table aware of net namespaceYing Xue1-26/+31
2014-12-08tipc: convert name table read-write lock to RCUYing Xue1-14/+14
2014-12-08tipc: make name table allocated dynamicallyYing Xue1-34/+10
2014-12-08tipc: remove size variable from publ_list structYing Xue1-12/+7
2014-11-26tipc: use generic SKB list APIs to manage TIPC outgoing packet chainsYing Xue1-24/+22
2014-11-26tipc: remove node subscription infrastructureYing Xue1-7/+45
2014-09-10tipc: fix sparse warningsErik Hugne1-3/+4
2014-09-01tipc: add name distributor resiliency queueErik Hugne1-3/+66
2014-09-01tipc: refactor name table updates out of named packet receive routineErik Hugne1-36/+38
2014-07-16tipc: rename temporarily named functionsJon Paul Maloy1-2/+2
2014-07-16tipc: make name table distributor use new send functionJon Paul Maloy1-32/+44
2014-05-05tipc: avoid to asynchronously deliver name tables to peer nodeYing Xue1-50/+2
2014-05-05tipc: always use tipc_node_lock() to hold node lockYing Xue1-3/+3
2014-04-28tipc: move the delivery of named messages out of nametbl lockYing Xue1-9/+9
2014-04-22tipc: purge tipc_net_lock lockYing Xue1-2/+0
2014-03-27tipc: tipc: convert node list and node hlist to RCU listsYing Xue1-3/+3
2014-03-27tipc: acquire necessary locks in named_cluster_distribute routineYing Xue1-3/+11
2014-02-18tipc: align tipc function names with common naming practice in the networkYing Xue1-4/+4
2012-11-22tipc: eliminate an unnecessary cast of node variableYing Xue1-1/+1
2012-07-13tipc: use standard printk shortcut macros (pr_err etc.)Erik Hugne1-12/+13
2012-04-30tipc: compress out gratuitous extra carriage returnsPaul Gortmaker1-11/+0
2012-04-19tipc: Update node-scope publications when network address is assignedAllan Stephens1-4/+10
2012-04-19tipc: Separate cluster-scope and zone-scope names into distinct listsAllan Stephens1-5/+26
2012-04-18tipc: Factor out name publication code to a separate functionAllan Stephens1-27/+34
2012-04-18tipc: introduce publication lists structAllan Stephens1-10/+17
2012-02-24tipc: Eliminate trivial buffer manipulation helper routinesAllan Stephens1-2/+2