aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/name_distr.c
AgeCommit message (Expand)Author
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
2012-04-19tipc: Update node-scope publications when network address is assignedAllan Stephens
2012-04-19tipc: Separate cluster-scope and zone-scope names into distinct listsAllan Stephens
2012-04-18tipc: Factor out name publication code to a separate functionAllan Stephens
2012-04-18tipc: introduce publication lists structAllan Stephens
2012-02-24tipc: Eliminate trivial buffer manipulation helper routinesAllan Stephens
2012-02-06tipc: Eliminate alteration of publication key during name table purgingAllan Stephens
2011-12-29tipc: rename struct link* to struct tipc_link*Paul Gortmaker
2011-12-27tipc: Eliminate useless check when network address is assignedAllan Stephens
2011-09-17tipc: Enhance sending of bulk name table messagesAllan Stephens
2011-09-17tipc: relocate/coalesce node cast in tipc_named_node_upPaul Gortmaker
2011-09-17tipc: Prevent fragmented messages during initial name table exchangeAllan Stephens
2011-06-24tipc: Cleanup of message header size terminologyAllan Stephens
2011-03-31Fix common misspellingsLucas De Marchi