summaryrefslogtreecommitdiff
path: root/net/tipc/link.h
AgeCommit message (Expand)Author
2016-09-02tipc: transfer broadcast nacks in link state messagesJon Paul Maloy
2016-04-15tipc: let first message on link be a state messageJon Paul Maloy
2016-03-06tipc: remove pre-allocated message header in link structJon Paul Maloy
2016-02-06tipc: fix link attribute propagation bugRichard Alpe
2015-11-20tipc: eliminate remnants of hungarian notationJon Paul Maloy
2015-11-20tipc: narrow down interface towards struct tipc_linkJon Paul Maloy
2015-11-20tipc: narrow down exposure of struct tipc_nodeJon Paul Maloy
2015-10-24tipc: clean up unused code and structuresJon Paul Maloy
2015-10-24tipc: eliminate link's reference to owner nodeJon Paul Maloy
2015-10-24tipc: introduce jumbo frame support for broadcastJon Paul Maloy
2015-10-24tipc: let broadcast packet reception use new link receive functionJon Paul Maloy
2015-10-24tipc: introduce capability bit for broadcast synchronizationJon Paul Maloy
2015-10-24tipc: let broadcast transmission use new link transmit functionJon Paul Maloy
2015-10-24tipc: make struct tipc_link generic to support broadcastJon Paul Maloy
2015-10-24tipc: use explicit allocation of broadcast send linkJon Paul Maloy
2015-10-24tipc: make link implementation independent from struct tipc_bearerJon Paul Maloy
2015-10-15tipc: update node FSM when peer RESET message is receivedJon Paul Maloy
2015-10-15tipc: send out RESET immediately when link goes downJon Paul Maloy
2015-10-15tipc: delay ESTABLISH state event when link is establishedJon Paul Maloy
2015-10-15tipc: improve sequence number checkingJon Paul Maloy
2015-07-30tipc: clean up link creationJon Paul Maloy
2015-07-30tipc: merge link->exec_mode and link->state into one FSMJon Paul Maloy
2015-07-30tipc: move protocol message sending away from link FSMJon Paul Maloy
2015-07-30tipc: move link synch and failover to link aggregation levelJon Paul Maloy
2015-07-30tipc: move all link_reset() calls to link aggregation levelJon Paul Maloy
2015-07-30tipc: eliminate function tipc_link_activate()Jon Paul Maloy
2015-07-20tipc: reduce locking scope during packet receptionJon Paul Maloy
2015-07-20tipc: move link supervision timer to node levelJon Paul Maloy
2015-07-20tipc: simplify link timer implementationJon Paul Maloy
2015-07-20tipc: improve link FSM implementationJon Paul Maloy
2015-07-20tipc: clean up definitions and usage of link flagsJon Paul Maloy
2015-07-20tipc: make media xmit call outside node spinlock contextJon Paul Maloy
2015-07-20tipc: move link input queue to tipc_nodeJon Paul Maloy
2015-06-28tipc: purge backlog queue counters when broadcast link is resetJon Paul Maloy
2015-05-14tipc: simplify link supervision checkpointingJon Paul Maloy
2015-05-14tipc: rename fields in struct tipc_linkJon Paul Maloy
2015-05-14tipc: simplify packet sequence number handlingJon Paul Maloy
2015-05-14tipc: simplify resetting and disabling of bearersJon Paul Maloy
2015-04-02tipc: simplify link mtu negotiationJon Paul Maloy
2015-04-02tipc: eliminate delayed link deletion at link failoverJon Paul Maloy
2015-03-25tipc: eliminate race condition at dual link establishmentJon Paul Maloy
2015-03-25tipc: introduce starvation free send algorithmJon Paul Maloy
2015-03-14tipc: split link outqueueJon Paul Maloy
2015-02-09tipc: convert legacy nl link stat reset to nl compatRichard Alpe
2015-02-09tipc: convert legacy nl link prop set to nl compatRichard Alpe
2015-02-09tipc: convert legacy nl link stat to nl compatRichard Alpe
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-02-04tipc: avoid stale link after aborted failoverJon Paul Maloy
2015-02-04tipc: add reference count to struct tipc_linkJon Paul Maloy