aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/net.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-18tipc: simplify the finalize work queueXin Long1-12/+3
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-04-07net: tipc: Fix spelling errors in net/tipc moduleZheng Yongjun1-1/+1
2021-03-17tipc: simplify signature of tipc_namtbl_publish()Jon Maloy1-2/+6
2020-11-27tipc: update address terminology in codeJon Maloy1-1/+1
2020-09-07tipc: fix a deadlock when flushing scheduled workHoang Huu Le1-15/+5
2019-12-20tipc: make legacy address flag readable over netlinkJohn Rutherford1-0/+56
2019-11-12tipc: update mon's self addr when node addr generatedHoang Le1-0/+2
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg1-3/+3
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek1-1/+1
2019-03-26tipc: change to check tipc_own_id to return in tipc_net_stopXin Long1-4/+1
2018-11-17tipc: fix lockdep warning when reinitilaizing socketsJon Maloy1-8/+37
2018-08-07tipc: fix an interrupt unsafe locking scenarioYing Xue1-3/+1
2018-07-07tipc: make function tipc_net_finalize() thread safeJon Maloy1-6/+11
2018-04-16tipc: fix possible crash in __tipc_nl_net_set()Eric Dumazet1-0/+2
2018-03-31tipc: permit overlapping service ranges in name tableJon Maloy1-1/+1
2018-03-23tipc: handle collisions of 32-bit node address hash valuesJon Maloy1-3/+1
2018-03-23tipc: add 128-bit node identifierJon Maloy1-16/+35
2018-03-23tipc: remove direct accesses to own_addr field in struct tipc_netJon Maloy1-18/+13
2018-03-23tipc: allow closest-first lookup algorithm when legacy address is configuredJon Maloy1-1/+1
2018-03-23tipc: remove restrictions on node address valuesJon Maloy1-2/+2
2018-03-17tipc: obsolete TIPC_ZONE_SCOPEJon Maloy1-1/+1
2018-02-14tipc: Introduce __tipc_nl_net_setYing Xue1-3/+12
2017-04-13netlink: pass extended ACK struct where availableJohannes Berg1-1/+1
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-2/+2
2017-02-17tipc: Fix tipc_sk_reinit race conditionsHerbert Xu1-0/+4
2016-03-07tipc: move netlink policies to netlink.cRichard Alpe1-5/+1
2016-03-06tipc: remove pre-allocated message header in link structJon Paul Maloy1-1/+0
2015-10-24tipc: create broadcast transmission link at namespace initJon Paul Maloy1-5/+1
2015-10-24tipc: move bcast definitions to bcast.cJon Paul Maloy1-2/+2
2015-05-14tipc: simplify include dependenciesJon Paul Maloy1-0/+1
2015-02-09tipc: nl compat add noop and remove legacy nl frameworkRichard Alpe1-2/+0
2015-02-09tipc: convert legacy nl node addr set to nl compatRichard Alpe1-1/+1
2015-02-09tipc: move and rename the legacy nl api to "nl compat"Richard Alpe1-1/+1
2015-01-12tipc: make tipc node address support net namespaceYing Xue1-9/+11
2015-01-12tipc: name tipc name table support net namespaceYing Xue1-1/+1
2015-01-12tipc: make tipc socket support net namespaceYing Xue1-1/+1
2015-01-12tipc: make tipc broadcast link support net namespaceYing Xue1-0/+1
2015-01-12tipc: make bearer list support net namespaceYing Xue1-2/+2
2015-01-12tipc: make tipc node table aware of net namespaceYing Xue1-5/+6
2015-01-12tipc: involve namespace infrastructureYing Xue1-8/+14
2014-11-21tipc: add net set to new netlink apiRichard Alpe1-0/+47
2014-11-21tipc: add net dump to new netlink apiRichard Alpe1-0/+59
2014-08-23tipc: remove include file port.hJon Paul Maloy1-1/+0
2014-08-23tipc: use registry when scanning socketsJon Paul Maloy1-1/+1
2014-06-27tipc: same receive code path for connection protocol and data messagesJon Paul Maloy1-40/+0
2014-06-27tipc: introduce message evaluation functionJon Paul Maloy1-27/+6
2014-05-14tipc: merge port message reception into socket reception functionJon Paul Maloy1-1/+2
2014-05-05tipc: convert allocations of global variables associated with bclinkYing Xue1-2/+7
2014-04-22tipc: purge tipc_net_lock lockYing Xue1-35/+24
2014-04-22tipc: use RTNL lock to protect tipc_net_stop routineYing Xue1-0/+2
2014-04-03tipc: fix regression bug where node events are not being generatedErik Hugne1-0/+3
2014-03-27tipc: rename node create lock to protect node list and hlistYing Xue1-4/+3
2014-03-27tipc: obsolete the remote management featureYing Xue1-2/+0
2014-02-18tipc: align tipc function names with common naming practice in the networkYing Xue1-5/+5
2012-08-20tipc: change tipc_net_start routine return value typeYing Xue1-2/+1
2012-07-13tipc: use standard printk shortcut macros (pr_err etc.)Erik Hugne1-4/+4
2012-04-26tipc: Enhance re-initialization of network topology serviceAllan Stephens1-3/+0
2012-04-26tipc: Optimize re-initialization of configuration serviceAllan Stephens1-2/+1
2012-04-19tipc: take lock while updating node network addressAllan Stephens1-1/+2
2012-02-24tipc: Eliminate support for tipc_mode global variableAllan Stephens1-6/+1
2012-02-24tipc: Eliminate trivial buffer manipulation helper routinesAllan Stephens1-2/+2
2011-12-27tipc: Eliminate dynamic allocation of broadcast link data structuresAllan Stephens1-4/+1
2011-12-27tipc: Minor correction to TIPC module unloadingAllan Stephens1-1/+1
2011-09-01tipc: Remove obsolete manipulation of message re-route count fieldAllan Stephens1-11/+0
2011-03-14tipc: delete extra semicolon blocking node deletionPaul Gortmaker1-1/+1
2011-03-13tipc: manually inline net_start/stop, make assoc. vars staticAllan Stephens1-21/+4
2011-03-13tipc: Convert node object array to a hash tableAllan Stephens1-10/+5
2011-03-13tipc: Eliminate configuration for maximum number of cluster nodesAllan Stephens1-2/+1
2011-03-13tipc: Split up unified structure of network-related variablesAllan Stephens1-10/+12
2011-03-13tipc: Fix problem with missing link in "tipc-config -l" outputAllan Stephens1-1/+2
2011-01-01tipc: remove redundant #includesAllan Stephens1-2/+0
2011-01-01tipc: remove calls to dbg() and msg_dbg()Allan Stephens1-10/+0
2011-01-01tipc: Remove prototype code for supporting multiple clustersAllan Stephens1-6/+19
2011-01-01tipc: Remove prototype code for supporting inter-cluster routingAllan Stephens1-45/+0
2011-01-01tipc: Remove prototype code for supporting multiple zonesAllan Stephens1-16/+25
2010-12-02tipc: Remove obsolete inclusions of header filesAllan Stephens1-5/+0
2010-10-13tipc: clean out all instances of #if 0'd unused codePaul Gortmaker1-9/+0
2010-09-09tipc: Optimize handling excess content on incoming messagesPaul Gortmaker1-0/+1
2010-05-12tipc: add tipc_ prefix to fcns targeted for un-inliningAllan Stephens1-2/+2
2010-03-30tipc: define needless global scoped variable staticHagen Paul Pfeifer1-1/+1
2010-03-24tipc: remove trailing space in messagesFrans Pop1-1/+1
2010-03-04tipc: Fix oops on send prior to entering networked mode (v3)Neil Horman1-21/+4
2008-09-02tipc: Don't use structure names which easily globally conflict.David S. Miller1-1/+1
2008-07-14tipc: Eliminate improper use of TIPC_OK error codeAllan Stephens1-2/+2
2008-05-21tipc: Fix initialization sequence problems when entering network modeAllan Stephens1-3/+7
2007-02-10[NET] TIPC: Fix whitespace errors.YOSHIFUJI Hideaki1-37/+37
2006-07-21[NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris1-4/+1
2006-06-27[PATCH] spin/rwlock init cleanupsIngo Molnar1-1/+1
2006-03-20[TIPC]: CleanupsAdrian Bunk1-1/+2
2006-03-20[TIPC]: Fix simple sparse warningsSam Ravnborg1-2/+2
2006-01-18[TIPC] Avoid polluting the global namespacePer Liden1-63/+63
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-8/+12
2006-01-12[TIPC] Initial mergePer Liden1-0/+308