[PATCH net-next v9 00/15] net: introduce QUIC infrastructure and core subcomponents
2026-02-05 19:37 UTC (30+ messages)
` [PATCH net-next v9 01/15] net: define IPPROTO_QUIC and SOL_QUIC constants
` [PATCH net-next v9 02/15] net: build socket infrastructure for QUIC protocol
` [net-next,v9,02/15] "
` [PATCH net-next v9 03/15] quic: provide common utilities and data structures
` [net-next,v9,03/15] "
` [PATCH net-next v9 04/15] quic: provide family ops for address and protocol
` [PATCH net-next v9 05/15] quic: provide quic.h header files for kernel and userspace
` [net-next,v9,05/15] "
` [PATCH net-next v9 06/15] quic: add stream management
` [net-next,v9,06/15] "
` [PATCH net-next v9 07/15] quic: add connection id management
` [PATCH net-next v9 08/15] quic: add path management
` [PATCH net-next v9 09/15] quic: add congestion control
` [net-next,v9,09/15] "
` [PATCH net-next v9 10/15] quic: add packet number space
` [PATCH net-next v9 11/15] quic: add crypto key derivation and installation
` [PATCH net-next v9 12/15] quic: add crypto packet encryption and decryption
` [PATCH net-next v9 13/15] quic: add timer management
` [PATCH net-next v9 14/15] quic: add packet builder base
` [PATCH net-next v9 15/15] quic: add packet parser base
` [net-next,v9,15/15] "
[PATCH net-next v8 00/15] net: introduce QUIC infrastructure and core subcomponents
2026-02-02 14:40 UTC (28+ messages)
` [PATCH net-next v8 01/15] net: define IPPROTO_QUIC and SOL_QUIC constants
` [PATCH net-next v8 02/15] net: build socket infrastructure for QUIC protocol
` [PATCH net-next v8 03/15] quic: provide common utilities and data structures
` [PATCH net-next v8 04/15] quic: provide family ops for address and protocol
` [PATCH net-next v8 05/15] quic: provide quic.h header files for kernel and userspace
` [PATCH net-next v8 06/15] quic: add stream management
` [PATCH net-next v8 07/15] quic: add connection id management
` [PATCH net-next v8 08/15] quic: add path management
` [PATCH net-next v8 09/15] quic: add congestion control
` [net-next,v8,09/15] "
` [PATCH net-next v8 10/15] quic: add packet number space
` [PATCH net-next v8 11/15] quic: add crypto key derivation and installation
` [PATCH net-next v8 12/15] quic: add crypto packet encryption and decryption
` [PATCH net-next v8 13/15] quic: add timer management
` [PATCH net-next v8 14/15] quic: add packet builder base
` [PATCH net-next v8 15/15] quic: add packet parser base
[PATCH net-next v7 00/16] net: introduce QUIC infrastructure and core subcomponents
2026-01-20 21:06 UTC (27+ messages)
` [PATCH net-next v7 01/16] net: define IPPROTO_QUIC and SOL_QUIC constants
` [PATCH net-next v7 02/16] net: build socket infrastructure for QUIC protocol
` [PATCH net-next v7 03/16] quic: provide common utilities and data structures
` [PATCH net-next v7 04/16] quic: provide family ops for address and protocol
` [PATCH net-next v7 05/16] quic: provide quic.h header files for kernel and userspace
` [PATCH net-next v7 06/16] quic: add stream management
` [PATCH net-next v7 07/16] quic: add connection id management
` [PATCH net-next v7 08/16] quic: add path management
` [PATCH net-next v7 09/16] quic: add congestion control
` [PATCH net-next v7 10/16] quic: add packet number space
` [PATCH net-next v7 11/16] quic: add crypto key derivation and installation
` [PATCH net-next v7 12/16] quic: add crypto packet encryption and decryption
` [PATCH net-next v7 13/16] quic: add timer management
` [PATCH net-next v7 14/16] quic: add frame encoder and decoder base
` [PATCH net-next v7 15/16] quic: add packet builder base
` [PATCH net-next v7 16/16] quic: add packet parser base
[PATCH net-next v6 00/16] net: introduce QUIC infrastructure and core subcomponents
2026-01-08 22:19 UTC (32+ messages)
` [PATCH net-next v6 01/16] net: define IPPROTO_QUIC and SOL_QUIC constants
` [PATCH net-next v6 02/16] net: build socket infrastructure for QUIC protocol
` [PATCH net-next v6 03/16] quic: provide common utilities and data structures
` [PATCH net-next v6 04/16] quic: provide family ops for address and protocol
` [PATCH net-next v6 05/16] quic: provide quic.h header files for kernel and userspace
` [PATCH net-next v6 06/16] quic: add stream management
` [PATCH net-next v6 07/16] quic: add connection id management
` [PATCH net-next v6 08/16] quic: add path management
` [PATCH net-next v6 09/16] quic: add congestion control
` [PATCH net-next v6 10/16] quic: add packet number space
` [PATCH net-next v6 11/16] quic: add crypto key derivation and installation
` [PATCH net-next v6 12/16] quic: add crypto packet encryption and decryption
` [PATCH net-next v6 13/16] quic: add timer management
` [PATCH net-next v6 14/16] quic: add frame encoder and decoder base
` [PATCH net-next v6 15/16] quic: add packet builder base
` [PATCH net-next v6 16/16] quic: add packet parser base
[PATCH net-next v5 00/16] net: introduce QUIC infrastructure and core subcomponents
2025-11-28 22:21 UTC (19+ messages)
` [PATCH net-next v5 01/16] net: define IPPROTO_QUIC and SOL_QUIC constants
` [PATCH net-next v5 02/16] net: build socket infrastructure for QUIC protocol
` [PATCH net-next v5 03/16] quic: provide common utilities and data structures
` [PATCH net-next v5 04/16] quic: provide family ops for address and protocol
` [PATCH net-next v5 05/16] quic: provide quic.h header files for kernel and userspace
` [PATCH net-next v5 06/16] quic: add stream management
` [PATCH net-next v5 07/16] quic: add connection id management
` [PATCH net-next v5 08/16] quic: add path management
` [PATCH net-next v5 09/16] quic: add congestion control
` [PATCH net-next v5 10/16] quic: add packet number space
` [PATCH net-next v5 11/16] quic: add crypto key derivation and installation
` [PATCH net-next v5 12/16] quic: add crypto packet encryption and decryption
` [PATCH net-next v5 13/16] quic: add timer management
` [PATCH net-next v5 14/16] quic: add frame encoder and decoder base
` [PATCH net-next v5 15/16] quic: add packet builder base
` [PATCH net-next v5 16/16] quic: add packet parser base
[PATCH] net: define IPPROTO_SMBDIRECT and SOL_SMBDIRECT constants
2025-11-27 17:47 UTC
[PATCH net-next v4 00/15] net: introduce QUIC infrastructure and core subcomponents
2025-11-13 21:26 UTC (48+ messages)
` [PATCH net-next v4 01/15] net: define IPPROTO_QUIC and SOL_QUIC constants
` [PATCH net-next v4 02/15] net: build socket infrastructure for QUIC protocol
` [PATCH net-next v4 03/15] quic: provide common utilities and data structures
` [PATCH net-next v4 04/15] quic: provide family ops for address and protocol
` [PATCH net-next v4 05/15] quic: provide quic.h header files for kernel and userspace
` [PATCH net-next v4 06/15] quic: add stream management
` [PATCH net-next v4 07/15] quic: add connection id management
` [PATCH net-next v4 08/15] quic: add path management
` [PATCH net-next v4 09/15] quic: add congestion control
` [PATCH net-next v4 10/15] quic: add packet number space
` [PATCH net-next v4 11/15] quic: add crypto key derivation and installation
` [PATCH net-next v4 12/15] quic: add crypto packet encryption and decryption
` [PATCH net-next v4 13/15] quic: add timer management
` [PATCH net-next v4 14/15] quic: add frame encoder and decoder base
` [PATCH net-next v4 15/15] quic: add packet builder and parser base
[PATCH net-next v3 00/15] net: introduce QUIC infrastructure and core subcomponents
2025-09-25 16:03 UTC (23+ messages)
` [PATCH net-next v3 02/15] net: build socket infrastructure for QUIC protocol
` [PATCH net-next v3 03/15] quic: provide common utilities and data structures
` [PATCH net-next v3 04/15] quic: provide family ops for address and protocol
` [PATCH net-next v3 06/15] quic: add stream management
` [PATCH net-next v3 09/15] quic: add congestion control
page: next (older)
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).