Age | Commit message (Expand) | Author | Files | Lines |
2023-03-06 | interface: more cleaning after set flags is failed in vnet_create_sw_interface |  varasteh | 1 | -0/+1 |
2023-03-06 | interface: add the missing tag keyword in the cli helper |  Mohsin Kazmi | 1 | -1/+2 |
2023-03-06 | crypto: remove VNET_CRYPTO_OP_FLAG_INIT_IV flag |  Benoît Ganne | 1 | -3/+2 |
2023-03-06 | flow dpdk: introduce IP in IP support for flow |  Xinyao Cai | 2 | -9/+156 |
2023-03-06 | crypto: make it easier to diagnose keys use-after-free |  Benoît Ganne | 1 | -2/+2 |
2023-03-06 | interface: fix 4 or more interfaces equality comparison bug with xor operatio... |  lijinhui | 1 | -5/+4 |
2023-03-01 | docs: fixed to use unified "pcap trace" command |  Nobuhiro MIKI | 2 | -4/+4 |
2023-03-01 | udp: fix optimistic assert for UDP RX |  Mohammed Hawari | 2 | -1/+6 |
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 |