summaryrefslogtreecommitdiffstats
path: root/net/tipc/name_distr.c
AgeCommit message (Expand)AuthorLines
2020-10-09tipc: fix NULL pointer dereference in tipc_named_rcvHoang Huu Le-1/+9
2020-06-17tipc: update a binding service via broadcastHoang Huu Le-29/+87
2019-10-29tipc: improve throughput between nodes in netnsHoang Le-1/+1
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-1/+2
2019-09-05tipc: add NULL pointer check before calling kfree_rcuXin Long-1/+2
2019-08-18tipc: clean up skb list lock handling on send pathJon Maloy-1/+1
2019-07-12tipc: ensure head->lock is initialisedChris Packham-1/+1
2018-10-22tipc: eliminate message disordering during binding table updateJon Maloy-8/+10
2018-10-15tipc: fix unsafe rcu locking when accessing publication listTung Nguyen-2/+2
2018-03-31tipc: permit overlapping service ranges in name tableJon Maloy-68/+22
2018-03-23tipc: add 128-bit node identifierJon Maloy-4/+2
2018-03-23tipc: remove direct accesses to own_addr field in struct tipc_netJon Maloy-5/+6
2018-03-17tipc: some name changesJon Maloy-6/+6
2018-03-17tipc: merge two lists in struct publicationJon Maloy-10/+10
2018-03-17tipc: remove zone publication list in name tableJon Maloy-21/+18
2017-01-16tipc: allocate user memory with GFP_KERNEL flagParthasarathy Bhuvaragan-1/+1
2016-10-29tipc: fix broadcast link synchronization problemJon Paul Maloy-0/+1
2016-09-01tipc: fix random link resets while adding a second bearerParthasarathy Bhuvaragan-3/+5
2016-04-11tipc: purge deferred updates from dead nodesErik Hugne-0/+19
2016-04-11tipc: make dist queue pernetErik Hugne-9/+7
2015-11-20tipc: reduce code dependency between binding table and node layerJon Paul Maloy-64/+3
2015-11-20tipc: move linearization of buffers to generic codeJon Paul Maloy-0/+1
2015-10-24tipc: ensure binding table initial distribution is sent via first linkJon Paul Maloy-2/+2
2015-07-20tipc: make media xmit call outside node spinlock contextJon Paul Maloy-2/+2
2015-07-20tipc: introduce link entry structure to struct tipc_nodeJon Paul Maloy-1/+1
2015-03-29tipc: involve reference counter for node structureYing Xue-0/+2
2015-02-27tipc: only create header copy for name distr messagesErik Hugne-1/+1
2015-02-05tipc: resolve race problem at unicast message receptionJon Paul Maloy-12/+21
2015-02-05tipc: reduce usage of context info in socket and linkJon Paul Maloy-2/+3
2015-01-12tipc: make tipc node address support net namespaceYing Xue-9/+12
2015-01-12tipc: name tipc name table support net namespaceYing Xue-15/+22
2015-01-12tipc: make tipc node table aware of net namespaceYing Xue-26/+31
2014-12-08tipc: convert name table read-write lock to RCUYing Xue-14/+14
2014-12-08tipc: make name table allocated dynamicallyYing Xue-34/+10
2014-12-08tipc: remove size variable from publ_list structYing Xue-12/+7
2014-11-26tipc: use generic SKB list APIs to manage TIPC outgoing packet chainsYing Xue-24/+22
2014-11-26tipc: remove node subscription infrastructureYing Xue-7/+45
2014-09-10tipc: fix sparse warningsErik Hugne-3/+4
2014-09-01tipc: add name distributor resiliency queueErik Hugne-3/+66
2014-09-01tipc: refactor name table updates out of named packet receive routineErik Hugne-36/+38
2014-07-16tipc: rename temporarily named functionsJon Paul Maloy-2/+2
2014-07-16tipc: make name table distributor use new send functionJon Paul Maloy-32/+44
2014-05-05tipc: avoid to asynchronously deliver name tables to peer nodeYing Xue-50/+2
2014-05-05tipc: always use tipc_node_lock() to hold node lockYing Xue-3/+3
2014-04-28tipc: move the delivery of named messages out of nametbl lockYing Xue-9/+9
2014-04-22tipc: purge tipc_net_lock lockYing Xue-2/+0
2014-03-27tipc: tipc: convert node list and node hlist to RCU listsYing Xue-3/+3
2014-03-27tipc: acquire necessary locks in named_cluster_distribute routineYing Xue-3/+11
2014-02-18tipc: align tipc function names with common naming practice in the networkYing Xue-4/+4
2012-11-22tipc: eliminate an unnecessary cast of node variableYing Xue-1/+1