summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2024-04-24hsa: fix http client error handlingMatus Fabian1-1/+1
2024-04-24misc: fix int/enum mismatch errors reported by gcc-14Damjan Marion6-9/+12
2024-04-24dpdk: remove unnecessary includesDamjan Marion1-7/+0
2024-04-24dpdk: remove dead codeDamjan Marion1-9/+0
2024-04-24vlib: Add a skeleton pci interface for FreeBSDTom Jones1-0/+380
2024-04-24fateshare: Add FreeBSD specific API for controlling processesTom Jones2-0/+43
2024-04-24api: Add FreeBSD specific mechanisms for unix socketsTom Jones1-0/+22
2024-04-24dpdk: Use FreeBSD specific values for network interface classesTom Jones1-0/+10
2024-04-24dpdk: Only use vmbus on LinuxTom Jones1-1/+5
2024-04-24dpdk: Only use vmbus on LinuxTom Jones2-0/+6
2024-04-24dpdk: Only require libnuma on LinuxTom Jones1-2/+4
2024-04-24vppinfra: Add method for getting current executable nameTom Jones5-29/+72
2024-04-23tls: don't upper-case cipher stringBrian Morris1-6/+1
2024-04-23ipsec: fix CLI for create ipsec itfGabriel Oginski1-3/+6
2024-04-23octeon: add promisc supportGuillaume Solignac1-0/+41
2024-04-23ikev2: uptimeDenys Haryachyy7-8/+432
2024-04-22octeon: add support for SDP deviceMonendra Singh Kushwaha2-6/+15
2024-04-22vlib: Place linux pci headers in a linux include blockTom Jones1-0/+2
2024-04-22nat: add saddr info to nat44-ed o2i flow's rewritelijh_71-0/+2
2024-04-19ipip: specify af for a tunnel ip addressesAnton Nikolaev1-11/+12
2024-04-18sr: use correct reply to sr_policy_add_v2Vratko Polak1-1/+1
2024-04-17session: force session cleanups on app detachFlorin Coras1-6/+23
2024-04-15ip: fix comments for icmp4lijinhui1-1/+1
2024-04-15crypto-sw-scheduler: crypto-dispatch improvementNiyaz Murshed1-0/+7
2024-04-15linux-cp: fix seg fault in get_v2 methodsAnton Nikolaev1-2/+9
2024-04-11g2: fix gpointer cast complaintsFlorin Coras2-12/+13
2024-04-11stn: fix non-NULL terminated string overflowBenoît Ganne1-1/+1
2024-04-11tcp: check for header truncationBenoît Ganne1-1/+3
2024-04-10session: add api to detach session from appFlorin Coras3-4/+17
2024-04-10vlib: fix vlib_buffer_free_inline() AVX-512 overflowBenoît Ganne1-1/+1
2024-04-10build: use GNUInstallDirs where possibleWim de With6-11/+11
2024-04-09vppinfra: add support for precomputed SHA2 HMAC key and chained buffersDamjan Marion1-209/+285
2024-04-09acl: Use clib_net_to_host rather than library bswapTom Jones1-3/+3
2024-04-09fib: fix off-by-one error in rewrite length checkBenoît Ganne1-2/+2
2024-04-09mpls: fix default mpls lb hash configVladislav Grishenko3-121/+125
2024-04-09vnet: fix ARP for unnumberedPim van Pelt1-15/+14
2024-04-08tls: fix session state update on acceptFlorin Coras1-1/+3
2024-04-08vppinfra: fix mask compare and compress OOB readsDmitry Valter3-33/+297
2024-04-05octeon: fix memory ordering issue in tx batch freeDamjan Marion4-19/+42
2024-04-05session: fix cleanup for refused sessionsFlorin Coras1-6/+7
2024-04-05octeon: fix buffer free on full tx ringDamjan Marion1-4/+4
2024-04-05api: fix [un]formatting in vpp/api/types.cKlement Sekera3-26/+54
2024-04-04ip6: fix icmp trace flag copyMaxime Peim1-1/+1
2024-04-03tests: upgrade python packagesDave Wallace1-21/+35
2024-04-02session: fix closing ntfs handling for refused sessionsFlorin Coras1-0/+6
2024-04-02fib: coverity 335348 out-of-bounds accessDave Wallace1-2/+6
2024-04-02vppinfra: fix array_mask_u32 underrunDmitry Valter1-0/+1
2024-04-02api: fix rx timeout thread busy loop after reconnectVladislav Grishenko1-0/+2
2024-04-02map: BR rule lookup updateDan Geist4-7/+39
2024-04-02vapi: avoid memory leakKlement Sekera1-1/+1