aboutsummaryrefslogtreecommitdiff
path: root/net/tipc/name_distr.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-29net/tipc: Remove unused struct distr_queue_itemGravatar Yuan Can 1-8/+0
2022-02-09tipc: rate limit warning for received illegal binding updateGravatar Jon Maloy 1-1/+1
2021-03-17tipc: remove some unnecessary warningsGravatar Jon Maloy 1-7/+0
2021-03-17tipc: simplify signature of tipc_nametbl_withdraw() functionsGravatar Jon Maloy 1-5/+6
2021-03-17tipc: simplify call signatures for publication creationGravatar Jon Maloy 1-11/+12
2021-03-17tipc: re-organize members of struct publicationGravatar Jon Maloy 1-33/+33
2020-12-01net/tipc: fix all function Return: notationGravatar Randy Dunlap 1-1/+1
2020-12-01net/tipc: fix name_distr.c kernel-docGravatar Randy Dunlap 1-0/+27
2020-10-30tipc: remove dead code in tipc_net and relativesGravatar Hoang Huu Le 1-19/+0
2020-10-09tipc: fix NULL pointer dereference in tipc_named_rcvGravatar Hoang Huu Le 1-1/+9
2020-06-17tipc: update a binding service via broadcastGravatar Hoang Huu Le 1-29/+87
2019-10-29tipc: improve throughput between nodes in netnsGravatar Hoang Le 1-1/+1
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-1/+2
2019-09-05tipc: add NULL pointer check before calling kfree_rcuGravatar Xin Long 1-1/+2
2019-08-18tipc: clean up skb list lock handling on send pathGravatar Jon Maloy 1-1/+1
2019-07-12tipc: ensure head->lock is initialisedGravatar Chris Packham 1-1/+1
2018-10-22tipc: eliminate message disordering during binding table updateGravatar Jon Maloy 1-8/+10
2018-10-15tipc: fix unsafe rcu locking when accessing publication listGravatar Tung Nguyen 1-2/+2
2018-03-31tipc: permit overlapping service ranges in name tableGravatar Jon Maloy 1-68/+22
2018-03-23tipc: add 128-bit node identifierGravatar Jon Maloy 1-4/+2
2018-03-23tipc: remove direct accesses to own_addr field in struct tipc_netGravatar Jon Maloy 1-5/+6
2018-03-17tipc: some name changesGravatar Jon Maloy 1-6/+6
2018-03-17tipc: merge two lists in struct publicationGravatar Jon Maloy 1-10/+10
2018-03-17tipc: remove zone publication list in name tableGravatar Jon Maloy 1-21/+18
2017-01-16tipc: allocate user memory with GFP_KERNEL flagGravatar Parthasarathy Bhuvaragan 1-1/+1
2016-10-29tipc: fix broadcast link synchronization problemGravatar Jon Paul Maloy 1-0/+1
2016-09-01tipc: fix random link resets while adding a second bearerGravatar Parthasarathy Bhuvaragan 1-3/+5
2016-04-11tipc: purge deferred updates from dead nodesGravatar Erik Hugne 1-0/+19
2016-04-11tipc: make dist queue pernetGravatar Erik Hugne 1-9/+7
2015-11-20tipc: reduce code dependency between binding table and node layerGravatar Jon Paul Maloy 1-64/+3
2015-11-20tipc: move linearization of buffers to generic codeGravatar Jon Paul Maloy 1-0/+1
2015-10-24tipc: ensure binding table initial distribution is sent via first linkGravatar Jon Paul Maloy 1-2/+2
2015-07-20tipc: make media xmit call outside node spinlock contextGravatar Jon Paul Maloy 1-2/+2
2015-07-20tipc: introduce link entry structure to struct tipc_nodeGravatar Jon Paul Maloy 1-1/+1
2015-03-29tipc: involve reference counter for node structureGravatar Ying Xue 1-0/+2
2015-02-27tipc: only create header copy for name distr messagesGravatar Erik Hugne 1-1/+1
2015-02-05tipc: resolve race problem at unicast message receptionGravatar Jon Paul Maloy 1-12/+21
2015-02-05tipc: reduce usage of context info in socket and linkGravatar Jon Paul Maloy 1-2/+3
2015-01-12tipc: make tipc node address support net namespaceGravatar Ying Xue 1-9/+12
2015-01-12tipc: name tipc name table support net namespaceGravatar Ying Xue 1-15/+22
2015-01-12tipc: make tipc node table aware of net namespaceGravatar Ying Xue 1-26/+31
2014-12-08tipc: convert name table read-write lock to RCUGravatar Ying Xue 1-14/+14
2014-12-08tipc: make name table allocated dynamicallyGravatar Ying Xue 1-34/+10
2014-12-08tipc: remove size variable from publ_list structGravatar Ying Xue 1-12/+7
2014-11-26tipc: use generic SKB list APIs to manage TIPC outgoing packet chainsGravatar Ying Xue 1-24/+22
2014-11-26tipc: remove node subscription infrastructureGravatar Ying Xue 1-7/+45
2014-09-10tipc: fix sparse warningsGravatar Erik Hugne 1-3/+4
2014-09-01tipc: add name distributor resiliency queueGravatar Erik Hugne 1-3/+66
2014-09-01tipc: refactor name table updates out of named packet receive routineGravatar Erik Hugne 1-36/+38
2014-07-16tipc: rename temporarily named functionsGravatar Jon Paul Maloy 1-2/+2