summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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-10test: Fix issues with new version of pycodestyle (VPP-1232)Chris Luke3-3/+5
2018-04-10acl-plugin: VPP-1230: fix the "undefined symbol" error for acl_main when usin...Andrew Yourtchenko3-9/+31
2018-04-10acl-plugin: VPP-1231: add error checking to acl_plugin_set_acl_vec_for_contextAndrew Yourtchenko1-1/+26
2018-04-10NAT44: don't add static mapping to resolution vector if failed (VPP-1225)Matus Fabian1-3/+27
2018-04-09memif: bug fixesDamjan Marion2-22/+74
2018-04-09IPIP: version.h is not neededNeale Ranns1-1/+0
2018-04-09make test: fix failure on centosKlement Sekera1-1/+1
2018-04-08Restore building of debuginfo RPMsThomas F Herbert1-10/+2
2018-04-07BIER coveroty fix for unintialised return value on errorNeale Ranns1-1/+1
2018-04-07Remove mbedtls from build requirement for CentosThomas F Herbert2-2/+4
2018-04-07Remove subunit from Centos requirements.Thomas F Herbert2-2/+4
2018-04-04Setup for branch stable/1804v18.04-rc1Chris Luke1-0/+1
2018-04-04Hm this ended up on master, but should not have.v18.07-rc0Chris Luke1-1/+0
2018-04-04Setup for branch stable/1804Chris Luke1-0/+1
2018-04-04Doc updates prior to branchChris Luke6-16/+40
2018-04-04memif: zero copy slaveDamjan Marion7-145/+677
2018-04-04Detailed stats collection featureNeale Ranns12-41/+434
2018-04-04NAT added FIB entries have a preference lower than API/CLINeale Ranns3-6/+12
2018-04-04NAT44: prohibit multiple static mappings for a single local address (VPP-1224)Matus Fabian1-0/+11
2018-04-04NAT44: fix static mapping for DHCP addressed interface deleting (VPP-1223)Matus Fabian1-4/+92
2018-04-04dpdk:fix checksum handling of l2 interfacesEyal Bari1-17/+19
2018-04-03Makefile: Alter VPP_PYTHON_PREFIX for preloading depsEd Kern2-1/+6
2018-04-03reassembly: bug fixesKlement Sekera4-19/+23
2018-04-03Fix bugs in emacs plugin templatesDave Barach2-22/+17
2018-04-03session: use fib index in ip local testFlorin Coras1-1/+1
2018-03-31make test: print a warning in case a core_pattern contains a filter programAndrew Yourtchenko3-0/+19
2018-03-30tapv2: Sporadic SIGABRT in ethernet_input [VPP-1183]Steven2-5/+6
2018-03-30libmemif: zero-copy-slave mode + header spaceJakub Grajciar10-72/+1696
2018-03-30acl-plugin: implement an optional session reclassification when ACL is (re-)a...Andrew Yourtchenko4-10/+128
2018-03-30Updated sample startup.conf with supported plugin config options.Maciek Konstantynowicz1-10/+19
2018-03-30Fix minor issues.John DeNisco4-8/+24
2018-03-30Add missing stdint.hChris Luke1-0/+1
2018-03-30lacp: faster convergence for slow-rate config optionSteven6-18/+29
2018-03-30bond: show trace causes a crash if the interface is deletedSteven3-13/+32
2018-03-30dpdk: fix crash due to incorrect xd->flags value with slave's link togglingSteve Shin1-2/+5
2018-03-29Coverity fixes (VPP-1204)Chris Luke6-13/+17
2018-03-29ip6: fix ip6-local urpf checkingFlorin Coras2-9/+10
2018-03-29l2_input:optimize counter accessEyal Bari1-31/+16
2018-03-29tcp: fix fib index buffer taggingFlorin Coras4-33/+44
2018-03-29No need for this routine to be globalDave Barach1-1/+1
2018-03-28vom: Fix the error handling for already existing itfMohsin Kazmi1-1/+5
2018-03-28Build libmemif as part of verify jobDamjan Marion7-7/+17
2018-03-28bond: cli renameSteven1-11/+10
2018-03-28SCTP: use custom fibMarco Varlese2-7/+12
2018-03-28libmemif: add private header size fieldJakub Grajciar4-2/+10
2018-03-28NAT44: make 1:1NAT for DHCP addressed interface persistentMatus Fabian2-34/+101
2018-03-28test: fix VppNeighbor.query_vpp_configNeale Ranns1-14/+10