aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/config.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-09tipc: nl compat add noop and remove legacy nl frameworkRichard Alpe1-157/+0
2015-02-09tipc: convert legacy nl stats show to nl compatRichard Alpe1-35/+0
2015-02-09tipc: convert legacy nl net id get to nl compatRichard Alpe1-23/+0
2015-02-09tipc: convert legacy nl net id set to nl compatRichard Alpe1-23/+0
2015-02-09tipc: convert legacy nl node addr set to nl compatRichard Alpe1-26/+0
2015-02-09tipc: convert legacy nl node dump to nl compatRichard Alpe1-4/+0
2015-02-09tipc: convert legacy nl media dump to nl compatRichard Alpe1-3/+0
2015-02-09tipc: convert legacy nl socket dump to nl compatRichard Alpe1-3/+0
2015-02-09tipc: convert legacy nl name table dump to nl compatRichard Alpe1-4/+0
2015-02-09tipc: convert legacy nl link stat reset to nl compatRichard Alpe1-4/+0
2015-02-09tipc: convert legacy nl link prop set to nl compatRichard Alpe1-6/+0
2015-02-09tipc: convert legacy nl link dump to nl compatRichard Alpe1-4/+0
2015-02-09tipc: convert legacy nl link stat to nl compatRichard Alpe1-4/+0
2015-02-09tipc: convert legacy nl bearer enable/disable to nl compatRichard Alpe1-33/+0
2015-02-09tipc: convert legacy nl bearer dump to nl compatRichard Alpe1-3/+0
2015-01-12tipc: make tipc node address support net namespaceYing Xue1-4/+5
2015-01-12tipc: name tipc name table support net namespaceYing Xue1-1/+2
2015-01-12tipc: make tipc socket support net namespaceYing Xue1-1/+1
2015-01-12tipc: make bearer list support net namespaceYing Xue1-1/+1
2015-01-12tipc: make tipc node table aware of net namespaceYing Xue1-8/+13
2015-01-12tipc: involve namespace infrastructureYing Xue1-13/+16
2015-01-08tipc: convert tipc reference table to use generic rhashtableYing Xue1-22/+2
2014-08-23tipc: use registry when scanning socketsJon Paul Maloy1-2/+2
2014-05-05tipc: convert allocations of global variables associated with bclinkYing Xue1-2/+4
2014-04-22tipc: replace config_mutex lock with RTNL lockYing Xue1-4/+2
2014-03-27tipc: obsolete the remote management featureYing Xue1-104/+3
2014-03-06tipc: allow connection shutdown callback to be invoked in advanceYing Xue1-7/+2
2014-02-22tipc: make bearer set up in module insertion stageYing Xue1-1/+1
2013-06-17tipc: convert config_lock from spinlock to mutexYing Xue1-14/+3
2013-06-17tipc: convert configuration server to use new server facilityYing Xue1-57/+45
2012-08-20tipc: eliminate configuration for maximum number of name publicationsYing Xue1-21/+2
2012-08-20tipc: eliminate configuration for maximum number of name subscriptionsYing Xue1-22/+3
2012-07-13tipc: remove print_buf and deprecated log buffer codeErik Hugne1-6/+2
2012-07-13tipc: phase out most of the struct print_buf usageErik Hugne1-9/+18
2012-07-13tipc: use standard printk shortcut macros (pr_err etc.)Erik Hugne1-3/+3
2012-04-30tipc: compress out gratuitous extra carriage returnsPaul Gortmaker1-7/+0
2012-04-26tipc: Optimize termination of configuration serviceAllan Stephens1-4/+2
2012-04-26tipc: Optimize re-initialization of configuration serviceAllan Stephens1-0/+15
2012-04-19tipc: Ensure network address change doesn't impact configuration serviceAllan Stephens1-1/+1
2012-02-24tipc: Eliminate support for tipc_mode global variableAllan Stephens1-2/+2
2012-02-24tipc: Eliminate obsolete support for "not running" modeAllan Stephens1-5/+2
2012-02-24tipc: nuke the delimit static inline function.Paul Gortmaker1-4/+4
2012-02-24tipc: Simplify enforcement of reserved name type prohibitionAllan Stephens1-1/+1
2011-12-27tipc: Revise comment justifying release of configuration spinlockAllan Stephens1-7/+6
2011-03-13tipc: Correct misnamed references to neighbor discovery domainAllan Stephens1-1/+1
2011-03-13tipc: Eliminate configuration for maximum number of cluster nodesAllan Stephens1-26/+3
2011-01-01tipc: cleanup various cosmetic whitespace issuesAllan Stephens1-2/+1
2011-01-01tipc: remove redundant #includesAllan Stephens1-1/+0
2011-01-01tipc: remove calls to dbg() and msg_dbg()Allan Stephens1-3/+1
2011-01-01tipc: Remove user registry subsystemAllan Stephens1-1/+1
2011-01-01tipc: Eliminate use of user registry by configuration serviceAllan Stephens1-19/+7
2011-01-01tipc: Remove prototype code for supporting multiple clustersAllan Stephens1-19/+2
2011-01-01tipc: Remove prototype code for supporting slave nodesAllan Stephens1-19/+2
2011-01-01tipc: Remove prototype code for supporting multiple zonesAllan Stephens1-25/+5
2010-12-02tipc: Remove support for TIPC mode change callbackAllan Stephens1-1/+1
2010-12-02tipc: Delete unused configuration service structure definitionAllan Stephens1-7/+0
2010-12-02tipc: Remove obsolete inclusions of header filesAllan Stephens1-5/+0
2010-12-02tipc: Remove obsolete native API files and exportsAllan Stephens1-1/+1
2010-10-16tipc: cleanup function namespacestephen hemminger1-1/+6
2010-10-13tipc: clean out all instances of #if 0'd unused codePaul Gortmaker1-141/+0
2010-05-12tipc: Add support for "-s" configuration optionAllan Stephens1-1/+39
2010-05-12tipc: Prune unused data structures from configuration serviceAllan Stephens1-14/+14
2008-05-21tipc: Fix initialization sequence problems when entering network modeAllan Stephens1-2/+1
2008-05-21tipc: Fix skb_under_panic when configuring TIPC without privilegesAllan Stephens1-1/+5
2008-05-05tipc: Simplify log buffer resizingAllan Stephens1-1/+1
2007-04-25[SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo1-1/+1
2007-02-10[NET] TIPC: Fix whitespace errors.YOSHIFUJI Hideaki1-8/+8
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day1-1/+1
2006-12-02[TIPC]: endianness annotationsAl Viro1-21/+11
2006-10-18[TIPC]: Unrecognized configuration command now returns error messageAllan Stephens1-2/+3
2006-06-27[PATCH] spin/rwlock init cleanupsIngo Molnar1-1/+1
2006-06-25[TIPC]: Enhanced & cleaned up system messages; fixed 2 obscure memory leaks.Allan Stephens1-1/+1
2006-06-25[TIPC]: Disallow config operations that aren't supported in certain modes.Allan Stephens1-45/+38
2006-03-20[TIPC]: Fix simple sparse warningsSam Ravnborg1-2/+2
2006-01-18[TIPC] Avoid polluting the global namespacePer Liden1-109/+109
2006-01-12[TIPC] More updates of file headersPer Liden1-1/+1
2006-01-12[TIPC] Update of file headersPer Liden1-2/+1
2006-01-12[TIPC] License header updatePer Liden1-19/+23
2006-01-12[TIPC] Initial mergePer Liden1-0/+715