Age | Commit message (Expand) | Author | Files | Lines |
2020-12-18 | misc: migrate from GNU indent to clang-format | Damjan Marion | 4 | -196/+119 |
2020-12-18 | fib: Remove unused FIB path-list DB variable | Neale Ranns | 2 | -7/+0 |
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 | vppinfra: fix vec_max_len | Florin Coras | 1 | -1/+2 |
2020-12-16 | docs: revise home gateway use-case documentation | Dave Barach | 3 | -286/+498 |
2020-12-16 | tests: move fib tests to src/vnet/fib/test | Dave Wallace | 2 | -0/+0 |
2020-12-16 | misc: Initial 21.06-rc0 commitv21.06-rc0 | Andrew Yourtchenko | 2 | -0/+13 |
2020-12-16 | ip: fix possible missing trace indexes | Klement Sekera | 5 | -0/+129 |
2020-12-16 | misc: update MAINTAINERS file | Dave Barach | 1 | -31/+32 |
2020-12-16 | build: remove centos-7 directive from Makefile | Dave Wallace | 1 | -3/+0 |
2020-12-16 | nat: refactor & MW support for NAT tests | Filip Varga | 3 | -3598/+3662 |
2020-12-16 | l2: add l2 learn limit tests | Jerome Tollet | 1 | -0/+119 |
2020-12-15 | api: crchcecker ignore version < 1.0.0 and outside of src directory | Ole Tr�an | 6 | -177/+94 |
2020-12-15 | nat: set out2in-dpo during plugin enabling | Alexander Chernavin | 1 | -0/+1 |
2020-12-15 | build: add Steven as maintainer for l2 and vxlan | Andrew Yourtchenko | 1 | -0/+2 |
2020-12-15 | classify: add pcap/trace classfier mgmt API calls | Jon Loeliger | 10 | -213/+723 |
2020-12-15 | api: crchcecker ignore version < 1.0.0 and outside of src directory | Ole Troan | 6 | -94/+177 |
2020-12-14 | build: stop trying to build py2 versions of vpp_papi | Paul Vinciguerra | 1 | -26/+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 | session: free segment manager only from main | Florin Coras | 1 | -4/+32 |
2020-12-14 | build: update ctags --tag-relative option used in make ctags | Jerome Tollet | 1 | -1/+1 |
2020-12-14 | misc: refactor clib_bitmap_foreach macro | Damjan Marion | 33 | -108/+113 |
2020-12-14 | misc: move to new pool_foreach macros | Damjan Marion | 228 | -1442/+1396 |
2020-12-14 | vppinfra: simpler and faster pool_foreach | Damjan Marion | 3 | -16/+33 |
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 |