index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
rxrpc
/
txbuf.c
Age
Commit message (
Expand
)
Author
Files
Lines
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