aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/node.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-15tipc: let first message on link be a state messageJon Paul Maloy1-1/+4
2016-04-15tipc: ensure that first packets on link are sent in orderJon Paul Maloy1-0/+4
2016-03-07tipc: move netlink policies to netlink.cRichard Alpe1-22/+1
2016-03-06tipc: don't check link reset on non existing linkRichard Alpe1-1/+1
2016-02-25tipc: fix crash during node removalJon Paul Maloy1-13/+11
2016-02-25tipc: eliminate risk of finding to-be-deleted node instanceJon Paul Maloy1-9/+9
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+6
2016-02-16tipc: refactor node xmit and fix memory leaksRichard Alpe1-22/+32
2016-02-16tipc: fix premature addition of node to lookup tableJon Paul Maloy1-6/+6
2016-02-06tipc: fix link attribute propagation bugRichard Alpe1-3/+6
2015-12-03tipc: fix node reference count bugJon Paul Maloy1-8/+7
2015-11-20tipc: eliminate remnants of hungarian notationJon Paul Maloy1-37/+37
2015-11-20tipc: narrow down interface towards struct tipc_linkJon Paul Maloy1-55/+53
2015-11-20tipc: narrow down exposure of struct tipc_nodeJon Paul Maloy1-5/+444
2015-11-20tipc: convert node lock to rwlockJon Paul Maloy1-110/+117
2015-11-20tipc: introduce per-link spinlockJon Paul Maloy1-21/+18
2015-11-20tipc: reduce code dependency between binding table and node layerJon Paul Maloy1-0/+60
2015-11-20tipc: small cleanup of function tipc_node_check_state()Jon Paul Maloy1-3/+2
2015-10-25tipc: link_is_bc_sndlink() can be staticWu Fengguang1-1/+1
2015-10-24tipc: clean up unused code and structuresJon Paul Maloy1-12/+2
2015-10-24tipc: ensure binding table initial distribution is sent via first linkJon Paul Maloy1-1/+1
2015-10-24tipc: eliminate link's reference to owner nodeJon Paul Maloy1-2/+5
2015-10-24tipc: simplify bearer level broadcastJon Paul Maloy1-2/+5
2015-10-24tipc: let broadcast packet reception use new link receive functionJon Paul Maloy1-52/+106
2015-10-24tipc: introduce capability bit for broadcast synchronizationJon Paul Maloy1-2/+4
2015-10-24tipc: make link implementation independent from struct tipc_bearerJon Paul Maloy1-1/+5
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2015-10-15tipc: update node FSM when peer RESET message is receivedJon Paul Maloy1-4/+7
2015-10-15tipc: send out RESET immediately when link goes downJon Paul Maloy1-2/+3
2015-10-15tipc: delay ESTABLISH state event when link is establishedJon Paul Maloy1-9/+22
2015-10-14tipc: eliminate risk of stalled link synchronizationJon Paul Maloy1-3/+3
2015-08-23tipc: fix stale link problem during synchronizationJon Paul Maloy1-2/+10
2015-08-23tipc: interrupt link synchronization when a link goes downJon Paul Maloy1-3/+8
2015-08-23tipc: eliminate risk of premature link setup during failoverJon Paul Maloy1-1/+3
2015-07-30tipc: clean up link creationJon Paul Maloy1-32/+16
2015-07-30tipc: remove implicit message delivery in node_unlock()Jon Paul Maloy1-19/+7
2015-07-30tipc: make resetting of links non-atomicJon Paul Maloy1-69/+97
2015-07-30tipc: move received discovery data evaluation inside node.cJon Paul Maloy1-21/+102
2015-07-30tipc: merge link->exec_mode and link->state into one FSMJon Paul Maloy1-13/+18
2015-07-30tipc: move protocol message sending away from link FSMJon Paul Maloy1-0/+1
2015-07-30tipc: move link synch and failover to link aggregation levelJon Paul Maloy1-101/+190
2015-07-30tipc: extend node FSMJon Paul Maloy1-7/+82
2015-07-30tipc: reverse call order for link_reset()->node_link_down()Jon Paul Maloy1-9/+21
2015-07-30tipc: move all link_reset() calls to link aggregation levelJon Paul Maloy1-3/+81
2015-07-30tipc: eliminate function tipc_link_activate()Jon Paul Maloy1-2/+4
2015-07-20tipc: reduce locking scope during packet receptionJon Paul Maloy1-7/+98
2015-07-20tipc: introduce node contact FSMJon Paul Maloy1-5/+125
2015-07-20tipc: move link supervision timer to node levelJon Paul Maloy1-4/+62
2015-07-20tipc: clean up definitions and usage of link flagsJon Paul Maloy1-1/+1
2015-07-20tipc: make media xmit call outside node spinlock contextJon Paul Maloy1-0/+78