Age | Commit message (Expand) | Author | Files | Lines |
2015-09-09 | net: tipc: fix stall during bclink wakeup procedure | Kolmakov Dmitriy | 1 | -1/+29 |
2015-08-24 | tipc: fix stale link problem during synchronization | Jon Paul Maloy | 2 | -3/+12 |
2015-08-24 | tipc: interrupt link synchronization when a link goes down | Jon Paul Maloy | 2 | -4/+9 |
2015-08-24 | tipc: eliminate risk of premature link setup during failover | Jon Paul Maloy | 1 | -1/+3 |
2015-08-17 | tipc: don't sanity check non-existing TLV (NL compat) | Richard Alpe | 1 | -1/+1 |
2015-08-01 | ipv6: change ipv6_stub_impl.ipv6_dst_lookup to take net argument | Roopa Prabhu | 1 | -1/+2 |
2015-07-31 | tipc: clean up link creation | Jon Paul Maloy | 4 | -121/+86 |
2015-07-31 | tipc: use temporary, non-protected skb queue for bundle reception | Jon Paul Maloy | 1 | -15/+19 |
2015-07-31 | tipc: remove implicit message delivery in node_unlock() | Jon Paul Maloy | 4 | -63/+10 |
2015-07-31 | tipc: make resetting of links non-atomic | Jon Paul Maloy | 3 | -70/+127 |
2015-07-31 | tipc: move received discovery data evaluation inside node.c | Jon Paul Maloy | 3 | -123/+127 |
2015-07-31 | tipc: merge link->exec_mode and link->state into one FSM | Jon Paul Maloy | 3 | -180/+226 |
2015-07-31 | tipc: move protocol message sending away from link FSM | Jon Paul Maloy | 3 | -21/+33 |
2015-07-31 | tipc: move link synch and failover to link aggregation level | Jon Paul Maloy | 5 | -508/+342 |
2015-07-31 | tipc: extend node FSM | Jon Paul Maloy | 2 | -11/+92 |
2015-07-31 | tipc: reverse call order for link_reset()->node_link_down() | Jon Paul Maloy | 2 | -14/+22 |
2015-07-31 | tipc: move all link_reset() calls to link aggregation level | Jon Paul Maloy | 5 | -69/+104 |
2015-07-31 | tipc: eliminate function tipc_link_activate() | Jon Paul Maloy | 3 | -16/+8 |
2015-07-30 | tipc: fix bug in broadcast synch message create function | Jon Maloy | 1 | -0/+3 |
2015-07-27 | tipc: clean up socket layer message reception | Jon Paul Maloy | 4 | -146/+134 |
2015-07-27 | tipc: introduce new tipc_sk_respond() function | Jon Paul Maloy | 3 | -39/+47 |
2015-07-27 | tipc: let function tipc_msg_reverse() expand header when needed | Jon Paul Maloy | 3 | -34/+48 |
2015-07-22 | tipc: fix compatibility bug | Jon Paul Maloy | 1 | -1/+1 |
2015-07-21 | tipc: reduce locking scope during packet reception | Jon Paul Maloy | 8 | -389/+478 |
2015-07-21 | tipc: introduce node contact FSM | Jon Paul Maloy | 4 | -54/+185 |
2015-07-21 | tipc: move link supervision timer to node level | Jon Paul Maloy | 4 | -80/+68 |
2015-07-21 | tipc: simplify link timer implementation | Jon Paul Maloy | 2 | -45/+72 |
2015-07-21 | tipc: improve link FSM implementation | Jon Paul Maloy | 2 | -156/+195 |
2015-07-21 | tipc: introduce new link protocol msg create function | Jon Paul Maloy | 1 | -67/+77 |
2015-07-21 | tipc: clean up definitions and usage of link flags | Jon Paul Maloy | 4 | -78/+67 |
2015-07-21 | tipc: make media xmit call outside node spinlock context | Jon Paul Maloy | 8 | -77/+198 |
2015-07-21 | tipc: change sk_buffer handling in tipc_link_xmit() | Jon Paul Maloy | 3 | -40/+37 |
2015-07-21 | tipc: use bearer index when looking up active links | Jon Paul Maloy | 2 | -73/+59 |
2015-07-21 | tipc: move link input queue to tipc_node | Jon Paul Maloy | 4 | -19/+27 |
2015-07-21 | tipc: move link creation from neighbor discoverer to node | Jon Paul Maloy | 3 | -16/+37 |
2015-07-21 | tipc: introduce link entry structure to struct tipc_node | Jon Paul Maloy | 6 | -136/+143 |
2015-07-09 | net/tipc: initialize security state for new connection socket | Stephen Smalley | 1 | -0/+1 |
2015-06-29 | tipc: purge backlog queue counters when broadcast link is reset | Jon Paul Maloy | 3 | -1/+7 |
2015-06-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -5/+11 |
2015-06-11 | tipc: disconnect socket directly after probe failure | Erik Hugne | 1 | -5/+11 |
2015-05-31 | tipc: unconditionally put sock refcnt when sock timer to be deleted is pending | Ying Xue | 1 | -5/+2 |
2015-05-27 | tipc: fix bug in link protocol message create function | Jon Paul Maloy | 1 | -2/+0 |
2015-05-14 | tipc: use sock_create_kern interface to create kernel socket | Ying Xue | 1 | -1/+1 |
2015-05-14 | tipc: add packet sequence number at instant of transmission | Jon Paul Maloy | 5 | -41/+54 |
2015-05-14 | tipc: improve link congestion algorithm | Jon Paul Maloy | 3 | -10/+22 |
2015-05-14 | tipc: simplify link supervision checkpointing | Jon Paul Maloy | 2 | -61/+22 |
2015-05-14 | tipc: rename fields in struct tipc_link | Jon Paul Maloy | 3 | -96/+97 |
2015-05-14 | tipc: simplify packet sequence number handling | Jon Paul Maloy | 4 | -62/+53 |
2015-05-14 | tipc: simplify include dependencies | Jon Paul Maloy | 8 | -17/+22 |
2015-05-14 | tipc: simplify link timer handling | Jon Paul Maloy | 1 | -3/+3 |