Age | Commit message (Expand) | Author | Files | Lines |
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 |
2024-02-13 | svm: Include stdint on FreeBSD |  Tom Jones | 1 | -0/+3 |
2024-02-13 | vppinfra: Make program counter printing more portable |  Tom Jones | 1 | -0/+8 |
2024-02-13 | vnet: Don't use __unused for struct padding |  Tom Jones | 1 | -1/+1 |
2024-02-13 | vppinfra: Add a stubbed out test_perf function for FreeBSD |  Tom Jones | 1 | -0/+6 |
2024-02-13 | vppinfra: MAP_HUGETLB isn't available on FreeBSD |  Tom Jones | 1 | -0/+2 |
2024-02-13 | vppinfra: Only prealloc hugepages on Linux |  Tom Jones | 1 | -0/+2 |
2024-02-13 | vppinfra: Don't build perfmon on FreeBSD |  Tom Jones | 1 | -3/+4 |
2024-02-13 | vppinfra: Place SIGPWR behind a linux define |  Tom Jones | 1 | -0/+2 |
2024-02-12 | fib: contention with DP on deleting a route |  Steven Luong | 1 | -0/+1 |
2024-02-12 | af_packet : fix crash on interface creation |  hsandid | 1 | -4/+6 |
2024-02-12 | buffers: bring back cache occupancy improvement |  Vratko Polak | 1 | -0/+4 |
2024-02-12 | ip_session_redirect: export symbols |  Benoît Ganne | 2 | -2/+5 |
2024-02-09 | ikev2: accept rekey request for IKE SA |  Atzm Watanabe | 3 | -24/+265 |
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-02-02 | vlib: flush rpcs on worker sync |  Florin Coras | 1 | -0/+1 |
2024-02-02 | vlib api: move wrkr rpc flushing to vlib |  Florin Coras | 5 | -21/+18 |
2024-01-31 | tls: set app closed flag in framework |  Florin Coras | 2 | -2/+1 |
2024-01-31 | tls: convert ctx fields to connection flags |  Florin Coras | 5 | -36/+40 |
2024-01-30 | linux-cp: add add_del_v3 and get_v2 methods |  Anton Nikolaev | 2 | -6/+108 |
2024-01-29 | api: provide api definition over api |  Ole Troan | 10 | -29/+968 |
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 | vppinfra: fix clib_array_mask_u32 OOB reads |  Dmitry Valter | 2 | -7/+28 |
2024-01-23 | tls: fix ho leak on tcp connect return |  Florin Coras | 1 | -1/+4 |
2024-01-23 | papi: support old style of providing apidir |  Vratko Polak | 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-20 | buffers: add compile-time option to set buffer alignment |  Damjan Marion | 5 | -8/+11 |
2024-01-19 | build: disable plugins which require openssl if openssl is not available |  Damjan Marion | 4 | -0/+21 |
2024-01-19 | build: fix default platform |  Benoît Ganne | 1 | -0/+1 |
2024-01-19 | vppinfra: fix test_bihash |  Dmitry Valter | 1 | -2/+2 |
2024-01-19 | lldp: dump api |  Denys Haryachyy | 3 | -9/+132 |
2024-01-19 | vppinfra: fix bracket balance |  Georgy Borodin | 1 | -1/+2 |
2024-01-19 | vppinfra: fix vec_prepend use-after-free |  Dmitry Valter | 1 | -7/+9 |
2024-01-19 | memif: use VPP cacheline size for memif when compiling within VPP |  Mohsin Kazmi | 1 | -0/+2 |
2024-01-19 | build: Explicitly use bash for shell scripts |  Tom Jones | 3 | -3/+3 |
2024-01-18 | tests: preload api files |  Maxime Peim | 2 | -33/+41 |
2024-01-17 | octeon: native driver for Marvell Octeon SoC |  Damjan Marion | 14 | -17/+2561 |
2024-01-17 | vppinfra: change fchmod to umask for unix socket |  Georgy Borodin | 1 | -14/+17 |