Age | Commit message (Expand) | Author | Files | Lines |
2023-04-20 | session svm: fix mq cleanup |  Florin Coras | 1 | -1/+1 |
2023-04-20 | api: fix trace_plugin_msg_ids segv in trace dump |  Matthew Smith | 2 | -1/+2 |
2023-04-20 | tcp: fix tcp packet trace |  Filip Tehlar | 1 | -38/+59 |
2023-04-19 | session: fix app_listener memory leak if session listen failed |  Xiaoming Jiang | 1 | -0/+2 |
2023-04-19 | lb: initialize lb_vip_add_args_t |  Vratko Polak | 1 | -2/+2 |
2023-04-18 | vpp: install version.h |  Ole Troan | 1 | -0/+6 |
2023-04-18 | vppinfra: Multiarch support for AMD EPYC processors |  Sivaprasad Tummala | 2 | -2/+31 |
2023-04-18 | vppinfra: missing static_always_inline in crc32c.h |  Damjan Marion | 1 | -2/+2 |
2023-04-17 | vppinfra: SFENCE requires SSE2 to be enabled |  Damjan Marion | 1 | -1/+1 |
2023-04-17 | vppinfra: add AMD EPYC cpu family details |  Sivaprasad Tummala | 2 | -2/+27 |
2023-04-17 | stats: check if stats vector entry is empty |  Ole Troan | 2 | -0/+7 |
2023-04-17 | vppinfra: native poly1305 implementation |  Damjan Marion | 5 | -6/+544 |
2023-04-17 | build: add scalar (no-simd) march variant |  Damjan Marion | 4 | -3/+18 |
2023-04-17 | vppinfra: table based crc32c for targets without crc32c instructions |  Damjan Marion | 1 | -0/+71 |
2023-04-17 | vppinfra: add format_hexdump_u{16,32,64} |  Damjan Marion | 2 | -0/+69 |
2023-04-14 | linux-cp: Handle RTA_VIA routes. |  Adrian Pistol | 1 | -2/+3 |
2023-04-13 | nat: distribute nat44-ed in2out sessions by rx vrf |  Vladislav Grishenko | 1 | -1/+3 |
2023-04-13 | nat: fix the wrong unformat type |  Ted Chen | 2 | -2/+2 |
2023-04-13 | nat: adding a new api nat44_ed_vrf_tables_v2_dump |  Daniel Béreš | 2 | -0/+76 |
2023-04-12 | vlib dhcp: default to logging without elogs |  Florin Coras | 1 | -1/+1 |
2023-04-12 | ip: punt socket - take the tags in Ethernet header into consideration |  Andrew Yourtchenko | 1 | -1/+2 |
2023-04-12 | misc: change of address |  Mohsin Kazmi | 4 | -4/+4 |
2023-04-11 | linux-cp: don't create tap for non-eth ifaces |  Stanislav Zaikin | 1 | -0/+8 |
2023-04-11 | rdma: disable compressed CQE mode for txq CQ |  Jieqiang Wang | 1 | -3/+1 |
2023-04-10 | vlib:process node scheduling use timing_wheel have problem. |  jinsh | 2 | -2/+6 |
2023-04-06 | vlib: reset stop_timer_handle on expired processes |  Matthew Smith | 1 | -8/+23 |
2023-04-06 | vppinfra: refactor uword bitmaps |  Damjan Marion | 5 | -42/+114 |
2023-04-04 | session: fix ct connect session flush assert |  Florin Coras | 1 | -2/+4 |
2023-04-02 | vlib: add vlib_frame_bitmap_{set,clear}_bit_at_index |  Damjan Marion | 1 | -0/+16 |
2023-03-31 | nat: fix nat44 vrf handlers |  Daniel Béreš | 1 | -2/+2 |
2023-03-31 | ip: support flow-hash gtpv1teid |  Takeru Hayasaka | 8 | -14/+98 |
2023-03-30 | session: async flush of pending connects to workers |  Florin Coras | 1 | -32/+109 |
2023-03-30 | vlib: fix segfault on panic in worker |  Mikhail Sokolovskiy | 1 | -1/+7 |
2023-03-29 | dpdk-cryptodev: fix name formatting of session pools |  Gabriel Oginski | 1 | -2/+2 |
2023-03-27 | vppinfra: small improvement and polishing of AES GCM code |  Damjan Marion | 2 | -74/+95 |
2023-03-24 | api: Remove deprecated message from API |  Ondrej Fabry | 3 | -57/+0 |
2023-03-24 | udp: fix udp_local length errors accounting |  Vladislav Grishenko | 1 | -31/+64 |
2023-03-24 | dpdk-cryptodev: fix formatting name of pools |  Gabriel Oginski | 1 | -2/+2 |
2023-03-24 | session: fix session node switching to interrupt mode failded if no user events |  Xiaoming Jiang | 1 | -2/+2 |
2023-03-23 | session: fix formatting of half open sessions |  Florin Coras | 1 | -2/+1 |
2023-03-23 | vppinfra: AES-CBC and AES-GCM refactor and optimizations |  Damjan Marion | 15 | -2294/+3308 |
2023-03-23 | ipsec: make pre-shared keys harder to misuse |  Benoît Ganne | 10 | -137/+208 |
2023-03-23 | ipsec: add per-SA error counters |  Arthur de Kerhor | 11 | -115/+337 |
2023-03-23 | vnet: throttling configuration improvement |  Maxime Peim | 6 | -18/+14 |
2023-03-22 | session: add session stats |  Filip Tehlar | 5 | -13/+99 |
2023-03-22 | build: fix rpm build error with test_infra |  Tianyu Li | 1 | -0/+1 |
2023-03-21 | linux-cp: fix get_default_ns api method |  Stanislav Zaikin | 1 | -13/+7 |
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 |