LinuxLists
Users
About
David Howells (
[email protected]
)
Number of posts: 15920 (1.86 per day)
First post: 2000-12-08 15:31:57
Last post: 2024-05-24 16:18:13
Previous Page
/
Next Page
Date
List
Subject
2024-03-05 07:17:08
linux-kernel
Re: [RFC PATCH net-next v6 07/15] page_pool: convert to use netmem
2024-03-04 11:56:24
linux-kernel
Re: [bug report] dead loop in generic_perform_write() //Re: [PATCH v7 07/12] iov_iter: Convert iterate*() to inline funcs
2024-03-04 08:55:24
linux-kernel
[PATCH net-next v2 21/21] rxrpc: Extract useful fields from a received ACK to skb priv data
2024-03-04 08:51:02
linux-kernel
[PATCH net-next v2 20/21] rxrpc: Clean up the resend algorithm
2024-03-04 08:51:00
linux-kernel
[PATCH net-next v2 19/21] rxrpc: Record probes after transmission and reduce number of time-gets
2024-03-04 08:50:25
linux-kernel
[PATCH net-next v2 18/21] rxrpc: Use ktimes for call timeout tracking and set the timer lazily
2024-03-04 08:49:54
linux-kernel
[PATCH net-next v2 16/21] rxrpc: Don't permit resending after all Tx packets acked
2024-03-04 08:49:51
linux-kernel
[PATCH net-next v2 17/21] rxrpc: Differentiate PING ACK transmission traces.
2024-03-04 08:48:58
linux-kernel
[PATCH net-next v2 15/21] rxrpc: Parse received packets before dealing with timeouts
2024-03-04 08:48:47
linux-kernel
[PATCH net-next v2 14/21] rxrpc: Do zerocopy using MSG_SPLICE_PAGES and page frags
2024-03-04 08:48:23
linux-kernel
[PATCH net-next v2 12/21] rxrpc: Move rxrpc_send_ACK() to output.c with rxrpc_send_ack_packet()
2024-03-04 08:48:08
linux-kernel
[PATCH net-next v2 13/21] rxrpc: Use rxrpc_txbuf::kvec[0] instead of rxrpc_txbuf::wire
2024-03-04 08:47:21
linux-kernel
[PATCH net-next v2 11/21] rxrpc: Don't pick values out of the wire header when setting up security
2024-03-04 08:47:08
linux-kernel
[PATCH net-next v2 10/21] rxrpc: Split up the DATA packet transmission function
2024-03-04 08:46:29
linux-kernel
[PATCH net-next v2 08/21] rxrpc: Merge together DF/non-DF branches of data Tx function
2024-03-04 08:46:25
linux-kernel
[PATCH net-next v2 09/21] rxrpc: Add a kvec[] to the rxrpc_txbuf struct
2024-03-04 08:46:07
linux-kernel
[PATCH net-next v2 07/21] rxrpc: Do lazy DF flag resetting
2024-03-04 08:45:49
linux-kernel
[PATCH net-next v2 06/21] rxrpc: Remove atomic handling on some fields only used in I/O thread
2024-03-04 08:45:17
linux-kernel
[PATCH net-next v2 05/21] rxrpc: Strip barriers and atomics off of timer tracking
2024-03-04 08:45:14
linux-kernel
[PATCH net-next v2 04/21] rxrpc: Fix the names of the fields in the ACK trailer struct
2024-03-04 08:44:31
linux-kernel
[PATCH net-next v2 03/21] rxrpc: Note cksum in txbuf
2024-03-04 08:44:28
linux-kernel
[PATCH net-next v2 02/21] rxrpc: Convert rxrpc_txbuf::flags into a mask and don't use atomics
2024-03-04 08:44:05
linux-kernel
[PATCH net-next v2 01/21] rxrpc: Record the Tx serial in the rxrpc_txbuf and retransmit trace
2024-03-04 08:43:50
linux-kernel
[PATCH net-next v2 00/21] rxrpc: Miscellaneous changes and make use of MSG_SPLICE_PAGES
2024-03-03 23:58:58
linux-kernel
Re: [PATCH net-next 18/21] rxrpc: Use ktimes for call timeout tracking and set the timer lazily
2024-03-01 16:54:38
linux-kernel
[PATCH net-next 20/21] rxrpc: Clean up the resend algorithm
2024-03-01 16:54:37
linux-kernel
[PATCH net-next 21/21] rxrpc: Extract useful fields from a received ACK to skb priv data
2024-03-01 16:50:06
linux-kernel
[PATCH net-next 17/21] rxrpc: Differentiate PING ACK transmission traces.
2024-03-01 16:48:44
linux-kernel
[PATCH net-next 10/21] rxrpc: Split up the DATA packet transmission function
2024-03-01 16:48:31
linux-kernel
[PATCH net-next 13/21] rxrpc: Use rxrpc_txbuf::kvec[0] instead of rxrpc_txbuf::wire
2024-03-01 16:48:12
linux-kernel
[PATCH net-next 05/21] rxrpc: Strip barriers and atomics off of timer tracking
2024-03-01 16:47:19
linux-kernel
[PATCH net-next 07/21] rxrpc: Do lazy DF flag resetting
2024-03-01 16:45:46
linux-kernel
[PATCH net-next 18/21] rxrpc: Use ktimes for call timeout tracking and set the timer lazily
2024-03-01 16:45:29
linux-kernel
[PATCH net-next 19/21] rxrpc: Record probes after transmission and reduce number of time-gets
2024-03-01 16:45:15
linux-kernel
[PATCH net-next 03/21] rxrpc: Note cksum in txbuf
2024-03-01 16:45:03
linux-kernel
[PATCH net-next 02/21] rxrpc: Convert rxrpc_txbuf::flags into a mask and don't use atomics
2024-03-01 16:44:03
linux-kernel
[PATCH net-next 09/21] rxrpc: Add a kvec[] to the rxrpc_txbuf struct
2024-03-01 16:43:33
linux-kernel
[PATCH net-next 16/21] rxrpc: Don't permit resending after all Tx packets acked
2024-03-01 16:43:14
linux-kernel
[PATCH net-next 14/21] rxrpc: Do zerocopy using MSG_SPLICE_PAGES and page frags
2024-03-01 16:43:03
linux-kernel
[PATCH net-next 15/21] rxrpc: Parse received packets before dealing with timeouts
2024-03-01 16:42:38
linux-kernel
[PATCH net-next 12/21] rxrpc: Move rxrpc_send_ACK() to output.c with rxrpc_send_ack_packet()
2024-03-01 16:42:18
linux-kernel
[PATCH net-next 11/21] rxrpc: Don't pick values out of the wire header when setting up security
2024-03-01 16:41:16
linux-kernel
[PATCH net-next 08/21] rxrpc: Merge together DF/non-DF branches of data Tx function
2024-03-01 16:40:42
linux-kernel
[PATCH net-next 06/21] rxrpc: Remove atomic handling on some fields only used in I/O thread
2024-03-01 16:39:59
linux-kernel
[PATCH net-next 04/21] rxrpc: Fix the names of the fields in the ACK trailer struct
2024-03-01 16:39:27
linux-kernel
[PATCH net-next 01/21] rxrpc: Record the Tx serial in the rxrpc_txbuf and retransmit trace
2024-03-01 16:39:00
linux-kernel
[PATCH net-next 00/21] rxrpc: Miscellaneous changes and make use of MSG_SPLICE_PAGES
2024-02-29 22:24:41
linux-kernel
[PATCH] afs: Fix occasional rmdir-then-VNOVNODE with generic/011
2024-02-29 20:59:40
linux-kernel
[PATCH] afs: Don't cache preferred address
2024-02-23 13:15:18
linux-kernel
[PATCH] afs: Fix endless loop in directory parsing
2024-02-22 11:27:27
linux-kernel
[RFC PATCH] cifs: Fix writeback data corruption