summaryrefslogtreecommitdiffstats
path: root/net/tipc/net.c
AgeCommit message (Expand)AuthorLines
2015-02-09tipc: nl compat add noop and remove legacy nl frameworkRichard Alpe-2/+0
2015-02-09tipc: convert legacy nl node addr set to nl compatRichard Alpe-1/+1
2015-02-09tipc: move and rename the legacy nl api to "nl compat"Richard Alpe-1/+1
2015-01-12tipc: make tipc node address support net namespaceYing Xue-9/+11
2015-01-12tipc: name tipc name table support net namespaceYing Xue-1/+1
2015-01-12tipc: make tipc socket support net namespaceYing Xue-1/+1
2015-01-12tipc: make tipc broadcast link support net namespaceYing Xue-0/+1
2015-01-12tipc: make bearer list support net namespaceYing Xue-2/+2
2015-01-12tipc: make tipc node table aware of net namespaceYing Xue-5/+6
2015-01-12tipc: involve namespace infrastructureYing Xue-8/+14
2014-11-21tipc: add net set to new netlink apiRichard Alpe-0/+47
2014-11-21tipc: add net dump to new netlink apiRichard Alpe-0/+59
2014-08-23tipc: remove include file port.hJon Paul Maloy-1/+0
2014-08-23tipc: use registry when scanning socketsJon Paul Maloy-1/+1
2014-06-27tipc: same receive code path for connection protocol and data messagesJon Paul Maloy-40/+0
2014-06-27tipc: introduce message evaluation functionJon Paul Maloy-27/+6
2014-05-14tipc: merge port message reception into socket reception functionJon Paul Maloy-1/+2
2014-05-05tipc: convert allocations of global variables associated with bclinkYing Xue-2/+7
2014-04-22tipc: purge tipc_net_lock lockYing Xue-35/+24
2014-04-22tipc: use RTNL lock to protect tipc_net_stop routineYing Xue-0/+2
2014-04-03tipc: fix regression bug where node events are not being generatedErik Hugne-0/+3
2014-03-27tipc: rename node create lock to protect node list and hlistYing Xue-4/+3
2014-03-27tipc: obsolete the remote management featureYing Xue-2/+0
2014-02-18tipc: align tipc function names with common naming practice in the networkYing Xue-5/+5
2012-08-20tipc: change tipc_net_start routine return value typeYing Xue-2/+1
2012-07-13tipc: use standard printk shortcut macros (pr_err etc.)Erik Hugne-4/+4
2012-04-26tipc: Enhance re-initialization of network topology serviceAllan Stephens-3/+0
2012-04-26tipc: Optimize re-initialization of configuration serviceAllan Stephens-2/+1
2012-04-19tipc: take lock while updating node network addressAllan Stephens-1/+2
2012-02-24tipc: Eliminate support for tipc_mode global variableAllan Stephens-6/+1
2012-02-24tipc: Eliminate trivial buffer manipulation helper routinesAllan Stephens-2/+2
2011-12-27tipc: Eliminate dynamic allocation of broadcast link data structuresAllan Stephens-4/+1
2011-12-27tipc: Minor correction to TIPC module unloadingAllan Stephens-1/+1
2011-09-01tipc: Remove obsolete manipulation of message re-route count fieldAllan Stephens-11/+0
2011-03-14tipc: delete extra semicolon blocking node deletionPaul Gortmaker-1/+1
2011-03-13tipc: manually inline net_start/stop, make assoc. vars staticAllan Stephens-21/+4
2011-03-13tipc: Convert node object array to a hash tableAllan Stephens-10/+5
2011-03-13tipc: Eliminate configuration for maximum number of cluster nodesAllan Stephens-2/+1
2011-03-13tipc: Split up unified structure of network-related variablesAllan Stephens-10/+12
2011-03-13tipc: Fix problem with missing link in "tipc-config -l" outputAllan Stephens-1/+2
2011-01-01tipc: remove redundant #includesAllan Stephens-2/+0
2011-01-01tipc: remove calls to dbg() and msg_dbg()Allan Stephens-10/+0
2011-01-01tipc: Remove prototype code for supporting multiple clustersAllan Stephens-6/+19
2011-01-01tipc: Remove prototype code for supporting inter-cluster routingAllan Stephens-45/+0
2011-01-01tipc: Remove prototype code for supporting multiple zonesAllan Stephens-16/+25
2010-12-02tipc: Remove obsolete inclusions of header filesAllan Stephens-5/+0
2010-10-13tipc: clean out all instances of #if 0'd unused codePaul Gortmaker-9/+0
2010-09-09tipc: Optimize handling excess content on incoming messagesPaul Gortmaker-0/+1
2010-05-12tipc: add tipc_ prefix to fcns targeted for un-inliningAllan Stephens-2/+2
2010-03-30tipc: define needless global scoped variable staticHagen Paul Pfeifer-1/+1