aboutsummaryrefslogtreecommitdiffstats
path: root/src/vpp
AgeCommit message (Expand)AuthorFilesLines
2019-06-18stats: fix memory leakage when adding / deleting interfacesOle Troan1-10/+26
2019-05-02mp_safe SW_INTERFACE_DUMP, SW_INTERFACE_DETAILS, SW_INTERFACE_TAG_ADD_DEL,Steven Luong1-0/+2
2019-01-13bonding: support custom interface IDsAlexander Chernavin1-2/+4
2019-01-11Fix custom-dump for gre_add_del_tunnel: src and dst IPsIgor Mikhailov (imichail)1-7/+4
2019-01-07L2 BD API to flush all IP-MAC entries in the specified BDJohn Lo1-0/+12
2018-12-19Stats: Updated wrong slot on new vectorOle Troan1-1/+0
2018-12-19dpdk plugin: blacklist PCI devices by typeDave Barach1-4/+5
2018-12-18PAPI: Add MACAddress object wrapper for vl_api_mac_address_tOle Troan1-2/+2
2018-12-17stats: Deprecate old stats frameworkOle Troan8-4199/+1
2018-12-17String type: Not include \0 in show_versionOle Troan1-5/+4
2018-12-16IP6-MFIB: replace the radix tree with bihash (VPP-1526)Neale Ranns1-2/+2
2018-12-14String type: Fix off by one errorOle Troan1-1/+2
2018-12-13API: Use string type instead of u8.Ole Troan4-22/+38
2018-12-07VPP-1506: dump local punts and registered punt socketsPavel Kotucek1-7/+7
2018-12-06API: Change ip4_address and ip6_address to use type alias.Ole Troan1-4/+4
2018-11-28dpdk: allow interface name to be specified from startup.confDamjan Marion1-0/+5
2018-11-26stats: Remove unneeded dependencies in stat_clientOle Troan2-13/+2
2018-11-16VPP-1496 Cleanup stats socket on exit.Paul Vinciguerra1-0/+16
2018-11-12IPv6: Make link-local configurable per-interface (VPP-1446)Juraj Sloboda1-16/+0
2018-11-06BD ARP entry use common API typesNeale Ranns1-8/+3
2018-11-05Don't autodetect plugin path if set on cmdlineKlement Sekera1-2/+3
2018-11-05Genric API types format/unformat support for VAT and custom dumpNeale Ranns3-0/+128
2018-10-24Trivial: vpp/vnet/main.c fix resource leakPaul Vinciguerra1-2/+9
2018-10-23c11 safe string handling supportDave Barach14-58/+58
2018-10-22Fix stat_segment.c issue.Paul Vinciguerra1-5/+8
2018-10-19vppinfra: add atomic macros for __sync builtinsSirshak Das1-1/+1
2018-10-17stats: vpp_get_stats missing last interface in dumpOle Troan1-2/+2
2018-10-11Stats: Include stat_segment.h in packages.Ole Troan1-0/+1
2018-10-08Stats: prometheus export coverity errors.Ole Troan1-0/+6
2018-10-04Fix handling of mpls_tunnel_add_del APIJohn Lo1-7/+22
2018-10-02VPP-1440: clean up coverity warningsDave Barach1-0/+1
2018-10-02Stats: vpp_prometheus_export fixes.Ole Troan2-1/+12
2018-10-01thread: Add show threads apiMohsin Kazmi3-2/+124
2018-09-30vlib: barrier sync elog tracing improvementsDave Barach1-0/+1
2018-09-28stats: Split stat_segment and stats code in preparation for deprecation.Ole Troan8-110/+147
2018-09-27Trivial: Cleanup some typos.Paul Vinciguerra10-13/+13
2018-09-26MPLS tunnel dump: use sw_if_index not tunnel_indexNeale Ranns1-1/+1
2018-09-26itf: dump interface rx-placementMohsin Kazmi1-0/+14
2018-09-25L2 BD: introduce a BD interface on which to send UU packetsNeale Ranns1-8/+12
2018-09-22fix following error in debian jessie:Khers1-3/+6
2018-09-21Add more CLI options to vpp_api_test for calling ip_add_del_routeJohn Lo1-3/+3
2018-09-20UDP-Encap: name counters for the stats segmentNeale Ranns1-3/+1
2018-09-20vhost-user: Add disable feature support in apiMohsin Kazmi1-0/+4
2018-09-18STATS: First go at documentationOle Troan1-0/+129
2018-09-17STATS: Dynamically mapped shared memory segmentOle Troan7-405/+457
2018-09-14Ehnance and fix vpp_api_test and custom_dump to support SR-MPLSJohn Lo1-8/+152
2018-09-12Always use 'lib' instead of 'lib64'Damjan Marion2-8/+2
2018-09-07cmake: set packaging component for different filesDamjan Marion1-0/+1
2018-09-07IP route update fix when multipath and drop setNeale Ranns1-3/+17
2018-09-06Enum type on the API for QoS sourcesNeale Ranns1-1/+3