aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-02-09buffers: fix typoDamjan Marion25-44/+45
2019-02-09tls: move test certificates to separate header fileFlorin Coras9-132/+102
2019-02-09session: refactor listen logicFlorin Coras19-667/+622
2019-02-07tcp: fix fib_index for v6 ll packetsFlorin Coras1-0/+7
2019-02-07IPSEC: remove unused members of main structNeale Ranns1-4/+0
2019-02-07IPSEC: no second lookup after tunnel encapNeale Ranns18-504/+781
2019-02-07Fix parsing overflow in unformat_mac_address_t()Benoît Ganne1-3/+3
2019-02-07tcp: fix reset sending in syn-sentFlorin Coras3-6/+7
2019-02-06buffers: make buffer data size configurable from startup configDamjan Marion27-58/+80
2019-02-06buffers: improve buffer init performanceDamjan Marion1-17/+14
2019-02-06virtio: enable msix interrupt modeMohsin Kazmi4-44/+114
2019-02-06virtio: Use new buffer optimizationMohsin Kazmi5-2/+24
2019-02-06dpdp-crypto: fix cryptodev segfault with dpdk 19.02Sergio Gonzalez Monroy1-11/+16
2019-02-06transport: cleanupFlorin Coras19-544/+571
2019-02-06Update to doxygen documentation for release 19.01Andrew Yourtchenko1-0/+1
2019-02-06Fix borken install-dep on RHELYichen Wang1-0/+3
2019-02-05sock api: allow to start client with no rx_threadTomasz Kulasek7-7/+36
2019-02-05session: cleanup part 3Florin Coras7-234/+245
2019-02-05VOM: vxlan_tunnel equals operatorNeale Ranns2-1/+12
2019-02-05crypto-input: fix broken buffer trace issueKingwel Xie1-37/+16
2019-02-05session: cleanup part 2Florin Coras8-1191/+1228
2019-02-05IPSEC: SPD counters in the stats sgementNeale Ranns17-525/+448
2019-02-04g2-only: add (min,max) stats to the anomaly detectorDave Barach1-5/+25
2019-02-04session: cleanup part 1Florin Coras46-555/+536
2019-02-04VTL Cleanup: Fix missing calls to setUpClass/tearDownClass, fix numerous Type...Paul Vinciguerra17-22/+278
2019-02-04Fix inheritance problem in test/hook.py.Paul Vinciguerra2-18/+17
2019-02-04ipsec: cli 'create ipsec tunnel' more optionsKingwel Xie1-3/+7
2019-02-03Automated anomaly detectionDave Barach2-220/+540
2019-02-02Disable hqos part deuxDave Barach2-0/+4
2019-02-02dpdk: bump to dpdk 19.02Damjan Marion15-1255/+35
2019-02-02vmxnet3: multiple TX queues supportSteven Luong9-182/+296
2019-02-02CLI control of graph dispatch elogsDave Barach3-126/+214
2019-02-02session: improve show session cliFlorin Coras3-43/+64
2019-02-02Python3: Move vppapigen to python3.Paul Vinciguerra3-16/+22
2019-02-02Deprecate old mutliarch code, phase 1Damjan Marion9-89/+14
2019-02-02VPP-1543: show map stats crash when not configured.Ole Troan1-1/+1
2019-02-02tcp: remove internal buffer cacheFlorin Coras2-81/+32
2019-02-02session: remove local buffer cacheFlorin Coras1-33/+14
2019-02-01IPSEC: minor refactorNeale Ranns11-754/+1002
2019-02-01Remove -z now from LDFLAGSDamjan Marion1-1/+1
2019-02-01memif: fix buffer prefetchDamjan Marion1-4/+5
2019-02-01VTL: Fix issue with ipaddress library use under python2.Paul Vinciguerra2-3/+12
2019-01-31buffers: vallidate that buffer is allocated during buffer pool putDamjan Marion2-9/+6
2019-01-31make test: fix loggingKlement Sekera1-1/+1
2019-01-31Add 'show vlib graphviz' commandBenoît Ganne4-16/+108
2019-01-31dpdk-ipsec: use single queue pair per crypto resourceSergio Gonzalez Monroy6-32/+30
2019-01-31dpdk: populate mempool mem_listDamjan Marion1-2/+16
2019-01-31dpdk: store buffer poool index in mempool pool_idDamjan Marion1-22/+10
2019-01-31IPSEC: API modernisationNeale Ranns11-630/+735
2019-01-31vcl: improve handling of close on rwFlorin Coras2-48/+55