Age | Commit message (Expand) | Author | Files | Lines |
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 |
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 | 4 | -22/+120 |
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-07 | igmp: make sure fib_index is set before delivering to ip4-local | Benoît Ganne | 1 | -0/+2 |
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 | 1 | -32/+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-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 |