messages from 2026-01-15 15:15:47 to 2026-04-08 01:04:26 UTC [more...]
[PATCH 0/8] smb: add kernel internal IPPROTO_SMBDIRECT
2026-04-08 1:04 UTC (7+ messages)
` [PATCH 5/8] net: define IPPROTO_SMBDIRECT and SOL_SMBDIRECT constants
` [PATCH 6/8] smb: smbdirect: add in kernel only support for IPPROTO_SMBDIRECT
` [PATCH 7/8] smb: client: make use of IPPROTO_SMBDIRECT sockets
` [PATCH 8/8] smb: server: "
[PATCH net-next v11 00/15] net: introduce QUIC infrastructure and core subcomponents
2026-03-27 1:00 UTC (21+ messages)
` [PATCH net-next v11 01/15] net: define IPPROTO_QUIC and SOL_QUIC constants
` [PATCH net-next v11 02/15] net: build socket infrastructure for QUIC protocol
` [PATCH net-next v11 03/15] quic: provide common utilities and data structures
` [PATCH net-next v11 04/15] quic: provide family ops for address and protocol
` [PATCH net-next v11 05/15] quic: provide quic.h header files for kernel and userspace
` [PATCH net-next v11 06/15] quic: add stream management
` [PATCH net-next v11 07/15] quic: add connection id management
` [PATCH net-next v11 08/15] quic: add path management
` [PATCH net-next v11 09/15] quic: add congestion control
` [PATCH net-next v11 10/15] quic: add packet number space
` [PATCH net-next v11 11/15] quic: add crypto key derivation and installation
` [PATCH net-next v11 12/15] quic: add crypto packet encryption and decryption
` [PATCH net-next v11 13/15] quic: add timer management
` [PATCH net-next v11 14/15] quic: add packet builder base
` [PATCH net-next v11 15/15] quic: add packet parser base
[PATCH net-next v10 00/15] net: introduce QUIC infrastructure and core subcomponents
2026-03-05 0:14 UTC (34+ messages)
` [PATCH net-next v10 01/15] net: define IPPROTO_QUIC and SOL_QUIC constants
` [PATCH net-next v10 02/15] net: build socket infrastructure for QUIC protocol
` [PATCH net-next v10 03/15] quic: provide common utilities and data structures
` [PATCH net-next v10 04/15] quic: provide family ops for address and protocol
` [PATCH net-next v10 05/15] quic: provide quic.h header files for kernel and userspace
` [PATCH net-next v10 06/15] quic: add stream management
` [PATCH net-next v10 07/15] quic: add connection id management
` [PATCH net-next v10 08/15] quic: add path management
` [PATCH net-next v10 09/15] quic: add congestion control
` [net-next,v10,09/15] "
` [PATCH net-next v10 10/15] quic: add packet number space
` [PATCH net-next v10 11/15] quic: add crypto key derivation and installation
` [net-next,v10,11/15] "
` [PATCH net-next v10 12/15] quic: add crypto packet encryption and decryption
` [net-next,v10,12/15] "
` [PATCH net-next v10 13/15] quic: add timer management
` [net-next,v10,13/15] "
` [PATCH net-next v10 14/15] quic: add packet builder base
` [net-next,v10,14/15] "
` [PATCH net-next v10 15/15] quic: add packet parser base
` [net-next,v10,15/15] "
[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 (25+ messages)
` [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 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
page: | prev (newer) | latest
- 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