aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-24tipc: fix error handling of expanding buffer headroomYing Xue1-2/+5
2015-11-23tipc: avoid packets leaking on socket receive queueYing Xue1-3/+7
2015-11-20tipc: correct settings of broadcast link stateJon Paul Maloy1-0/+2
2015-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+5
2015-11-01tipc: linearize arriving NAME_DISTR and LINK_PROTO buffersJon Paul Maloy1-0/+5
2015-10-25tipc: link_is_bc_sndlink() can be staticWu Fengguang2-5/+5
2015-10-24tipc: clean up unused code and structuresJon Paul Maloy9-1104/+30
2015-10-24tipc: ensure binding table initial distribution is sent via first linkJon Paul Maloy2-3/+3
2015-10-24tipc: eliminate link's reference to owner nodeJon Paul Maloy4-22/+29
2015-10-24tipc: eliminate redundant buffer cloning at transmissionJon Paul Maloy2-28/+15
2015-10-24tipc: let neighbor discoverer tranmsit consumable buffersJon Paul Maloy4-12/+38
2015-10-24tipc: introduce jumbo frame support for broadcastJon Paul Maloy7-6/+39
2015-10-24tipc: simplify bearer level broadcastJon Paul Maloy5-45/+151
2015-10-24tipc: let broadcast packet reception use new link receive functionJon Paul Maloy9-220/+615
2015-10-24tipc: introduce capability bit for broadcast synchronizationJon Paul Maloy6-7/+23
2015-10-24tipc: let broadcast transmission use new link transmit functionJon Paul Maloy5-57/+85
2015-10-24tipc: make struct tipc_link generic to support broadcastJon Paul Maloy3-12/+34
2015-10-24tipc: use explicit allocation of broadcast send linkJon Paul Maloy4-45/+79
2015-10-24tipc: make link implementation independent from struct tipc_bearerJon Paul Maloy3-23/+36
2015-10-24tipc: create broadcast transmission link at namespace initJon Paul Maloy4-7/+24
2015-10-24tipc: move broadcast link lock to struct tipc_netJon Paul Maloy3-9/+14
2015-10-24tipc: move bcast definitions to bcast.cJon Paul Maloy5-107/+110
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-6/+19
2015-10-21tipc: conditionally expand buffer headroom over udp tunnelJon Paul Maloy1-0/+5
2015-10-21tipc: allow non-linear first fragment bufferJon Paul Maloy1-3/+9
2015-10-21tipc: extend broadcast link window sizeJon Paul Maloy1-3/+5
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-5/+5
2015-10-15tipc: update node FSM when peer RESET message is receivedJon Paul Maloy3-6/+13
2015-10-15tipc: send out RESET immediately when link goes downJon Paul Maloy5-8/+19
2015-10-15tipc: delay ESTABLISH state event when link is establishedJon Paul Maloy3-23/+49
2015-10-15tipc: disallow packet duplicates in link deferred queueJon Paul Maloy3-33/+34
2015-10-15tipc: improve sequence number checkingJon Paul Maloy2-15/+13
2015-10-15tipc: simplify tipc_link_rcv() reception loopJon Paul Maloy1-37/+47
2015-10-15tipc: limit usage of temporary skb list during packet receptionJon Paul Maloy1-8/+7
2015-10-14tipc: move fragment importance field to new header positionJon Paul Maloy1-2/+2
2015-10-14tipc: eliminate risk of stalled link synchronizationJon Paul Maloy1-3/+3
2015-09-20tipc: reinitialize pointer after skb linearizeErik Hugne1-0/+1
2015-09-08net: tipc: fix stall during bclink wakeup procedureKolmakov Dmitriy1-1/+29
2015-08-23tipc: fix stale link problem during synchronizationJon Paul Maloy2-3/+12
2015-08-23tipc: interrupt link synchronization when a link goes downJon Paul Maloy2-4/+9
2015-08-23tipc: eliminate risk of premature link setup during failoverJon Paul Maloy1-1/+3
2015-08-17tipc: don't sanity check non-existing TLV (NL compat)Richard Alpe1-1/+1
2015-07-31ipv6: change ipv6_stub_impl.ipv6_dst_lookup to take net argumentRoopa Prabhu1-1/+2
2015-07-30tipc: clean up link creationJon Paul Maloy4-121/+86
2015-07-30tipc: use temporary, non-protected skb queue for bundle receptionJon Paul Maloy1-15/+19
2015-07-30tipc: remove implicit message delivery in node_unlock()Jon Paul Maloy4-63/+10
2015-07-30tipc: make resetting of links non-atomicJon Paul Maloy3-70/+127
2015-07-30tipc: move received discovery data evaluation inside node.cJon Paul Maloy3-123/+127
2015-07-30tipc: merge link->exec_mode and link->state into one FSMJon Paul Maloy3-180/+226
2015-07-30tipc: move protocol message sending away from link FSMJon Paul Maloy3-21/+33