summaryrefslogtreecommitdiffstats
path: root/net/tipc/link.c
Commit message (Expand)AuthorAgeFilesLines
* tipc: correct settings of broadcast link stateJon Paul Maloy2015-11-201-0/+2
* tipc: link_is_bc_sndlink() can be staticWu Fengguang2015-10-251-4/+4
* tipc: clean up unused code and structuresJon Paul Maloy2015-10-241-214/+8
* tipc: eliminate link's reference to owner nodeJon Paul Maloy2015-10-241-14/+17
* tipc: let neighbor discoverer tranmsit consumable buffersJon Paul Maloy2015-10-241-2/+1
* tipc: introduce jumbo frame support for broadcastJon Paul Maloy2015-10-241-0/+10
* tipc: let broadcast packet reception use new link receive functionJon Paul Maloy2015-10-241-123/+312
* tipc: introduce capability bit for broadcast synchronizationJon Paul Maloy2015-10-241-2/+5
* tipc: let broadcast transmission use new link transmit functionJon Paul Maloy2015-10-241-2/+17
* tipc: make struct tipc_link generic to support broadcastJon Paul Maloy2015-10-241-12/+26
* tipc: use explicit allocation of broadcast send linkJon Paul Maloy2015-10-241-0/+29
* tipc: make link implementation independent from struct tipc_bearerJon Paul Maloy2015-10-241-20/+27
* tipc: update node FSM when peer RESET message is receivedJon Paul Maloy2015-10-151-2/+5
* tipc: send out RESET immediately when link goes downJon Paul Maloy2015-10-151-0/+12
* tipc: delay ESTABLISH state event when link is establishedJon Paul Maloy2015-10-151-14/+26
* tipc: disallow packet duplicates in link deferred queueJon Paul Maloy2015-10-151-1/+1
* tipc: improve sequence number checkingJon Paul Maloy2015-10-151-14/+12
* tipc: simplify tipc_link_rcv() reception loopJon Paul Maloy2015-10-151-37/+47
* tipc: limit usage of temporary skb list during packet receptionJon Paul Maloy2015-10-151-8/+7
* tipc: fix stale link problem during synchronizationJon Paul Maloy2015-08-231-1/+2
* tipc: interrupt link synchronization when a link goes downJon Paul Maloy2015-08-231-1/+1
* tipc: clean up link creationJon Paul Maloy2015-07-301-76/+60
* tipc: use temporary, non-protected skb queue for bundle receptionJon Paul Maloy2015-07-301-15/+19
* tipc: remove implicit message delivery in node_unlock()Jon Paul Maloy2015-07-301-18/+3
* tipc: make resetting of links non-atomicJon Paul Maloy2015-07-301-1/+1
* tipc: merge link->exec_mode and link->state into one FSMJon Paul Maloy2015-07-301-158/+192
* tipc: move protocol message sending away from link FSMJon Paul Maloy2015-07-301-21/+30
* tipc: move link synch and failover to link aggregation levelJon Paul Maloy2015-07-301-350/+132
* tipc: reverse call order for link_reset()->node_link_down()Jon Paul Maloy2015-07-301-5/+1
* tipc: move all link_reset() calls to link aggregation levelJon Paul Maloy2015-07-301-61/+20
* tipc: eliminate function tipc_link_activate()Jon Paul Maloy2015-07-301-13/+4
* tipc: fix bug in broadcast synch message create functionJon Maloy2015-07-291-0/+3
* tipc: fix compatibility bugJon Paul Maloy2015-07-211-1/+1
* tipc: reduce locking scope during packet receptionJon Paul Maloy2015-07-201-372/+301
* tipc: introduce node contact FSMJon Paul Maloy2015-07-201-42/+32
* tipc: move link supervision timer to node levelJon Paul Maloy2015-07-201-74/+4
* tipc: simplify link timer implementationJon Paul Maloy2015-07-201-45/+71
* tipc: improve link FSM implementationJon Paul Maloy2015-07-201-156/+188
* tipc: introduce new link protocol msg create functionJon Paul Maloy2015-07-201-67/+77
* tipc: clean up definitions and usage of link flagsJon Paul Maloy2015-07-201-40/+58
* tipc: make media xmit call outside node spinlock contextJon Paul Maloy2015-07-201-60/+72
* tipc: change sk_buffer handling in tipc_link_xmit()Jon Paul Maloy2015-07-201-14/+9
* tipc: move link input queue to tipc_nodeJon Paul Maloy2015-07-201-12/+15
* tipc: introduce link entry structure to struct tipc_nodeJon Paul Maloy2015-07-201-28/+32
* tipc: purge backlog queue counters when broadcast link is resetJon Paul Maloy2015-06-281-1/+1
* tipc: fix bug in link protocol message create functionJon Paul Maloy2015-05-261-2/+0
* tipc: add packet sequence number at instant of transmissionJon Paul Maloy2015-05-141-9/+28
* tipc: improve link congestion algorithmJon Paul Maloy2015-05-141-5/+6
* tipc: simplify link supervision checkpointingJon Paul Maloy2015-05-141-59/+22
* tipc: rename fields in struct tipc_linkJon Paul Maloy2015-05-141-77/+78
OpenPOWER on IntegriCloud