Age | Commit message (Expand) | Author | Files | Lines |
2024-02-29 | dhcp: Compare DIUD_LL as a network short |  Tom Jones | 1 | -1/+1 |
2024-02-28 | octeon: add flow offload infra |  Monendra Singh Kushwaha | 7 | -3/+581 |
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 | 5 | -22/+60 |
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 | hsa: Undef libepoll-shims close on FreeBSD |  Tom Jones | 1 | -0/+11 |
2024-02-26 | virtio: fix the packed ring support |  Mohsin Kazmi | 1 | -0/+18 |
2024-02-26 | memif: don't include prctl.h |  Tom Jones | 2 | -2/+0 |
2024-02-23 | tls: initialize app session app wrk |  Florin Coras | 1 | -1/+2 |
2024-02-23 | svm: Use ftruncate to expand svm on FreeBSD |  Tom Jones | 1 | -1/+10 |
2024-02-23 | vcl: Use FreeBSD specific errno value for bad fd |  Tom Jones | 1 | -0/+7 |
2024-02-23 | build: Discover libepoll-shim on FreeBSD |  Tom Jones | 3 | -4/+19 |
2024-02-23 | vlib: Use platform specific headers for sched.h |  Tom Jones | 1 | -6/+18 |
2024-02-23 | build: Add support to add_vpp_library for platform specific sources |  Tom Jones | 1 | -4/+13 |
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 | vppinfra: Stub out get_current_cpu and get_current_numa on FreeBSD |  Tom Jones | 1 | -0/+8 |
2024-02-19 | dev: fix type for uint32 arg value |  Monendra Singh Kushwaha | 1 | -1/+1 |
2024-02-19 | crypto-openssl: refactor openssl API usage |  Lijian Zhang | 2 | -44/+205 |
2024-02-19 | wireguard: notify key changes to crypto engine |  Lijian Zhang | 3 | -0/+18 |
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 | svm: Only include sys/user on Linux |  Tom Jones | 1 | -0/+2 |
2024-02-18 | vnet: Add required header for pthread_np |  Tom Jones | 1 | -0/+3 |
2024-02-18 | vppinfra: Place hugepage MMAP call behind linux specific ifdef |  Tom Jones | 1 | -0/+6 |
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 | vlib: Only init vfio on Linux |  Tom Jones | 1 | -0/+2 |
2024-02-18 | vpp: Add required socket headers on FreeBSD |  Tom Jones | 1 | -0/+5 |
2024-02-18 | vppinfra: Provide FreeBSD implementation of clib_mem functions |  Tom Jones | 2 | -0/+476 |
2024-02-18 | build: Add FreeBSD as a supported platform for cmake |  Tom Jones | 1 | -5/+11 |
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-18 | vpp: Add platform specific headers for socket and inet |  Tom Jones | 2 | -0/+10 |
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-16 | vppapitrace: Fixed trace dump API result issue. |  Denys Haryachyy | 1 | -2/+2 |
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-14 | tls: fix compilation error |  Niyaz Murshed | 1 | -1/+2 |
2024-02-14 | ikev2: dump state and profile name in CLI and API |  Denys Haryachyy | 5 | -2/+255 |
2024-02-13 | vcl: fix epollet test for unhandled evts |  Florin Coras | 1 | -1/+1 |
2024-02-13 | svm: Add FreeBSD specific signal handling path |  Tom Jones | 1 | -0/+5 |
2024-02-13 | vppinfra: Put clib_perf* behind Linux checks and provide stubs for FreeBSD |  Tom Jones | 2 | -0/+38 |
2024-02-13 | vppinfra: Add netlink header on FreeBSD |  Tom Jones | 1 | -1/+3 |
2024-02-13 | vppinfra: Protect Linux specific features behind CLIB_LINUX |  Tom Jones | 1 | -2/+4 |