messages from 2024-12-20 19:26:10 to 2025-05-11 00:41:33 UTC [more...]
[PATCH net-next 00/10] net: faster and simpler CRC32C computation
2025-05-11 0:41 UTC (5+ messages)
` [PATCH net-next 01/10] net: introduce CONFIG_NET_CRC32C
` [PATCH net-next 02/10] net: add skb_crc32c()
` [PATCH net-next 03/10] net: use skb_crc32c() in skb_crc32c_csum_help()
` [PATCH net-next 04/10] RDMA/siw: use skb_crc32c() instead of __skb_checksum()
[PATCH net-next] sctp: Remove unused sctp_assoc_del_peer and sctp_chunk_iif
2025-05-06 0:01 UTC (3+ messages)
[syzbot] Monthly sctp report (Apr 2025)
2025-04-14 10:17 UTC
PATCH lksctp-tools - add test case 7 that does nothing but associate and waits
2025-04-11 0:22 UTC
[PATCH] sctp: detect and prevent references to a freed transport in sendmsg
2025-04-08 9:40 UTC (3+ messages)
[syzbot] [sctp?] WARNING: refcount bug in sctp_generate_timeout_event
2025-04-07 11:53 UTC
[PATCH] sctp: check transport existence before processing a send primitive
2025-04-07 7:37 UTC (11+ messages)
[syzbot] [sctp?] KMSAN: uninit-value in sctp_assoc_bh_rcv
2025-04-05 4:40 UTC
[RFC PATCH 0/4] net/io_uring: pass a kernel pointer via optlen_t to proto[_ops].getsockopt()
2025-04-02 23:39 UTC (28+ messages)
` [RFC PATCH 1/4] net: introduce get_optlen() and put_optlen() helpers
` [RFC PATCH 2/4] net: pass 'optlen_t' to proto[ops].getsockopt() hooks
` [RFC PATCH 3/4] net: pass a kernel pointer via "
` [RFC PATCH 4/4] io_uring: let io_uring_cmd_getsockopt() allow level other than SOL_SOCKET
[RFC PATCH V3 00/43] rv64ilp32_abi: Build CONFIG_64BIT kernel-self with ILP32 ABI
2025-03-27 21:06 UTC (63+ messages)
` [RFC PATCH V3 01/43] rv64ilp32_abi: uapi: Reuse lp64 ABI interface
` [RFC PATCH V3 02/43] rv64ilp32_abi: riscv: Adapt Makefile and Kconfig
` [RFC PATCH V3 03/43] rv64ilp32_abi: riscv: Adapt ULL & UL definition
` [RFC PATCH V3 04/43] rv64ilp32_abi: riscv: Introduce xlen_t to adapt __riscv_xlen != BITS_PER_LONG
` [RFC PATCH V3 05/43] rv64ilp32_abi: riscv: crc32: Utilize 64-bit width to improve the performance
` [RFC PATCH V3 06/43] rv64ilp32_abi: riscv: csum: "
` [RFC PATCH V3 07/43] rv64ilp32_abi: riscv: arch_hweight: Adapt cpopw & cpop of zbb extension
` [RFC PATCH V3 08/43] rv64ilp32_abi: riscv: bitops: Adapt ctzw & clzw "
` [RFC PATCH V3 09/43] rv64ilp32_abi: riscv: Reuse LP64 SBI interface
` [RFC PATCH V3 10/43] rv64ilp32_abi: riscv: Update SATP.MODE.ASID width
` [RFC PATCH V3 11/43] rv64ilp32_abi: riscv: Introduce PTR_L and PTR_S
` [RFC PATCH V3 12/43] rv64ilp32_abi: riscv: Introduce cmpxchg_double
` [RFC PATCH V3 13/43] rv64ilp32_abi: riscv: Correct stackframe layout
` [RFC PATCH V3 14/43] rv64ilp32_abi: riscv: Adapt kernel module code
` [RFC PATCH V3 15/43] rv64ilp32_abi: riscv: mm: Adapt MMU_SV39 for 2GiB address space
` [RFC PATCH V3 16/43] rv64ilp32_abi: riscv: Support physical addresses >= 0x80000000
` [RFC PATCH V3 17/43] rv64ilp32_abi: riscv: Adapt kasan memory layout
` [RFC PATCH V3 18/43] rv64ilp32_abi: riscv: kvm: Initial support
` [RFC PATCH V3 19/43] rv64ilp32_abi: irqchip: irq-riscv-intc: Use xlen_t instead of ulong
` [RFC PATCH V3 20/43] rv64ilp32_abi: drivers/perf: Adapt xlen_t of sbiret
` [RFC PATCH V3 21/43] rv64ilp32_abi: asm-generic: Add custom BITS_PER_LONG definition
` [RFC PATCH V3 22/43] rv64ilp32_abi: bpf: Change KERN_ARENA_SZ to 256MiB
` [RFC PATCH V3 23/43] rv64ilp32_abi: compat: Correct compat_ulong_t cast
` [RFC PATCH V3 24/43] rv64ilp32_abi: compiler_types: Add "long long" into __native_word()
` [RFC PATCH V3 25/43] rv64ilp32_abi: exec: Adapt 64lp64 env and argv
` [RFC PATCH V3 26/43] rv64ilp32_abi: file_ref: Use 32-bit width for refcnt
` [RFC PATCH V3 27/43] rv64ilp32_abi: input: Adapt BITS_PER_LONG to dword
` [RFC PATCH V3 28/43] rv64ilp32_abi: iov_iter: Resize kvec to match iov_iter's size
` [RFC PATCH V3 29/43] rv64ilp32_abi: locking/atomic: Use BITS_PER_LONG for scripts
` [RFC PATCH V3 30/43] rv64ilp32_abi: kernel/smp: Disable CSD_LOCK_WAIT_DEBUG
` [RFC PATCH V3 31/43] rv64ilp32_abi: maple_tree: Use BITS_PER_LONG instead of CONFIG_64BIT
` [RFC PATCH V3 32/43] rv64ilp32_abi: mm: Remove _folio_nr_pages
` [RFC PATCH V3 33/43] rv64ilp32_abi: mm/auxvec: Adapt mm->saved_auxv[] to Elf64
` [RFC PATCH V3 34/43] rv64ilp32_abi: mm: Adapt vm_flags_t struct
` [RFC PATCH V3 35/43] rv64ilp32_abi: net: Use BITS_PER_LONG in struct dst_entry
` [RFC PATCH V3 36/43] rv64ilp32_abi: printf: Use BITS_PER_LONG instead of CONFIG_64BIT
` [RFC PATCH V3 37/43] rv64ilp32_abi: random: Adapt fast_pool struct
` [RFC PATCH V3 38/43] rv64ilp32_abi: syscall: Use CONFIG_64BIT instead of BITS_PER_LONG
` [RFC PATCH V3 39/43] rv64ilp32_abi: sysinfo: Adapt sysinfo structure to lp64 uapi
` [RFC PATCH V3 40/43] rv64ilp32_abi: tracepoint-defs: Using u64 for trace_print_flags.mask
` [RFC PATCH V3 41/43] rv64ilp32_abi: tty: Adapt ptr_to_compat
` [RFC PATCH V3 42/43] rv64ilp32_abi: memfd: Use vm_flag_t
` [RFC PATCH V3 43/43] riscv: Fixup address space overlay of print_mlk
[PATCH] sctp: handle error of sctp_sf_heartbeat() in sctp_sf_do_asconf()
2025-03-12 15:30 UTC (3+ messages)
[PATCH net-next v2 0/3] add sock_kmemdup helper
2025-03-04 2:10 UTC (8+ messages)
` [PATCH net-next v2 1/3] sock: "
` [PATCH net-next v2 2/3] net: use sock_kmemdup for ip_options
` [PATCH net-next v2 3/3] mptcp: use sock_kmemdup for address entry
obtaining metrics of skb duration in sk_receive_queue
2025-02-28 19:23 UTC
[PATCH net-next 0/4] add sock_kmemdup helper
2025-02-27 9:05 UTC (9+ messages)
` [PATCH net-next 1/4] sock: "
` [PATCH net-next 2/4] net: use sock_kmemdup for ip_options
` [PATCH net-next 3/4] mptcp: use sock_kmemdup for address entry
` [PATCH net-next 4/4] net/tcp_ao: use sock_kmemdup for tcp_ao_key
[PATCH net-next] sctp: Remove unused payload from sctp_idatahdr
2025-02-25 14:30 UTC (2+ messages)
[PATCH AUTOSEL 5.4 3/4] sctp: Fix undefined behavior in left shift operation
2025-02-24 11:21 UTC
[PATCH AUTOSEL 5.10 6/7] sctp: Fix undefined behavior in left shift operation
2025-02-24 11:20 UTC
[PATCH AUTOSEL 5.15 6/7] sctp: Fix undefined behavior in left shift operation
2025-02-24 11:20 UTC
[PATCH AUTOSEL 6.1 11/12] sctp: Fix undefined behavior in left shift operation
2025-02-24 11:19 UTC
[PATCH AUTOSEL 6.6 18/20] sctp: Fix undefined behavior in left shift operation
2025-02-24 11:19 UTC
[PATCH AUTOSEL 6.12 26/28] sctp: Fix undefined behavior in left shift operation
2025-02-24 11:17 UTC
[PATCH AUTOSEL 6.13 30/32] sctp: Fix undefined behavior in left shift operation
2025-02-24 11:16 UTC
[RESEND PATCH] sctp: Replace zero-length array with flexible array member
2025-02-21 1:33 UTC (4+ messages)
[PATCH net] sctp: Fix undefined behavior in left shift operation
2025-02-20 3:10 UTC (2+ messages)
[PATCH net-next] sctp: Remove commented out code
2025-02-13 16:50 UTC (9+ messages)
[PATCH net] MAINTAINERS: Add sctp headers to the general netdev entry
2025-02-13 4:10 UTC (7+ messages)
[RESEND PATCH] sctp: Remove commented out code
2025-02-10 13:16 UTC (4+ messages)
[PATCH] net/sctp: Prevent autoclose integer overflow in sctp_association_init()
2025-02-02 20:47 UTC (5+ messages)
WARNING: refcount bug in sctp_transport_put
2025-02-01 4:35 UTC
[PATCH] net: Convert proto_ops::getname to sockaddr_storage
2025-01-16 7:53 UTC (3+ messages)
[RESEND PATCH] sctp: Replace zero-length array with flexible array member
2025-01-14 21:54 UTC
[PATCH net 0/9] net: sysctl: avoid using current->nsproxy
2025-01-09 17:00 UTC (12+ messages)
` [PATCH net 1/9] mptcp: sysctl: avail sched: remove write access
` [PATCH net 2/9] mptcp: sysctl: sched: avoid using current->nsproxy
` [PATCH net 3/9] mptcp: sysctl: blackhole timeout: "
` [PATCH net 4/9] sctp: sysctl: cookie_hmac_alg: "
` [PATCH net 5/9] sctp: sysctl: rto_min/max: "
` [PATCH net 6/9] sctp: sysctl: auth_enable: "
` [PATCH net 7/9] sctp: sysctl: udp_port: "
` [PATCH net 8/9] sctp: sysctl: plpmtud_probe_interval: "
` [PATCH net 9/9] rds: sysctl: rds_tcp_{rcv,snd}buf: "
[PATCH net-next] sctp: Prepare sctp_v4_get_dst() to dscp_t conversion
2025-01-06 23:20 UTC (6+ messages)
[RESEND PATCH] sctp: Replace zero-length array with flexible array member
2024-12-20 19:25 UTC
page: next (older) | 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