summaryrefslogtreecommitdiffstats
path: root/net/tipc/link.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-041-0/+2
|\
| * tipc: correct settings of broadcast link stateJon Paul Maloy2015-11-201-0/+2
* | tipc: eliminate remnants of hungarian notationJon Paul Maloy2015-11-201-2/+2
* | tipc: narrow down interface towards struct tipc_linkJon Paul Maloy2015-11-201-8/+338
* | tipc: narrow down exposure of struct tipc_nodeJon Paul Maloy2015-11-201-334/+3Star
* | tipc: convert node lock to rwlockJon Paul Maloy2015-11-201-16/+16
* | tipc: introduce per-link spinlockJon Paul Maloy2015-11-201-4/+5
* | tipc: move linearization of buffers to generic codeJon 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/+8Star
* 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/+1Star
* 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-161-2/+5
* tipc: send out RESET immediately when link goes downJon Paul Maloy2015-10-161-0/+12
* tipc: delay ESTABLISH state event when link is establishedJon Paul Maloy2015-10-161-14/+26
* tipc: disallow packet duplicates in link deferred queueJon Paul Maloy2015-10-161-1/+1
* tipc: improve sequence number checkingJon Paul Maloy2015-10-161-14/+12Star
* tipc: simplify tipc_link_rcv() reception loopJon Paul Maloy2015-10-161-37/+47
* tipc: limit usage of temporary skb list during packet receptionJon Paul Maloy2015-10-161-8/+7Star
* tipc: fix stale link problem during synchronizationJon Paul Maloy2015-08-241-1/+2
* tipc: interrupt link synchronization when a link goes downJon Paul Maloy2015-08-241-1/+1
* tipc: clean up link creationJon Paul Maloy2015-07-311-76/+60Star
* tipc: use temporary, non-protected skb queue for bundle receptionJon Paul Maloy2015-07-311-15/+19
* tipc: remove implicit message delivery in node_unlock()Jon Paul Maloy2015-07-311-18/+3Star
* tipc: make resetting of links non-atomicJon Paul Maloy2015-07-311-1/+1
* tipc: merge link->exec_mode and link->state into one FSMJon Paul Maloy2015-07-311-158/+192
* tipc: move protocol message sending away from link FSMJon Paul Maloy2015-07-311-21/+30
* tipc: move link synch and failover to link aggregation levelJon Paul Maloy2015-07-311-350/+132Star
* tipc: reverse call order for link_reset()->node_link_down()Jon Paul Maloy2015-07-311-5/+1Star
* tipc: move all link_reset() calls to link aggregation levelJon Paul Maloy2015-07-311-61/+20Star
* tipc: eliminate function tipc_link_activate()Jon Paul Maloy2015-07-311-13/+4Star
* tipc: fix bug in broadcast synch message create functionJon Maloy2015-07-301-0/+3
* tipc: fix compatibility bugJon Paul Maloy2015-07-221-1/+1
* tipc: reduce locking scope during packet receptionJon Paul Maloy2015-07-211-372/+301Star
* tipc: introduce node contact FSMJon Paul Maloy2015-07-211-42/+32Star
* tipc: move link supervision timer to node levelJon Paul Maloy2015-07-211-74/+4Star
* tipc: simplify link timer implementationJon Paul Maloy2015-07-211-45/+71
* tipc: improve link FSM implementationJon Paul Maloy2015-07-211-156/+188
* tipc: introduce new link protocol msg create functionJon Paul Maloy2015-07-211-67/+77
* tipc: clean up definitions and usage of link flagsJon Paul Maloy2015-07-211-40/+58
* tipc: make media xmit call outside node spinlock contextJon Paul Maloy2015-07-211-60/+72
* tipc: change sk_buffer handling in tipc_link_xmit()Jon Paul Maloy2015-07-211-14/+9Star
* tipc: move link input queue to tipc_nodeJon Paul Maloy2015-07-211-12/+15