summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-10-25SCTP: DATA chunk padding fix and hardeningMarco Varlese3-7/+37
2018-10-25Add x86_64 perfmon tablesDave Barach3-20/+10
2018-10-24dpdk: fix hugepage pre-allocDamjan Marion1-1/+2
2018-10-24acl-plugin: introduce a format function for l4 session keyAndrew Yourtchenko3-48/+77
2018-10-24Trivial: vpp/vnet/main.c fix resource leakPaul Vinciguerra1-2/+9
2018-10-24vlib: Fix pci io bar read/write fd leakMohsin Kazmi1-0/+6
2018-10-24Keep RPC traffic off the shared-memory API queueDave Barach5-29/+42
2018-10-24vppinfra: autodetect default hugepage sizeDamjan Marion7-81/+64
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 Barach449-1577/+1858
2018-10-23ipsec: fix wrong counter bumpKlement Sekera1-1/+1
2018-10-22vlib: pci improvementsDamjan Marion11-191/+252
2018-10-22ipsec fix missing node renamesKlement Sekera4-8/+12
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 Sloboda1-2/+3
2018-10-22X86_64 perf counter pluginDave Barach12-26/+1627
2018-10-22VPP-1420 CDP check memory bounds fixFilip Varga1-4/+17
2018-10-22PAPI: Add support for format/unformat functions.Ole Troan5-12/+247
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-20acl-plugin: use the L2 feature arc infrastructure instead of L2 classifier fo...Andrew Yourtchenko3-699/+304
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 Fabian4-63/+122
2018-10-19vppinfra: add atomic macros for __sync builtinsSirshak Das39-128/+160
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