aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2018-10-01fix packets redirect ineffective on af-packet interfacestable/1804chenxiang1-2/+1
2018-07-09gcc8 and Wstringop-truncationMarco Varlese1-2/+2
2018-07-09node functions cannot be always_inlineDamjan Marion7-18/+18
2018-06-10Add reaper functions to want events APIs (VPP-1304)Neale Ranns2-4/+135
2018-06-06BIER CLI show commands; no crash on non-existant objects (VPP-1303)Neale Ranns3-6/+27
2018-05-30bond: performance harvesting [VPP-1298]Steven4-133/+183
2018-05-29Revert "Fix the alignment of IP4 Fib Tables (VPP-1280)"Neale Ranns1-1/+0
2018-05-18Harmonize vec/pool_get_aligned object sizes and alignment requestsDave Barach36-14/+148
2018-05-18Fix the alignment of IP4 Fib Tables (VPP-1280)Neale Ranns1-0/+1
2018-05-10DHCP4 client process replies when renewing leaseMatthew Smith1-16/+24
2018-04-27TAP memory leaks:Neale Ranns4-28/+19
2018-04-24span: crash in span_mirror [VPP-1254]Steven1-2/+7
2018-04-24memory leakKingwel Xie1-0/+3
2018-04-24lacp: deleting the bond subinterface may cause lacp to lose the partner [VPP-...Steven3-23/+2
2018-04-18SCTP: coverity scan warningsMarco Varlese3-30/+39
2018-04-18SCTP: coverity warningsMarco Varlese1-5/+2
2018-04-18Fixes for 'make UNATTENDED=yes CC=clang CXX=clang verify'Neale Ranns12-95/+42
2018-04-17vhost: show vhost-user <interface> may crash [VPP-1242]Steven1-0/+7
2018-04-17VPP-1243: fix reassembly CLIKlement Sekera1-5/+6
2018-04-13bond: ping fails between l2 BD [VPP-1238]Steven4-15/+91
2018-04-13bond: 1 packet/frame == bad performance [VPP-1236]Steven1-6/+8
2018-04-11DVR: save the rewrite length in packet meta-data for featuresv18.04-rc2Neale Ranns1-3/+9
2018-04-11L2: no-flood interface type in the Bridge-DomainNeale Ranns5-11/+42
2018-04-10Change l2-fwd node to allow possible feature before UU-FLOODJohn Lo1-6/+14
2018-04-09IPIP: version.h is not neededNeale Ranns1-1/+0
2018-04-07BIER coveroty fix for unintialised return value on errorNeale Ranns1-1/+1
2018-04-04Detailed stats collection featureNeale Ranns5-23/+290
2018-04-04NAT added FIB entries have a preference lower than API/CLINeale Ranns2-0/+6
2018-04-03reassembly: bug fixesKlement Sekera3-17/+22
2018-04-03session: use fib index in ip local testFlorin Coras1-1/+1
2018-03-30tapv2: Sporadic SIGABRT in ethernet_input [VPP-1183]Steven2-5/+6
2018-03-30bond: show trace causes a crash if the interface is deletedSteven3-13/+32
2018-03-29Coverity fixes (VPP-1204)Chris Luke5-12/+15
2018-03-29ip6: fix ip6-local urpf checkingFlorin Coras1-4/+7
2018-03-29l2_input:optimize counter accessEyal Bari1-31/+16
2018-03-29tcp: fix fib index buffer taggingFlorin Coras3-14/+19
2018-03-29No need for this routine to be globalDave Barach1-1/+1
2018-03-28bond: cli renameSteven1-11/+10
2018-03-28SCTP: use custom fibMarco Varlese2-7/+12
2018-03-27vxlan:refactor add del command functionEyal Bari1-102/+43
2018-03-27bond: coverity woesSteven2-27/+32
2018-03-26VCL: add IPv6 to socket_test.sh and make testDave Wallace1-2/+4
2018-03-26Restore the brief FIB entry printingNeale Ranns1-7/+7
2018-03-26afpacket: Fix the reply if itf already exitsMohsin Kazmi1-1/+3
2018-03-25session: fix local session disconnectsFlorin Coras3-22/+58
2018-03-23Drop dhcp pkts w/ hardware address mismatchesDave Barach2-11/+40
2018-03-23IPSEC_AH: broken initialization (VPP-1208)Marco Varlese1-1/+1
2018-03-23tcp/session: sprinkle prefetchesFlorin Coras4-16/+37
2018-03-23session: allow builtin apps to register namesFlorin Coras6-20/+73
2018-03-22bond: performance enhancementSteven3-155/+220