Age | Commit message (Expand) | Author | Files | Lines |
2018-10-22 | ipsec fix missing node renames |  Klement Sekera | 3 | -7/+11 |
2018-10-22 | vppinfra: use log2 page size in hugepage functions |  Damjan Marion | 1 | -1/+1 |
2018-10-22 | Fix dereferencing null string in dpdk_early_init |  Juraj Sloboda | 1 | -0/+1 |
2018-10-22 | ipsec: split ipsec nodes into ip4/ip6 nodes |  Klement Sekera | 3 | -71/+254 |
2018-10-22 | dpdk: use rte_vfio_dma_map API instead of digging for vfio fd |  Damjan Marion | 1 | -63/+17 |
2018-10-20 | dpdk: add netvsc PMD |  Stephen Hemminger | 3 | -1/+40 |
2018-10-20 | dpdk: use rx/tx_offload_names to format |  Stephen Hemminger | 1 | -38/+53 |
2018-10-19 | vppinfra: add atomic macros for __sync builtins |  Sirshak Das | 1 | -2/+2 |
2018-10-16 | Fix coverity issue for potentially overflowing of page size |  Haiyang Tan | 1 | -3/+3 |
2018-10-15 | dpdk: only look at PCI information on PCI devices |  Stephen Hemminger | 5 | -8/+26 |
2018-10-12 | dpdk: support passing log-level |  Stephen Hemminger | 1 | -1/+2 |
2018-10-10 | vppinfra: introduce clib_mem_vm_ext_free() to avoid fd leaks |  Haiyang Tan | 1 | -1/+1 |
2018-10-01 | thread: Add show threads api |  Mohsin Kazmi | 2 | -2/+2 |
2018-09-27 | dpdk_plugin: fix mlx5 build and runtime issues |  Sirshak Das | 1 | -2/+10 |
2018-09-26 | dpdk: fix QSFP+ module info |  Damjan Marion | 1 | -1/+2 |
2018-09-25 | dpdk: show pluggable info in 'show hardware' |  Damjan Marion | 1 | -0/+28 |
2018-09-24 | Trivial: Clean up some typos. |  Paul Vinciguerra | 8 | -21/+21 |
2018-09-19 | dpdk: mask and warn if rx/tx offload is not available |  Damjan Marion | 4 | -94/+115 |
2018-09-18 | disable scatter/gather for ENA with DPDK 18.08 |  Matthew Smith | 1 | -1/+5 |
2018-09-14 | dpdk: add detection of mellanox PMDs |  Damjan Marion | 1 | -0/+10 |
2018-09-12 | Always use 'lib' instead of 'lib64' |  Damjan Marion | 1 | -3/+2 |
2018-09-12 | device flags will set in dpdk_update_link_state. |  Khers | 1 | -2/+0 |
2018-09-10 | dpdk: clean interface link information on admin down / stop |  Damjan Marion | 1 | -0/+1 |
2018-09-10 | dpdk-plugin: do not request SCTP offload, some cards do not support it while ... |  Andrew Yourtchenko | 1 | -2/+2 |
2018-09-08 | L2 BVI/FIB: Update L2 FIB table when BVI's MAC changes |  Neale Ranns | 1 | -1/+2 |
2018-09-04 | Fixed showing negative count in stats show CLI |  Naoyuki Mori | 1 | -2/+2 |
2018-09-03 | Deprecate old buffer replication scheme |  Damjan Marion | 4 | -137/+3 |
2018-08-30 | cmake: a bit of packaging work |  Damjan Marion | 1 | -0/+3 |
2018-08-27 | cmake: Fix plugins .h includes |  Mohsin Kazmi | 1 | -0/+5 |
2018-08-27 | cmake: add missing vat plugins |  Damjan Marion | 1 | -0/+3 |
2018-08-25 | cmake: improve add_vpp_plugin macro |  Damjan Marion | 1 | -15/+19 |
2018-08-21 | VPP-1268: Add option for memory channels DPDK uses |  Jessica Tallon | 1 | -0/+2 |
2018-08-18 | cmake: highlight warning and error messages |  Damjan Marion | 1 | -3/+3 |
2018-08-18 | cmake: DPDK rte_config.h parsing |  Damjan Marion | 1 | -12/+36 |
2018-08-17 | CMake as an alternative to autotools (experimental) |  Damjan Marion | 1 | -0/+100 |
2018-08-16 | dpdk: fix rss hash function handling |  Damjan Marion | 3 | -6/+23 |
2018-08-13 | Multiarch handling in different constructor macros |  Damjan Marion | 4 | -18/+5 |
2018-08-13 | dpdk: support for DPDK 18.08 |  Damjan Marion | 5 | -66/+75 |
2018-08-11 | Multiversioning: Device (tx) function constructor |  Mohsin Kazmi | 1 | -17/+3 |
2018-08-06 | dpdk-flow:fix raw item init |  Eyal Bari | 1 | -1/+3 |
2018-07-26 | Clean up dpdk plugin rx/tx pcap tracing |  Dave Barach | 2 | -32/+26 |
2018-07-23 | fix vector index range checks |  Eyal Bari | 1 | -1/+1 |
2018-07-19 | dpdk: fix Mellanox Connect-X3 VF ID |  Matthew Smith | 1 | -1/+1 |
2018-07-19 | dpdk: set log write fd to non-blocking |  Matthew Smith | 1 | -7/+15 |
2018-07-19 | dpdk: add device IDs for Mellanox ConnectX-3 |  Matthew Smith | 1 | -1/+6 |
2018-07-18 | DPDK: coverity scan warnings |  Marco Varlese | 2 | -7/+4 |
2018-07-18 | Add config option to use dlmalloc instead of mheap |  Dave Barach | 1 | -2/+2 |
2018-07-13 | Add QEDE poll mode driver (librte_pmd_qede) |  Igor Mikhailov (imichail) | 3 | -4/+10 |
2018-07-10 | Remove unused variables |  Igor Mikhailov (imichail) | 1 | -4/+0 |
2018-06-26 | dpdk: display rx/tx burst function name in "show hardware detail" |  Damjan Marion | 1 | -0/+20 |