Age | Commit message (Expand) | Author | Files | Lines |
2023-11-12 | flowprobe: fix tx flows generated for rewritten traffic |  Alexander Chernavin | 2 | -5/+82 |
2023-11-10 | tls: fix forced ho cleanup |  Florin Coras | 1 | -3/+13 |
2023-11-10 | gtpu: support non-G-PDU packets and PDU Session |  Rune E. Jensen | 8 | -527/+2551 |
2023-11-10 | tests: perfmon - Added a check if test is running with root privileges |  adrianvillin | 1 | -0/+6 |
2023-11-09 | iavf: interrupt mode support |  Damjan Marion | 7 | -86/+241 |
2023-11-09 | tls: fix handling of client and server init errors |  Florin Coras | 1 | -11/+9 |
2023-11-09 | ipsec: IPsec fix constant propagation |  Maxime Peim | 1 | -2/+3 |
2023-11-08 | tls: propagate transport closed notifications |  Florin Coras | 0 | -0/+0 |
2023-11-08 | tls: avoid reads after tcp transport removed |  Florin Coras | 1 | -4/+18 |
2023-11-08 | tests: Fix http static test failing on retry |  adrianvillin | 2 | -5/+21 |
2023-11-08 | tests: added a simple perfmon plugin test |  adrianvillin | 1 | -0/+42 |
2023-11-08 | tests: added simple CT6 plugin tests |  adrianvillin | 1 | -0/+72 |
2023-11-08 | dev: remove unused code |  Damjan Marion | 3 | -37/+0 |
2023-11-08 | dev: interrupt mode support |  Damjan Marion | 10 | -154/+306 |
2023-11-07 | af_packet: remove UNIX_FILE_EVENT_EDGE_TRIGGERED flag |  Artem Glazychev | 1 | -1/+0 |
2023-11-07 | flowprobe: fix clearing interface state on feature disabling |  Alexander Chernavin | 2 | -1/+23 |
2023-11-07 | build: disable bogus warnings for GCC 12 |  Jieqiang Wang | 1 | -0/+8 |
2023-11-07 | misc: silence -Wmaybe-uninitialized warnings |  Jieqiang Wang | 4 | -4/+4 |
2023-11-06 | vppinfra: fix ASAN issue in vec_foreach_pointer and pool_foreach_pointer |  Damjan Marion | 2 | -5/+6 |
2023-11-06 | ipsec: delete redundant code |  Dengfeng Liu | 1 | -4/+0 |
2023-11-06 | dpdk: correct the printing of Rx offloading flags |  Jieqiang Wang | 1 | -1/+1 |
2023-11-06 | pci: remove unnecessary ioctl() call and improve logging in vfio_set_irqs |  Damjan Marion | 3 | -34/+49 |
2023-11-06 | pci: fix VFIO set IRQ code |  Damjan Marion | 1 | -2/+2 |
2023-11-04 | bonding: add checks for sw_if_index in api |  Stanislav Zaikin | 1 | -0/+12 |
2023-11-03 | vppinfra: refactor interrupt code |  Damjan Marion | 11 | -165/+127 |
2023-11-03 | tests: allow explicit defaults for arg types |  Dmitry Valter | 1 | -2/+2 |
2023-11-03 | dev: strip debig log function name prefix during compilation |  Damjan Marion | 6 | -32/+14 |
2023-11-03 | tests: refactor asf framework code |  Dave Wallace | 166 | -2974/+1050 |
2023-11-02 | tcp: fix reset w pkt |  Florin Coras | 1 | -24/+3 |
2023-11-02 | tests: remove packet debug output from npt66 testcases |  Dave Wallace | 1 | -1/+1 |
2023-11-02 | iavf: new driver using new dev infra |  Damjan Marion | 18 | -4/+4589 |
2023-11-02 | dev: new device driver infra |  Damjan Marion | 35 | -5/+5466 |
2023-11-01 | tcp: remove redundant ack checks |  Florin Coras | 1 | -18/+0 |
2023-11-01 | tcp: allow ooo data in syn-rcvd |  Florin Coras | 1 | -9/+0 |
2023-11-01 | tcp: postpone cleanup on connect failures |  Florin Coras | 1 | -2/+6 |
2023-10-31 | tests: fix UDP port range for mdata and bufmon |  Dave Wallace | 2 | -2/+2 |
2023-10-31 | docs: Updated "VPP with Containers" use-case section |  hsandid | 4 | -29/+26 |
2023-10-31 | tests: http static - skip if cannot create namespaces |  adrianvillin | 1 | -9/+6 |
2023-10-31 | hsa: use common app session interface in echo tests |  Filip Tehlar | 4 | -86/+56 |
2023-10-31 | ipsec: separate UDP and UDP-encapsulated ESP packet processing |  vinay tripathi | 1 | -8/+33 |
2023-10-31 | ipsec: modify IPsec related tests to send and verify UDP-encapsulated ESP tra... |  vinay Tripathi | 3 | -12/+162 |
2023-10-31 | ipsec: move udp/esp packet processing in the inline function ipsec_esp_packet... |  vinay tripathi | 1 | -174/+181 |
2023-10-30 | tests: Added LLDP plugin tests |  adrianvillin | 1 | -0/+149 |
2023-10-30 | tests: Added http static server tests. |  adrianvillin | 2 | -3/+157 |
2023-10-30 | hsa: preallocate sessions on server side |  Filip Tehlar | 1 | -107/+110 |
2023-10-30 | vcl: propagate correctly EADDRINUSE for UDP bind |  Mohammed Hawari | 1 | -2/+6 |
2023-10-30 | ipsec: huge anti-replay window support |  Maxime Peim | 17 | -205/+1522 |
2023-10-30 | flowprobe: fix accumulation of tcp flags in flow entries |  Alexander Chernavin | 2 | -0/+75 |
2023-10-27 | session: fix bind replies with errors |  Florin Coras | 1 | -1/+1 |
2023-10-27 | hsa: fix coverity warning |  Filip Tehlar | 1 | -0/+5 |