summaryrefslogtreecommitdiffstats
path: root/net/tipc/node.c
Commit message (Expand)AuthorAgeFilesLines
* tipc: link_is_bc_sndlink() can be staticWu Fengguang2015-10-251-1/+1
* tipc: clean up unused code and structuresJon Paul Maloy2015-10-241-12/+2
* tipc: ensure binding table initial distribution is sent via first linkJon Paul Maloy2015-10-241-1/+1
* tipc: eliminate link's reference to owner nodeJon Paul Maloy2015-10-241-2/+5
* tipc: simplify bearer level broadcastJon Paul Maloy2015-10-241-2/+5
* tipc: let broadcast packet reception use new link receive functionJon Paul Maloy2015-10-241-52/+106
* tipc: introduce capability bit for broadcast synchronizationJon Paul Maloy2015-10-241-2/+4
* tipc: make link implementation independent from struct tipc_bearerJon Paul Maloy2015-10-241-1/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-201-3/+3
|\
| * tipc: eliminate risk of stalled link synchronizationJon Paul Maloy2015-10-141-3/+3
* | tipc: update node FSM when peer RESET message is receivedJon Paul Maloy2015-10-151-4/+7
* | tipc: send out RESET immediately when link goes downJon Paul Maloy2015-10-151-2/+3
* | tipc: delay ESTABLISH state event when link is establishedJon Paul Maloy2015-10-151-9/+22
|/
* tipc: fix stale link problem during synchronizationJon Paul Maloy2015-08-231-2/+10
* tipc: interrupt link synchronization when a link goes downJon Paul Maloy2015-08-231-3/+8
* tipc: eliminate risk of premature link setup during failoverJon Paul Maloy2015-08-231-1/+3
* tipc: clean up link creationJon Paul Maloy2015-07-301-32/+16
* tipc: remove implicit message delivery in node_unlock()Jon Paul Maloy2015-07-301-19/+7
* tipc: make resetting of links non-atomicJon Paul Maloy2015-07-301-69/+97
* tipc: move received discovery data evaluation inside node.cJon Paul Maloy2015-07-301-21/+102
* tipc: merge link->exec_mode and link->state into one FSMJon Paul Maloy2015-07-301-13/+18
* tipc: move protocol message sending away from link FSMJon Paul Maloy2015-07-301-0/+1
* tipc: move link synch and failover to link aggregation levelJon Paul Maloy2015-07-301-101/+190
* tipc: extend node FSMJon Paul Maloy2015-07-301-7/+82
* tipc: reverse call order for link_reset()->node_link_down()Jon Paul Maloy2015-07-301-9/+21
* tipc: move all link_reset() calls to link aggregation levelJon Paul Maloy2015-07-301-3/+81
* tipc: eliminate function tipc_link_activate()Jon Paul Maloy2015-07-301-2/+4
* tipc: reduce locking scope during packet receptionJon Paul Maloy2015-07-201-7/+98
* tipc: introduce node contact FSMJon Paul Maloy2015-07-201-5/+125
* tipc: move link supervision timer to node levelJon Paul Maloy2015-07-201-4/+62
* tipc: clean up definitions and usage of link flagsJon Paul Maloy2015-07-201-1/+1
* tipc: make media xmit call outside node spinlock contextJon Paul Maloy2015-07-201-0/+78
* tipc: use bearer index when looking up active linksJon Paul Maloy2015-07-201-62/+44
* tipc: move link input queue to tipc_nodeJon Paul Maloy2015-07-201-1/+3
* tipc: move link creation from neighbor discoverer to nodeJon Paul Maloy2015-07-201-0/+27
* tipc: introduce link entry structure to struct tipc_nodeJon Paul Maloy2015-07-201-85/+78
* tipc: add packet sequence number at instant of transmissionJon Paul Maloy2015-05-141-1/+1
* tipc: simplify include dependenciesJon Paul Maloy2015-05-141-0/+1
* tipc: simplify link mtu negotiationJon Paul Maloy2015-04-021-5/+4
* tipc: eliminate delayed link deletion at link failoverJon Paul Maloy2015-04-021-7/+6
* tipc: involve reference counter for node structureYing Xue2015-03-291-24/+61
* tipc: fix potential deadlock when all links are resetYing Xue2015-03-291-1/+4
* tipc: split link outqueueJon Paul Maloy2015-03-141-2/+2
* tipc: nl compat add noop and remove legacy nl frameworkRichard Alpe2015-02-091-1/+1
* tipc: convert legacy nl node dump to nl compatRichard Alpe2015-02-091-54/+0
* tipc: convert legacy nl link dump to nl compatRichard Alpe2015-02-091-73/+0
* tipc: move and rename the legacy nl api to "nl compat"Richard Alpe2015-02-091-1/+1
* tipc: eliminate race condition at multicast receptionJon Paul Maloy2015-02-051-4/+7
* tipc: simplify connection abort notifications when links breakJon Paul Maloy2015-02-051-40/+29
* tipc: resolve race problem at unicast message receptionJon Paul Maloy2015-02-051-19/+24
OpenPOWER on IntegriCloud