aboutsummaryrefslogtreecommitdiff
path: root/net/tipc/link.h
AgeCommit message (Expand)AuthorFilesLines
2023-08-09tipc: Remove unused declaration tipc_link_build_bc_sync_msg()Gravatar Yue Haibing 1-2/+0
2021-05-18tipc: simplify the finalize work queueGravatar Xin Long 1-0/+1
2020-05-26tipc: add support for broadcast rcv stats dumpingGravatar Tuong Lien 1-2/+1
2020-05-26tipc: enable broadcast retrans via unicastGravatar Tuong Lien 1-1/+2
2020-05-26tipc: introduce Gap ACK blocks for broadcast linkGravatar Tuong Lien 1-2/+5
2019-12-10tipc: introduce variable window congestion controlGravatar Jon Maloy 1-4/+5
2019-11-08tipc: introduce TIPC encryption & authenticationGravatar Tuong Lien 1-0/+1
2019-05-04tipc: fix missing Name entries due to half-failoverGravatar Tuong Lien 1-0/+2
2018-12-19tipc: add trace_events for tipc linkGravatar Tuong Lien 1-0/+1
2018-12-19tipc: enable tracepoints in tipcGravatar Tuong Lien 1-0/+1
2018-09-29tipc: fix failover problemGravatar LUU Duc Canh 1-0/+3
2018-07-11tipc: check session number before accepting link protocol messagesGravatar Jon Maloy 1-0/+1
2018-07-11tipc: add sequence number check for link STATE messagesGravatar Jon Maloy 1-0/+1
2018-03-23tipc: handle collisions of 32-bit node address hash valuesGravatar Jon Maloy 1-2/+2
2016-09-02tipc: transfer broadcast nacks in link state messagesGravatar Jon Paul Maloy 1-3/+3
2016-04-15tipc: let first message on link be a state messageGravatar Jon Paul Maloy 1-1/+1
2016-03-06tipc: remove pre-allocated message header in link structGravatar Jon Paul Maloy 1-1/+0
2016-02-06tipc: fix link attribute propagation bugGravatar Richard Alpe 1-2/+4
2015-11-20tipc: eliminate remnants of hungarian notationGravatar Jon Paul Maloy 1-1/+1
2015-11-20tipc: narrow down interface towards struct tipc_linkGravatar Jon Paul Maloy 1-155/+15
2015-11-20tipc: narrow down exposure of struct tipc_nodeGravatar Jon Paul Maloy 1-4/+5
2015-10-24tipc: clean up unused code and structuresGravatar Jon Paul Maloy 1-14/+1
2015-10-24tipc: eliminate link's reference to owner nodeGravatar Jon Paul Maloy 1-5/+6
2015-10-24tipc: introduce jumbo frame support for broadcastGravatar Jon Paul Maloy 1-0/+2
2015-10-24tipc: let broadcast packet reception use new link receive functionGravatar Jon Paul Maloy 1-11/+32
2015-10-24tipc: introduce capability bit for broadcast synchronizationGravatar Jon Paul Maloy 1-2/+4
2015-10-24tipc: let broadcast transmission use new link transmit functionGravatar Jon Paul Maloy 1-0/+4
2015-10-24tipc: make struct tipc_link generic to support broadcastGravatar Jon Paul Maloy 1-0/+7
2015-10-24tipc: use explicit allocation of broadcast send linkGravatar Jon Paul Maloy 1-0/+4
2015-10-24tipc: make link implementation independent from struct tipc_bearerGravatar Jon Paul Maloy 1-2/+4
2015-10-15tipc: update node FSM when peer RESET message is receivedGravatar Jon Paul Maloy 1-0/+1
2015-10-15tipc: send out RESET immediately when link goes downGravatar Jon Paul Maloy 1-0/+1
2015-10-15tipc: delay ESTABLISH state event when link is establishedGravatar Jon Paul Maloy 1-0/+1
2015-10-15tipc: improve sequence number checkingGravatar Jon Paul Maloy 1-1/+1
2015-07-30tipc: clean up link creationGravatar Jon Paul Maloy 1-13/+5
2015-07-30tipc: merge link->exec_mode and link->state into one FSMGravatar Jon Paul Maloy 1-9/+16
2015-07-30tipc: move protocol message sending away from link FSMGravatar Jon Paul Maloy 1-0/+2
2015-07-30tipc: move link synch and failover to link aggregation levelGravatar Jon Paul Maloy 1-8/+6
2015-07-30tipc: move all link_reset() calls to link aggregation levelGravatar Jon Paul Maloy 1-3/+0
2015-07-30tipc: eliminate function tipc_link_activate()Gravatar Jon Paul Maloy 1-1/+0
2015-07-20tipc: reduce locking scope during packet receptionGravatar Jon Paul Maloy 1-2/+4
2015-07-20tipc: move link supervision timer to node levelGravatar Jon Paul Maloy 1-2/+0
2015-07-20tipc: simplify link timer implementationGravatar Jon Paul Maloy 1-0/+1
2015-07-20tipc: improve link FSM implementationGravatar Jon Paul Maloy 1-0/+7
2015-07-20tipc: clean up definitions and usage of link flagsGravatar Jon Paul Maloy 1-36/+8
2015-07-20tipc: make media xmit call outside node spinlock contextGravatar Jon Paul Maloy 1-4/+2
2015-07-20tipc: move link input queue to tipc_nodeGravatar Jon Paul Maloy 1-5/+7
2015-06-28tipc: purge backlog queue counters when broadcast link is resetGravatar Jon Paul Maloy 1-0/+1
2015-05-14tipc: simplify link supervision checkpointingGravatar Jon Paul Maloy 1-2/+0
2015-05-14tipc: rename fields in struct tipc_linkGravatar Jon Paul Maloy 1-10/+10