Age | Commit message (Expand) | Author | Files | Lines |
2022-01-26 | dpdk: not having cryptodev resources should not produce warnings |  Damjan Marion | 1 | -4/+1 |
2022-01-25 | http hsa: avoid extra space in request |  Florin Coras | 2 | -12/+3 |
2022-01-25 | http: fix rescheduling when transport fifo full |  Florin Coras | 1 | -3/+9 |
2022-01-24 | wireguard: fix passing argument |  Gabriel Oginski | 1 | -1/+1 |
2022-01-24 | nat: TCP state tracking based on RFC 7857/RFC 6146 |  Klement Sekera | 10 | -332/+589 |
2022-01-24 | dpdk-cryptodev: add support chacha20-poly1305 |  Gabriel Oginski | 4 | -6/+44 |
2022-01-21 | wireguard: add async mode for decryption packets |  Gabriel Oginski | 5 | -217/+445 |
2022-01-21 | wireguard: add async mode for encryption packets |  Gabriel Oginski | 10 | -98/+606 |
2022-01-20 | hsa: refactor test http server to use http proto |  Florin Coras | 2 | -451/+188 |
2022-01-20 | wireguard: add burst mode |  Gabriel Oginski | 7 | -181/+538 |
2022-01-20 | dpdk: fix compilation for DPDK < 21.11 |  Benoît Ganne | 2 | -2/+5 |
2022-01-20 | http: add http protocol plugin |  Florin Coras | 5 | -0/+1396 |
2022-01-19 | svm: update number of segments in svm_fifo_segments |  Florin Coras | 2 | -8/+8 |
2022-01-18 | dpdk: limit number of TX queues to max supported |  Damjan Marion | 1 | -3/+17 |
2022-01-18 | linux-cp: fix possible null deref |  Pim van Pelt | 1 | -0/+2 |
2022-01-18 | srv6-mobile: Fix the coverity issue |  Tetsuya Murakami | 1 | -2/+2 |
2022-01-18 | vnet: distinguish between max_frame_size and MTU |  Damjan Marion | 6 | -39/+71 |
2022-01-17 | interface: improve MTU handling |  Damjan Marion | 3 | -18/+51 |
2022-01-15 | mactime: fix memory leak |  Dave Barach | 1 | -1/+2 |
2022-01-14 | dpdk: refactor device setup |  Damjan Marion | 7 | -540/+328 |
2022-01-14 | dpdk: fix burst function output |  Damjan Marion | 1 | -3/+3 |
2022-01-12 | hsa: echo clients connect improvements |  Florin Coras | 2 | -19/+34 |
2022-01-12 | hsa: cleanup echo client app |  Florin Coras | 2 | -228/+268 |
2022-01-12 | hsa: allow large segments for echo apps |  Florin Coras | 2 | -36/+13 |
2022-01-12 | dpdk: bump to DPDK v21.11 |  Damjan Marion | 5 | -17/+31 |
2022-01-12 | dpdk: improve logging |  Damjan Marion | 3 | -10/+49 |
2022-01-12 | dpdk: update packet offload flags |  Damjan Marion | 2 | -41/+89 |
2022-01-12 | perfmon: skipping bundle message |  Ray Kinsella | 1 | -1/+1 |
2022-01-12 | dpdk: postpone updating runtime data |  Damjan Marion | 1 | -1/+3 |
2022-01-12 | dpdk: use blunt force to skip irrelevant and confusing logs |  Damjan Marion | 1 | -1/+13 |
2022-01-12 | dpdk: always display burst function name |  Damjan Marion | 1 | -12/+10 |
2022-01-12 | dpdk-cryptodev: run dequeue again in case of interrupt mode being used |  Dastin Wilski | 1 | -0/+6 |
2022-01-11 | hsa: allow use of default port for vcl test apps |  Florin Coras | 2 | -23/+28 |
2022-01-11 | linux-cp: Add VPP->Linux synchronization |  Pim van Pelt | 7 | -166/+697 |
2022-01-11 | tls: ssl close only after all data drained |  Florin Coras | 1 | -2/+2 |
2022-01-11 | dpdk: offloads cleanup |  Damjan Marion | 4 | -199/+122 |
2022-01-10 | interface: refactor interface capabilities code, part 2 |  Damjan Marion | 1 | -6/+8 |
2022-01-10 | vrrp: vrrp in unicast mode,interface not add virtual ip addresss |  jinsh | 1 | -3/+0 |
2022-01-09 | dpdk: interface capabilities cleanup |  Damjan Marion | 4 | -24/+54 |
2022-01-09 | dpdk: port type code cleanup |  Damjan Marion | 3 | -93/+34 |
2022-01-09 | dpdk: new mbuf flags in format function |  Damjan Marion | 1 | -26/+26 |
2022-01-08 | dpdk: new flags format |  Damjan Marion | 4 | -30/+64 |
2022-01-07 | vmxnet3: memory leak on parsing bad CLI command |  Steven Luong | 1 | -3/+5 |
2022-01-07 | ethernet: new interface registration function |  Damjan Marion | 11 | -121/+111 |
2022-01-07 | dpdk: fix rx and tx descriptor config |  Florin Coras | 1 | -0/+6 |
2022-01-06 | dpdk: cleanup MTU handling |  Damjan Marion | 3 | -99/+31 |
2022-01-06 | dpdk: port type from speed_capa bitmap on Cisco VIC |  Damjan Marion | 1 | -35/+1 |
2022-01-06 | tap: add num_tx_queues API |  Nathan Skrzypczak | 1 | -0/+1 |
2022-01-05 | dpdk: remove unused defines |  Damjan Marion | 1 | -7/+0 |
2022-01-05 | dpdk: no need to copy default tx conf |  Damjan Marion | 3 | -6/+2 |