aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-20tipc: reinitialize pointer after skb linearizeErik Hugne1-0/+1
2015-09-08net: tipc: fix stall during bclink wakeup procedureKolmakov Dmitriy1-1/+29
2015-08-23tipc: fix stale link problem during synchronizationJon Paul Maloy2-3/+12
2015-08-23tipc: interrupt link synchronization when a link goes downJon Paul Maloy2-4/+9
2015-08-23tipc: eliminate risk of premature link setup during failoverJon Paul Maloy1-1/+3
2015-08-17tipc: don't sanity check non-existing TLV (NL compat)Richard Alpe1-1/+1
2015-07-31ipv6: change ipv6_stub_impl.ipv6_dst_lookup to take net argumentRoopa Prabhu1-1/+2
2015-07-30tipc: clean up link creationJon Paul Maloy4-121/+86
2015-07-30tipc: use temporary, non-protected skb queue for bundle receptionJon Paul Maloy1-15/+19
2015-07-30tipc: remove implicit message delivery in node_unlock()Jon Paul Maloy4-63/+10
2015-07-30tipc: make resetting of links non-atomicJon Paul Maloy3-70/+127
2015-07-30tipc: move received discovery data evaluation inside node.cJon Paul Maloy3-123/+127
2015-07-30tipc: merge link->exec_mode and link->state into one FSMJon Paul Maloy3-180/+226
2015-07-30tipc: move protocol message sending away from link FSMJon Paul Maloy3-21/+33
2015-07-30tipc: move link synch and failover to link aggregation levelJon Paul Maloy5-508/+342
2015-07-30tipc: extend node FSMJon Paul Maloy2-11/+92
2015-07-30tipc: reverse call order for link_reset()->node_link_down()Jon Paul Maloy2-14/+22
2015-07-30tipc: move all link_reset() calls to link aggregation levelJon Paul Maloy5-69/+104
2015-07-30tipc: eliminate function tipc_link_activate()Jon Paul Maloy3-16/+8
2015-07-29tipc: fix bug in broadcast synch message create functionJon Maloy1-0/+3
2015-07-26tipc: clean up socket layer message receptionJon Paul Maloy4-146/+134
2015-07-26tipc: introduce new tipc_sk_respond() functionJon Paul Maloy3-39/+47
2015-07-26tipc: let function tipc_msg_reverse() expand header when neededJon Paul Maloy3-34/+48
2015-07-21tipc: fix compatibility bugJon Paul Maloy1-1/+1
2015-07-20tipc: reduce locking scope during packet receptionJon Paul Maloy8-389/+478
2015-07-20tipc: introduce node contact FSMJon Paul Maloy4-54/+185
2015-07-20tipc: move link supervision timer to node levelJon Paul Maloy4-80/+68
2015-07-20tipc: simplify link timer implementationJon Paul Maloy2-45/+72
2015-07-20tipc: improve link FSM implementationJon Paul Maloy2-156/+195
2015-07-20tipc: introduce new link protocol msg create functionJon Paul Maloy1-67/+77
2015-07-20tipc: clean up definitions and usage of link flagsJon Paul Maloy4-78/+67
2015-07-20tipc: make media xmit call outside node spinlock contextJon Paul Maloy8-77/+198
2015-07-20tipc: change sk_buffer handling in tipc_link_xmit()Jon Paul Maloy3-40/+37
2015-07-20tipc: use bearer index when looking up active linksJon Paul Maloy2-73/+59
2015-07-20tipc: move link input queue to tipc_nodeJon Paul Maloy4-19/+27
2015-07-20tipc: move link creation from neighbor discoverer to nodeJon Paul Maloy3-16/+37
2015-07-20tipc: introduce link entry structure to struct tipc_nodeJon Paul Maloy6-136/+143
2015-07-08net/tipc: initialize security state for new connection socketStephen Smalley1-0/+1
2015-06-28tipc: purge backlog queue counters when broadcast link is resetJon Paul Maloy3-1/+7
2015-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+11
2015-06-10tipc: disconnect socket directly after probe failureErik Hugne1-5/+11
2015-05-30tipc: unconditionally put sock refcnt when sock timer to be deleted is pendingYing Xue1-5/+2
2015-05-26tipc: fix bug in link protocol message create functionJon Paul Maloy1-2/+0
2015-05-14tipc: use sock_create_kern interface to create kernel socketYing Xue1-1/+1
2015-05-14tipc: add packet sequence number at instant of transmissionJon Paul Maloy5-41/+54
2015-05-14tipc: improve link congestion algorithmJon Paul Maloy3-10/+22
2015-05-14tipc: simplify link supervision checkpointingJon Paul Maloy2-61/+22
2015-05-14tipc: rename fields in struct tipc_linkJon Paul Maloy3-96/+97
2015-05-14tipc: simplify packet sequence number handlingJon Paul Maloy4-62/+53
2015-05-14tipc: simplify include dependenciesJon Paul Maloy8-17/+22