Age | Commit message (Expand) | Author | Files | Lines |
2020-12-24 | svm: split fifo into private and shared structs | Florin Coras | 9 | -102/+124 |
2020-12-23 | hsa: detach fifo segments in echo app | Florin Coras | 3 | -38/+60 |
2020-12-23 | vppinfra: mem bulk test | Florin Coras | 2 | -0/+146 |
2020-12-23 | svm: separate private from shared fifo segment ptrs | Florin Coras | 1 | -6/+13 |
2020-12-23 | svm: remove fifo segment heap | Florin Coras | 2 | -21/+16 |
2020-12-20 | tls: use fifo segments instead of chunks | Florin Coras | 1 | -33/+26 |
2020-12-19 | avf: fix gcc compiling warning on Arm | Jieqiang Wang | 1 | -4/+4 |
2020-12-18 | tls: add custom openssl bio | Florin Coras | 5 | -184/+244 |
2020-12-18 | perfmon: new perfmon plugin | Damjan Marion | 15 | -0/+2246 |
2020-12-18 | misc: deprecate old perfmon | Damjan Marion | 25 | -25549/+0 |
2020-12-18 | dpdk: rebase cryptodev engine for dpdk 20.11 | Fan Zhang | 2 | -121/+127 |
2020-12-18 | avf: optimized with NEON SIMD instruction | Lijian.Zhang | 1 | -1/+27 |
2020-12-17 | hsa: http server: memset after pool_put will cause ASAN issue | jiangxiaoming | 1 | -1/+2 |
2020-12-17 | hsa: http server: fix http response format type error | jiangxiaoming | 1 | -1/+1 |
2020-12-16 | nat: refactor & MW support for NAT tests | Filip Varga | 3 | -3598/+3662 |
2020-12-15 | nat: set out2in-dpo during plugin enabling | Alexander Chernavin | 1 | -0/+1 |
2020-12-15 | classify: add pcap/trace classfier mgmt API calls | Jon Loeliger | 1 | -10/+0 |
2020-12-14 | ikev2: add reason for deleted sa debug log | Benoît Ganne | 1 | -5/+5 |
2020-12-14 | ikev2: fix show ikev2 profile | Benoît Ganne | 1 | -38/+18 |
2020-12-14 | misc: refactor clib_bitmap_foreach macro | Damjan Marion | 8 | -30/+30 |
2020-12-14 | misc: move to new pool_foreach macros | Damjan Marion | 112 | -825/+784 |
2020-12-14 | vppinfra: simpler and faster pool_foreach | Damjan Marion | 1 | -1/+1 |
2020-12-14 | api: add missing version info | Paul Vinciguerra | 3 | -2/+4 |
2020-12-13 | nat: revert 'fix byte order on ipfix message fields' | Damjan Marion | 1 | -6/+3 |
2020-12-11 | dpdk: bump to dpdk 20.11 | Fan Zhang | 5 | -10/+28 |
2020-12-11 | pppoe: fix VLIB_RX into the pppoe-input node | Stanislav Zaikin | 3 | -0/+15 |
2020-12-11 | nat: fix byte order on ipfix message fields | Matthew Smith | 1 | -3/+6 |
2020-12-11 | fib: Remove unused BIER variables | Neale Ranns | 1 | -3/+0 |
2020-12-11 | srv6-mobile: Fix the position of QFI | Tetsuya Murakami | 2 | -34/+31 |
2020-12-10 | hsa: http proxy connected callback fixes | nandfan | 1 | -3/+0 |
2020-12-09 | ikev2: test responder behind NAT | Filip Tehlar | 1 | -29/+49 |
2020-12-08 | fib: Source Address Selection | Neale Ranns | 5 | -24/+23 |
2020-12-08 | nat: avoid hairpinning infinite loop problem | Elias Rudberg | 2 | -0/+100 |
2020-12-07 | dpdk: support mlx drivers linked with rdma-core | Mohammed Hawari | 1 | -3/+9 |
2020-12-07 | tests: py2 cleanup - remove subclassing of object | Paul Vinciguerra | 13 | -12/+13 |
2020-12-06 | wireguard: run feature after gso | Nathan Skrzypczak | 1 | -0/+1 |
2020-12-06 | tests: refactor ForeignAddressFactory | Paul Vinciguerra | 1 | -1/+14 |
2020-12-04 | crypto: fixed async frame enqueue race condition | PiotrX Kleski | 2 | -3/+0 |
2020-12-04 | acl: fix acl-plugin testcases packet counting | Andrew Yourtchenko | 1 | -2/+3 |
2020-12-04 | libmemif: clean up typos | Paul Vinciguerra | 4 | -4/+4 |
2020-12-04 | avf: fix coverity issue | Mohammed Hawari | 1 | -1/+2 |
2020-12-03 | lisp: .api dont set defaults in reply messages | Paul Vinciguerra | 1 | -3/+3 |
2020-12-04 | tls: allow picotls to use secp elliptic curves | Vladimir Medvedkin | 1 | -3/+3 |
2020-12-03 | nat: fix forwarding handoff workaround | Filip Varga | 5 | -28/+168 |
2020-12-03 | tests: remove py2/py3 six compatability library | Paul Vinciguerra | 3 | -6/+1 |
2020-12-03 | tls: fix passed argument in openssl plugin | Vladimir Medvedkin | 1 | -2/+2 |
2020-12-03 | nat: fix incorrect session removal case | Klement Sekera | 3 | -10/+43 |
2020-12-02 | nat: use correct per-thread vlib_main | Benoît Ganne | 1 | -8/+8 |
2020-12-02 | ikev2: fix nat traversal | Filip Tehlar | 2 | -3/+48 |
2020-12-01 | wireguard: return public key in api | Nathan Skrzypczak | 2 | -2/+9 |