summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-01-13ip: vtep fixes for alignment and cache update.v21.01-rc2Ray Kinsella1-2/+2
2021-01-13crypto-openssl: chacha support in openssl versionRay Kinsella1-2/+2
2020-12-16ip: fix possible missing trace indexesKlement Sekera4-0/+28
2020-12-16nat: refactor & MW support for NAT testsFilip Varga3-3598/+3662
2020-12-15api: crchcecker ignore version < 1.0.0 and outside of src directoryOle Tr�an2-4/+0
2020-12-15nat: set out2in-dpo during plugin enablingAlexander Chernavin1-0/+1
2020-12-15classify: add pcap/trace classfier mgmt API callsJon Loeliger10-213/+723
2020-12-15api: crchcecker ignore version < 1.0.0 and outside of src directoryOle Troan2-0/+4
2020-12-14ikev2: add reason for deleted sa debug logBenoît Ganne1-5/+5
2020-12-14ikev2: fix show ikev2 profileBenoît Ganne1-38/+18
2020-12-14session: free segment manager only from mainFlorin Coras1-4/+32
2020-12-14misc: refactor clib_bitmap_foreach macroDamjan Marion33-108/+113
2020-12-14misc: move to new pool_foreach macrosDamjan Marion228-1442/+1396
2020-12-14vppinfra: simpler and faster pool_foreachDamjan Marion3-16/+33
2020-12-14api: add missing version infoPaul Vinciguerra10-3/+13
2020-12-13nat: revert 'fix byte order on ipfix message fields'Damjan Marion1-6/+3
2020-12-11dpdk: bump to dpdk 20.11Fan Zhang5-10/+28
2020-12-11pppoe: fix VLIB_RX into the pppoe-input nodeStanislav Zaikin3-0/+15
2020-12-11ip: ip4 rewrite prefetch optimizationPiotrX Kleski1-2/+5
2020-12-11virtio: fix vrings overflow in vhost_userBenoît Ganne1-1/+10
2020-12-11api: fromjson/tojson enum flag supportOle Troan5-12/+232
2020-12-11misc: cop - clean up stray doxygen blockPaul Vinciguerra1-7/+0
2020-12-11nat: fix byte order on ipfix message fieldsMatthew Smith1-3/+6
2020-12-11fib: remove unsued path flagNeale Ranns1-5/+0
2020-12-11fib: Remove unused BIER variablesNeale Ranns3-25/+10
2020-12-11srv6-mobile: Fix the position of QFITetsuya Murakami2-34/+31
2020-12-11vcl: fix listener session close problemwanghanlin1-1/+1
2020-12-11vcl: fix crash problem for invalidation of vls_table_lockwanghanlin1-6/+5
2020-12-10api: remove unused singular optionOle Troan1-7/+1
2020-12-10misc: add a couple useful functions for gdbChristian Hopps1-0/+23
2020-12-10hsa: http proxy connected callback fixesnandfan1-3/+0
2020-12-09fib: supporting inner flow hash on tunnelsMohammed Hawari6-11/+32
2020-12-09ikev2: test responder behind NATFilip Tehlar1-29/+49
2020-12-08tests: restore vapi C++ test under Centos-8Paul Vinciguerra1-2/+1
2020-12-08fib: Adjacency flag for midchain to perfom flow hash (on inner packet)Neale Ranns5-31/+78
2020-12-08tunnel: add cli support for encap_decap flagsMohammed Hawari4-4/+30
2020-12-08svm: fix ssvm_va for private segmentsFlorin Coras1-1/+1
2020-12-08ipip: correct ipip_cli.c indentationMohammed Hawari1-212/+277
2020-12-08papi: remove old client referencePaul Vinciguerra2-4/+1
2020-12-08misc: fix api in ipfix_classify_table_add/detailsAlexander Chernavin2-5/+5
2020-12-08fib: Source Address SelectionNeale Ranns32-365/+720
2020-12-08nat: avoid hairpinning infinite loop problemElias Rudberg2-0/+100
2020-12-07dpdk: support mlx drivers linked with rdma-coreMohammed Hawari1-3/+9
2020-12-07tests: py2 cleanup - remove subclassing of objectPaul Vinciguerra13-12/+13
2020-12-06wireguard: run feature after gsoNathan Skrzypczak1-0/+1
2020-12-06vlib: vlib_log for "linux device up" warningsDave Barach1-3/+4
2020-12-06tests: refactor ForeignAddressFactoryPaul Vinciguerra1-1/+14
2020-12-04virtio: fix the interrupt handling for packed queuesMohsin Kazmi1-5/+25
2020-12-04crypto: fixed vnet_crypto_async_reset_frame assertPiotrX Kleski1-1/+2
2020-12-04crypto: fixed async frame enqueue race conditionPiotrX Kleski3-5/+8