summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2023-03-09vcl: fix select connected deq notificationFlorin Coras1-6/+12
2023-03-09vcl: fix epoll out evt on connectFlorin Coras1-1/+1
2023-03-08session: Use session->thread_index to correctly retrieve the sessionSteven Luong1-1/+3
2023-03-08quic: use tx instead of builtin_tx event with timersFlorin Coras1-3/+2
2023-03-07avf: enable rss action of flowXinyao Cai4-152/+2925
2023-03-07vlib: stop worker threads on main loop exitVladislav Grishenko1-1/+2
2023-03-07avf: fix cli memory leak with incorrect optionsTianyu Li1-37/+19
2023-03-07udp: crash in format_udp_connectionSteven Luong1-1/+1
2023-03-07build: check for presence of python plyDamjan Marion1-0/+16
2023-03-07build: make Python3 mandatoryDamjan Marion1-23/+17
2023-03-06tcp: allow syns in closed stateFlorin Coras1-2/+3
2023-03-06vcl: do not stop listeners on vls epoll delFlorin Coras1-1/+7
2023-03-06vcl: always drain libc epoll with eventfds in ldpFlorin Coras1-17/+36
2023-03-06vlib: fix vlib_log for elogluoyaozu1-8/+8
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