Age | Commit message (Expand) | Author | Files | Lines |
2024-04-23 | octeon: add promisc support |  Guillaume Solignac | 1 | -0/+41 |
2024-04-23 | ikev2: uptime |  Denys Haryachyy | 7 | -8/+432 |
2024-04-22 | octeon: add support for SDP device |  Monendra Singh Kushwaha | 2 | -6/+15 |
2024-04-22 | vlib: Place linux pci headers in a linux include block |  Tom Jones | 1 | -0/+2 |
2024-04-22 | nat: add saddr info to nat44-ed o2i flow's rewrite |  lijh_7 | 1 | -0/+2 |
2024-04-19 | ipip: specify af for a tunnel ip addresses |  Anton Nikolaev | 1 | -11/+12 |
2024-04-18 | sr: use correct reply to sr_policy_add_v2 |  Vratko Polak | 1 | -1/+1 |
2024-04-17 | session: force session cleanups on app detach |  Florin Coras | 1 | -6/+23 |
2024-04-15 | ip: fix comments for icmp4 |  lijinhui | 1 | -1/+1 |
2024-04-15 | crypto-sw-scheduler: crypto-dispatch improvement |  Niyaz Murshed | 1 | -0/+7 |
2024-04-15 | linux-cp: fix seg fault in get_v2 methods |  Anton Nikolaev | 1 | -2/+9 |
2024-04-11 | g2: fix gpointer cast complaints |  Florin Coras | 2 | -12/+13 |
2024-04-11 | stn: fix non-NULL terminated string overflow |  Benoît Ganne | 1 | -1/+1 |
2024-04-11 | tcp: check for header truncation |  Benoît Ganne | 1 | -1/+3 |
2024-04-10 | session: add api to detach session from app |  Florin Coras | 3 | -4/+17 |
2024-04-10 | vlib: fix vlib_buffer_free_inline() AVX-512 overflow |  Benoît Ganne | 1 | -1/+1 |
2024-04-10 | build: use GNUInstallDirs where possible |  Wim de With | 6 | -11/+11 |
2024-04-09 | vppinfra: add support for precomputed SHA2 HMAC key and chained buffers |  Damjan Marion | 1 | -209/+285 |
2024-04-09 | acl: Use clib_net_to_host rather than library bswap |  Tom Jones | 1 | -3/+3 |
2024-04-09 | fib: fix off-by-one error in rewrite length check |  Benoît Ganne | 1 | -2/+2 |
2024-04-09 | mpls: fix default mpls lb hash config |  Vladislav Grishenko | 3 | -121/+125 |
2024-04-09 | vnet: fix ARP for unnumbered |  Pim van Pelt | 1 | -15/+14 |
2024-04-08 | tls: fix session state update on accept |  Florin Coras | 1 | -1/+3 |
2024-04-08 | vppinfra: fix mask compare and compress OOB reads |  Dmitry Valter | 3 | -33/+297 |
2024-04-05 | octeon: fix memory ordering issue in tx batch free |  Damjan Marion | 4 | -19/+42 |
2024-04-05 | session: fix cleanup for refused sessions |  Florin Coras | 1 | -6/+7 |
2024-04-05 | octeon: fix buffer free on full tx ring |  Damjan Marion | 1 | -4/+4 |
2024-04-05 | api: fix [un]formatting in vpp/api/types.c |  Klement Sekera | 3 | -26/+54 |
2024-04-04 | ip6: fix icmp trace flag copy |  Maxime Peim | 1 | -1/+1 |
2024-04-03 | tests: upgrade python packages |  Dave Wallace | 1 | -21/+35 |
2024-04-02 | session: fix closing ntfs handling for refused sessions |  Florin Coras | 1 | -0/+6 |
2024-04-02 | fib: coverity 335348 out-of-bounds access |  Dave Wallace | 1 | -2/+6 |
2024-04-02 | vppinfra: fix array_mask_u32 underrun |  Dmitry Valter | 1 | -0/+1 |
2024-04-02 | api: fix rx timeout thread busy loop after reconnect |  Vladislav Grishenko | 1 | -0/+2 |
2024-04-02 | map: BR rule lookup update |  Dan Geist | 4 | -7/+39 |
2024-04-02 | vapi: avoid memory leak |  Klement Sekera | 1 | -1/+1 |
2024-04-02 | lb: fix using vip after free |  Georgy Borodin | 1 | -3/+3 |
2024-04-02 | l2: fix vxlan src port entropy with mpls payload |  Vladislav Grishenko | 1 | -1/+5 |
2024-04-01 | linux-cp: add support for tap num queues config |  Vladislav Grishenko | 3 | -2/+39 |
2024-04-01 | fib: add early config support for IP and IP6 default FIB table names |  Jon Loeliger | 5 | -12/+82 |
2024-04-01 | vhost: Only enable plugin on Linux |  Tom Jones | 1 | -0/+2 |
2024-04-01 | vlib: fix counter_index check |  lijinhui | 1 | -3/+5 |
2024-04-01 | octeon: specify pool when alloc buffers |  Damjan Marion | 1 | -1/+2 |
2024-04-01 | octeon: refill even if nothing dequeued from rx queue |  Damjan Marion | 1 | -5/+6 |
2024-03-30 | ipsec: fix clang compile issue |  Kai Ji | 1 | -3/+0 |
2024-03-30 | tls: fix rescheduling when no data available |  Florin Coras | 1 | -2/+5 |
2024-03-29 | session: fix api coverity warnings |  Florin Coras | 1 | -2/+4 |
2024-03-29 | session: add new api for enq tx io events |  Florin Coras | 2 | -2/+10 |
2024-03-29 | session: use custom types for session flags and state |  Florin Coras | 1 | -16/+16 |
2024-03-29 | session: improve use of session handles |  Florin Coras | 7 | -76/+75 |