Age | Commit message (Expand) | Author | Files | Lines |
2021-09-13 | snort: fix epoll_wait unsigned return value | Tianyu Li | 1 | -3/+9 |
2021-09-13 | tcp session: initialize sw_if_index at connect time | Florin Coras | 5 | -12/+13 |
2021-09-13 | dpdk: fix prefetch assert on Arm | Tianyu Li | 1 | -4/+4 |
2021-09-13 | ip: show ip table CLI | Nathan Skrzypczak | 1 | -0/+77 |
2021-09-13 | ip-neighbor: Handle local MAC address change for incomplete adjacencies | Neale Ranns | 5 | -43/+57 |
2021-09-10 | vcl: avoid duplicated events in epoll lt | liuyacan | 1 | -4/+6 |
2021-09-10 | vcl: fix free segments assert | Florin Coras | 1 | -1/+1 |
2021-09-09 | vlib: fix vlib_buffer_enqueue_to_next() overflow | Benoît Ganne | 3 | -7/+32 |
2021-09-09 | nat: Revert "nat: nat44-ed add session timing out indicator in api" | Andrew Yourtchenko | 2 | -150/+1 |
2021-09-09 | srtp: fix header len assert | Florin Coras | 1 | -1/+1 |
2021-09-09 | nat: nat44-ed add session timing out indicator in api | Alexander Chernavin | 2 | -1/+150 |
2021-09-09 | stats: revert enable/disable segments polls | Ray Kinsella | 3 | -29/+16 |
2021-09-09 | session: fix non-NULL terminated string | Benoît Ganne | 1 | -18/+7 |
2021-09-09 | linux-cp: fix non-NULL terminated string | Benoît Ganne | 1 | -1/+1 |
2021-09-09 | linux-cp: Complete interface creation logic | Pim van Pelt | 6 | -86/+268 |
2021-09-08 | linux-cp: fix crash on failed vlib_buffer_copy | Pim van Pelt | 1 | -12/+24 |
2021-09-08 | vrrp: fix source address on advertisements | Matthew Smith | 1 | -2/+13 |
2021-09-08 | interface: add custom interface name support | Steven Luong | 3 | -1/+100 |
2021-09-08 | perfmon: sort 'show perfmon bundle' output | Zachary Leaf | 1 | -0/+11 |
2021-09-08 | interface: fix coverity issue | Mohammed Hawari | 1 | -1/+1 |
2021-09-08 | perfmon: add membw-bound bundle | Ray Kinsella | 4 | -1/+80 |
2021-09-08 | perfmon: adding support for papi TMAM | Ray Kinsella | 4 | -54/+113 |
2021-09-08 | nat: remove unusued parameters and use correct parameter types | Klement Sekera | 2 | -20/+15 |
2021-09-08 | dpdk: fix coverity | Mohammed Hawari | 1 | -0/+2 |
2021-09-07 | devices: restore regular af-packet tx path | Mohammed Hawari | 2 | -21/+28 |
2021-09-07 | dpdk: lro support | Mohammed Hawari | 5 | -19/+110 |
2021-09-07 | interface: full poll vector on adaptive mode | Maxime Peim | 4 | -10/+42 |
2021-09-03 | sr: fixing typo in srv6 End.AS Proxy documentation | Ahmed Abdelsalam | 1 | -2/+2 |
2021-09-02 | nat: NAT44 ED improvements and fixes | Filip Varga | 8 | -392/+353 |
2021-09-01 | udp: fill rmt info if session is connection less | liuyacan | 1 | -1/+1 |
2021-09-01 | vcl: ignore rx events for sessions in epoll lt list | Florin Coras | 1 | -2/+3 |
2021-09-01 | classify: improve "show classify table" output | Dave Barach | 1 | -5/+7 |
2021-08-31 | vlib: fixed the issue of vpp crash caused by interface up/down | fangtong | 1 | -1/+1 |
2021-08-31 | vmxnet3: set RX interrupt pending only when needed | Steven Luong | 3 | -6/+59 |
2021-08-31 | vat2: coverity errors in print_template | Ole Troan | 1 | -4/+19 |
2021-08-31 | stats: check epoch in python vpp_stats ls | Ole Troan | 1 | -0/+3 |
2021-08-31 | misc: fix build error in handoffdemo | Sivaprasad Tummala | 1 | -4/+3 |
2021-08-31 | flow: add esp spi rss type | Piotr Bronowski | 3 | -52/+69 |
2021-08-31 | stats: enable/disable segments polls | Ray Kinsella | 3 | -19/+32 |
2021-08-31 | stats: stat_validate_counter_vector3 non-static | Ray Kinsella | 2 | -1/+4 |
2021-08-30 | session: fix prefetch out of struct bound on Arm | Tianyu Li | 1 | -1/+1 |
2021-08-30 | vcl: fix vlsh conversion error | liuyacan | 1 | -3/+1 |
2021-08-30 | session: close app wrk socket on delete | Florin Coras | 3 | -6/+5 |
2021-08-30 | tls: use default OpenSSL built-in DH parameters | Ofer Heifetz | 1 | -0/+8 |
2021-08-30 | tcp: Allow accepting session to send custom packet | liuyacan | 1 | -1/+9 |
2021-08-27 | vppinfra: add compress functions for u64, u16 and u8 | Mohsin Kazmi | 3 | -4/+352 |
2021-08-27 | vlib: vpp banner is outputted to non-interactive vppctl session | Steven Luong | 1 | -0/+11 |
2021-08-27 | snort: fix incorrect data length for snort inspection | Sivaprasad Tummala | 1 | -0/+1 |
2021-08-27 | bufmon: add buffer monitoring plugin | Benoît Ganne | 7 | -24/+417 |
2021-08-27 | snort: fix snort hang issue when interrupted | Sivaprasad Tummala | 1 | -1/+20 |