summaryrefslogtreecommitdiff
path: root/net/tipc/name_distr.c
AgeCommit message (Expand)Author
2022-09-29net/tipc: Remove unused struct distr_queue_itemYuan Can
2022-02-09tipc: rate limit warning for received illegal binding updateJon Maloy
2021-03-17tipc: remove some unnecessary warningsJon Maloy
2021-03-17tipc: simplify signature of tipc_nametbl_withdraw() functionsJon Maloy
2021-03-17tipc: simplify call signatures for publication creationJon Maloy
2021-03-17tipc: re-organize members of struct publicationJon Maloy
2020-12-01net/tipc: fix all function Return: notationRandy Dunlap
2020-12-01net/tipc: fix name_distr.c kernel-docRandy Dunlap
2020-10-30tipc: remove dead code in tipc_net and relativesHoang Huu Le
2020-10-09tipc: fix NULL pointer dereference in tipc_named_rcvHoang Huu Le
2020-06-17tipc: update a binding service via broadcastHoang Huu Le
2019-10-29tipc: improve throughput between nodes in netnsHoang Le
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-09-05tipc: add NULL pointer check before calling kfree_rcuXin Long
2019-08-18tipc: clean up skb list lock handling on send pathJon Maloy
2019-07-12tipc: ensure head->lock is initialisedChris Packham
2018-10-22tipc: eliminate message disordering during binding table updateJon Maloy
2018-10-15tipc: fix unsafe rcu locking when accessing publication listTung Nguyen
2018-03-31tipc: permit overlapping service ranges in name tableJon Maloy
2018-03-23tipc: add 128-bit node identifierJon Maloy
2018-03-23tipc: remove direct accesses to own_addr field in struct tipc_netJon Maloy
2018-03-17tipc: some name changesJon Maloy
2018-03-17tipc: merge two lists in struct publicationJon Maloy
2018-03-17tipc: remove zone publication list in name tableJon Maloy
2017-01-16tipc: allocate user memory with GFP_KERNEL flagParthasarathy Bhuvaragan
2016-10-29tipc: fix broadcast link synchronization problemJon Paul Maloy
2016-09-01tipc: fix random link resets while adding a second bearerParthasarathy Bhuvaragan
2016-04-11tipc: purge deferred updates from dead nodesErik Hugne
2016-04-11tipc: make dist queue pernetErik Hugne
2015-11-20tipc: reduce code dependency between binding table and node layerJon Paul Maloy
2015-11-20tipc: move linearization of buffers to generic codeJon Paul Maloy
2015-10-24tipc: ensure binding table initial distribution is sent via first linkJon Paul Maloy
2015-07-20tipc: make media xmit call outside node spinlock contextJon Paul Maloy
2015-07-20tipc: introduce link entry structure to struct tipc_nodeJon Paul Maloy
2015-03-29tipc: involve reference counter for node structureYing Xue
2015-02-27tipc: only create header copy for name distr messagesErik Hugne
2015-02-05tipc: resolve race problem at unicast message receptionJon Paul Maloy
2015-02-05tipc: reduce usage of context info in socket and linkJon Paul Maloy
2015-01-12tipc: make tipc node address support net namespaceYing Xue
2015-01-12tipc: name tipc name table support net namespaceYing Xue
2015-01-12tipc: make tipc node table aware of net namespaceYing Xue
2014-12-08tipc: convert name table read-write lock to RCUYing Xue
2014-12-08tipc: make name table allocated dynamicallyYing Xue
2014-12-08tipc: remove size variable from publ_list structYing Xue
2014-11-26tipc: use generic SKB list APIs to manage TIPC outgoing packet chainsYing Xue
2014-11-26tipc: remove node subscription infrastructureYing Xue
2014-09-10tipc: fix sparse warningsErik Hugne
2014-09-01tipc: add name distributor resiliency queueErik Hugne
2014-09-01tipc: refactor name table updates out of named packet receive routineErik Hugne
2014-07-16tipc: rename temporarily named functionsJon Paul Maloy