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