Age | Commit message (Expand) | Author | Files | Lines |
2022-01-18 | vnet: distinguish between max_frame_size and MTU |  Damjan Marion | 17 | -106/+148 |
2022-01-17 | ipsec: IPSec interface correct drop w/ no protection |  Neale Ranns | 3 | -8/+19 |
2022-01-17 | interface: improve MTU handling |  Damjan Marion | 8 | -47/+98 |
2022-01-17 | vnet: introduce vnet_error() |  Damjan Marion | 9 | -175/+259 |
2022-01-16 | vppinfra: bitops cleanup |  Damjan Marion | 10 | -145/+56 |
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 | session: pass tx buffers in bulk to transports |  Florin Coras | 6 | -22/+83 |
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 | ip: coverity illegal access in ip6_ext_header_walk |  Ole Troan | 1 | -9/+2 |
2022-01-12 | dpdk-cryptodev: run dequeue again in case of interrupt mode being used |  Dastin Wilski | 1 | -0/+6 |
2022-01-12 | crypto: omit loop iteration |  Dastin Wilski | 1 | -4/+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 | 9 | -167/+743 |
2022-01-11 | tls: ssl close only after all data drained |  Florin Coras | 1 | -2/+2 |
2022-01-11 | vlib: fix the total len not including first buffer formating |  Mohsin Kazmi | 1 | -1/+1 |
2022-01-11 | dpdk: offloads cleanup |  Damjan Marion | 4 | -199/+122 |
2022-01-11 | misc: fix the uninitialization error |  Mohsin Kazmi | 2 | -2/+2 |
2022-01-11 | session: increase postponed mq message min size |  Florin Coras | 2 | -1/+2 |
2022-01-10 | session: fix segment manager format coverity warning |  Florin Coras | 1 | -3/+3 |
2022-01-10 | interface: refactor interface capabilities code, part 2 |  Damjan Marion | 5 | -63/+65 |
2022-01-10 | vrrp: vrrp in unicast mode,interface not add virtual ip addresss |  jinsh | 1 | -3/+0 |
2022-01-10 | session: allow pacer to send when bucket hits 0 |  Florin Coras | 1 | -2/+2 |
2022-01-10 | session: deschedule sessions with no data to send |  Florin Coras | 3 | -3/+26 |
2022-01-10 | session: fix pacer bucket update cast |  Florin Coras | 1 | -2/+2 |
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 | vppinfra: Check for NULL vec before the backwards iteration |  Neale Ranns | 1 | -4/+6 |
2022-01-09 | fib: multiple memory leaks upon deleting a VRF table |  Steven Luong | 4 | -15/+25 |
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 | tcp: fix cubic cwnd accumulate use of bytes acked |  Florin Coras | 1 | -1/+1 |
2022-01-07 | bonding: memory leak on parsing bad CLI command |  Steven Luong | 1 | -4/+10 |
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 | 25 | -279/+211 |
2022-01-07 | dpdk: fix rx and tx descriptor config |  Florin Coras | 1 | -0/+6 |
2022-01-06 | tcp: optimize newreno cong ack handler |  Florin Coras | 1 | -19/+20 |
2022-01-06 | tcp: update snd_congestion only during congestion |  Florin Coras | 3 | -31/+14 |
2022-01-06 | tcp: mark lost first sack hole on timeout |  Florin Coras | 3 | -1/+27 |
2022-01-06 | tcp: handle start tx event in cubic |  Florin Coras | 1 | -0/+18 |