aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2018-03-27memif: add private header size fieldDamjan Marion2-0/+5
2018-03-27bond: coverity woesSteven2-27/+32
2018-03-27VOM: bond: Add support for LACPMohsin Kazmi18-6/+1794
2018-03-26VCL: add IPv6 to socket_test.sh and make testDave Wallace7-81/+624
2018-03-26plugins: dpdk: ipsec: fix l3 offsetSzymon Sliwa1-2/+1
2018-03-26Restore the brief FIB entry printingNeale Ranns1-7/+7
2018-03-26vlib: add support for vfio no-iommu modeDamjan Marion4-33/+51
2018-03-26afpacket: Fix the reply if itf already exitsMohsin Kazmi1-1/+3
2018-03-26Disable -Waddress-of-packed-member warnings reported by clangDamjan Marion1-0/+8
2018-03-26acl-plugin: defer the ACL plugin user module registration with ACL lookup unt...Andrew Yourtchenko1-3/+5
2018-03-26plugin: Add plugin 'default' disable/enableMohsin Kazmi2-0/+11
2018-03-26libmemif: version 2Jakub Grajciar16-918/+620
2018-03-26Intel Adaptive Virtual Function native device driver pluginDamjan Marion12-0/+3008
2018-03-25session: fix local session disconnectsFlorin Coras3-22/+58
2018-03-24make test: fix DEBUG=gdb/gdbserver optionsKlement Sekera1-4/+3
2018-03-24make test: fix ext build on centosKlement Sekera1-1/+1
2018-03-24make test: use vpp-dev repo for py-lispnetworkingKlement Sekera1-1/+1
2018-03-24allow specifying number of concurrent jobsKlement Sekera1-0/+4
2018-03-24make test: enhance core-file informationKlement Sekera2-17/+32
2018-03-24User session counters stay <= per-user limitMatthew Smith3-17/+22
2018-03-23Add client hw address to DHCP offer and ack in test caseNeale Ranns1-6/+11
2018-03-23acl-plugin: improvements in 'show acl-plugin macip acl' CLIAndrew Yourtchenko3-11/+53
2018-03-23Drop dhcp pkts w/ hardware address mismatchesDave Barach3-11/+41
2018-03-23IPSEC_AH: broken initialization (VPP-1208)Marco Varlese1-1/+1