Age | Commit message (Expand) | Author | Files | Lines |
2022-11-05 | hsa: echo client crash when it fails to connect to remote | Steven Luong | 1 | -1/+1 |
2022-11-04 | classify: fix crash when update nonexistent classify table. | Huawei LI | 1 | -1/+3 |
2022-11-04 | nat: cleanup of deprecated features | Filip Varga | 3 | -296/+0 |
2022-11-03 | tls: crash in mbedtls due to ctx is already free | Steven Luong | 1 | -1/+0 |
2022-11-03 | misc: fix failing TestNs/TestHttpTps test in hstf | Maros Ondrejicka | 1 | -1/+6 |
2022-11-03 | session: fix tx_fifo clear and incorrect bitmap invalidation | Dongya Zhang | 2 | -5/+12 |
2022-11-02 | sr: SRv6 Path Tracing Midpoint behaviour | Julian Klaiber | 4 | -0/+196 |
2022-11-01 | vpp-swan: remove step to copy vpp_sswan source for docker image | Yulong Pei | 6 | -6/+4 |
2022-10-31 | quic: use safe pool realloc | Florin Coras | 1 | -1/+2 |
2022-10-31 | tls: use safe pool reallocs | Florin Coras | 5 | -56/+14 |
2022-10-31 | tests: session in interrupt mode | Filip Tehlar | 1 | -0/+9 |
2022-10-29 | build: add extra rpm build dependencies | Tianyu Li | 1 | -0/+1 |
2022-10-28 | cnat: Fix unformat_cnat_snat_interface_map_type | Miguel Borges de Freitas | 1 | -1/+1 |
2022-10-27 | vcl: register workers when reattaching to vpp | Maros Ondrejicka | 8 | -12/+235 |
2022-10-26 | session: add session event log for session state | Steven Luong | 5 | -35/+68 |
2022-10-25 | virtio: use current_data as l2_hdr_offset | Mohsin Kazmi | 1 | -4/+2 |
2022-10-25 | devices: fix the l2 hdr offset in af_packet transmit side | Mohsin Kazmi | 1 | -4/+2 |
2022-10-25 | udp: use new wrk context for connections | Florin Coras | 2 | -18/+19 |
2022-10-25 | udp: postpone cleanup of udp connections | Florin Coras | 2 | -2/+48 |
2022-10-25 | rdma: set correct CQE flags | Jieqiang Wang | 1 | -6/+6 |
2022-10-25 | rdma: fix ipv4 checksum check in rdma-input node | Jieqiang Wang | 1 | -23/+40 |
2022-10-25 | hash: add local variable | Gabriel Oginski | 1 | -2/+3 |
2022-10-25 | packetforge: fix GTP-Extension header field data | Ting Xu | 2 | -2/+6 |
2022-10-24 | docs: update cnat docs to current vpp version | Miguel Borges de Freitas | 1 | -5/+13 |
2022-10-24 | dpdk: add Intel QAT 200xx series support | Vladimir Ratnikov | 1 | -1/+2 |
2022-10-24 | vppinfra: fix incorrect sizeof() argument due to typo | Andrew Yourtchenko | 1 | -1/+1 |
2022-10-24 | crypto: fix dead nn foreach | Dmitry Valter | 1 | -5/+5 |
2022-10-24 | gso: remove vxlan header include file dependency | Steven Luong | 1 | -2/+3 |
2022-10-21 | devices: add support for af-packet v2 | Mohsin Kazmi | 7 | -186/+645 |
2022-10-20 | crypto-sw-scheduler: fix queue iterator | Vladimir Ratnikov | 1 | -0/+10 |
2022-10-20 | tests: enable extended test runs in run.py | Naveen Joy | 1 | -0/+14 |
2022-10-20 | udp: support for disabling tx csum | Florin Coras | 5 | -4/+62 |
2022-10-20 | session: add session debug cli | Steven Luong | 4 | -54/+176 |
2022-10-20 | virtio: fix the missing unlock | Mohsin Kazmi | 1 | -1/+2 |
2022-10-19 | crypto-ipsecmb: support previous ipsecmb versions | Marcel Cornu | 1 | -11/+125 |
2022-10-19 | udp: explicit udp output node | Florin Coras | 5 | -12/+283 |
2022-10-18 | session: pass sep.opaque to listen session | Mohammed Hawari | 1 | -0/+1 |
2022-10-18 | vppinfra: send minimal needed mask to the set_mempolicy syscall | Damjan Marion | 1 | -11/+14 |
2022-10-17 | virtio: fix the tx side hdr offset | Mohsin Kazmi | 1 | -11/+10 |
2022-10-17 | devices: fix the header offsets in af_packet | Mohsin Kazmi | 1 | -8/+18 |
2022-10-17 | gso: fix the metadata for gro packets | Mohsin Kazmi | 1 | -0/+2 |
2022-10-17 | ip: fix the pseudo header checksum | Mohsin Kazmi | 1 | -4/+2 |
2022-10-17 | cnat: Add sctp support | Nathan Skrzypczak | 3 | -8/+64 |
2022-10-17 | crypto-ipsecmb: bump ipsecmb library to v1.3 | Marcel Cornu | 2 | -66/+82 |
2022-10-17 | vlib: Counter free needs to NULL the allocated counter vector | Neale Ranns | 2 | -2/+14 |
2022-10-16 | ip-neighbor: delete redundant help information in cli. | Huawei LI | 1 | -12/+17 |
2022-10-15 | linux-cp: fix infinite loop in CLI lcp default | luoyaozu | 1 | -3/+12 |
2022-10-13 | l2: coverity complains dead codes | Steven Luong | 1 | -14/+11 |
2022-10-13 | session: make session code compile with SESSION_DEBUG enable | Steven Luong | 3 | -2/+16 |
2022-10-13 | gomemif: migrate to govpp repository | Matus Halaj | 17 | -3287/+1 |