Age | Commit message (Expand) | Author | Files | Lines |
2022-02-22 | vrrp: fix thread synchronization issue |  Matthew Smith | 3 | -27/+33 |
2022-02-22 | wireguard: prevent stacksmashing on poorly formed base64 keys |  Jon Loeliger | 1 | -1/+1 |
2022-02-22 | linux-cp: Only enable/disable the punt feature on the 0<->1 transition |  Neale Ranns | 1 | -9/+14 |
2022-02-21 | lisp: fix ip and udp checksum computation |  Florin Coras | 1 | -7/+0 |
2022-02-21 | nat: make tcp/udp/icmp packet counters consistent |  Klement Sekera | 2 | -4/+12 |
2022-02-18 | hsa: fix coverity warnings |  Filip Tehlar | 1 | -0/+4 |
2022-02-18 | perfmon: show distribution of uops delivered to frontend |  Ray Kinsella | 4 | -8/+109 |
2022-02-18 | dpdk: support devargs for vmbus |  Vladimir Ratnikov | 1 | -19/+29 |
2022-02-18 | vnet: add set_max_frame_size callbacks for several interfaces |  Artem Glazychev | 1 | -0/+9 |
2022-02-18 | wireguard: fix passing null pointer |  Gabriel Oginski | 2 | -10/+11 |
2022-02-17 | wireguard: Fix wireguard device name to use user-instance |  Jon Loeliger | 1 | -1/+2 |
2022-02-17 | tls http srtp: fix session index for listeners |  Florin Coras | 2 | -3/+5 |
2022-02-17 | vcl: add support for reconnect |  Filip Tehlar | 1 | -5/+6 |
2022-02-17 | ip: Move the IPv6 echo responder into the ping plugin |  Neale Ranns | 1 | -0/+184 |
2022-02-17 | ping: fix incorrect index while clearing ping |  Vyshakh Krishnan | 1 | -1/+1 |
2022-02-17 | dpdk: enable scatter on Rx for net/ena |  akolechk | 1 | -1/+0 |
2022-02-16 | af_xdp: change flag passed to bpf_set_link_xdp_fd |  Dastin Wilski | 1 | -4/+1 |
2022-02-16 | fib: Use the same adjacency that BFD is using |  Neale Ranns | 1 | -2/+4 |
2022-02-15 | quic: fix quic_config_fn cfg cmd parse error |  fanxb | 1 | -3/+3 |
2022-02-15 | tcp: Do not include the tcp_packet.h file in the ip4_packet.h |  Neale Ranns | 6 | -0/+6 |
2022-02-14 | srtp: flag connections for no session layer lookup |  Florin Coras | 1 | -0/+2 |
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 | 3 | -3/+4 |
2022-02-10 | tests: Fix the FIB UT |  Neale Ranns | 1 | -25/+26 |
2022-02-10 | vppinfra:remove uXxY_is_greater |  Damjan Marion | 1 | -2/+2 |
2022-02-08 | http_static: cleanup file handler and cache |  Florin Coras | 6 | -493/+674 |
2022-02-07 | memif: memory leak when deleting memif interface |  Steven Luong | 1 | -0/+1 |
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 | 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 | 2 | -8/+5 |
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 | 1 | -7/+31 |
2022-02-02 | prom: basic builtin prometheus stats exporter |  Florin Coras | 6 | -0/+657 |
2022-02-02 | http_static: add support for async tx from handlers |  Florin Coras | 6 | -87/+161 |
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 | 7 | -1547/+673 |
2022-01-30 | cnat: maglev fixes & improvements |  Nathan Skrzypczak | 5 | -103/+400 |
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 |