aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-10-24L2-fwd trace show the lookup resultNeale Ranns3-48/+81
2018-10-24L2-input/output: use feature enum type in flag update functionNeale Ranns4-4/+10
2018-10-23VPP-1474: fix coverity warningDave Barach1-0/+3
2018-10-23physmem coverity issuesDamjan Marion3-5/+6
2018-10-23perfmon.c: Register additional cpuids.Paul Vinciguerra1-4/+7
2018-10-23dns, dhcp: on-demand udp port registrationDave Barach5-16/+54
2018-10-23tcp: fast retransmit improvementsFlorin Coras5-107/+279
2018-10-23vlib: alloc buffers on local numa, not on numa 1Damjan Marion1-1/+2
2018-10-23lisp: register cp port only if enabledFlorin Coras1-2/+0
2018-10-23vlib: Add support for pci io read/writeMohsin Kazmi2-31/+108
2018-10-23vlib: reduce default buffer memory size to be below RLIMIT_MEMLOCKDamjan Marion1-1/+5
2018-10-23Numa-aware, growable physical memory allocator (pmalloc)Damjan Marion33-713/+1300
2018-10-23pg: udp length & checsum issueKingwel Xie1-4/+4
2018-10-23dpdk: support 18.11 changes to CRC flagsStephen Hemminger1-7/+7
2018-10-23dpdk: add esp6 decrypt nodes, func declarationsMatthew Smith1-0/+30
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