Changes since version 2.7-dev8 : Amaury Denoyelle (9): BUILD: ssl_sock: fix null dereference for QUIC build BUG/MINOR: quic: fix buffer overflow on retry token generation MINOR: quic: add version field on quic_rx_packet MINOR: quic: extend pn_offset field from quic_rx_packet MINOR: quic: define first packet flag MINOR: quic: extract connection retrieval MINOR: quic: split and rename qc_lstnr_pkt_rcv() MINOR: quic: refactor packet drop on reception MINOR: quic: extend Retry token check function Christopher Faulet (2): BUG/MINOR: log: Preserve message facility when the log target is a ring buffer BUG/MINOR: ring: Properly parse connect timeout Frédéric Lécaille (2): BUILD: quic: QUIC mux build fix for 32-bit build BUILD: quic: Fix build for m68k cross-compilation Ilya Shipitsin (1): BUILD: scripts: disable tests build on QuicTLS build Thierry Fournier (1): BUG/MEDIUM: httpclient: segfault when the httpclient parser fails