aboutsummaryrefslogtreecommitdiffstats
path: root/src/vpp
AgeCommit message (Expand)AuthorFilesLines
2020-08-13misc: strcpy be goneDave Barach1-1/+1
2020-08-12stats: fix state counter removalVladimir Isaev5-45/+125
2020-08-12vpp: fix .short_help for "ip virtual"Paul Vinciguerra1-1/+1
2020-08-07misc: bond_create is broken for custom dump printSteven Luong1-2/+2
2020-07-21stats: memory leak in stat_validate_counter_vectorSteven Luong1-2/+10
2020-07-03interface: shmemioerror while getting name_filter argAleksander Djuric1-1/+5
2020-03-04tap: misc fixesMohsin Kazmi1-6/+6
2019-11-15vlib: enhance the "show cli" debug CLI commandDave Barach1-0/+1
2019-11-05dpdk: fix tso not properly check the 'enable-tcp-udp-checksum' option issueChenmin Sun1-0/+9
2019-10-11api: fix non-null-terminated C-stringBenoît Ganne1-5/+10
2019-10-04vlib: improve summary vector-rate statisticsDave Barach3-24/+50
2019-10-04stats: fix per-worker stat vector lengthBenoît Ganne1-3/+4
2019-09-30stats: add /if/<n>/<n>/state for lacp interface stateSteven Luong2-1/+76
2019-09-30stats: fix per_worker vector rate heapOle Troan1-3/+7
2019-09-26stats: memory leak with per-node-counters onOle Troan1-0/+3
2019-09-24misc: missing ntohl for bond_slave's custom dumpSteven Luong1-2/+2
2019-09-19stats: refactor header filesDave Barach3-33/+62
2019-09-09api: enforce vla is last and fixed string typeOle Troan2-25/+21
2019-08-23dns: cherry-pick 21444, 21468 from masterDave Barach1-63/+6
2019-07-31devices interface tests: vhosst GSO supportSteven Luong1-0/+4
2019-07-31api papi: add alias for timestamp(datetime)/timedeltaPaul Vinciguerra3-36/+48
2019-07-28api: add vl_api_version_t typePaul Vinciguerra5-0/+47
2019-07-28pg: add GSO supportMohsin Kazmi1-0/+2
2019-07-24qos: QoS dump APIsNeale Ranns1-2/+2
2019-07-23api: binary api cleanupDave Barach1-3/+17
2019-07-22stats: fix use-after-free hash key stringBenoît Ganne1-6/+4
2019-07-19bonding: add support for numa-only in lacp modeZhiyong Yang1-0/+2
2019-07-09vppinfra: allocate bihash virtual space on demandDave Barach1-0/+81
2019-07-08map gbp papi: match endianess of f64Paul Vinciguerra2-2/+83
2019-07-08api: Implement log_dump/log_detailsPaul Vinciguerra2-8/+140
2019-06-26api: refactor format_vl_api_prefix_t return keysPaul Vinciguerra1-2/+2
2019-06-26api: Remove the inlines file and replace with library functionsNeale Ranns2-2/+0
2019-06-26misc: add bond_dump, slave_dump, and rx_placement_dumpSteven Luong1-6/+6
2019-06-20ipsec: add ipsec api custom-dump routinesDave Barach1-1/+157
2019-06-20tap: add support to configure tap interface host MTU sizeMohsin Kazmi1-0/+4
2019-06-19l2: BD ARP termination entry API updateNeale Ranns1-3/+3
2019-06-18ipsec: ipsec-tun protectNeale Ranns2-37/+0
2019-06-18fib: fib api updatesNeale Ranns4-146/+106
2019-06-18stats: off by one error in /sys/node/{calls,clocks,...}Ole Troan1-4/+4
2019-06-18stats: fix memory leakage when adding / deleting interfacesOle Troan2-17/+57
2019-06-18api: string type to convert to vectorOle Troan2-0/+2
2019-06-14stats: add version field to stat segment base headerOle Troan2-0/+7
2019-06-07build: add -Wall and -fno-common, fix reported issuesBenoît Ganne6-28/+33
2019-06-04stats: removing empty object in stats vectorOle Troan1-1/+1
2019-06-04startup: remove dpdk linking bonding configurationZhiyong Yang1-10/+0
2019-05-28Punt: socket register for exception dispatched/punted packets based on reasonNeale Ranns3-5/+40
2019-05-27virtio: Add gso support for native virtio driverMohsin Kazmi1-0/+2
2019-05-24Remove historical ip4 icmp OAM codeDave Barach7-970/+0
2019-05-23stats: fix memory leak in statseg configDave Wallace1-12/+18
2019-05-22stats: support multiple works for error countersOle Troan5-10/+28