aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2024-04-02lb: fix using vip after freeGeorgy Borodin1-3/+3
2024-04-02l2: fix vxlan src port entropy with mpls payloadVladislav Grishenko1-1/+5
2024-04-01linux-cp: add support for tap num queues configVladislav Grishenko3-2/+39
2024-04-01fib: add early config support for IP and IP6 default FIB table namesJon Loeliger5-12/+82
2024-04-01vhost: Only enable plugin on LinuxTom Jones1-0/+2
2024-04-01vlib: fix counter_index checklijinhui1-3/+5
2024-04-01octeon: specify pool when alloc buffersDamjan Marion1-1/+2
2024-04-01octeon: refill even if nothing dequeued from rx queueDamjan Marion1-5/+6
2024-03-30ipsec: fix clang compile issueKai Ji1-3/+0
2024-03-30tls: fix rescheduling when no data availableFlorin Coras1-2/+5
2024-03-29session: fix api coverity warningsFlorin Coras1-2/+4
2024-03-29session: add new api for enq tx io eventsFlorin Coras2-2/+10
2024-03-29session: use custom types for session flags and stateFlorin Coras1-16/+16
2024-03-29session: improve use of session handlesFlorin Coras7-76/+75
2024-03-29vlib: improve automatic core pinninghsandid4-7/+103
2024-03-29misc: deprecate lawful-intercepthsandid7-487/+5
2024-03-28acl: rework headers to enable out-of-tree usageMohammed Hawari4-8/+19
2024-03-26tls: init session for accepted ctxFlorin Coras1-7/+7
2024-03-26tcp: avoid fr segments less than mss if possibleFlorin Coras1-1/+5
2024-03-26tests: Add a socket timeoutTom Jones1-0/+6
2024-03-26papi: Use CMSG_SPACE for sizing ancillary buffer spaceTom Jones1-1/+1
2024-03-26nat: Include platform specific headers on FreeBSDTom Jones1-0/+5
2024-03-26vrrp: fix vrrp_garp_or_na_send()'s memory leakluoyaozu1-0/+2
2024-03-25vcl: add api to retrieve num bytes for txFlorin Coras3-2/+21
2024-03-24tls: pass session state to engine on client initFlorin Coras1-1/+3
2024-03-23fib: fix vectorized impl buffer typoDmitry Valter1-1/+1
2024-03-22ipsec: esp_decrypt code clean upFan Zhang1-43/+42