summaryrefslogtreecommitdiffstats
path: root/net/tipc/node.h
Commit message (Expand)AuthorAgeFilesLines
* tipc: improve TIPC throughput by Gap ACK blocksTuong Lien2019-04-051-2/+4
* tipc: introduce new capability flag for clusterHoang Le2019-03-191-2/+4
* tipc: enable tracepoints in tipcTuong Lien2018-12-191-0/+1
* tipc: add SYN bit to connection setup messagesJon Maloy2018-09-291-5/+7
* tipc: add sequence number check for link STATE messagesJon Maloy2018-07-121-6/+8
* tipc: introduce ioctl for fetching node identityJon Maloy2018-04-271-0/+1
* tipc: confgiure and apply UDP bearer MTU on running linksGhantaKrishnamurthy MohanKrishna2018-04-201-1/+1
* tipc: handle collisions of 32-bit node address hash valuesJon Maloy2018-03-231-1/+2
* tipc: add 128-bit node identifierJon Maloy2018-03-231-2/+2
* tipc: remove restrictions on node address valuesJon Maloy2018-03-231-2/+3
* tipc: apply bearer link tolerance on running linksJon Maloy2018-02-141-0/+1
* tipc: introduce communication groupsJon Maloy2017-10-131-1/+2
* tipc: add new function for sending multiple small messagesJon Maloy2017-10-131-0/+1
* tipc: add ability to obtain node availability status from other filesJon Maloy2017-10-131-0/+1
* tipc: make replicast a user selectable optionJon Paul Maloy2017-01-201-1/+3
* tipc: transfer broadcast nacks in link state messagesJon Paul Maloy2016-09-031-4/+7
* tipc: add peer removal functionalityRichard Alpe2016-08-191-0/+1
* tipc: dump monitor attributesParthasarathy Bhuvaragan2016-07-261-0/+3
* tipc: get monitor threshold for the clusterParthasarathy Bhuvaragan2016-07-261-0/+1
* tipc: make cluster size threshold for monitoring configurableParthasarathy Bhuvaragan2016-07-261-0/+1
* tipc: redesign connection-level flow controlJon Paul Maloy2016-05-031-2/+3
* tipc: propagate peer node capabilities to socket layerJon Paul Maloy2016-05-031-0/+1
* tipc: narrow down interface towards struct tipc_linkJon Paul Maloy2015-11-201-2/+2
* tipc: narrow down exposure of struct tipc_nodeJon Paul Maloy2015-11-201-113/+4Star
* tipc: convert node lock to rwlockJon Paul Maloy2015-11-201-7/+3Star
* tipc: introduce per-link spinlockJon Paul Maloy2015-11-201-1/+2
* tipc: reduce code dependency between binding table and node layerJon Paul Maloy2015-11-201-0/+3
* tipc: clean up unused code and structuresJon Paul Maloy2015-10-241-29/+1Star
* tipc: let broadcast packet reception use new link receive functionJon Paul Maloy2015-10-241-0/+9
* tipc: introduce capability bit for broadcast synchronizationJon Paul Maloy2015-10-241-0/+8
* tipc: remove implicit message delivery in node_unlock()Jon Paul Maloy2015-07-311-4/+0Star
* tipc: move received discovery data evaluation inside node.cJon Paul Maloy2015-07-311-6/+5Star
* tipc: move link synch and failover to link aggregation levelJon Paul Maloy2015-07-311-28/+3Star
* tipc: extend node FSMJon Paul Maloy2015-07-311-4/+10
* tipc: move all link_reset() calls to link aggregation levelJon Paul Maloy2015-07-311-0/+1
* tipc: reduce locking scope during packet receptionJon Paul Maloy2015-07-211-4/+0Star
* tipc: introduce node contact FSMJon Paul Maloy2015-07-211-7/+21
* tipc: move link supervision timer to node levelJon Paul Maloy2015-07-211-0/+2
* tipc: make media xmit call outside node spinlock contextJon Paul Maloy2015-07-211-0/+4
* tipc: use bearer index when looking up active linksJon Paul Maloy2015-07-211-11/+15
* tipc: move link input queue to tipc_nodeJon Paul Maloy2015-07-211-1/+2
* tipc: move link creation from neighbor discoverer to nodeJon Paul Maloy2015-07-211-0/+6
* tipc: introduce link entry structure to struct tipc_nodeJon Paul Maloy2015-07-211-20/+30
* tipc: simplify include dependenciesJon Paul Maloy2015-05-141-2/+0Star
* tipc: involve reference counter for node structureYing Xue2015-03-291-2/+7
* tipc: fix potential deadlock when all links are resetYing Xue2015-03-291-1/+2
* tipc: split link outqueueJon Paul Maloy2015-03-141-1/+1
* tipc: add framework for node capabilities exchangeJon Paul Maloy2015-03-141-1/+3
* tipc: convert legacy nl node dump to nl compatRichard Alpe2015-02-091-2/+0Star
* tipc: convert legacy nl link dump to nl compatRichard Alpe2015-02-091-2/+0Star