Age | Commit message (Expand) | Author | Files | Lines |
2021-02-26 | udp: avoid locking connected udp sessions on rx | Florin Coras | 3 | -2/+8 |
2021-02-26 | cnat: coverity fix | Nathan Skrzypczak | 1 | -2/+4 |
2021-02-26 | virtio: place the event fds on worker threads for pci device | Mohsin Kazmi | 1 | -0/+11 |
2021-02-26 | svm: fix shared hdr migration | Florin Coras | 2 | -7/+9 |
2021-02-26 | nat: optimize flow matching in ED NAT | Klement Sekera | 5 | -81/+87 |
2021-02-26 | nat: NAT44ED fail if using old plugin option | Filip Varga | 4 | -450/+498 |
2021-02-26 | interface: Fix rxq deletion | Nathan Skrzypczak | 1 | -2/+11 |
2021-02-26 | interface: fix sh int rx | Nathan Skrzypczak | 2 | -2/+2 |
2021-02-26 | ipsec: move the IPSec SA pool out of ipsec_main | Neale Ranns | 18 | -98/+85 |
2021-02-26 | cnat: add input feature node | Nathan Skrzypczak | 6 | -0/+507 |
2021-02-26 | cnat: Add maglev support | Nathan Skrzypczak | 9 | -25/+253 |
2021-02-26 | cnat: fixes & prepare maglev | Nathan Skrzypczak | 16 | -366/+390 |
2021-02-26 | crypto: fix coverity issue 218445 | Piotr Bronowski | 1 | -3/+0 |
2021-02-25 | sr: Fix the coverity issue on srv6-mobile plugin | Tetsuya Murakami | 1 | -2/+2 |
2021-02-25 | tests: Add tests for IPSec async mode using the crypto SW scheduler | Neale Ranns | 5 | -108/+191 |
2021-02-25 | ipsec: ipsec.h tidy up | Neale Ranns | 6 | -56/+86 |
2021-02-25 | ikev2: Use the IPSec functions for UDP port management | Neale Ranns | 2 | -46/+2 |
2021-02-25 | linux-cp: fix vector-used-a-C-string overflow | Benoît Ganne | 2 | -4/+3 |
2021-02-25 | ipsec: enable input features on tunnels | Brian Russell | 6 | -30/+335 |
2021-02-24 | nat: Final NAT44 EI/ED split patch | Filip Varga | 44 | -5781/+10760 |
2021-02-24 | virtio: enable the interrupt support for uio_pci_generic | Mohsin Kazmi | 1 | -11/+4 |
2021-02-24 | session: init ctrl msg without mq lock | Florin Coras | 1 | -102/+96 |
2021-02-24 | fib: fix sa selection for fib routed destinations | Július Milan | 2 | -5/+39 |
2021-02-24 | wireguard: coverity fix | Artem Glazychev | 1 | -11/+12 |
2021-02-24 | crypto: A more memory efficient layout of the frame element struct | Neale Ranns | 2 | -18/+26 |
2021-02-24 | docs: move pnat doc link into dev doc section | Dave Wallace | 2 | -2/+2 |
2021-02-23 | l2: coverity woe in l2_api.c | Steven Luong | 1 | -23/+20 |
2021-02-23 | hsa: fifo detach cleanup | Florin Coras | 2 | -0/+27 |
2021-02-23 | vcl: segment index leak on attach | Florin Coras | 1 | -1/+1 |
2021-02-23 | vcl: fix coverity warning | Florin Coras | 1 | -7/+9 |
2021-02-23 | misc: run make test-refresh-deps to update the python dependencies | Andrew Yourtchenko | 2 | -138/+152 |
2021-02-23 | tests: delete test/requirements-2.txt | Andrew Yourtchenko | 1 | -316/+0 |
2021-02-23 | vlib: fix offload flags value reset | Benoît Ganne | 1 | -2/+11 |
2021-02-22 | vcl: fix vls_intercept_sigchld_handler be called recursively | nandfan | 1 | -0/+5 |
2021-02-22 | api: fix memory leak in vl_api_cli_inband_t_handler | Andrew Yourtchenko | 1 | -0/+1 |
2021-02-22 | vcl: cleanup fifos detached from segments | Florin Coras | 4 | -3/+60 |
2021-02-22 | svm: free shared fifo on detach | Florin Coras | 1 | -2/+4 |
2021-02-22 | vcl: support sockopt of SO_REUSEPORT and SO_DOMAIN | wanghanlin | 3 | -0/+26 |
2021-02-22 | ip-neighbor: add set ip neighbor-config CLI command | Ivan Shvedunov | 1 | -0/+54 |
2021-02-20 | svm: return chunks to slice on fifo detach | Florin Coras | 2 | -18/+14 |
2021-02-19 | dpdk: fix cryptodev offset update | Fan Zhang | 1 | -11/+8 |
2021-02-19 | tests: add input policer thread handoff tests | Brian Russell | 1 | -2/+74 |
2021-02-19 | policer: add thread handoff for device input | Brian Russell | 4 | -13/+71 |
2021-02-19 | policer: move handoff checks into policer code | Brian Russell | 4 | -47/+41 |
2021-02-19 | tests: test input policer | Brian Russell | 2 | -0/+78 |
2021-02-19 | policer: add api to configure input policing | Brian Russell | 4 | -0/+76 |
2021-02-19 | policer: add policing as device-input feature | Brian Russell | 3 | -233/+19 |
2021-02-19 | ikev2: start counting msgid from 0 | Filip Tehlar | 1 | -2/+2 |
2021-02-19 | session vppinfra: asan fixes | Florin Coras | 2 | -4/+17 |
2021-02-18 | svm: fix active fifo ll on attach | Florin Coras | 1 | -0/+4 |