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