aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc
Commit message (Expand)AuthorAge
...
* | tipc: clean up unused code and structuresJon Paul Maloy2015-10-24
* | tipc: ensure binding table initial distribution is sent via first linkJon Paul Maloy2015-10-24
* | tipc: eliminate link's reference to owner nodeJon Paul Maloy2015-10-24
* | tipc: eliminate redundant buffer cloning at transmissionJon Paul Maloy2015-10-24
* | tipc: let neighbor discoverer tranmsit consumable buffersJon Paul Maloy2015-10-24
* | tipc: introduce jumbo frame support for broadcastJon Paul Maloy2015-10-24
* | tipc: simplify bearer level broadcastJon Paul Maloy2015-10-24
* | tipc: let broadcast packet reception use new link receive functionJon Paul Maloy2015-10-24
* | tipc: introduce capability bit for broadcast synchronizationJon Paul Maloy2015-10-24
* | tipc: let broadcast transmission use new link transmit functionJon Paul Maloy2015-10-24
* | tipc: make struct tipc_link generic to support broadcastJon Paul Maloy2015-10-24
* | tipc: use explicit allocation of broadcast send linkJon Paul Maloy2015-10-24
* | tipc: make link implementation independent from struct tipc_bearerJon Paul Maloy2015-10-24
* | tipc: create broadcast transmission link at namespace initJon Paul Maloy2015-10-24
* | tipc: move broadcast link lock to struct tipc_netJon Paul Maloy2015-10-24
* | tipc: move bcast definitions to bcast.cJon Paul Maloy2015-10-24
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-24
|\|
| * tipc: conditionally expand buffer headroom over udp tunnelJon Paul Maloy2015-10-21
| * tipc: allow non-linear first fragment bufferJon Paul Maloy2015-10-21
| * tipc: extend broadcast link window sizeJon Paul Maloy2015-10-21
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-20
|\|
| * tipc: move fragment importance field to new header positionJon Paul Maloy2015-10-14
| * tipc: eliminate risk of stalled link synchronizationJon Paul Maloy2015-10-14
* | tipc: update node FSM when peer RESET message is receivedJon Paul Maloy2015-10-16
* | tipc: send out RESET immediately when link goes downJon Paul Maloy2015-10-16
* | tipc: delay ESTABLISH state event when link is establishedJon Paul Maloy2015-10-16
* | tipc: disallow packet duplicates in link deferred queueJon Paul Maloy2015-10-16
* | tipc: improve sequence number checkingJon Paul Maloy2015-10-16
* | tipc: simplify tipc_link_rcv() reception loopJon Paul Maloy2015-10-16
* | tipc: limit usage of temporary skb list during packet receptionJon Paul Maloy2015-10-16
|/
* tipc: reinitialize pointer after skb linearizeErik Hugne2015-09-21
* net: tipc: fix stall during bclink wakeup procedureKolmakov Dmitriy2015-09-09
* tipc: fix stale link problem during synchronizationJon Paul Maloy2015-08-23
* tipc: interrupt link synchronization when a link goes downJon Paul Maloy2015-08-23
* tipc: eliminate risk of premature link setup during failoverJon Paul Maloy2015-08-23
* tipc: don't sanity check non-existing TLV (NL compat)Richard Alpe2015-08-17
* ipv6: change ipv6_stub_impl.ipv6_dst_lookup to take net argumentRoopa Prabhu2015-07-31
* tipc: clean up link creationJon Paul Maloy2015-07-30
* tipc: use temporary, non-protected skb queue for bundle receptionJon Paul Maloy2015-07-30
* tipc: remove implicit message delivery in node_unlock()Jon Paul Maloy2015-07-30
* tipc: make resetting of links non-atomicJon Paul Maloy2015-07-30
* tipc: move received discovery data evaluation inside node.cJon Paul Maloy2015-07-30
* tipc: merge link->exec_mode and link->state into one FSMJon Paul Maloy2015-07-30
* tipc: move protocol message sending away from link FSMJon Paul Maloy2015-07-30
* tipc: move link synch and failover to link aggregation levelJon Paul Maloy2015-07-30
* tipc: extend node FSMJon Paul Maloy2015-07-30
* tipc: reverse call order for link_reset()->node_link_down()Jon Paul Maloy2015-07-30
* tipc: move all link_reset() calls to link aggregation levelJon Paul Maloy2015-07-30
* tipc: eliminate function tipc_link_activate()Jon Paul Maloy2015-07-30
* tipc: fix bug in broadcast synch message create functionJon Maloy2015-07-29