Age | Commit message (Expand) | Author | Files | Lines |
2023-03-21 | papi: vla list of fixed strings | Ole Troan | 2 | -4/+28 |
2023-03-20 | wireguard: fix sending peer events from worker threads | Alexander Chernavin | 1 | -5/+23 |
2023-03-20 | ipsec: set fast path 5tuple ip addresses based on sa traffic selector values | Piotr Bronowski | 1 | -4/+35 |
2023-03-19 | vppinfra: fix pool free bitmap allocation | Vladislav Grishenko | 3 | -1/+58 |
2023-03-18 | vppinfra: fix corner-cases in bihash lookup | Dave Barach | 18 | -39/+205 |
2023-03-17 | vppinfra: move sha2.h to crypto/ | Damjan Marion | 2 | -1/+591 |
2023-03-17 | vppinfra: auto-free test memory | Damjan Marion | 5 | -59/+10 |
2023-03-17 | vppinfra: add FOREACH_ARRAY_ELT macro | Damjan Marion | 1 | -0/+2 |
2023-03-16 | vppinfra: add clib_crc32c testcase into infra tests | Andrew Yourtchenko | 2 | -0/+55 |
2023-03-16 | session: support active opens with same source port | Florin Coras | 2 | -3/+14 |
2023-03-15 | vppinfra: widen the scope of test_vector_funcs | Damjan Marion | 12 | -23/+23 |
2023-03-15 | crypto-native: 256-bit AES CBC support | Damjan Marion | 8 | -86/+369 |
2023-03-15 | build: add support for intel alderlake and sapphirerapids, part 2 | Damjan Marion | 1 | -1/+3 |
2023-03-15 | dma_intel: fix potential invalid batch status | Marvin Liu | 1 | -5/+6 |
2023-03-14 | dpdk: enable Google Virtual Ethernet | Marvin Liu | 2 | -0/+7 |
2023-03-14 | vlib: fix clib_crc32c on odd lengths and clib_crc32c_u8 | Andrew Yourtchenko | 1 | -1/+1 |
2023-03-14 | session vcl: refactor builtin tx event for main tx | Florin Coras | 9 | -36/+50 |
2023-03-14 | session: pre-alloc required dma batches | Marvin Liu | 2 | -0/+3 |
2023-03-14 | vlib: pre-alloc dma backend batches | Marvin Liu | 2 | -0/+28 |
2023-03-14 | session: format transport connection flags | Florin Coras | 2 | -18/+59 |
2023-03-14 | session: cleanup lcl endpt freelist before all alloc | Florin Coras | 1 | -4/+5 |
2023-03-14 | build: add support for intel alderlake and sapphirerapids | Damjan Marion | 2 | -1/+28 |
2023-03-14 | crypto-native: avoid crash on 12th and 13th gen Intel client CPUs | Damjan Marion | 1 | -2/+4 |
2023-03-14 | memif: don't leak error strings in API handlers | Damjan Marion | 2 | -4/+12 |
2023-03-13 | udp: Use udp_output_get_connection instead of udp_connection_get | Steven Luong | 1 | -12/+11 |
2023-03-13 | avf: 512-bit SIMD version of avf_tx_prepare | Leyi Rong | 2 | -0/+53 |
2023-03-10 | vcl: init ldp config before vcl init | Florin Coras | 1 | -26/+31 |
2023-03-10 | vlib: 512-bit SIMD version of vlib_buffer_free | Leyi Rong | 2 | -2/+73 |
2023-03-10 | af_packet: fix the broken functionality upon admin down | Mohsin Kazmi | 2 | -41/+25 |
2023-03-09 | vcl: fix select connected deq notification | Florin Coras | 1 | -6/+12 |
2023-03-09 | vcl: fix epoll out evt on connect | Florin Coras | 1 | -1/+1 |
2023-03-08 | session: Use session->thread_index to correctly retrieve the session | Steven Luong | 1 | -1/+3 |
2023-03-08 | quic: use tx instead of builtin_tx event with timers | Florin Coras | 1 | -3/+2 |
2023-03-07 | avf: enable rss action of flow | Xinyao Cai | 4 | -152/+2925 |
2023-03-07 | vlib: stop worker threads on main loop exit | Vladislav Grishenko | 1 | -1/+2 |
2023-03-07 | avf: fix cli memory leak with incorrect options | Tianyu Li | 1 | -37/+19 |
2023-03-07 | udp: crash in format_udp_connection | Steven Luong | 1 | -1/+1 |
2023-03-07 | build: check for presence of python ply | Damjan Marion | 1 | -0/+16 |
2023-03-07 | build: make Python3 mandatory | Damjan Marion | 1 | -23/+17 |
2023-03-06 | tcp: allow syns in closed state | Florin Coras | 1 | -2/+3 |
2023-03-06 | vcl: do not stop listeners on vls epoll del | Florin Coras | 1 | -1/+7 |
2023-03-06 | vcl: always drain libc epoll with eventfds in ldp | Florin Coras | 1 | -17/+36 |
2023-03-06 | vlib: fix vlib_log for elog | luoyaozu | 1 | -8/+8 |
2023-03-06 | lb: keep AddressSanitizer happy | Benoît Ganne | 2 | -3/+2 |
2023-03-06 | vppinfra: fix memory traces | Benoît Ganne | 1 | -49/+82 |
2023-03-06 | af_packet: fix the first packet offset | Mohsin Kazmi | 1 | -1/+1 |
2023-03-06 | af_xdp: fix netns configuration | Benoît Ganne | 1 | -1/+2 |
2023-03-06 | vlib: avoid non-mp-safe cli process node updates | Vladislav Grishenko | 1 | -56/+34 |
2023-03-06 | interface: more cleaning after set flags is failed in vnet_create_sw_interface | varasteh | 1 | -0/+1 |
2023-03-06 | interface: add the missing tag keyword in the cli helper | Mohsin Kazmi | 1 | -1/+2 |