Age | Commit message (Expand) | Author | Files | Lines |
2021-03-19 | interface: add capabilities flags |  Mohsin Kazmi | 8 | -23/+29 |
2021-03-18 | dpdk: don't mask interrupts for some drivers |  Mohammed Hawari | 4 | -9/+38 |
2021-03-17 | dpdk: cryptodev session management |  pibr | 1 | -108/+377 |
2021-03-16 | perfmon: fixes for cache hierarchy |  Ray Kinsella | 1 | -8/+12 |
2021-03-16 | perfmon: add support for raw and timestamps |  Ray Kinsella | 3 | -1/+24 |
2021-03-15 | nat: get rid of worker selection callbacks |  Klement Sekera | 8 | -81/+77 |
2021-03-15 | nat: pnat copy and clear byte instructions |  Andrew Yourtchenko | 13 | -161/+658 |
2021-03-15 | dns: fix crash when printing unlikely msg |  Dave Barach | 1 | -3/+4 |
2021-03-15 | ikev2: support responder hostname |  Filip Tehlar | 11 | -64/+311 |
2021-03-15 | cnat: maglev fixes |  Nathan Skrzypczak | 4 | -31/+47 |
2021-03-15 | dpdk: implement interrupt mode |  Mohammed Hawari | 4 | -12/+116 |
2021-03-15 | tests: use socket transport instead of shared memory |  Ole Troan | 2 | -6/+7 |
2021-03-15 | nat: remove unused parameter |  Klement Sekera | 1 | -9/+9 |
2021-03-14 | ip: extend punt CLI for exception packets |  Mohammed Hawari | 1 | -6/+7 |
2021-03-12 | nat: remove unused import |  Klement Sekera | 1 | -1/+0 |
2021-03-11 | hsa: add support for tls to proxy |  Florin Coras | 2 | -39/+89 |
2021-03-11 | session tls: deq notifications for custom tx |  Florin Coras | 1 | -0/+3 |
2021-03-11 | misc: fix gcc-11 build |  Damjan Marion | 2 | -7/+5 |
2021-03-11 | misc: remove cop API support (part 1) |  Dave Barach | 1 | -9/+0 |
2021-03-09 | tests: re-enable the rest of NAT44ED tests for multiworker |  Andrew Yourtchenko | 1 | -1/+0 |
2021-03-09 | nat: fix dst nat thread issues |  Klement Sekera | 3 | -121/+124 |
2021-03-09 | pnat: coverity fixes |  Ole Troan | 2 | -3/+5 |
2021-03-08 | cnat: Coverity fix |  Nathan Skrzypczak | 1 | -1/+1 |
2021-03-07 | nat: replace main vlib with per-thread vlib |  Klement Sekera | 6 | -67/+53 |
2021-03-07 | nat: fix worker selection |  Klement Sekera | 7 | -89/+73 |
2021-03-07 | nat: test - add show trace |  Klement Sekera | 1 | -0/+1 |
2021-03-07 | dispatch-trace: move dispatch trace pcap code to plugin |  Damjan Marion | 2 | -0/+523 |
2021-03-06 | nat: use correct node indexes for queues |  Klement Sekera | 1 | -2/+2 |
2021-03-05 | avf: don't memcpy if adminq output buffer size is 0 |  Damjan Marion | 1 | -1/+1 |
2021-03-05 | mss_clamp: TCP MSS clamping plugin |  Neale Ranns | 7 | -0/+1331 |
2021-03-05 | dpdk: fix rte mempool for rx_queues |  Vladimir Ratnikov | 1 | -1/+9 |
2021-03-05 | marvell: check return value of vlib_trace_buffer |  Robert Shearman | 1 | -8/+10 |
2021-03-05 | marvell: spelling fixes |  Robert Shearman | 2 | -3/+3 |
2021-03-05 | marvell: fix implicit declaration of function |  Robert Shearman | 1 | -0/+1 |
2021-03-05 | crypto: revert "fix ops flags in crypto sw scheduler" |  Damjan Marion | 1 | -2/+7 |
2021-03-04 | ikev2: fix incorrect api message |  Filip Tehlar | 1 | -1/+1 |
2021-03-04 | cnat: Add calico/k8s src policy |  Nathan Skrzypczak | 3 | -2/+59 |
2021-03-04 | cnat: Prepare extended snat policies |  Nathan Skrzypczak | 14 | -549/+770 |
2021-03-04 | cnat: Fix snat with dhcp |  Nathan Skrzypczak | 4 | -11/+17 |
2021-03-04 | crypto: fix ops flags in crypto sw scheduler |  Benoît Ganne | 1 | -7/+2 |
2021-03-04 | hsa: fix builtin echo apps with multiple workers |  Florin Coras | 2 | -25/+88 |
2021-03-04 | dpdk: fix include directories with system dpdk |  Robert Shearman | 1 | -0/+1 |
2021-03-04 | marvell: remove unused variable |  Robert Shearman | 1 | -1/+0 |
2021-03-04 | memif: Validate descriptors within process boudary |  Steven Luong | 1 | -20/+27 |
2021-03-04 | dpdk: enable AVX-512 on ICL |  Ray Kinsella | 1 | -0/+5 |
2021-03-04 | dpdk: deprecate ipsec backend |  Fan Zhang | 11 | -4533/+578 |
2021-03-03 | nsh: Resolve SA errors in NSH plugin. |  Vengada Prasad Govindan | 1 | -15/+0 |
2021-03-03 | dhcp: calls to vnet_feature_enable_disable needs to be protected |  Steven Luong | 1 | -1/+7 |
2021-03-02 | ikev2: fix auth |  Filip Tehlar | 1 | -1/+1 |
2021-03-01 | nat: avoid crash if plugin not enabled |  Klement Sekera | 1 | -18/+21 |