aboutsummaryrefslogtreecommitdiffstats
path: root/src/vpp
AgeCommit message (Expand)AuthorFilesLines
2019-10-22ip: ipfix-export API updateJakub Grajciar1-2/+2
2019-10-14gso: Add gso feature arcMohsin Kazmi1-0/+16
2019-10-10geneve: API cleanupJakub Grajciar1-2/+4
2019-10-09interface: dump the interface device typeMohsin Kazmi1-3/+4
2019-10-07dhcp: Move to pluginNeale Ranns1-73/+0
2019-10-03api: fix non-null-terminated C-stringBenoît Ganne1-5/+10
2019-10-03dhcp: API cleanupJakub Grajciar1-14/+5
2019-10-02vlib: improve summary vector-rate statisticsDave Barach3-24/+50
2019-09-30stats: fix per-worker stat vector lengthBenoît Ganne1-3/+4
2019-09-18stats: fix per_worker vector rate heapOle Troan1-3/+7
2019-09-16api: autogenerate api trace print/endianOle Troan1-291/+279
2019-09-11misc: bond_create is broken for custom dump printSteven Luong1-2/+2
2019-09-06bonding: add weight support for active-backup modeSteven Luong1-0/+13
2019-09-04stats: add /if/<n>/<n>/state for lacp interface stateSteven Luong2-1/+76
2019-09-03api: enforce vla is last and fixed string typeOle Troan2-25/+21
2019-09-03stats: memory leak with per-node-counters onOle Troan1-0/+3
2019-08-29stats: null-terminate default socket nameBenoît Ganne1-2/+2
2019-08-27api: revert use string type for strings in memclnt.apiOle Troan1-6/+2
2019-08-27api: use string type for strings in memclnt.apiOle Troan1-2/+6
2019-08-22dns: make the dns name resolver a pluginDave Barach1-63/+6
2019-08-21misc: missing ntohl for bond_slave's custom dumpSteven Luong1-2/+2
2019-08-20vppapigen: remove support for legacy typedefsPaul Vinciguerra2-2/+2
2019-08-20vlib: create unix runtime directoryOle Troan1-8/+24
2019-08-20api: Cleanup APIs interface.apiJakub Grajciar1-17/+18
2019-08-15stats: refactor header filesDave Barach3-33/+62
2019-08-09stats: create /run/vpp before stat socket bind()YohanPipereau1-33/+11
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