aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2018-05-02vxlan:encap - use vnet rewriteeyal bari3-53/+50
2018-04-30tcp/session: debug improvements/fixesFlorin Coras6-30/+25
2018-04-30FIB: elide cover walk for insert of host routeNeale Ranns3-3/+25
2018-04-27IPv6 NS/RS; do not vec_validate global structs in the DPNeale Ranns1-12/+16
2018-04-27IPv6 NS: use the mcast rewrite node to fill in the destination MACNeale Ranns2-263/+275
2018-04-27TAP memory leaks:Neale Ranns4-28/+22
2018-04-27A bit of buffer metadata reshuffling to accommodate flow_idDamjan Marion7-24/+24
2018-04-25Carry recorded QOS bits in the outer VXLAN IP headerIgor Mikhailov (imichail)1-0/+35
2018-04-25span: crash in span_mirror [VPP-1254]Steven1-2/+7
2018-04-25GBPv6: NAT66 actions for GBPNeale Ranns1-1/+1
2018-04-25vxlan:remove single bucket load-balance dpo'sEyal Bari1-9/+23
2018-04-25Fix some build warnings about "Old Style VLA"Juraj Sloboda2-4/+9
2018-04-25Adjacency walk more scalableNeale Ranns2-50/+30
2018-04-24lacp: deleting the bond subinterface may cause lacp to lose the partner [VPP-...Steven3-23/+2
2018-04-24memory leakKingwel Xie1-0/+3
2018-04-24Support QOS_SOURCE_IP recording from L2 input node.Igor Mikhailov (imichail)2-5/+77
2018-04-23MPLS VPLS CLI fixNeale Ranns1-0/+1
2018-04-20tcp: make newreno byte instead of acks dependentFlorin Coras4-3/+28
2018-04-20tcp: improve statsFlorin Coras3-128/+177
2018-04-19Allow an IPsec tunnel interface to be renumberedMatthew Smith5-29/+42
2018-04-19Minor optimzation/cleanup to ethernet-input nodeJohn Lo1-5/+5
2018-04-18typo fix: UNKOWN -> UNKNOWNAndrey "Zed" Zaikin5-12/+12
2018-04-18Mcast rewrite optimisationsNeale Ranns8-45/+59
2018-04-18session: coverity warningsFlorin Coras2-3/+3
2018-04-18SCTP: coverity warningsMarco Varlese1-5/+2
2018-04-18udp/session: refactor to support dgram modeFlorin Coras18-274/+778
2018-04-18Fix the ip header offset counting in vnet/ipsecSzymon Sliwa1-5/+4
2018-04-17Add logging supportDamjan Marion5-52/+136
2018-04-17IP mcast: allow unicast address as a next-hopNeale Ranns8-41/+306
2018-04-17VPP-1243: fix reassembly CLIKlement Sekera1-5/+6
2018-04-17vhost: show vhost-user <interface> may crash [VPP-1242]Steven1-0/+7
2018-04-17SCTP: coverity scan warningsMarco Varlese3-30/+39
2018-04-17vxlan:remove counters writeback cacheEyal Bari2-519/+242
2018-04-16Implement ip_probe_neighbor APIJohn Lo2-9/+63
2018-04-16session: use generic session pool for listenersFlorin Coras8-103/+42
2018-04-13Revert "MTU: Setting of MTU on software interface (instead of hardware interf...Damjan Marion19-232/+221
2018-04-13MTU: Setting of MTU on software interface (instead of hardware interface)Ole Troan19-221/+232
2018-04-13GBP V2Neale Ranns10-7/+73
2018-04-13bond: ping fails between l2 BD [VPP-1238]Steven4-15/+91
2018-04-12Fixes for 'make UNATTENDED=yes CC=clang CXX=clang verify'Neale Ranns12-95/+42
2018-04-12bond: 1 packet/frame == bad performance [VPP-1236]Steven1-6/+8
2018-04-10Make IPsec tunnel intf work with IPv4 output featuresMatthew Smith2-0/+13
2018-04-09features: don't break linked list, create separate one for arcDamjan Marion3-5/+5
2018-04-09L2: no-flood interface type in the Bridge-DomainNeale Ranns5-11/+42
2018-04-09plugins: unload plugin if early init failsDamjan Marion2-0/+57
2018-04-09DVR: save the rewrite length in packet meta-data for featuresNeale Ranns1-3/+9
2018-04-07BIER coveroty fix for unintialised return value on errorNeale Ranns1-1/+1
2018-04-06Change l2-fwd node to allow possible feature before UU-FLOODJohn Lo1-6/+14
2018-04-05IPIP: version.h is not neededNeale Ranns1-1/+0
2018-04-04Detailed stats collection featureNeale Ranns5-23/+290