summaryrefslogtreecommitdiffstats
path: root/net/tipc
Commit message (Expand)AuthorAgeFilesLines
...
* net: tipc: fix stall during bclink wakeup procedureKolmakov Dmitriy2015-09-081-1/+29
* tipc: fix stale link problem during synchronizationJon Paul Maloy2015-08-232-3/+12
* tipc: interrupt link synchronization when a link goes downJon Paul Maloy2015-08-232-4/+9
* tipc: eliminate risk of premature link setup during failoverJon Paul Maloy2015-08-231-1/+3
* tipc: don't sanity check non-existing TLV (NL compat)Richard Alpe2015-08-171-1/+1
* ipv6: change ipv6_stub_impl.ipv6_dst_lookup to take net argumentRoopa Prabhu2015-07-311-1/+2
* tipc: clean up link creationJon Paul Maloy2015-07-304-121/+86
* tipc: use temporary, non-protected skb queue for bundle receptionJon Paul Maloy2015-07-301-15/+19
* tipc: remove implicit message delivery in node_unlock()Jon Paul Maloy2015-07-304-63/+10
* tipc: make resetting of links non-atomicJon Paul Maloy2015-07-303-70/+127
* tipc: move received discovery data evaluation inside node.cJon Paul Maloy2015-07-303-123/+127
* tipc: merge link->exec_mode and link->state into one FSMJon Paul Maloy2015-07-303-180/+226
* tipc: move protocol message sending away from link FSMJon Paul Maloy2015-07-303-21/+33
* tipc: move link synch and failover to link aggregation levelJon Paul Maloy2015-07-305-508/+342
* tipc: extend node FSMJon Paul Maloy2015-07-302-11/+92
* tipc: reverse call order for link_reset()->node_link_down()Jon Paul Maloy2015-07-302-14/+22
* tipc: move all link_reset() calls to link aggregation levelJon Paul Maloy2015-07-305-69/+104
* tipc: eliminate function tipc_link_activate()Jon Paul Maloy2015-07-303-16/+8
* tipc: fix bug in broadcast synch message create functionJon Maloy2015-07-291-0/+3
* tipc: clean up socket layer message receptionJon Paul Maloy2015-07-264-146/+134
* tipc: introduce new tipc_sk_respond() functionJon Paul Maloy2015-07-263-39/+47
* tipc: let function tipc_msg_reverse() expand header when neededJon Paul Maloy2015-07-263-34/+48
* tipc: fix compatibility bugJon Paul Maloy2015-07-211-1/+1
* tipc: reduce locking scope during packet receptionJon Paul Maloy2015-07-208-389/+478
* tipc: introduce node contact FSMJon Paul Maloy2015-07-204-54/+185
* tipc: move link supervision timer to node levelJon Paul Maloy2015-07-204-80/+68
* tipc: simplify link timer implementationJon Paul Maloy2015-07-202-45/+72
* tipc: improve link FSM implementationJon Paul Maloy2015-07-202-156/+195
* tipc: introduce new link protocol msg create functionJon Paul Maloy2015-07-201-67/+77
* tipc: clean up definitions and usage of link flagsJon Paul Maloy2015-07-204-78/+67
* tipc: make media xmit call outside node spinlock contextJon Paul Maloy2015-07-208-77/+198
* tipc: change sk_buffer handling in tipc_link_xmit()Jon Paul Maloy2015-07-203-40/+37
* tipc: use bearer index when looking up active linksJon Paul Maloy2015-07-202-73/+59
* tipc: move link input queue to tipc_nodeJon Paul Maloy2015-07-204-19/+27
* tipc: move link creation from neighbor discoverer to nodeJon Paul Maloy2015-07-203-16/+37
* tipc: introduce link entry structure to struct tipc_nodeJon Paul Maloy2015-07-206-136/+143
* net/tipc: initialize security state for new connection socketStephen Smalley2015-07-081-0/+1
* tipc: purge backlog queue counters when broadcast link is resetJon Paul Maloy2015-06-283-1/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-131-5/+11
|\
| * tipc: disconnect socket directly after probe failureErik Hugne2015-06-101-5/+11
* | tipc: unconditionally put sock refcnt when sock timer to be deleted is pendingYing Xue2015-05-301-5/+2
* | tipc: fix bug in link protocol message create functionJon Paul Maloy2015-05-261-2/+0
* | tipc: use sock_create_kern interface to create kernel socketYing Xue2015-05-141-1/+1
* | tipc: add packet sequence number at instant of transmissionJon Paul Maloy2015-05-145-41/+54
* | tipc: improve link congestion algorithmJon Paul Maloy2015-05-143-10/+22
* | tipc: simplify link supervision checkpointingJon Paul Maloy2015-05-142-61/+22
* | tipc: rename fields in struct tipc_linkJon Paul Maloy2015-05-143-96/+97
* | tipc: simplify packet sequence number handlingJon Paul Maloy2015-05-144-62/+53
* | tipc: simplify include dependenciesJon Paul Maloy2015-05-148-17/+22
* | tipc: simplify link timer handlingJon Paul Maloy2015-05-141-3/+3
OpenPOWER on IntegriCloud