Age | Commit message (Expand) | Author | Files | Lines |
2022-02-07 | igmp: make sure fib_index is set before delivering to ip4-local |  Benoît Ganne | 1 | -0/+2 |
2022-02-07 | tests: Update python packages |  Dave Wallace | 4 | -132/+154 |
2022-02-06 | http_static: fix coverity warning |  Florin Coras | 1 | -2/+4 |
2022-02-06 | dpdk: remove dead code |  Benoît Ganne | 1 | -15/+1 |
2022-02-06 | stats: fix memory leaks |  Ole Troan | 2 | -33/+66 |
2022-02-06 | perfmon: Fix typo in debug log messages |  Jon Loeliger | 1 | -2/+2 |
2022-02-05 | http_static: handle empty requests |  Florin Coras | 1 | -3/+12 |
2022-02-05 | http: estimate tx packets for scheduler |  Florin Coras | 1 | -1/+13 |
2022-02-05 | session: track bytes dequeued in snd params |  Florin Coras | 5 | -12/+11 |
2022-02-05 | tests: mark the test suites broken when ASan is enabled |  Naveen Joy | 1 | -0/+16 |
2022-02-05 | tests: remove constant argument |  Klement Sekera | 1 | -20/+20 |
2022-02-05 | tests: fix test-checkstyle-diff if no .py changed |  Klement Sekera | 1 | -2/+2 |
2022-02-03 | prom: add option to set stat name prefix |  Florin Coras | 3 | -30/+83 |
2022-02-03 | http: honor max seg len in ptr buffer |  Florin Coras | 1 | -4/+6 |
2022-02-03 | ip nat: use ip rx sw_if_index in ip-local arc start |  Florin Coras | 3 | -16/+39 |
2022-02-02 | prom: basic builtin prometheus stats exporter |  Florin Coras | 7 | -0/+662 |
2022-02-02 | bfd: restore the data within the packet after hash verification |  Andrew Yourtchenko | 1 | -0/+5 |
2022-02-02 | http_static: add support for async tx from handlers |  Florin Coras | 6 | -87/+161 |
2022-02-01 | gso: remove the assert if packet is geneve or gre encaped |  Mohsin Kazmi | 1 | -4/+0 |
2022-02-01 | virtio: coverity woes -- divide by zero |  Steven Luong | 1 | -0/+7 |
2022-02-01 | stats: vpp_get_stats crashes in stat_segment_data_free |  Steven Luong | 1 | -0/+1 |
2022-02-01 | nat: memory leak on nat44_plugin_disable |  Steven Luong | 1 | -0/+2 |
2022-02-01 | nat: nat44-ei hairpinning code cleanup |  Filip Varga | 8 | -1548/+674 |
2022-01-31 | perfmon: Add perfmon maintainer |  Ray Kinsella | 1 | -1/+1 |
2022-01-31 | tests: correct python usage in virtualenv |  Klement Sekera | 1 | -9/+9 |
2022-01-31 | ip: reassembly - add a way to disable for forus |  Klement Sekera | 13 | -68/+384 |
2022-01-31 | ip: fix length calculation in ip6-receive |  Klement Sekera | 1 | -1/+1 |
2022-01-31 | tests: make VPP_BUILD_DIR to point to correct dir |  Klement Sekera | 4 | -6/+6 |
2022-01-31 | tests: support skipping to test method with STEP |  Klement Sekera | 1 | -4/+24 |
2022-01-30 | cnat: maglev fixes & improvements |  Nathan Skrzypczak | 7 | -103/+447 |
2022-01-30 | snort: feature support on interface output |  Sivaprasad Tummala | 4 | -12/+64 |
2022-01-30 | perfmon: topdown level 1 and 2 for icx |  Ray Kinsella | 4 | -63/+183 |
2022-01-30 | perfmon: fix init of bundles with pseudo events |  Ray Kinsella | 3 | -18/+41 |
2022-01-30 | perfmon: check for duplicates after other checks |  Ray Kinsella | 1 | -3/+3 |
2022-01-30 | http_static: incorporate builtinurl plugin |  Florin Coras | 7 | -53/+291 |
2022-01-30 | linux-cp: check if libmnl headers are present |  Florin Coras | 1 | -0/+6 |
2022-01-30 | perfmon: topdown backend bound core bundle |  Ray Kinsella | 3 | -0/+118 |
2022-01-29 | misc: remove mbedtls from dependencies |  Florin Coras | 1 | -1/+1 |
2022-01-28 | linux-cp: Fix coverity issue |  Pim van Pelt | 1 | -1/+1 |
2022-01-28 | misc: vppctl - fix coverity warning |  Klement Sekera | 1 | -4/+8 |
2022-01-28 | misc: vppctl - fix coverity warning |  Klement Sekera | 1 | -0/+7 |
2022-01-28 | linux-cp: Linux Control Plane Netlink Listener |  Neale Ranns | 9 | -18/+1770 |
2022-01-27 | build: fix compilation on OpenSSL 3.0 |  Damjan Marion | 3 | -0/+3 |
2022-01-27 | vppinfra: sparse_vec_free free should free the sparse_vec_header not the embe... |  Neale Ranns | 1 | -1/+10 |
2022-01-27 | perfmon: frontend and backend boundness bundles |  Ray Kinsella | 6 | -68/+334 |
2022-01-27 | perfmon: prune bundles by available pmu counters |  Ray Kinsella | 4 | -7/+64 |
2022-01-27 | http_static: code cleanup |  Florin Coras | 6 | -351/+226 |
2022-01-27 | perfmon: add cli to show perf config |  Ray Kinsella | 2 | -9/+37 |
2022-01-26 | hsa: cleanup and rename http test server |  Florin Coras | 3 | -207/+158 |
2022-01-26 | http_static: refactor to use http transport |  Florin Coras | 5 | -774/+276 |