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