aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-01-25deprecate tapcliDamjan Marion9-2455/+0
2019-01-25MPLS-tunnel: show output to display the tunnel name correctlyNeale Ranns1-1/+1
2019-01-25IPSEC: tests use opbject registryNeale Ranns1-1/+11
2019-01-25tcp_echo: support all ctrl msgs and io cleanupFlorin Coras1-95/+103
2019-01-25pg: bugfix for pg paylod hdr-sizeKingwel Xie1-3/+3
2019-01-25IP6 FIB: walk table for dump (VPP-1553)Neale Ranns1-12/+7
2019-01-25cmake: execute git from src directoryDamjan Marion1-0/+1
2019-01-24perfmon: enable pmc event before reading rdpmc indexDamjan Marion1-6/+6
2019-01-24session/vcl: support worker ownership change for listenersFlorin Coras5-12/+54
2019-01-24move misc-drop-errors to vnetDave Barach2-31/+31
2019-01-24IPSEC Tests: to per-test setup and tearDownNeale Ranns1-4/+4
2019-01-24add "Mtrie mheap usage" in "show ip fib memory"Lollita Liu1-2/+9
2019-01-24perfmon plugin: 2-way parallel stat collectionDave Barach8-210/+284
2019-01-24buffers: fix vector typesDamjan Marion2-3/+5
2019-01-24avf: fix queue enable issueDamjan Marion1-8/+11
2019-01-24virtio: Minor fixes and header cleanupMohsin Kazmi5-24/+7
2019-01-23bond: packet drops on VPP bond interface [VPP-1544]Steven2-20/+21
2019-01-23buffers: wrap vlib_buffer_t to union and expose vector typesDamjan Marion3-79/+98
2019-01-23pg: cli improvementKingwel Xie4-32/+97
2019-01-23cmake: fix debian preinst scriptDamjan Marion1-1/+1
2019-01-23Initialize gc_mark_timestamp to zero to avoid garbage values.Brian Nesbitt1-0/+1
2019-01-23vppinfra: add CLIB_CACHE_LINE_ROUND() macroDamjan Marion1-0/+1
2019-01-23pmalloc: don't iterate if there is no enough free spaceDamjan Marion1-0/+3
2019-01-23virtio: Add support for loggingMohsin Kazmi4-31/+97
2019-01-23AH encrypt; don't double enqueue nor emit clib_warnings when seq-num max exce...Neale Ranns1-5/+0
2019-01-23lisp: cli for marking local mappings authoritativeFlorin Coras2-0/+3
2019-01-23IP route local and connectedNeale Ranns2-3/+14
2019-01-23vcl: generate epoll events only if requestedFlorin Coras2-17/+16
2019-01-22gbp: fix inlining issueDamjan Marion1-7/+7
2019-01-22GBP: Sclass to src-epg conversionsNeale Ranns18-33/+580
2019-01-22virtio: Add api support in vatMohsin Kazmi2-0/+343
2019-01-22cmake: supress 'Set runtime path of' noise while generatig deb packagesDamjan Marion1-1/+2
2019-01-22cmake: fix debian package dependenciesDamjan Marion1-5/+4
2019-01-22cmake: place include/ and share/ in /usr (debian packages)Damjan Marion1-4/+9
2019-01-22NAT: ipfix call optimizationFilip Varga4-9/+10
2019-01-22cmake: don't set SONAME for pluginsDamjan Marion2-4/+2
2019-01-22cmake: package-deb target uses terminalDamjan Marion1-0/+1
2019-01-21virtio: Native virtio driverMohsin Kazmi13-174/+2078
2019-01-21VPP-1549 Add missing counter name.Paul Vinciguerra1-1/+2
2019-01-21ldp: add support for TCP_CONGESTION sockopts (VPP-1550)Florin Coras1-0/+9
2019-01-21doxygen formatting fix: prevent stray examples appearing in the docsAndrew Yourtchenko1-2/+2
2019-01-21cmake: fix missing install() lines for startup.conf and 80-vpp.confDamjan Marion1-0/+3
2019-01-21Fix LB lookup table failed issueHongjun Ni1-5/+11
2019-01-21NAT: VPP-1537 IPFIX per worker processingFilip Varga21-533/+545
2019-01-21crypto-input: fix crash bugKingwel Xie1-8/+12
2019-01-20dpdk: add buffer.hDamjan Marion12-13/+43
2019-01-20buffers: remove VLIB_BUFFER_DEFAULT_FREE_LIST macro and fl->n_data_bytesDamjan Marion7-63/+19
2019-01-20buffers: remove vlib_buffer_delete_free_listDamjan Marion4-109/+0
2019-01-20buffers: don't init metadata, as it is already initializedDamjan Marion17-118/+4
2019-01-20buffers: keep buffer_main in vlib_main_tDamjan Marion8-45/+48