Age | Commit message (Expand) | Author | Files | Lines |
2023-04-12 | ip: punt socket - take the tags in Ethernet header into consideration | Andrew Yourtchenko | 1 | -1/+2 |
2023-04-12 | misc: change of address | Mohsin Kazmi | 4 | -4/+4 |
2023-04-04 | session: fix ct connect session flush assert | Florin Coras | 1 | -2/+4 |
2023-03-31 | ip: support flow-hash gtpv1teid | Takeru Hayasaka | 8 | -14/+98 |
2023-03-30 | session: async flush of pending connects to workers | Florin Coras | 1 | -32/+109 |
2023-03-24 | api: Remove deprecated message from API | Ondrej Fabry | 3 | -57/+0 |
2023-03-24 | udp: fix udp_local length errors accounting | Vladislav Grishenko | 1 | -31/+64 |
2023-03-24 | session: fix session node switching to interrupt mode failded if no user events | Xiaoming Jiang | 1 | -2/+2 |
2023-03-23 | session: fix formatting of half open sessions | Florin Coras | 1 | -2/+1 |
2023-03-23 | ipsec: make pre-shared keys harder to misuse | Benoît Ganne | 8 | -137/+122 |
2023-03-23 | ipsec: add per-SA error counters | Arthur de Kerhor | 11 | -115/+337 |
2023-03-23 | vnet: throttling configuration improvement | Maxime Peim | 6 | -18/+14 |
2023-03-22 | session: add session stats | Filip Tehlar | 5 | -13/+99 |
2023-03-20 | ipsec: set fast path 5tuple ip addresses based on sa traffic selector values | Piotr Bronowski | 1 | -4/+35 |
2023-03-18 | vppinfra: fix corner-cases in bihash lookup | Dave Barach | 1 | -1/+1 |
2023-03-16 | session: support active opens with same source port | Florin Coras | 2 | -3/+14 |
2023-03-14 | session vcl: refactor builtin tx event for main tx | Florin Coras | 7 | -30/+33 |
2023-03-14 | session: pre-alloc required dma batches | Marvin Liu | 2 | -0/+3 |
2023-03-14 | session: format transport connection flags | Florin Coras | 2 | -18/+59 |
2023-03-14 | session: cleanup lcl endpt freelist before all alloc | Florin Coras | 1 | -4/+5 |
2023-03-14 | memif: don't leak error strings in API handlers | Damjan Marion | 1 | -0/+8 |
2023-03-13 | udp: Use udp_output_get_connection instead of udp_connection_get | Steven Luong | 1 | -12/+11 |
2023-03-08 | session: Use session->thread_index to correctly retrieve the session | Steven Luong | 1 | -1/+3 |
2023-03-07 | udp: crash in format_udp_connection | Steven Luong | 1 | -1/+1 |
2023-03-06 | tcp: allow syns in closed state | Florin Coras | 1 | -2/+3 |
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 |