aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-10-23c11 safe string handling supportDave Barach450-1600/+1884
2018-10-23Release Notes for 18.10Marco Varlese1-0/+316
2018-10-23ipsec: fix wrong counter bumpKlement Sekera1-1/+1
2018-10-22vlib: pci improvementsDamjan Marion11-191/+252
2018-10-22GBP: Revert back to using VppIpPrefix wrapperOle Troan1-5/+4
2018-10-22ipsec fix missing node renamesKlement Sekera4-8/+12
2018-10-22add Contiv-VPP installation guidance on Aarch64Lijian Zhang1-0/+10
2018-10-22vlib: introduce vlib_buffer_get_{pa,va,current_va,current_pa} inlinesDamjan Marion10-75/+81
2018-10-22vppinfra: use log2 page size in hugepage functionsDamjan Marion4-20/+28
2018-10-22Fix buffer overflow when fragmenting packets (VPP-1383)Juraj Sloboda2-2/+53
2018-10-22X86_64 perf counter pluginDave Barach13-26/+1632
2018-10-22VPP-1420 CDP check memory bounds fixFilip Varga1-4/+17
2018-10-22PAPI: Add support for format/unformat functions.Ole Troan7-27/+256
2018-10-22Fix dereferencing null string in dpdk_early_initJuraj Sloboda2-0/+3
2018-10-22Fix stat_segment.c issue.Paul Vinciguerra1-5/+8
2018-10-22stats: Add wrapper for vec_freeOle Troan3-0/+8
2018-10-22ipsec: split ipsec nodes into ip4/ip6 nodesKlement Sekera15-390/+764
2018-10-22dpdk: use rte_vfio_dma_map API instead of digging for vfio fdDamjan Marion1-63/+17
2018-10-22lisp-gpe: register udp port only if enabled (VPP-1468)Florin Coras1-5/+7
2018-10-21tcp: count first lost hole (VPP-1465)Florin Coras2-17/+46
2018-10-20dpdk: add netvsc PMDStephen Hemminger3-1/+40
2018-10-20dpdk: turn off unused DPDK componentsStephen Hemminger1-0/+17
2018-10-20acl-plugin: use the L2 feature arc infrastructure instead of L2 classifier fo...Andrew Yourtchenko4-699/+312
2018-10-20pipes: fix the l2.l2_len and the l[23]_hdr_offset setting behavior of pipe-rx...Andrew Yourtchenko1-29/+30
2018-10-20dpdk: use rx/tx_offload_names to formatStephen Hemminger1-38/+53
2018-10-19avf: fix crash in rss key calculationDamjan Marion1-1/+1
2018-10-19vppinfra: use memfd_create for hugepage mounts if supportedDamjan Marion2-25/+52
2018-10-19NAT44: fix ICMP virtual fragmentation reassembly (VPP-1466)Matus Fabian5-172/+144
2018-10-19vppinfra: add atomic macros for __sync builtinsSirshak Das40-130/+162
2018-10-19Add pool_get_zero, pool_get_aligned_zero macrosDave Barach1-1/+13
2018-10-18tcp: fix sacks lost bytes counting (VPP-1465)Florin Coras2-50/+118
2018-10-18tls: fix connection failures/interrupts at scale (VPP-1464)Florin Coras5-29/+45
2018-10-18tcp: fix cleanup of non established connections (VPP-1463)Florin Coras2-1/+5
2018-10-18Ping; remove unused arraysNeale Ranns1-3/+0
2018-10-18PAPI: Expose API enums to tests / applicationsOle Troan4-68/+106
2018-10-18Update version (18.10) for API changes scriptMarco Varlese1-2/+2
2018-10-17vxlan:decap caching error (VPP-1462)Eyal Bari1-1/+1
2018-10-17fix ip6 prefix check for tap_v2Michal Cmarada1-1/+1
2018-10-17Update to doxygen documentation for release 18.10Marco Varlese1-0/+2
2018-10-17IP Route add/del API is MP safeNeale Ranns1-0/+6
2018-10-17tcp: fix multiple fin retries (VPP-1461)Florin Coras2-10/+10
2018-10-17stats: vpp_get_stats missing last interface in dumpOle Troan1-2/+2
2018-10-17acl-plugin: tuplemerge: refresh the pointer to hash-readied ACL entries per e...Andrew Yourtchenko1-0/+2
2018-10-17tcp: avoid sack processing when not needed (VPP-1460)Florin Coras3-4/+7
2018-10-17bond: tx optimizationsDamjan Marion4-307/+342
2018-10-17VPP-1459:Ip4 lookup fail when exist prefix cover.mu.duojiao1-3/+1
2018-10-16tls: fix multi threaded medium scale test (VPP-1457)Florin Coras7-11/+52
2018-10-16PAPI: Add bool type support in vppapigen.Ole Troan1-0/+2
2018-10-16PAPI: Add timeout support for socket transportOle Troan1-3/+6
2018-10-16FIB: use vlib-log for debuggingNeale Ranns15-149/+237