summaryrefslogtreecommitdiff
path: root/net/tipc/link.h
Commit message (Expand)AuthorAgeFilesLines
* tipc: simplify the finalize work queueXin Long2021-05-181-0/+1
* tipc: add support for broadcast rcv stats dumpingTuong Lien2020-05-261-2/+1
* tipc: enable broadcast retrans via unicastTuong Lien2020-05-261-1/+2
* tipc: introduce Gap ACK blocks for broadcast linkTuong Lien2020-05-261-2/+5
* tipc: introduce variable window congestion controlJon Maloy2019-12-101-4/+5
* tipc: introduce TIPC encryption & authenticationTuong Lien2019-11-081-0/+1
* tipc: fix missing Name entries due to half-failoverTuong Lien2019-05-041-0/+2
* tipc: add trace_events for tipc linkTuong Lien2018-12-191-0/+1
* tipc: enable tracepoints in tipcTuong Lien2018-12-191-0/+1
* tipc: fix failover problemLUU Duc Canh2018-09-291-0/+3
* tipc: check session number before accepting link protocol messagesJon Maloy2018-07-111-0/+1
* tipc: add sequence number check for link STATE messagesJon Maloy2018-07-111-0/+1
* tipc: handle collisions of 32-bit node address hash valuesJon Maloy2018-03-231-2/+2
* tipc: transfer broadcast nacks in link state messagesJon Paul Maloy2016-09-021-3/+3
* tipc: let first message on link be a state messageJon Paul Maloy2016-04-151-1/+1
* tipc: remove pre-allocated message header in link structJon Paul Maloy2016-03-061-1/+0
* tipc: fix link attribute propagation bugRichard Alpe2016-02-061-2/+4
* tipc: eliminate remnants of hungarian notationJon Paul Maloy2015-11-201-1/+1
* tipc: narrow down interface towards struct tipc_linkJon Paul Maloy2015-11-201-155/+15
* tipc: narrow down exposure of struct tipc_nodeJon Paul Maloy2015-11-201-4/+5
* tipc: clean up unused code and structuresJon Paul Maloy2015-10-241-14/+1
* tipc: eliminate link's reference to owner nodeJon Paul Maloy2015-10-241-5/+6
* tipc: introduce jumbo frame support for broadcastJon Paul Maloy2015-10-241-0/+2
* tipc: let broadcast packet reception use new link receive functionJon Paul Maloy2015-10-241-11/+32
* tipc: introduce capability bit for broadcast synchronizationJon Paul Maloy2015-10-241-2/+4
* tipc: let broadcast transmission use new link transmit functionJon Paul Maloy2015-10-241-0/+4
* tipc: make struct tipc_link generic to support broadcastJon Paul Maloy2015-10-241-0/+7
* tipc: use explicit allocation of broadcast send linkJon Paul Maloy2015-10-241-0/+4
* tipc: make link implementation independent from struct tipc_bearerJon Paul Maloy2015-10-241-2/+4
* tipc: update node FSM when peer RESET message is receivedJon Paul Maloy2015-10-151-0/+1
* tipc: send out RESET immediately when link goes downJon Paul Maloy2015-10-151-0/+1
* tipc: delay ESTABLISH state event when link is establishedJon Paul Maloy2015-10-151-0/+1
* tipc: improve sequence number checkingJon Paul Maloy2015-10-151-1/+1
* tipc: clean up link creationJon Paul Maloy2015-07-301-13/+5
* tipc: merge link->exec_mode and link->state into one FSMJon Paul Maloy2015-07-301-9/+16
* tipc: move protocol message sending away from link FSMJon Paul Maloy2015-07-301-0/+2
* tipc: move link synch and failover to link aggregation levelJon Paul Maloy2015-07-301-8/+6
* tipc: move all link_reset() calls to link aggregation levelJon Paul Maloy2015-07-301-3/+0
* tipc: eliminate function tipc_link_activate()Jon Paul Maloy2015-07-301-1/+0
* tipc: reduce locking scope during packet receptionJon Paul Maloy2015-07-201-2/+4
* tipc: move link supervision timer to node levelJon Paul Maloy2015-07-201-2/+0
* tipc: simplify link timer implementationJon Paul Maloy2015-07-201-0/+1
* tipc: improve link FSM implementationJon Paul Maloy2015-07-201-0/+7
* tipc: clean up definitions and usage of link flagsJon Paul Maloy2015-07-201-36/+8
* tipc: make media xmit call outside node spinlock contextJon Paul Maloy2015-07-201-4/+2
* tipc: move link input queue to tipc_nodeJon Paul Maloy2015-07-201-5/+7
* tipc: purge backlog queue counters when broadcast link is resetJon Paul Maloy2015-06-281-0/+1
* tipc: simplify link supervision checkpointingJon Paul Maloy2015-05-141-2/+0
* tipc: rename fields in struct tipc_linkJon Paul Maloy2015-05-141-10/+10
* tipc: simplify packet sequence number handlingJon Paul Maloy2015-05-141-37/+4