Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-06tipc: resolve race problem at unicast message receptionJon Paul Maloy
2015-02-06tipc: reduce usage of context info in socket and linkJon Paul Maloy
2015-01-13tipc: make tipc node address support net namespaceYing Xue
2015-01-13tipc: name tipc name table support net namespaceYing Xue
2015-01-13tipc: make tipc node table aware of net namespaceYing Xue
2014-12-09tipc: convert name table read-write lock to RCUYing Xue
2014-12-09tipc: make name table allocated dynamicallyYing Xue
2014-12-09tipc: 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-11tipc: fix sparse warningsErik Hugne
2014-09-02tipc: add name distributor resiliency queueErik Hugne
2014-09-02tipc: refactor name table updates out of named packet receive routineErik Hugne
2014-07-17tipc: rename temporarily named functionsJon Paul Maloy
2014-07-17tipc: make name table distributor use new send functionJon Paul Maloy
2014-05-06tipc: avoid to asynchronously deliver name tables to peer nodeYing Xue
2014-05-06tipc: 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-23tipc: 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-19tipc: 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-14tipc: 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-25tipc: Eliminate trivial buffer manipulation helper routinesAllan Stephens
2012-02-07tipc: Eliminate alteration of publication key during name table purgingAllan Stephens
2011-12-30tipc: rename struct link* to struct tipc_link*Paul Gortmaker
2011-12-27tipc: Eliminate useless check when network address is assignedAllan Stephens
2011-09-18tipc: Enhance sending of bulk name table messagesAllan Stephens
2011-09-18tipc: relocate/coalesce node cast in tipc_named_node_upPaul Gortmaker
2011-09-18tipc: Prevent fragmented messages during initial name table exchangeAllan Stephens
2011-06-25tipc: Cleanup of message header size terminologyAllan Stephens
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-13tipc: cosmetic - function names are not to be full sentencesPaul Gortmaker
2011-03-13tipc: Convert node object array to a hash tableAllan Stephens
2011-03-13tipc: Split up unified structure of network-related variablesAllan Stephens
2011-03-13tipc: Cosmetic changes to node subscription codeAllan Stephens
2011-03-13tipc: Prevent null pointer error when removing a node subscriptionAllan Stephens
2011-01-02tipc: remove zeroing assignments to static global variablesAllan Stephens
2011-01-02tipc: remove pointless check for NULL prior to kfreeAllan Stephens
2011-01-02tipc: remove redundant #includesAllan Stephens
2011-01-02tipc: remove calls to dbg() and msg_dbg()Allan Stephens
2011-01-02tipc: Remove prototype code for supporting multiple clustersAllan Stephens
2010-12-03tipc: Remove obsolete inclusions of header filesAllan Stephens
2010-10-16tipc: cleanup function namespacestephen hemminger