| Commit message (Expand) | Author | Age | Files | Lines |
* | tipc: fix error handling of expanding buffer headroom | Ying Xue | 2015-11-24 | 1 | -2/+5 |
* | tipc: avoid packets leaking on socket receive queue | Ying Xue | 2015-11-23 | 1 | -3/+7 |
* | tipc: correct settings of broadcast link state | Jon Paul Maloy | 2015-11-20 | 1 | -0/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-11-03 | 1 | -0/+5 |
|\ |
|
| * | tipc: linearize arriving NAME_DISTR and LINK_PROTO buffers | Jon Paul Maloy | 2015-11-01 | 1 | -0/+5 |
* | | tipc: link_is_bc_sndlink() can be static | Wu Fengguang | 2015-10-25 | 2 | -5/+5 |
* | | tipc: clean up unused code and structures | Jon Paul Maloy | 2015-10-24 | 9 | -1104/+30 |
* | | tipc: ensure binding table initial distribution is sent via first link | Jon Paul Maloy | 2015-10-24 | 2 | -3/+3 |
* | | tipc: eliminate link's reference to owner node | Jon Paul Maloy | 2015-10-24 | 4 | -22/+29 |
* | | tipc: eliminate redundant buffer cloning at transmission | Jon Paul Maloy | 2015-10-24 | 2 | -28/+15 |
* | | tipc: let neighbor discoverer tranmsit consumable buffers | Jon Paul Maloy | 2015-10-24 | 4 | -12/+38 |
* | | tipc: introduce jumbo frame support for broadcast | Jon Paul Maloy | 2015-10-24 | 7 | -6/+39 |
* | | tipc: simplify bearer level broadcast | Jon Paul Maloy | 2015-10-24 | 5 | -45/+151 |
* | | tipc: let broadcast packet reception use new link receive function | Jon Paul Maloy | 2015-10-24 | 9 | -220/+615 |
* | | tipc: introduce capability bit for broadcast synchronization | Jon Paul Maloy | 2015-10-24 | 6 | -7/+23 |
* | | tipc: let broadcast transmission use new link transmit function | Jon Paul Maloy | 2015-10-24 | 5 | -57/+85 |
* | | tipc: make struct tipc_link generic to support broadcast | Jon Paul Maloy | 2015-10-24 | 3 | -12/+34 |
* | | tipc: use explicit allocation of broadcast send link | Jon Paul Maloy | 2015-10-24 | 4 | -45/+79 |
* | | tipc: make link implementation independent from struct tipc_bearer | Jon Paul Maloy | 2015-10-24 | 3 | -23/+36 |
* | | tipc: create broadcast transmission link at namespace init | Jon Paul Maloy | 2015-10-24 | 4 | -7/+24 |
* | | tipc: move broadcast link lock to struct tipc_net | Jon Paul Maloy | 2015-10-24 | 3 | -9/+14 |
* | | tipc: move bcast definitions to bcast.c | Jon Paul Maloy | 2015-10-24 | 5 | -107/+110 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-10-24 | 3 | -6/+19 |
|\ \
| |/ |
|
| * | tipc: conditionally expand buffer headroom over udp tunnel | Jon Paul Maloy | 2015-10-21 | 1 | -0/+5 |
| * | tipc: allow non-linear first fragment buffer | Jon Paul Maloy | 2015-10-21 | 1 | -3/+9 |
| * | tipc: extend broadcast link window size | Jon Paul Maloy | 2015-10-21 | 1 | -3/+5 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-10-20 | 2 | -5/+5 |
|\ \
| |/ |
|
| * | tipc: move fragment importance field to new header position | Jon Paul Maloy | 2015-10-14 | 1 | -2/+2 |
| * | tipc: eliminate risk of stalled link synchronization | Jon Paul Maloy | 2015-10-14 | 1 | -3/+3 |
* | | tipc: update node FSM when peer RESET message is received | Jon Paul Maloy | 2015-10-15 | 3 | -6/+13 |
* | | tipc: send out RESET immediately when link goes down | Jon Paul Maloy | 2015-10-15 | 5 | -8/+19 |
* | | tipc: delay ESTABLISH state event when link is established | Jon Paul Maloy | 2015-10-15 | 3 | -23/+49 |
* | | tipc: disallow packet duplicates in link deferred queue | Jon Paul Maloy | 2015-10-15 | 3 | -33/+34 |
* | | tipc: improve sequence number checking | Jon Paul Maloy | 2015-10-15 | 2 | -15/+13 |
* | | tipc: simplify tipc_link_rcv() reception loop | Jon Paul Maloy | 2015-10-15 | 1 | -37/+47 |
* | | tipc: limit usage of temporary skb list during packet reception | Jon Paul Maloy | 2015-10-15 | 1 | -8/+7 |
|/ |
|
* | tipc: reinitialize pointer after skb linearize | Erik Hugne | 2015-09-20 | 1 | -0/+1 |
* | net: tipc: fix stall during bclink wakeup procedure | Kolmakov Dmitriy | 2015-09-08 | 1 | -1/+29 |
* | tipc: fix stale link problem during synchronization | Jon Paul Maloy | 2015-08-23 | 2 | -3/+12 |
* | tipc: interrupt link synchronization when a link goes down | Jon Paul Maloy | 2015-08-23 | 2 | -4/+9 |
* | tipc: eliminate risk of premature link setup during failover | Jon Paul Maloy | 2015-08-23 | 1 | -1/+3 |
* | tipc: don't sanity check non-existing TLV (NL compat) | Richard Alpe | 2015-08-17 | 1 | -1/+1 |
* | ipv6: change ipv6_stub_impl.ipv6_dst_lookup to take net argument | Roopa Prabhu | 2015-07-31 | 1 | -1/+2 |
* | tipc: clean up link creation | Jon Paul Maloy | 2015-07-30 | 4 | -121/+86 |
* | tipc: use temporary, non-protected skb queue for bundle reception | Jon Paul Maloy | 2015-07-30 | 1 | -15/+19 |
* | tipc: remove implicit message delivery in node_unlock() | Jon Paul Maloy | 2015-07-30 | 4 | -63/+10 |
* | tipc: make resetting of links non-atomic | Jon Paul Maloy | 2015-07-30 | 3 | -70/+127 |
* | tipc: move received discovery data evaluation inside node.c | Jon Paul Maloy | 2015-07-30 | 3 | -123/+127 |
* | tipc: merge link->exec_mode and link->state into one FSM | Jon Paul Maloy | 2015-07-30 | 3 | -180/+226 |
* | tipc: move protocol message sending away from link FSM | Jon Paul Maloy | 2015-07-30 | 3 | -21/+33 |