summaryrefslogtreecommitdiffstats
path: root/net/tipc
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-11-031-0/+5
|\
| * tipc: linearize arriving NAME_DISTR and LINK_PROTO buffersJon Paul Maloy2015-11-011-0/+5
* | tipc: link_is_bc_sndlink() can be staticWu Fengguang2015-10-252-5/+5
* | tipc: clean up unused code and structuresJon Paul Maloy2015-10-249-1104/+30Star
* | tipc: ensure binding table initial distribution is sent via first linkJon Paul Maloy2015-10-242-3/+3
* | tipc: eliminate link's reference to owner nodeJon Paul Maloy2015-10-244-22/+29
* | tipc: eliminate redundant buffer cloning at transmissionJon Paul Maloy2015-10-242-28/+15Star
* | tipc: let neighbor discoverer tranmsit consumable buffersJon Paul Maloy2015-10-244-12/+38
* | tipc: introduce jumbo frame support for broadcastJon Paul Maloy2015-10-247-6/+39
* | tipc: simplify bearer level broadcastJon Paul Maloy2015-10-245-45/+151
* | tipc: let broadcast packet reception use new link receive functionJon Paul Maloy2015-10-249-220/+615
* | tipc: introduce capability bit for broadcast synchronizationJon Paul Maloy2015-10-246-7/+23
* | tipc: let broadcast transmission use new link transmit functionJon Paul Maloy2015-10-245-57/+85
* | tipc: make struct tipc_link generic to support broadcastJon Paul Maloy2015-10-243-12/+34
* | tipc: use explicit allocation of broadcast send linkJon Paul Maloy2015-10-244-45/+79
* | tipc: make link implementation independent from struct tipc_bearerJon Paul Maloy2015-10-243-23/+36
* | tipc: create broadcast transmission link at namespace initJon Paul Maloy2015-10-244-7/+24
* | tipc: move broadcast link lock to struct tipc_netJon Paul Maloy2015-10-243-9/+14
* | tipc: move bcast definitions to bcast.cJon Paul Maloy2015-10-245-107/+110
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-243-6/+19
|\|
| * tipc: conditionally expand buffer headroom over udp tunnelJon Paul Maloy2015-10-221-0/+5
| * tipc: allow non-linear first fragment bufferJon Paul Maloy2015-10-221-3/+9
| * tipc: extend broadcast link window sizeJon Paul Maloy2015-10-221-3/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-202-5/+5
|\|
| * tipc: move fragment importance field to new header positionJon Paul Maloy2015-10-151-2/+2
| * tipc: eliminate risk of stalled link synchronizationJon Paul Maloy2015-10-141-3/+3
* | tipc: update node FSM when peer RESET message is receivedJon Paul Maloy2015-10-163-6/+13
* | tipc: send out RESET immediately when link goes downJon Paul Maloy2015-10-165-8/+19
* | tipc: delay ESTABLISH state event when link is establishedJon Paul Maloy2015-10-163-23/+49
* | tipc: disallow packet duplicates in link deferred queueJon Paul Maloy2015-10-163-33/+34
* | tipc: improve sequence number checkingJon Paul Maloy2015-10-162-15/+13Star
* | tipc: simplify tipc_link_rcv() reception loopJon Paul Maloy2015-10-161-37/+47
* | tipc: limit usage of temporary skb list during packet receptionJon Paul Maloy2015-10-161-8/+7Star
|/
* tipc: reinitialize pointer after skb linearizeErik Hugne2015-09-211-0/+1
* net: tipc: fix stall during bclink wakeup procedureKolmakov Dmitriy2015-09-091-1/+29
* tipc: fix stale link problem during synchronizationJon Paul Maloy2015-08-242-3/+12
* tipc: interrupt link synchronization when a link goes downJon Paul Maloy2015-08-242-4/+9
* tipc: eliminate risk of premature link setup during failoverJon Paul Maloy2015-08-241-1/+3
* tipc: don't sanity check non-existing TLV (NL compat)Richard Alpe2015-08-171-1/+1
* ipv6: change ipv6_stub_impl.ipv6_dst_lookup to take net argumentRoopa Prabhu2015-08-011-1/+2
* tipc: clean up link creationJon Paul Maloy2015-07-314-121/+86Star
* tipc: use temporary, non-protected skb queue for bundle receptionJon Paul Maloy2015-07-311-15/+19
* tipc: remove implicit message delivery in node_unlock()Jon Paul Maloy2015-07-314-63/+10Star
* tipc: make resetting of links non-atomicJon Paul Maloy2015-07-313-70/+127
* tipc: move received discovery data evaluation inside node.cJon Paul Maloy2015-07-313-123/+127
* tipc: merge link->exec_mode and link->state into one FSMJon Paul Maloy2015-07-313-180/+226
* tipc: move protocol message sending away from link FSMJon Paul Maloy2015-07-313-21/+33
* tipc: move link synch and failover to link aggregation levelJon Paul Maloy2015-07-315-508/+342Star
* tipc: extend node FSMJon Paul Maloy2015-07-312-11/+92
* tipc: reverse call order for link_reset()->node_link_down()Jon Paul Maloy2015-07-312-14/+22