aboutsummaryrefslogtreecommitdiff
path: root/net/tipc/net.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-18tipc: simplify the finalize work queueGravatar Xin Long 1-12/+3
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-1/+1
2021-04-07net: tipc: Fix spelling errors in net/tipc moduleGravatar Zheng Yongjun 1-1/+1
2021-03-17tipc: simplify signature of tipc_namtbl_publish()Gravatar Jon Maloy 1-2/+6
2020-11-27tipc: update address terminology in codeGravatar Jon Maloy 1-1/+1
2020-09-07tipc: fix a deadlock when flushing scheduled workGravatar Hoang Huu Le 1-15/+5
2019-12-20tipc: make legacy address flag readable over netlinkGravatar John Rutherford 1-0/+56
2019-11-12tipc: update mon's self addr when node addr generatedGravatar Hoang Le 1-0/+2
2019-04-27netlink: make validation more configurable for future strictnessGravatar Johannes Berg 1-3/+3
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagGravatar Michal Kubecek 1-1/+1
2019-03-26tipc: change to check tipc_own_id to return in tipc_net_stopGravatar Xin Long 1-4/+1
2018-11-17tipc: fix lockdep warning when reinitilaizing socketsGravatar Jon Maloy 1-8/+37
2018-08-07tipc: fix an interrupt unsafe locking scenarioGravatar Ying Xue 1-3/+1
2018-07-07tipc: make function tipc_net_finalize() thread safeGravatar Jon Maloy 1-6/+11
2018-04-16tipc: fix possible crash in __tipc_nl_net_set()Gravatar Eric Dumazet 1-0/+2
2018-03-31tipc: permit overlapping service ranges in name tableGravatar Jon Maloy 1-1/+1
2018-03-23tipc: handle collisions of 32-bit node address hash valuesGravatar Jon Maloy 1-3/+1
2018-03-23tipc: add 128-bit node identifierGravatar Jon Maloy 1-16/+35
2018-03-23tipc: remove direct accesses to own_addr field in struct tipc_netGravatar Jon Maloy 1-18/+13
2018-03-23tipc: allow closest-first lookup algorithm when legacy address is configuredGravatar Jon Maloy 1-1/+1
2018-03-23tipc: remove restrictions on node address valuesGravatar Jon Maloy 1-2/+2
2018-03-17tipc: obsolete TIPC_ZONE_SCOPEGravatar Jon Maloy 1-1/+1
2018-02-14tipc: Introduce __tipc_nl_net_setGravatar Ying Xue 1-3/+12
2017-04-13netlink: pass extended ACK struct where availableGravatar Johannes Berg 1-1/+1
2017-04-13netlink: pass extended ACK struct to parsing functionsGravatar Johannes Berg 1-2/+2
2017-02-17tipc: Fix tipc_sk_reinit race conditionsGravatar Herbert Xu 1-0/+4
2016-03-07tipc: move netlink policies to netlink.cGravatar Richard Alpe 1-5/+1
2016-03-06tipc: remove pre-allocated message header in link structGravatar Jon Paul Maloy 1-1/+0
2015-10-24tipc: create broadcast transmission link at namespace initGravatar Jon Paul Maloy 1-5/+1
2015-10-24tipc: move bcast definitions to bcast.cGravatar Jon Paul Maloy 1-2/+2
2015-05-14tipc: simplify include dependenciesGravatar Jon Paul Maloy 1-0/+1
2015-02-09tipc: nl compat add noop and remove legacy nl frameworkGravatar Richard Alpe 1-2/+0
2015-02-09tipc: convert legacy nl node addr set to nl compatGravatar Richard Alpe 1-1/+1
2015-02-09tipc: move and rename the legacy nl api to "nl compat"Gravatar Richard Alpe 1-1/+1
2015-01-12tipc: make tipc node address support net namespaceGravatar Ying Xue 1-9/+11
2015-01-12tipc: name tipc name table support net namespaceGravatar Ying Xue 1-1/+1
2015-01-12tipc: make tipc socket support net namespaceGravatar Ying Xue 1-1/+1
2015-01-12tipc: make tipc broadcast link support net namespaceGravatar Ying Xue 1-0/+1
2015-01-12tipc: make bearer list support net namespaceGravatar Ying Xue 1-2/+2
2015-01-12tipc: make tipc node table aware of net namespaceGravatar Ying Xue 1-5/+6
2015-01-12tipc: involve namespace infrastructureGravatar Ying Xue 1-8/+14
2014-11-21tipc: add net set to new netlink apiGravatar Richard Alpe 1-0/+47
2014-11-21tipc: add net dump to new netlink apiGravatar Richard Alpe 1-0/+59
2014-08-23tipc: remove include file port.hGravatar Jon Paul Maloy 1-1/+0
2014-08-23tipc: use registry when scanning socketsGravatar Jon Paul Maloy 1-1/+1
2014-06-27tipc: same receive code path for connection protocol and data messagesGravatar Jon Paul Maloy 1-40/+0
2014-06-27tipc: introduce message evaluation functionGravatar Jon Paul Maloy 1-27/+6
2014-05-14tipc: merge port message reception into socket reception functionGravatar Jon Paul Maloy 1-1/+2
2014-05-05tipc: convert allocations of global variables associated with bclinkGravatar Ying Xue 1-2/+7
2014-04-22tipc: purge tipc_net_lock lockGravatar Ying Xue 1-35/+24