summaryrefslogtreecommitdiff
path: root/net/tipc/link.c
AgeCommit message (Expand)Author
2015-11-20tipc: correct settings of broadcast link stateJon Paul Maloy
2015-10-25tipc: link_is_bc_sndlink() can be staticWu Fengguang
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: let neighbor discoverer tranmsit consumable buffersJon 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: disallow packet duplicates in link deferred queueJon Paul Maloy
2015-10-15tipc: improve sequence number checkingJon Paul Maloy
2015-10-15tipc: simplify tipc_link_rcv() reception loopJon Paul Maloy
2015-10-15tipc: limit usage of temporary skb list during packet receptionJon Paul Maloy
2015-08-23tipc: fix stale link problem during synchronizationJon Paul Maloy
2015-08-23tipc: interrupt link synchronization when a link goes downJon Paul Maloy
2015-07-30tipc: clean up link creationJon Paul Maloy
2015-07-30tipc: use temporary, non-protected skb queue for bundle receptionJon Paul Maloy
2015-07-30tipc: remove implicit message delivery in node_unlock()Jon Paul Maloy
2015-07-30tipc: make resetting of links non-atomicJon 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: reverse call order for link_reset()->node_link_down()Jon 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-29tipc: fix bug in broadcast synch message create functionJon Maloy
2015-07-21tipc: fix compatibility bugJon Paul Maloy
2015-07-20tipc: reduce locking scope during packet receptionJon Paul Maloy
2015-07-20tipc: introduce node contact FSMJon 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: introduce new link protocol msg create functionJon 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: change sk_buffer handling in tipc_link_xmit()Jon Paul Maloy
2015-07-20tipc: move link input queue to tipc_nodeJon Paul Maloy
2015-07-20tipc: introduce link entry structure to struct tipc_nodeJon Paul Maloy
2015-06-28tipc: purge backlog queue counters when broadcast link is resetJon Paul Maloy
2015-05-26tipc: fix bug in link protocol message create functionJon Paul Maloy
2015-05-14tipc: add packet sequence number at instant of transmissionJon Paul Maloy
2015-05-14tipc: improve link congestion algorithmJon Paul Maloy
2015-05-14tipc: simplify link supervision checkpointingJon Paul Maloy
2015-05-14tipc: rename fields in struct tipc_linkJon Paul Maloy