aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2023-03-15crypto-native: 256-bit AES CBC supportDamjan Marion8-86/+369
2023-03-15build: add support for intel alderlake and sapphirerapids, part 2Damjan Marion1-1/+3
2023-03-15dma_intel: fix potential invalid batch statusMarvin Liu1-5/+6
2023-03-14dpdk: enable Google Virtual EthernetMarvin Liu2-0/+7
2023-03-14vlib: fix clib_crc32c on odd lengths and clib_crc32c_u8Andrew Yourtchenko1-1/+1
2023-03-14session vcl: refactor builtin tx event for main txFlorin Coras9-36/+50
2023-03-14session: pre-alloc required dma batchesMarvin Liu2-0/+3
2023-03-14vlib: pre-alloc dma backend batchesMarvin Liu2-0/+28
2023-03-14session: format transport connection flagsFlorin Coras2-18/+59
2023-03-14session: cleanup lcl endpt freelist before all allocFlorin Coras1-4/+5
2023-03-14build: add support for intel alderlake and sapphirerapidsDamjan Marion2-1/+28
2023-03-14crypto-native: avoid crash on 12th and 13th gen Intel client CPUsDamjan Marion1-2/+4
2023-03-14memif: don't leak error strings in API handlersDamjan Marion2-4/+12
2023-03-13udp: Use udp_output_get_connection instead of udp_connection_getSteven Luong1-12/+11
2023-03-13avf: 512-bit SIMD version of avf_tx_prepareLeyi Rong2-0/+53
2023-03-10vcl: init ldp config before vcl initFlorin Coras1-26/+31
2023-03-10vlib: 512-bit SIMD version of vlib_buffer_freeLeyi Rong2-2/+73
2023-03-10af_packet: fix the broken functionality upon admin downMohsin Kazmi2-41/+25
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