Age | Commit message (Expand) | Author | Files | Lines |
2022-02-14 | bfd: add per session counters | Klement Sekera | 5 | -38/+251 |
2022-02-14 | bfd: refactor code to fix misc warnings | Klement Sekera | 3 | -131/+110 |
2022-02-14 | srtp: flag connections for no session layer lookup | Florin Coras | 1 | -0/+2 |
2022-02-14 | fib: fix incorrect display of mpls fib_index | Rajith P R | 1 | -1/+1 |
2022-02-13 | hsa: add http throughput test server app | Florin Coras | 4 | -2/+569 |
2022-02-13 | memif: Fix underflow | Nathan Skrzypczak | 1 | -2/+2 |
2022-02-11 | http: fix support for files larger than u32 | Florin Coras | 4 | -15/+16 |
2022-02-11 | http: add startup configuration stanza | Florin Coras | 2 | -9/+50 |
2022-02-10 | session: use transport endpoint cfg for listen | Florin Coras | 10 | -13/+14 |
2022-02-10 | vlib: vlib frame bitmaps | Damjan Marion | 3 | -19/+97 |
2022-02-10 | tests: Fix the FIB UT | Neale Ranns | 2 | -27/+27 |
2022-02-10 | stats: Remove unsolicited clib_warning | Steven Luong | 1 | -1/+1 |
2022-02-10 | vppinfra: small optimization in clib_memset_u64 | Damjan Marion | 1 | -0/+8 |
2022-02-10 | vppinfra: clib_memcpy_may_overrun | Damjan Marion | 1 | -0/+43 |
2022-02-10 | vppinfra:remove uXxY_is_greater | Damjan Marion | 5 | -26/+8 |
2022-02-10 | session: avoid debug half-open session pool contention | Florin Coras | 1 | -0/+11 |
2022-02-09 | vcl: make eventfd flag configurable from env | Filip Tehlar | 2 | -0/+8 |
2022-02-09 | fib: ip6 and mpls fib_table memory leaks on fib_table->ft_locks | Steven Luong | 3 | -2/+5 |
2022-02-09 | bfd: Add an update API that has create new or modify existing semantics | Neale Ranns | 6 | -22/+172 |
2022-02-08 | http_static: cleanup file handler and cache | Florin Coras | 6 | -493/+674 |
2022-02-08 | tests: vcl: add missing host stack echo test | Filip Tehlar | 1 | -0/+8 |
2022-02-07 | memif: memory leak when deleting memif interface | Steven Luong | 1 | -0/+1 |
2022-02-07 | build: Make the build work on Debian 11 | Andrew Yourtchenko | 2 | -1/+24 |
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 |