aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2024-02-14tls: fix compilation errorNiyaz Murshed1-1/+2
2024-02-14ikev2: dump state and profile name in CLI and APIDenys Haryachyy6-2/+344
2024-02-13vcl: fix epollet test for unhandled evtsFlorin Coras1-1/+1
2024-02-13svm: Add FreeBSD specific signal handling pathTom Jones1-0/+5
2024-02-13vppinfra: Put clib_perf* behind Linux checks and provide stubs for FreeBSDTom Jones2-0/+38
2024-02-13vppinfra: Add netlink header on FreeBSDTom Jones1-1/+3
2024-02-13vppinfra: Protect Linux specific features behind CLIB_LINUXTom Jones1-2/+4
2024-02-13build: Limit external libraries on FreeBSDTom Jones1-0/+10
2024-02-13svm: Include stdint on FreeBSDTom Jones1-0/+3
2024-02-13vppinfra: Make program counter printing more portableTom Jones1-0/+8
2024-02-13vnet: Don't use __unused for struct paddingTom Jones1-1/+1
2024-02-13vppinfra: Add a stubbed out test_perf function for FreeBSDTom Jones1-0/+6
2024-02-13vppinfra: MAP_HUGETLB isn't available on FreeBSDTom Jones1-0/+2
2024-02-13vppinfra: Only prealloc hugepages on LinuxTom Jones1-0/+2
2024-02-13vppinfra: Don't build perfmon on FreeBSDTom Jones1-3/+4
2024-02-13vppinfra: Place SIGPWR behind a linux defineTom Jones1-0/+2
2024-02-12fib: contention with DP on deleting a routeSteven Luong1-0/+1
2024-02-12af_packet : fix crash on interface creationhsandid1-4/+6
2024-02-12buffers: bring back cache occupancy improvementVratko Polak1-0/+4
2024-02-12ip_session_redirect: export symbolsBenoît Ganne2-2/+5
2024-02-09ikev2: accept rekey request for IKE SAAtzm Watanabe4-48/+417
2024-02-07udp: add cli to dump transport portsFlorin Coras1-0/+92
2024-02-02session: guard session lookup table allocsFlorin Coras2-0/+37
2024-02-02vlib: flush rpcs on worker syncFlorin Coras1-0/+1
2024-02-02vlib api: move wrkr rpc flushing to vlibFlorin Coras5-21/+18
2024-01-31tls: set app closed flag in frameworkFlorin Coras2-2/+1
2024-01-31tls: convert ctx fields to connection flagsFlorin Coras5-36/+40
2024-01-30linux-cp: add add_del_v3 and get_v2 methodsAnton Nikolaev2-6/+108
2024-01-29api: provide api definition over apiOle Troan10-29/+968
2024-01-29hs-test: update docs on debuggingFilip Tehlar1-0/+15
2024-01-29hs-test: use relative paths for docker volumesFilip Tehlar7-17/+22
2024-01-29ip: don't export useless error counters for ip6 rewriteArthur de Kerhor2-2/+4
2024-01-26hs-test: updated golang and packagesadrianvillin3-31/+38
2024-01-25udp: update rx sw_if_index to ip-local selected oneFlorin Coras1-0/+4
2024-01-24misc: Initial 24.06-rc0 commitv24.06-rc0Andrew Yourtchenko2-1/+1
2024-01-23vppinfra: fix clib_array_mask_u32 OOB readsDmitry Valter2-7/+28
2024-01-23tls: fix ho leak on tcp connect returnFlorin Coras1-1/+4
2024-01-23papi: support old style of providing apidirVratko Polak1-1/+4
2024-01-23tls: overlap parent opaque with listener ctxFlorin Coras1-5/+6
2024-01-23tls: set flag whenever app session is freedFlorin Coras1-5/+9
2024-01-22session: flag instead of state for filtering ntfFlorin Coras1-2/+2
2024-01-21build: Explicitly use gmakeTom Jones5-38/+37
2024-01-20buffers: add compile-time option to set buffer alignmentDamjan Marion5-8/+11
2024-01-19build: disable plugins which require openssl if openssl is not availableDamjan Marion4-0/+21
2024-01-19build: fix default platformBenoît Ganne1-0/+1
2024-01-19hs-test: change convention for skipping testsFilip Tehlar3-5/+16
2024-01-19vppinfra: fix test_bihashDmitry Valter1-2/+2
2024-01-19lldp: dump apiDenys Haryachyy3-9/+132
2024-01-19vppinfra: fix bracket balanceGeorgy Borodin1-1/+2
2024-01-19vppinfra: fix vec_prepend use-after-freeDmitry Valter1-7/+9