Age | Commit message (Expand) | Author | Files | Lines |
2020-12-14 | api: add missing version info | Paul Vinciguerra | 10 | -3/+13 |
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 | 6 | -12/+30 |
2020-12-11 | pppoe: fix VLIB_RX into the pppoe-input node | Stanislav Zaikin | 3 | -0/+15 |
2020-12-11 | ip: ip4 rewrite prefetch optimization | PiotrX Kleski | 1 | -2/+5 |
2020-12-11 | virtio: fix vrings overflow in vhost_user | Benoît Ganne | 1 | -1/+10 |
2020-12-11 | api: fromjson/tojson enum flag support | Ole Troan | 5 | -12/+232 |
2020-12-11 | misc: cop - clean up stray doxygen block | Paul Vinciguerra | 1 | -7/+0 |
2020-12-11 | nat: fix byte order on ipfix message fields | Matthew Smith | 1 | -3/+6 |
2020-12-11 | fib: remove unsued path flag | Neale Ranns | 1 | -5/+0 |
2020-12-11 | fib: Remove unused BIER variables | Neale Ranns | 3 | -25/+10 |
2020-12-11 | srv6-mobile: Fix the position of QFI | Tetsuya Murakami | 2 | -34/+31 |
2020-12-11 | vcl: fix listener session close problem | wanghanlin | 1 | -1/+1 |
2020-12-11 | vcl: fix crash problem for invalidation of vls_table_lock | wanghanlin | 1 | -6/+5 |
2020-12-10 | tests: check ethernet type in arp test case | Elias Rudberg | 1 | -0/+4 |
2020-12-10 | api: remove unused singular option | Ole Troan | 1 | -7/+1 |
2020-12-10 | misc: add a couple useful functions for gdb | Christian Hopps | 1 | -0/+23 |
2020-12-10 | hsa: http proxy connected callback fixes | nandfan | 1 | -3/+0 |
2020-12-09 | bash: Update jjb version in jjb-sandbox-env function | Dave Wallace | 1 | -1/+1 |
2020-12-09 | fib: supporting inner flow hash on tunnels | Mohammed Hawari | 6 | -11/+32 |
2020-12-09 | ikev2: test responder behind NAT | Filip Tehlar | 1 | -29/+49 |
2020-12-08 | build: fix centos-8 'make install-deps' enable PowerTools repo | Dave Wallace | 1 | -1/+2 |
2020-12-08 | tests: restore vapi C++ test under Centos-8 | Paul Vinciguerra | 3 | -11/+2 |
2020-12-08 | fib: Adjacency flag for midchain to perfom flow hash (on inner packet) | Neale Ranns | 5 | -31/+78 |
2020-12-08 | tunnel: add cli support for encap_decap flags | Mohammed Hawari | 4 | -4/+30 |
2020-12-08 | svm: fix ssvm_va for private segments | Florin Coras | 1 | -1/+1 |
2020-12-08 | ipip: correct ipip_cli.c indentation | Mohammed Hawari | 1 | -212/+277 |
2020-12-08 | papi: remove old client reference | Paul Vinciguerra | 2 | -4/+1 |
2020-12-08 | misc: fix api in ipfix_classify_table_add/details | Alexander Chernavin | 2 | -5/+5 |
2020-12-08 | fib: Source Address Selection | Neale Ranns | 34 | -390/+864 |
2020-12-08 | nat: avoid hairpinning infinite loop problem | Elias Rudberg | 2 | -0/+100 |
2020-12-07 | docs: Fix CentOS 8 build | Jon Loeliger | 1 | -1/+7 |
2020-12-07 | dpdk: support mlx drivers linked with rdma-core | Mohammed Hawari | 4 | -10/+31 |
2020-12-07 | tests: py2 cleanup - remove subclassing of object | Paul Vinciguerra | 21 | -30/+31 |
2020-12-06 | tests: remove the dependency on subprocess32 | Paul Vinciguerra | 2 | -14/+1 |
2020-12-06 | wireguard: run feature after gso | Nathan Skrzypczak | 1 | -0/+1 |
2020-12-06 | vlib: vlib_log for "linux device up" warnings | Dave Barach | 1 | -3/+4 |
2020-12-06 | tests: refactor ForeignAddressFactory | Paul Vinciguerra | 2 | -14/+14 |
2020-12-04 | virtio: fix the interrupt handling for packed queues | Mohsin Kazmi | 1 | -5/+25 |
2020-12-04 | crypto: fixed vnet_crypto_async_reset_frame assert | PiotrX Kleski | 1 | -1/+2 |
2020-12-04 | crypto: fixed async frame enqueue race condition | PiotrX Kleski | 3 | -5/+8 |
2020-12-04 | acl: fix acl-plugin testcases packet counting | Andrew Yourtchenko | 1 | -2/+3 |
2020-12-04 | libmemif: clean up typos | Paul Vinciguerra | 14 | -50/+50 |
2020-12-04 | avf: fix coverity issue | Mohammed Hawari | 1 | -1/+2 |
2020-12-04 | udp session: fix deq notification for dgrams | Florin Coras | 1 | -1/+4 |
2020-12-04 | virtio: fix the len offset | Mohsin Kazmi | 1 | -2/+2 |
2020-12-04 | ip: fixup memory leak in function ip4_full_reass_drop_all | barryxie | 1 | -0/+1 |
2020-12-04 | papi: add support for enumflag part 1 of 2 | Paul Vinciguerra | 5 | -19/+160 |
2020-12-04 | vppapigen: add parser support for enumflags | Paul Vinciguerra | 4 | -57/+221 |
2020-12-04 | stats: fix coverity issues | Andrew Yourtchenko | 1 | -4/+3 |