Age | Commit message (Expand) | Author | Files | Lines |
2023-02-28 | session: consolidate port alloc logic |  Florin Coras | 4 | -52/+36 |
2023-02-28 | tcp: add dispatch errors to counters |  Florin Coras | 1 | -9/+10 |
2023-02-25 | tcp: fix error counters |  Filip Tehlar | 4 | -44/+43 |
2023-02-20 | session: track app session closes |  Florin Coras | 2 | -2/+9 |
2023-02-16 | session: ignore zero length dgrams |  Florin Coras | 1 | -1/+9 |
2023-02-10 | sr: support define src ipv6 per encap policy |  Takeru Hayasaka | 5 | -48/+313 |
2023-02-08 | session: accept lcl ip updates on cl sessions |  Florin Coras | 1 | -0/+2 |
2023-02-08 | ip6-nd: support dump/details for IPv6 RA |  Alexander Chernavin | 5 | -98/+470 |
2023-02-08 | ipsec: fix AES CBC IV generation (CVE-2022-46397) |  Benoît Ganne | 3 | -29/+65 |
2023-02-06 | ipsec: fix async crypto linked keys memory leak |  Benoît Ganne | 1 | -1/+6 |
2023-02-03 | session: fix out of bounds event memcpy |  Florin Coras | 1 | -3/+1 |
2023-02-02 | ip: fix ip ACL traces |  Benoît Ganne | 1 | -6/+9 |
2023-02-02 | policer: API policer selection by index |  Maxime Peim | 8 | -257/+801 |
2023-02-02 | fib: keep AddressSanitizer happy |  Benoît Ganne | 1 | -3/+2 |
2023-02-01 | memif: improve error reporting |  Damjan Marion | 1 | -0/+2 |
2023-01-25 | api: pcap capture api update |  Maxime Peim | 5 | -4/+115 |
2023-01-23 | vppapigen: enable codegen for stream message types |  Stanislav Zaikin | 1 | -18/+14 |
2023-01-19 | vxlan: convert vxlan to a plugin |  Steven Luong | 11 | -4194/+0 |
2023-01-19 | ip: add the missing offload check |  Mohsin Kazmi | 1 | -2/+2 |
2023-01-16 | ipsec: fix transpose local ip range position with remote ip range in fast pat... |  Piotr Bronowski | 2 | -13/+13 |
2023-01-11 | virtio: add option to bind interface to uio driver |  Benoît Ganne | 3 | -2/+32 |
2023-01-11 | sr: remove stale runs_after |  Nathan Skrzypczak | 1 | -1/+0 |
2023-01-10 | sr: fix compilation errors |  Guillaume Solignac | 2 | -7/+9 |
2023-01-10 | udp: avoid listener cleanups with active opens |  Florin Coras | 2 | -0/+15 |
2023-01-10 | session: avoid trying to send incomplete dgram |  Florin Coras | 1 | -2/+3 |
2023-01-10 | udp: initialize gso_size on dgram enqueue |  Florin Coras | 1 | -0/+1 |
2023-01-06 | session: avoid dgram dequeues with no transport |  Florin Coras | 1 | -0/+5 |
2023-01-06 | bfd: fix ip address cli parsing |  Benoît Ganne | 1 | -51/+58 |
2022-12-23 | hsa: fix echo client workers initialization |  Benoît Ganne | 1 | -3/+3 |
2022-12-21 | af_packet: move to plugin |  Mohsin Kazmi | 10 | -3546/+0 |
2022-12-20 | udp: fix tx handling of non-connected sessions |  Florin Coras | 2 | -27/+31 |
2022-12-16 | bfd: fix bfd udp error enum incompatibility |  Dmitry Valter | 2 | -4/+55 |
2022-12-16 | ipsec: new api for sa ips and ports updates |  Arthur de Kerhor | 5 | -0/+186 |
2022-12-15 | interface: fix format_vnet_interface_output_trace |  luoyaozu | 1 | -3/+2 |
2022-12-14 | vcl: enable gso for 'sendmsg' in LDP mode. |  Dou Chao | 3 | -8/+17 |
2022-12-09 | nat: fixed return values of enable/disable call |  Filip Varga | 1 | -1/+3 |
2022-12-07 | tcp: avoid retransmit head with no data |  Florin Coras | 1 | -1/+1 |
2022-12-07 | classify: increase metadata from 16- to 32-bits |  Benoît Ganne | 2 | -9/+11 |
2022-12-02 | session: move connects to first worker |  Florin Coras | 10 | -92/+70 |
2022-12-02 | vnet: fix trace flag copying in icmp4 |  Klement Sekera | 1 | -1/+1 |
2022-12-02 | vhost: convert vhost device driver to a plugin |  Steven Luong | 8 | -6677/+0 |
2022-11-29 | udp: refactor port allocation and sharing |  Florin Coras | 4 | -72/+28 |
2022-11-29 | session: transport endpt cleanup on owner thread |  Florin Coras | 4 | -16/+83 |
2022-11-29 | ipsec: use correct reply message |  Vratko Polak | 2 | -1/+2 |
2022-11-28 | ipsec: remove redundant policy array in fast path spd |  Piotr Bronowski | 3 | -90/+178 |
2022-11-28 | udp: preallocate ports sparse vec map |  Florin Coras | 1 | -2/+80 |
2022-11-25 | interface: remove the pending interrupt from deleting interface |  Mohsin Kazmi | 2 | -5/+16 |
2022-11-24 | sr: srv6 path tracing api |  Julian Klaiber | 4 | -0/+160 |
2022-11-23 | gso: add gso documentation |  Mohsin Kazmi | 1 | -0/+154 |
2022-11-22 | policer: adding documentation |  Maxime Peim | 2 | -4/+231 |