index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
rxrpc
/
txbuf.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-24
rxrpc: Remove deadcode
Dr. David Alan Gilbert
1
-8
/
+0
2025-02-11
rxrpc: Fix alteration of headers whilst zerocopy pending
David Howells
1
-27
/
+10
2024-12-09
rxrpc: Don't allocate a txbuf for an ACK transmission
David Howells
1
-76
/
+0
2024-12-09
rxrpc: Implement progressive transmission queue struct
David Howells
1
-40
/
+1
2024-12-09
rxrpc: Don't need barrier for ->tx_bottom and ->acks_hard_ack
David Howells
1
-2
/
+2
2024-12-09
rxrpc: Separate the packet length from the data length in rxrpc_txbuf
David Howells
1
-5
/
+2
2024-12-09
rxrpc: Implement path-MTU probing using padded PING ACKs (RFC8899)
David Howells
1
-1
/
+2
2024-04-30
rxrpc: Fix using alignmask being zero for __page_frag_alloc_align()
Yunsheng Lin
1
-5
/
+5
2024-03-14
rxrpc: Fix use of changed alignment param to page_frag_alloc_align()
David Howells
1
-2
/
+2
2024-03-05
rxrpc: Do zerocopy using MSG_SPLICE_PAGES and page frags
David Howells
1
-42
/
+138
2024-03-03
rxrpc: Use rxrpc_txbuf::kvec[0] instead of rxrpc_txbuf::wire
David Howells
1
-12
/
+15
2024-02-29
rxrpc: Add a kvec[] to the rxrpc_txbuf struct
David Howells
1
-0
/
+3
2024-02-29
rxrpc: Note cksum in txbuf
David Howells
1
-0
/
+1
2024-02-29
rxrpc: Convert rxrpc_txbuf::flags into a mask and don't use atomics
David Howells
1
-2
/
+2
2024-02-29
rxrpc: Record the Tx serial in the rxrpc_txbuf and retransmit trace
David Howells
1
-0
/
+1
2023-01-31
rxrpc: Don't lock call->tx_lock to access call->tx_buffer
David Howells
1
-10
/
+2
2022-12-01
rxrpc: Transmit ACKs at the point of generation
David Howells
1
-1
/
+0
2022-12-01
rxrpc: Move DATA transmission into call processor work item
David Howells
1
-2
/
+8
2022-12-01
rxrpc: Copy client call parameters into rxrpc_call earlier
David Howells
1
-1
/
+1
2022-12-01
rxrpc: Don't hold a ref for call timer or workqueue
David Howells
1
-0
/
+2
2022-11-08
rxrpc: Don't use a ring buffer for call Tx queue
David Howells
1
-0
/
+34
2022-11-08
rxrpc: Allocate ACK records at proposal and queue for transmission
David Howells
1
-0
/
+1
2022-11-08
rxrpc: Define rxrpc_txbuf struct to carry data to be transmitted
David Howells
1
-0
/
+100