aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2023-03-06lb: keep AddressSanitizer happyBenoît Ganne2-3/+2
2023-03-06vppinfra: fix memory tracesBenoît Ganne1-49/+82
2023-03-06af_packet: fix the first packet offsetMohsin Kazmi1-1/+1
2023-03-06af_xdp: fix netns configurationBenoît Ganne1-1/+2
2023-03-06vlib: avoid non-mp-safe cli process node updatesVladislav Grishenko1-56/+34
2023-03-06interface: more cleaning after set flags is failed in vnet_create_sw_interfacevarasteh1-0/+1
2023-03-06interface: add the missing tag keyword in the cli helperMohsin Kazmi1-1/+2
2023-03-06crypto: remove VNET_CRYPTO_OP_FLAG_INIT_IV flagBenoît Ganne8-133/+9
2023-03-06memif: fix input vector rate of memif-input nodeLiangxing Wang1-1/+4
2023-03-06vlib: fix macro define command not work in startup config exec scriptXiaoming Jiang1-81/+8
2023-03-06vlib: fix ASAN fake stack size set error when switching to processXiaoming Jiang1-1/+2
2023-03-06dpdk: plugin init should be protect by thread barrierXiaoming Jiang1-0/+2
2023-03-06vppinfra: adding support for socket mounting pathsMohsin Kazmi1-1/+5
2023-03-06flow dpdk: introduce IP in IP support for flowXinyao Cai3-29/+305
2023-03-06vppinfra: fix clib_bitmap_will_expand() result inversionVladislav Grishenko2-1/+51
2023-03-06crypto: make it easier to diagnose keys use-after-freeBenoît Ganne1-2/+2
2023-03-06snort: fix descriptor offset may be truncated if buffers num too largejiangxiaoming1-1/+1
2023-03-06interface: fix 4 or more interfaces equality comparison bug with xor operatio...lijinhui1-5/+4
2023-03-06vppinfra: display only the 1st 50 memory traces by defaultBenoît Ganne2-3/+5
2023-03-06stats: fix node name compare error when updating stats segmentXiaoming Jiang1-1/+1
2023-03-06memif: autogenerate socket_idsNathan Skrzypczak5-0/+181
2023-03-02wireguard: add barrier to sync dataGabriel Oginski6-32/+43
2023-03-02stats: expose symlink to stats clientOle Troan2-4/+6
2023-03-01docs: fixed to use unified "pcap trace" commandNobuhiro MIKI3-5/+5
2023-03-01vcl: accept bound notifications in epoll waitFlorin Coras1-0/+3
2023-03-01vcl: accept vcl spurious wakeup in epoll wait eventfdFlorin Coras1-1/+5
2023-03-01vcl: close libc epfd on vls epfd closeFlorin Coras1-7/+7
2023-03-01vcl: only add sessions to lt list if neededFlorin Coras1-1/+8
2023-03-01udp: fix optimistic assert for UDP RXMohammed Hawari2-1/+6
2023-03-01vcl: fix undeclared UDP_SEGMENT for centos 8Tianyu Li1-0/+4
2023-02-28session: consolidate port alloc logicFlorin Coras4-52/+36
2023-02-28tcp: add dispatch errors to countersFlorin Coras1-9/+10
2023-02-28vcl: use program invocation name in ldp app nameFlorin Coras1-3/+2
2023-02-28vcl: handle lt events in epoll ctlFlorin Coras1-18/+26
2023-02-27vcl: improve vls handling of shared listenersFlorin Coras3-54/+49
2023-02-27wireguard: fix potential leaks of async frameGabriel Oginski1-12/+12
2023-02-25tcp: fix error countersFilip Tehlar4-44/+43
2023-02-23srtp: fix build on ubuntu-22.04Dave Wallace1-1/+1
2023-02-20session: track app session closesFlorin Coras2-2/+9
2023-02-20vcl: ldp support for ip_pktinfoFlorin Coras4-87/+245
2023-02-16vcl: fix incorrect ldp worker in ldp_epoll_pwait()Liangxing Wang1-1/+5
2023-02-16wireguard: move buffer when insufficient pre_data leftAlexander Skorichenko1-14/+24
2023-02-16session: ignore zero length dgramsFlorin Coras1-1/+9
2023-02-13rdma: always use 64 byte CQEs for MLX5Nathan Brown1-5/+23
2023-02-10sr: support define src ipv6 per encap policyTakeru Hayasaka5-48/+313
2023-02-08session: accept lcl ip updates on cl sessionsFlorin Coras1-0/+2
2023-02-08avf dpdk: fix incorrect handling of IPv6 src address in flowTing Xu2-3/+4
2023-02-08avf: fix incorrect flag for flow directorTing Xu1-2/+1
2023-02-08avf: fix checksum offload configurationTing Xu2-3/+1
2023-02-08avf: fix bit calculation function fls_u32Ting Xu1-1/+1