Age | Commit message (Expand) | Author | Files | Lines |
2018-10-25 | Add x86_64 perfmon tables | Dave Barach | 4 | -22/+12 |
2018-10-24 | dpdk: fix hugepage pre-alloc | Damjan Marion | 1 | -1/+2 |
2018-10-24 | acl-plugin: introduce a format function for l4 session key | Andrew Yourtchenko | 3 | -48/+77 |
2018-10-24 | Trivial: vpp/vnet/main.c fix resource leak | Paul Vinciguerra | 1 | -2/+9 |
2018-10-24 | vlib: Fix pci io bar read/write fd leak | Mohsin Kazmi | 1 | -0/+6 |
2018-10-24 | Keep RPC traffic off the shared-memory API queue | Dave Barach | 5 | -29/+42 |
2018-10-24 | docs: add useful debug CLI | Scott Keeler | 16 | -249/+1058 |
2018-10-24 | DOC ONLY: fix doc bugs | Dave Barach | 2 | -40/+44 |
2018-10-24 | vppinfra: autodetect default hugepage size | Damjan Marion | 7 | -81/+64 |
2018-10-24 | dpdk: disable unused rxtx callbacks in ethdev | Stephen Hemminger | 1 | -0/+1 |
2018-10-24 | L2-fwd trace show the lookup result | Neale Ranns | 3 | -48/+81 |
2018-10-24 | L2-input/output: use feature enum type in flag update function | Neale Ranns | 4 | -4/+10 |
2018-10-23 | VPP-1474: fix coverity warning | Dave Barach | 1 | -0/+3 |
2018-10-23 | physmem coverity issues | Damjan Marion | 3 | -5/+6 |
2018-10-23 | perfmon.c: Register additional cpuids. | Paul Vinciguerra | 1 | -4/+7 |
2018-10-23 | dns, dhcp: on-demand udp port registration | Dave Barach | 5 | -16/+54 |
2018-10-23 | tcp: fast retransmit improvements | Florin Coras | 5 | -107/+279 |
2018-10-23 | vlib: alloc buffers on local numa, not on numa 1 | Damjan Marion | 1 | -1/+2 |
2018-10-23 | lisp: register cp port only if enabled | Florin Coras | 1 | -2/+0 |
2018-10-23 | vlib: Add support for pci io read/write | Mohsin Kazmi | 2 | -31/+108 |
2018-10-23 | vlib: reduce default buffer memory size to be below RLIMIT_MEMLOCK | Damjan Marion | 1 | -1/+5 |
2018-10-23 | Numa-aware, growable physical memory allocator (pmalloc) | Damjan Marion | 33 | -713/+1300 |
2018-10-23 | pg: udp length & checsum issue | Kingwel Xie | 1 | -4/+4 |
2018-10-23 | dpdk: support 18.11 changes to CRC flags | Stephen Hemminger | 1 | -7/+7 |
2018-10-23 | dpdk: add esp6 decrypt nodes, func declarations | Matthew Smith | 1 | -0/+30 |
2018-10-23 | c11 safe string handling support | Dave Barach | 450 | -1600/+1884 |
2018-10-23 | Release Notes for 18.10 | Marco Varlese | 1 | -0/+316 |
2018-10-23 | ipsec: fix wrong counter bump | Klement Sekera | 1 | -1/+1 |
2018-10-22 | vlib: pci improvements | Damjan Marion | 11 | -191/+252 |
2018-10-22 | GBP: Revert back to using VppIpPrefix wrapper | Ole Troan | 1 | -5/+4 |
2018-10-22 | ipsec fix missing node renames | Klement Sekera | 4 | -8/+12 |
2018-10-22 | add Contiv-VPP installation guidance on Aarch64 | Lijian Zhang | 1 | -0/+10 |
2018-10-22 | vlib: introduce vlib_buffer_get_{pa,va,current_va,current_pa} inlines | Damjan Marion | 10 | -75/+81 |
2018-10-22 | vppinfra: use log2 page size in hugepage functions | Damjan Marion | 4 | -20/+28 |
2018-10-22 | Fix buffer overflow when fragmenting packets (VPP-1383) | Juraj Sloboda | 2 | -2/+53 |
2018-10-22 | X86_64 perf counter plugin | Dave Barach | 13 | -26/+1632 |
2018-10-22 | VPP-1420 CDP check memory bounds fix | Filip Varga | 1 | -4/+17 |
2018-10-22 | PAPI: Add support for format/unformat functions. | Ole Troan | 7 | -27/+256 |
2018-10-22 | Fix dereferencing null string in dpdk_early_init | Juraj Sloboda | 2 | -0/+3 |
2018-10-22 | Fix stat_segment.c issue. | Paul Vinciguerra | 1 | -5/+8 |
2018-10-22 | stats: Add wrapper for vec_free | Ole Troan | 3 | -0/+8 |
2018-10-22 | ipsec: split ipsec nodes into ip4/ip6 nodes | Klement Sekera | 15 | -390/+764 |
2018-10-22 | dpdk: use rte_vfio_dma_map API instead of digging for vfio fd | Damjan Marion | 1 | -63/+17 |
2018-10-22 | lisp-gpe: register udp port only if enabled (VPP-1468) | Florin Coras | 1 | -5/+7 |
2018-10-21 | tcp: count first lost hole (VPP-1465) | Florin Coras | 2 | -17/+46 |
2018-10-20 | dpdk: add netvsc PMD | Stephen Hemminger | 3 | -1/+40 |
2018-10-20 | dpdk: turn off unused DPDK components | Stephen Hemminger | 1 | -0/+17 |
2018-10-20 | acl-plugin: use the L2 feature arc infrastructure instead of L2 classifier fo... | Andrew Yourtchenko | 4 | -699/+312 |
2018-10-20 | pipes: fix the l2.l2_len and the l[23]_hdr_offset setting behavior of pipe-rx... | Andrew Yourtchenko | 1 | -29/+30 |
2018-10-20 | dpdk: use rx/tx_offload_names to format | Stephen Hemminger | 1 | -38/+53 |