Age | Commit message (Expand) | Author | Files | Lines |
2022-02-23 | build: export missing header files required by hicn_plugin |  Dave Wallace | 1 | -0/+2 |
2022-02-23 | http hsa: use octet-stream content type for tps |  Florin Coras | 2 | -2/+3 |
2022-02-23 | http: improvement reset and close handling |  Florin Coras | 2 | -13/+31 |
2022-02-23 | http hsa: support multiple listeners for http tps |  Florin Coras | 4 | -32/+195 |
2022-02-23 | wireguard: fix dereferences null pointer |  Gabriel Oginski | 2 | -14/+21 |
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-22 | vxlan: crash on assigning IP address to interface |  Ed Warnicke | 2 | -8/+6 |
2022-02-22 | fib: fix adj_get crash |  Rajith P R | 1 | -1/+1 |
2022-02-22 | fib: fix mpls db label overflow |  Dmitry Valter | 1 | -1/+1 |
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 | fib: Use the VLIB logger for adjacency debugging |  Neale Ranns | 2 | -13/+13 |
2022-02-18 | vnet: add set_max_frame_size callbacks for several interfaces |  Artem Glazychev | 3 | -0/+27 |
2022-02-18 | wireguard: fix passing null pointer |  Gabriel Oginski | 2 | -10/+11 |
2022-02-18 | ipsec: fix vector after remove entry in spd |  Gabriel Oginski | 1 | -1/+1 |
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 | 3 | -3/+6 |
2022-02-17 | vcl: add support for reconnect |  Filip Tehlar | 5 | -6/+133 |
2022-02-17 | ip: Move the IPv6 echo responder into the ping plugin |  Neale Ranns | 2 | -187/+184 |
2022-02-17 | ipsec: Improve the handling of NAT-T keepalive messages |  Neale Ranns | 1 | -8/+21 |
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 | 4 | -32/+35 |
2022-02-16 | bfd: On a point to point link use the all zeros address for the peer. |  Neale Ranns | 1 | -8/+12 |
2022-02-16 | ipfix-export: pass ipv4 addr to format fn for show |  Paul Atkins | 1 | -3/+4 |
2022-02-16 | crypto: Fix for the crash in crypto |  mgovind | 1 | -0/+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 | 18 | -97/+112 |
2022-02-14 | bfd: add per session counters |  Klement Sekera | 4 | -28/+128 |
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 |