aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-06-05L3 cross connectNeale Ranns10-4/+1260
2019-06-05IPSEC: some CLI fixesNeale Ranns5-10/+16
2019-06-04elog: make elog_string() multi-thread safeSteven Luong1-0/+2
2019-06-04punt: fix the set_punt API/CLI which was rejecting valid portsNeale Ranns1-11/+11
2019-06-04features will register udp ports once configuredJakub Grajciar4-18/+38
2019-06-04Fix: bug prevented IPsec ipv4 SPDs to show correctlyGuillaume Solignac1-4/+9
2019-06-04sort worker-thread init functions in advanceDave Barach5-12/+71
2019-06-04stats: removing empty object in stats vectorOle Troan2-2/+4
2019-06-04Punt: specify packets by IP protocol TypeNeale Ranns11-38/+282
2019-06-04mactime: upstream new featuresDave Barach6-25/+161
2019-06-04dpdk: rework extended statsFilip Tehlar4-47/+33
2019-06-04startup: remove dpdk linking bonding configurationZhiyong Yang1-10/+0
2019-06-04srp: leverage vlib_buffer_get_currentZhiyong Yang1-3/+3
2019-06-03GBP: add subnet cli commandBenoƮt Ganne1-2/+85
2019-06-03ARP: add feature arcNeale Ranns7-168/+508
2019-06-03crypto_ia32: native AES-GCM implementationDamjan Marion5-1/+1046
2019-06-02IPSec: memcpy of integ key borkNeale Ranns1-1/+1
2019-05-31VPP-1692: move NULL pointer checkDave Barach1-5/+5
2019-05-31tools: FEATURE.yaml meta-data infrastructureOle Troan4-0/+179
2019-05-31crypo_ia32: don't optimize debug buildsDamjan Marion2-1/+5
2019-05-31Update vnet hardware flags if link state changesDave Barach1-1/+9
2019-05-31bonding: add support for numa awarenessZhiyong Yang4-12/+90
2019-05-30nat44: fix CLI doc errorjackiechen19851-2/+2
2019-05-30IP load-balance; perf improvement using the usual reciepeNeale Ranns2-305/+233
2019-05-30FIB: correctly report IPv6 FIB Unicast and Multicast memory usage (VPP-1578)"Neale Ranns6-16/+34
2019-05-30lisp-cp: start lisp retry service on demandFlorin Coras2-8/+18
2019-05-30sample-plugin: refactor .api to use explicit typesOle Troan1-8/+9
2019-05-30ipip: refactor ipip.api with explicit typesOle Troan3-24/+17
2019-05-30dpdk: remove bonding codeDamjan Marion6-251/+11
2019-05-30NAT: create bypass in correct thread if workers>1Alexander Chernavin1-9/+40
2019-05-30Start the dns resolver process on demandDave Barach3-8/+19
2019-05-30IPsec: modify post-decrypt buf len calculationMatthew G Smith1-2/+2
2019-05-30mpls: leverage vlib_buffer_advanceZhiyong Yang1-7/+4
2019-05-30osi_input: leverage vlib_buffer_get_currentZhiyong Yang1-3/+3
2019-05-29ipsec: fix perf issue in esp_aad_fillDamjan Marion1-4/+7
2019-05-29Start the cdp period process on demandDave Barach4-22/+20
2019-05-29vxlan-gbp: prefetch encap header memory areaZhiyong Yang1-66/+70
2019-05-29dpdk: make sure each segment have initalized rte_mbufDamjan Marion1-12/+4
2019-05-29Break out the broom for some cleanup workDave Barach2-0/+38
2019-05-29map: Use vl_api_string macros.Paul Vinciguerra2-27/+9
2019-05-29plugins: http_static. Migrate to use api string type.Paul Vinciguerra3-11/+23
2019-05-28nsim: remove buffer u32 upper boundKorian Edeline1-1/+1
2019-05-28l2tp: l2tp-decap-local don't accept packets unless configuredJakub Grajciar3-10/+10
2019-05-28ipsec: ah_encrypt reworkFilip Tehlar1-194/+280
2019-05-28docs: Add VPP API language documentationOle Troan1-0/+343
2019-05-28Punt: socket register for exception dispatched/punted packets based on reasonNeale Ranns20-811/+1561
2019-05-28Add an ip6 local hop-by-hop protocol demux tableDave Barach4-26/+343
2019-05-28nat44: make nat44-ed-hairpin-src follow arcMatthew Smith1-1/+1
2019-05-28gre: don't register gre input nodes unless a gre tunnel is createdJakub Grajciar2-3/+4
2019-05-28papi: avoid IOError on disconnectVratko Polak2-6/+18