aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2018-03-28avf: keep input node in disabled state unless neededDamjan Marion1-1/+1
2018-03-28NAT44: fix nat44_user_session_dump and nat44_del_session crash with one worke...Matus Fabian2-2/+2
2018-03-27vxlan:refactor add del command functionEyal Bari1-102/+43
2018-03-27vlib: gcc-7 -O3 uninitialized valuesDamjan Marion1-5/+5
2018-03-27vlib: make cloned structures cacheline alignedDamjan Marion2-13/+24
2018-03-27acl-plugin: autosize the ACL plugin heap and fix the heap size types and parsingAndrew Yourtchenko3-9/+43
2018-03-27VOM: Fix connection stateNeale Ranns3-8/+14