aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/link.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-08tipc: introduce TIPC encryption & authenticationTuong Lien1-0/+1
2019-05-04tipc: fix missing Name entries due to half-failoverTuong Lien1-0/+2
2018-12-19tipc: add trace_events for tipc linkTuong Lien1-0/+1
2018-12-19tipc: enable tracepoints in tipcTuong Lien1-0/+1
2018-09-29tipc: fix failover problemLUU Duc Canh1-0/+3
2018-07-11tipc: check session number before accepting link protocol messagesJon Maloy1-0/+1
2018-07-11tipc: add sequence number check for link STATE messagesJon Maloy1-0/+1
2018-03-23tipc: handle collisions of 32-bit node address hash valuesJon Maloy1-2/+2
2016-09-02tipc: transfer broadcast nacks in link state messagesJon Paul Maloy1-3/+3
2016-04-15tipc: let first message on link be a state messageJon Paul Maloy1-1/+1
2016-03-06tipc: remove pre-allocated message header in link structJon Paul Maloy1-1/+0
2016-02-06tipc: fix link attribute propagation bugRichard Alpe1-2/+4
2015-11-20tipc: eliminate remnants of hungarian notationJon Paul Maloy1-1/+1
2015-11-20tipc: narrow down interface towards struct tipc_linkJon Paul Maloy1-155/+15
2015-11-20tipc: narrow down exposure of struct tipc_nodeJon Paul Maloy1-4/+5
2015-10-24tipc: clean up unused code and structuresJon Paul Maloy1-14/+1
2015-10-24tipc: eliminate link's reference to owner nodeJon Paul Maloy1-5/+6
2015-10-24tipc: introduce jumbo frame support for broadcastJon Paul Maloy1-0/+2
2015-10-24tipc: let broadcast packet reception use new link receive functionJon Paul Maloy1-11/+32
2015-10-24tipc: introduce capability bit for broadcast synchronizationJon Paul Maloy1-2/+4
2015-10-24tipc: let broadcast transmission use new link transmit functionJon Paul Maloy1-0/+4
2015-10-24tipc: make struct tipc_link generic to support broadcastJon Paul Maloy1-0/+7
2015-10-24tipc: use explicit allocation of broadcast send linkJon Paul Maloy1-0/+4
2015-10-24tipc: make link implementation independent from struct tipc_bearerJon Paul Maloy1-2/+4
2015-10-15tipc: update node FSM when peer RESET message is receivedJon Paul Maloy1-0/+1
2015-10-15tipc: send out RESET immediately when link goes downJon Paul Maloy1-0/+1
2015-10-15tipc: delay ESTABLISH state event when link is establishedJon Paul Maloy1-0/+1
2015-10-15tipc: improve sequence number checkingJon Paul Maloy1-1/+1
2015-07-30tipc: clean up link creationJon Paul Maloy1-13/+5
2015-07-30tipc: merge link->exec_mode and link->state into one FSMJon Paul Maloy1-9/+16
2015-07-30tipc: move protocol message sending away from link FSMJon Paul Maloy1-0/+2
2015-07-30tipc: move link synch and failover to link aggregation levelJon Paul Maloy1-8/+6
2015-07-30tipc: move all link_reset() calls to link aggregation levelJon Paul Maloy1-3/+0
2015-07-30tipc: eliminate function tipc_link_activate()Jon Paul Maloy1-1/+0
2015-07-20tipc: reduce locking scope during packet receptionJon Paul Maloy1-2/+4
2015-07-20tipc: move link supervision timer to node levelJon Paul Maloy1-2/+0
2015-07-20tipc: simplify link timer implementationJon Paul Maloy1-0/+1
2015-07-20tipc: improve link FSM implementationJon Paul Maloy1-0/+7
2015-07-20tipc: clean up definitions and usage of link flagsJon Paul Maloy1-36/+8
2015-07-20tipc: make media xmit call outside node spinlock contextJon Paul Maloy1-4/+2
2015-07-20tipc: move link input queue to tipc_nodeJon Paul Maloy1-5/+7
2015-06-28tipc: purge backlog queue counters when broadcast link is resetJon Paul Maloy1-0/+1
2015-05-14tipc: simplify link supervision checkpointingJon Paul Maloy1-2/+0
2015-05-14tipc: rename fields in struct tipc_linkJon Paul Maloy1-10/+10
2015-05-14tipc: simplify packet sequence number handlingJon Paul Maloy1-37/+4
2015-05-14tipc: simplify resetting and disabling of bearersJon Paul Maloy1-3/+1
2015-04-02tipc: simplify link mtu negotiationJon Paul Maloy1-7/+5
2015-04-02tipc: eliminate delayed link deletion at link failoverJon Paul Maloy1-8/+9
2015-03-25tipc: eliminate race condition at dual link establishmentJon Paul Maloy1-0/+2
2015-03-25tipc: introduce starvation free send algorithmJon Paul Maloy1-2/+5