Age | Commit message (Expand) | Author | Files | Lines |
2021-08-26 | af_xdp: fix stale rx/tx pointers in xsk objects | Benoît Ganne | 1 | -10/+47 |
2021-08-26 | sr: extend the srv6 sid list structure | Ahmed Abdelsalam | 2 | -42/+51 |
2021-08-26 | acl: fix prefetch out of struct bound on Arm | Tianyu Li | 1 | -1/+1 |
2021-08-25 | fib: fix source address get error for p2p if | jxm | 1 | -0/+24 |
2021-08-23 | af_xdp: fix xsk_socket__delete left un-cleanup | arikachen | 1 | -3/+3 |
2021-08-20 | ip: check if interface has link-local address | Stanislav Zaikin | 1 | -1/+6 |
2021-08-20 | build: include vat2 in RPM file list | Matthew Smith | 1 | -0/+1 |
2021-08-20 | ikev2: fix use-after-free | Benoît Ganne | 1 | -2/+3 |
2021-08-20 | rdma: decrease inlining | Benoît Ganne | 1 | -26/+19 |
2021-08-20 | vppinfra: fix clib_random_buffer_get_data caching | Benoît Ganne | 1 | -2/+2 |
2021-08-20 | buffers: fix buffer linearization | Benoît Ganne | 2 | -131/+376 |
2021-08-20 | perfmon: fix perf event user page read | Benoît Ganne | 1 | -45/+76 |
2021-08-20 | vlib: add format_vnet_buffer_no_chain | Benoît Ganne | 9 | -27/+40 |
2021-08-20 | ikev2: decrease inlining | Benoît Ganne | 1 | -26/+26 |
2021-08-20 | build: fix external plugin build | Benoît Ganne | 1 | -0/+1 |
2021-08-19 | nat: handle ED in2out ICMP errors with workers | Matthew Smith | 2 | -0/+67 |
2021-08-19 | acl: add API call for setting the toggle to select between linear and bihash-... | Andrew Yourtchenko | 3 | -1/+148 |
2021-08-18 | vhost: interrupt mode support with mq | Steven Luong | 3 | -138/+209 |
2021-08-18 | vat2: add shared memory argument | Ole Troan | 5 | -99/+226 |
2021-08-17 | nat: fix counters increment for output feature | Alexander Chernavin | 4 | -69/+94 |
2021-08-17 | docs: fix missing dependency on pip-tools for docs-venv | Dave Wallace | 1 | -0/+2 |
2021-08-17 | ip: reassembly cleanup | Klement Sekera | 4 | -246/+139 |
2021-08-17 | build: install ethernet/ethernet_types_api.h | Mohammed Hawari | 1 | -0/+1 |
2021-08-17 | build: remove dh-systemd from dependencies | Andrew Yourtchenko | 1 | -1/+0 |
2021-08-16 | dpdk: patch i40e PMD to disable source pruning | Matthew Smith | 1 | -0/+43 |
2021-08-14 | ip: Fix crash in ip address add on sub-int without exact-match | Pim van Pelt | 4 | -12/+32 |
2021-08-13 | ip: punt redirect add nh in api | Nathan Skrzypczak | 9 | -100/+243 |
2021-08-13 | ip: source address selection | Ole Troan | 7 | -201/+310 |
2021-08-13 | tests docs: upgrade python packages | Dave Wallace | 20 | -409/+447 |
2021-08-13 | wireguard: add flag to check hmac for decryption | Gabriel Oginski | 1 | -0/+1 |
2021-08-12 | misc: 21.06 Release Notes | Andrew Yourtchenko | 1 | -5/+1273 |
2021-08-12 | nat: NAT44ED configuration refactor | Filip Varga | 4 | -378/+365 |
2021-08-12 | nat: correct pool ops when disable nat44 plugin | Alexander Skorichenko | 1 | -10/+10 |
2021-08-12 | session vcl: cert key add/del with socket api | Florin Coras | 6 | -10/+218 |
2021-08-12 | tls: add start_listen openssl API return value check | Ofer Heifetz | 1 | -4/+30 |
2021-08-12 | build: consistent debhelper 10 support | Nick Brown | 3 | -4/+2 |
2021-08-11 | svm: make more fifo segment header fields private | Florin Coras | 4 | -45/+28 |
2021-08-11 | fib: Compiile time option to use 8-8-8-8 stride tries for FIB rather | Neale Ranns | 3 | -0/+124 |
2021-08-11 | fib: A 16-8-8 and a 8-8-8-8 versions of an ip4_fib_t | Neale Ranns | 14 | -423/+936 |
2021-08-11 | ip: [re]introduce the 8-8-8-8 stride MTRIE | Neale Ranns | 3 | -64/+229 |
2021-08-11 | ip: Rename the ip4 mtrie function to be 16_8_8 specific | Neale Ranns | 4 | -218/+202 |
2021-08-10 | vppinfra: Fix bihash del warning | Nathan Skrzypczak | 2 | -0/+7 |
2021-08-10 | tls: picotls optimize rx path | Florin Coras | 1 | -69/+113 |
2021-08-10 | tls: picotls optimize writes | Florin Coras | 2 | -113/+188 |
2021-08-10 | misc: do not capture tx packets twice | Benoît Ganne | 1 | -13/+30 |
2021-08-10 | ip: Use the IP4 lookup functions | Neale Ranns | 5 | -177/+84 |
2021-08-10 | ip: Remove the 'test lookup' CLI command | Neale Ranns | 1 | -97/+0 |
2021-08-09 | ip6-nd: only respond to RS if sending RA is enabled | Ole Troan | 2 | -2/+21 |
2021-08-06 | tls: avoid picotls buffer allocs on rx | Florin Coras | 2 | -3/+9 |
2021-08-06 | tls: avoid ptls ctx free on transport close | Florin Coras | 1 | -2/+1 |