Age | Commit message (Expand) | Author | Files | Lines |
2024-02-22 | ip6: ECMP hash support for ipv6 fragments |  Benoît Ganne | 2 | -11/+27 |
2024-02-20 | tls: fix transport endpoint get |  Florin Coras | 1 | -3/+4 |
2024-02-20 | pg: fix stream pg interface |  Maxime Peim | 4 | -11/+16 |
2024-02-19 | vnet: include platform specific un.h |  Tom Jones | 1 | -0/+5 |
2024-02-19 | dev: fix type for uint32 arg value |  Monendra Singh Kushwaha | 1 | -1/+1 |
2024-02-19 | wireguard: notify key changes to crypto engine |  Lijian Zhang | 2 | -0/+12 |
2024-02-19 | ipsec: check each packet for no algs in esp-encrypt |  Matthew Smith | 1 | -10/+13 |
2024-02-18 | udp: use transport port refcnt on accept |  Florin Coras | 3 | -2/+11 |
2024-02-18 | vnet: Use platform specific netlink headers on FreeBSD |  Tom Jones | 1 | -0/+5 |
2024-02-18 | vnet: Disable tuntap build on not Linux |  Tom Jones | 1 | -0/+2 |
2024-02-18 | vnet: Provide platform specific if_tap headers |  Tom Jones | 2 | -0/+8 |
2024-02-18 | vnet: Only build tap on Linux |  Tom Jones | 1 | -0/+2 |
2024-02-17 | tcp: retransmit fins in last-ack |  Florin Coras | 2 | -2/+2 |
2024-02-16 | udp: unregister ports on all cleanups |  Florin Coras | 1 | -4/+3 |
2024-02-15 | tls: mark ho done atomically after ctx init |  Florin Coras | 1 | -1/+2 |
2024-02-15 | session: postpone ct cleanup if rx evt pending |  Florin Coras | 1 | -3/+4 |
2024-02-13 | vnet: Don't use __unused for struct padding |  Tom Jones | 1 | -1/+1 |
2024-02-12 | fib: contention with DP on deleting a route |  Steven Luong | 1 | -0/+1 |
2024-02-07 | udp: add cli to dump transport ports |  Florin Coras | 1 | -0/+92 |
2024-02-02 | session: guard session lookup table allocs |  Florin Coras | 2 | -0/+37 |
2024-01-31 | tls: set app closed flag in framework |  Florin Coras | 1 | -0/+1 |
2024-01-31 | tls: convert ctx fields to connection flags |  Florin Coras | 2 | -23/+25 |
2024-01-29 | ip: don't export useless error counters for ip6 rewrite |  Arthur de Kerhor | 1 | -2/+0 |
2024-01-25 | udp: update rx sw_if_index to ip-local selected one |  Florin Coras | 1 | -0/+4 |
2024-01-23 | tls: fix ho leak on tcp connect return |  Florin Coras | 1 | -1/+4 |
2024-01-23 | tls: overlap parent opaque with listener ctx |  Florin Coras | 1 | -5/+6 |
2024-01-23 | tls: set flag whenever app session is freed |  Florin Coras | 1 | -5/+9 |
2024-01-22 | session: flag instead of state for filtering ntf |  Florin Coras | 1 | -2/+2 |
2024-01-16 | vnet: fix log_debug message format |  Georgy Borodin | 1 | -2/+1 |
2024-01-15 | session: avoid spurious disconnect and reset ntfs |  Florin Coras | 1 | -2/+4 |
2024-01-12 | session: fix app wrk free leak |  Florin Coras | 1 | -1/+1 |
2024-01-09 | session: make app listener pool global |  Florin Coras | 6 | -54/+45 |
2024-01-09 | session: support for cl port reuse |  Florin Coras | 7 | -36/+166 |
2024-01-09 | session: avoid spurious closed notifications |  Florin Coras | 1 | -0/+3 |
2023-12-22 | session: add flag to track cless sessions |  Florin Coras | 2 | -4/+13 |
2023-12-22 | session: unset fifo evt to enqueue ack evt on tcp timewait |  emmanuel | 1 | -3/+6 |
2023-12-21 | dev: per-queue format callbacks |  Damjan Marion | 2 | -0/+8 |
2023-12-21 | fib: format deleted LB |  Nathan Skrzypczak | 2 | -1/+15 |
2023-12-20 | virtio: virtio_flags api use enumflag instead of enum |  Ole Troan | 1 | -1/+1 |
2023-12-15 | session: add forced reset api to ct transport |  Florin Coras | 2 | -1/+14 |
2023-12-14 | tls: no closed notify if no app session |  Florin Coras | 1 | -1/+2 |
2023-12-14 | bpf_trace_filter: allow use whithout classifier |  Mohammed Hawari | 1 | -0/+3 |
2023-12-13 | tls: postpone ho cleanup if not fully established |  Florin Coras | 2 | -8/+80 |
2023-12-12 | ipsec: allow receiving encrypted IP packets with TFC padding |  Arthur de Kerhor | 1 | -4/+42 |
2023-12-08 | dev: caps and rx/tx offload support |  Damjan Marion | 3 | -4/+125 |
2023-12-07 | vnet: allow format deleted swifidx |  Nathan Skrzypczak | 3 | -7/+8 |
2023-12-05 | l2: resolve l2 rewrite entry 'hit_count' always being 0 bug |  yanlong | 1 | -0/+2 |
2023-12-04 | dev: mark API handlers as thread safe |  Damjan Marion | 1 | -2/+3 |
2023-12-02 | session: no segment handle on worker del |  Florin Coras | 1 | -2/+2 |
2023-12-01 | ipsec: should use praddr_ instead of pladdr_ |  Dengfeng Liu | 1 | -1/+1 |