Age | Commit message (Expand) | Author | Files | Lines |
2024-03-10 | session: use no for ports in transport port allocator |  Florin Coras | 3 | -11/+17 |
2024-03-09 | session: fix port alloc for fixed lcl port reuse |  Florin Coras | 1 | -2/+3 |
2024-03-05 | ip: force full reassembly before virtual |  Matthew Smith | 1 | -14/+5 |
2024-03-05 | vnet: fix format of deleted sw interfaces |  Vladislav Grishenko | 12 | -53/+28 |
2024-03-04 | misc: fix icmp |  Maxime Peim | 2 | -1/+1 |
2024-03-04 | ip: fix warning on interface ipv6 prefix remove |  Vladislav Grishenko | 1 | -1/+1 |
2024-03-04 | fib: fix crash while adding intf-rx routes |  Vladislav Grishenko | 6 | -5/+31 |
2024-03-03 | udp: fix ipv6 udp punt show |  Samvel Vartapetov | 1 | -1/+1 |
2024-03-01 | session: add api cb for listen and unlisten |  Florin Coras | 4 | -17/+24 |
2024-02-28 | crypto: CLI to change dispatch mode |  Niyaz Murshed | 1 | -0/+39 |
2024-02-27 | tls: pass reset ntf to engines |  Florin Coras | 2 | -22/+10 |
2024-02-27 | session: fix transport closed and disconnect race |  Florin Coras | 1 | -4/+7 |
2024-02-27 | dev: add per-port vnet flow |  Monendra Singh Kushwaha | 6 | -4/+97 |
2024-02-26 | tcp: fix fin retransmit when out of buffers |  Florin Coras | 1 | -4/+3 |
2024-02-26 | virtio: fix the packed ring support |  Mohsin Kazmi | 1 | -0/+18 |
2024-02-23 | tls: initialize app session app wrk |  Florin Coras | 1 | -1/+2 |
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 |