aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-11-29dpdk-ipsec-nodes multiarch: nodes are formatted in VLIB_NODE_FN styleKingwel Xie4-13/+24
2018-11-29dpdk: bump to DPDK 18.11Damjan Marion1-48/+5
2018-11-29MAP: Use bool type in map.api instead of u8.Ole Troan1-5/+5
2018-11-29vppapigen: Fix python3 compatibilityOle Troan1-24/+40
2018-11-29API: Add support for type aliasesOle Troan11-32/+170
2018-11-29ipsec: move ipsec defs to ipsec.hKlement Sekera2-51/+54
2018-11-29VPP-1508: vpp_transport_socket.py fix importPaul Vinciguerra1-1/+4
2018-11-28Use acquire/release ordering when accessing svm_fifo shared variable cursizeSirshak Das3-8/+12
2018-11-28vpp_papi: Reserved keywords.Paul Vinciguerra2-3/+3
2018-11-28dpdk: allow interface name to be specified from startup.confDamjan Marion4-4/+20
2018-11-28cmake: display warning and continue if dpdk not presentDamjan Marion2-4/+9
2018-11-28Remove useless prefetch in ip4-rewrite nodeSimon Zhang1-1/+1
2018-11-28vpp_papi: Use new style classes.Paul Vinciguerra6-13/+13
2018-11-27ldp: sid to fd mapper for apps with multiple workersFlorin Coras3-22/+112
2018-11-27pmalloc: correct format_pmalloc_map u32 index overrun bugKingwel Xie2-5/+3
2018-11-27cmake: Add protocol.h to lacp plugin .h includesAlexander Chernavin1-0/+1
2018-11-26Minor tweaksDave Barach1-10/+11
2018-11-26stats: Remove unneeded dependencies in stat_clientOle Troan4-20/+23
2018-11-26Fix IPSec CLI key parsingPierre Pfister2-4/+11
2018-11-26Add a feature arc consistency checkDave Barach8-0/+28
2018-11-26vppinfra: prevent dlmalloc from allocating memory via mmap_alloc()Andrew Yourtchenko1-1/+22
2018-11-26flow-hash: Add symmetric flag for flow hashingMohsin Kazmi4-4/+40
2018-11-26vapi: break if parsing progress cannot be madeKlement Sekera1-0/+1
2018-11-26Remove unused argument from eth_identify_subint(...)Damjan Marion3-7/+2
2018-11-25vlib:init free list buffers vecEyal Bari2-0/+6
2018-11-23vhost-user: use memory store barrierDamjan Marion1-3/+3
2018-11-23session: fix coverity app name warningFlorin Coras1-10/+20
2018-11-23acl-plugin: fix coverity error that the fix related for [VPP-1502] has triggeredAndrew Yourtchenko1-9/+13
2018-11-23vhost-user: add missing inlinesDamjan Marion1-2/+2
2018-11-23vhost-user: avoid global storage accessDamjan Marion1-26/+34
2018-11-23vhost-user: simplify input loopDamjan Marion1-181/+174
2018-11-23NAT44: improve expired sessions reuse (VPP-1503)Matus Fabian2-79/+65
2018-11-22MAP: Use explicit address/prefix types in APIOle Troan5-540/+36
2018-11-22Revert "Add support for MAP-T CE (VPP-1058)"Ole Troan5-442/+163
2018-11-22acl-plugin: optimize hash memory usage + fix the startup config parsing for m...Andrew Yourtchenko3-7/+33
2018-11-22vhost-user: hint ethernet-input about single sw_if_indexDamjan Marion1-1/+16
2018-11-22vhost-user: avoid per-packet feature arc lookupsDamjan Marion1-12/+18
2018-11-22vhost-user: fix input node runtime statsDamjan Marion1-2/+2
2018-11-22stat_client issues while running parallel tests.Paul Vinciguerra4-52/+162
2018-11-22Add RFC5424 syslog protocol support (VPP-1139)Matus Fabian10-0/+1442
2018-11-22NAT44: Apply transitory timeout on TCP RST (VPP-1494)Matus Fabian2-0/+9
2018-11-21dpdk: don't shift flags twiceDamjan Marion1-3/+3
2018-11-21VPP-1309: fixed crash when listing ip arp after removing interfacePavel Kotucek1-0/+24
2018-11-21session: improve app cliFlorin Coras3-25/+70
2018-11-21session: cleanup use of api_client_indexFlorin Coras10-158/+98
2018-11-21ethernet-input: fix assert in l2 modeDamjan Marion1-9/+24
2018-11-20Add buffer tracing to the dispatch tracerDave Barach4-7/+85
2018-11-20memif input-node improvementsDamjan Marion1-11/+34
2018-11-20ethernet-input optimizationsDamjan Marion6-237/+637
2018-11-20vhost-user: cleanupDamjan Marion2-65/+44