index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
rxrpc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
rxrpc: Fold __rxrpc_unuse_local() into rxrpc_unuse_local()
David Howells
2022-12-01
2
-14
/
+10
*
rxrpc: Move the cwnd degradation after transmitting packets
David Howells
2022-12-01
4
-24
/
+39
*
rxrpc: Trace/count transmission underflows and cwnd resets
David Howells
2022-12-01
5
-7
/
+23
*
rxrpc: Remove the _bh annotation from all the spinlocks
David Howells
2022-12-01
13
-75
/
+75
*
rxrpc: Make the I/O thread take over the call and local processor work
David Howells
2022-12-01
14
-769
/
+525
*
rxrpc: Extract the peer address from an incoming packet earlier
David Howells
2022-12-01
4
-27
/
+31
*
rxrpc: Reduce the use of RCU in packet input
David Howells
2022-12-01
4
-32
/
+59
*
rxrpc: Simplify skbuff accounting in receive path
David Howells
2022-12-01
2
-61
/
+54
*
rxrpc: Remove RCU from peer->error_targets list
David Howells
2022-12-01
6
-11
/
+28
*
rxrpc: Move DATA transmission into call processor work item
David Howells
2022-12-01
6
-79
/
+156
*
rxrpc: Copy client call parameters into rxrpc_call earlier
David Howells
2022-12-01
10
-48
/
+84
*
rxrpc: Implement a mechanism to send an event notification to a call
David Howells
2022-12-01
5
-5
/
+48
*
rxrpc: Don't use sk->sk_receive_queue.lock to guard socket state changes
David Howells
2022-12-01
1
-4
/
+0
*
rxrpc: Remove call->input_lock
David Howells
2022-12-01
3
-19
/
+5
*
rxrpc: Move error processing into the local endpoint I/O thread
David Howells
2022-12-01
3
-36
/
+38
*
rxrpc: Move packet reception processing into I/O thread
David Howells
2022-12-01
5
-25
/
+47
*
rxrpc: Create a per-local endpoint receive queue and I/O thread
David Howells
2022-12-01
4
-21
/
+91
*
rxrpc: Split the receive code
David Howells
2022-12-01
4
-366
/
+384
*
rxrpc: Don't hold a ref for connection workqueue
David Howells
2022-12-01
8
-123
/
+118
*
rxrpc: Don't hold a ref for call timer or workqueue
David Howells
2022-12-01
4
-79
/
+51
*
rxrpc: trace: Don't use __builtin_return_address for sk_buff tracing
David Howells
2022-12-01
9
-57
/
+51
*
rxrpc: Trace rxrpc_bundle refcount
David Howells
2022-12-01
4
-15
/
+21
*
rxrpc: trace: Don't use __builtin_return_address for rxrpc_call tracing
David Howells
2022-12-01
10
-88
/
+72
*
rxrpc: trace: Don't use __builtin_return_address for rxrpc_conn tracing
David Howells
2022-12-01
8
-55
/
+55
*
rxrpc: trace: Don't use __builtin_return_address for rxrpc_peer tracing
David Howells
2022-12-01
9
-38
/
+39
*
rxrpc: trace: Don't use __builtin_return_address for rxrpc_local tracing
David Howells
2022-12-01
12
-63
/
+93
*
rxrpc: Extract the code from a received ABORT packet much earlier
David Howells
2022-12-01
2
-23
/
+20
*
rxrpc: Drop rxrpc_conn_parameters from rxrpc_connection and rxrpc_bundle
David Howells
2022-12-01
14
-108
/
+131
*
rxrpc: Remove the [_k]net() debugging macros
David Howells
2022-12-01
9
-82
/
+3
*
rxrpc: Remove the [k_]proto() debugging macros
David Howells
2022-12-01
7
-46
/
+3
*
rxrpc: Remove handling of duplicate packets in recvmsg_queue
David Howells
2022-12-01
1
-18
/
+0
*
rxrpc: Fix call leak
David Howells
2022-12-01
1
-1
/
+0
*
rxrpc: Implement an in-kernel rxperf server for testing purposes
David Howells
2022-12-01
4
-0
/
+654
*
rxrpc: Fix checker warning
David Howells
2022-12-01
1
-5
/
+9
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-11-29
2
-15
/
+24
|
\
|
*
rxrpc: Fix race between conn bundle lookup and bundle removal [ZDI-CAN-15975]
David Howells
2022-11-18
2
-15
/
+24
*
|
Merge tag 'rxrpc-next-20221116' of git://git.kernel.org/pub/scm/linux/kernel/...
David S. Miller
2022-11-18
3
-11
/
+19
|
\
\
|
*
|
rxrpc: Fix network address validation
David Howells
2022-11-16
1
-4
/
+5
|
*
|
rxrpc: Fix oops from calling udpv6_sendmsg() on AF_INET socket
David Howells
2022-11-16
1
-6
/
+12
|
*
|
rxrpc: Fix missing IPV6 #ifdef
David Howells
2022-11-14
1
-1
/
+2
*
|
|
rxrpc: uninitialized variable in rxrpc_send_ack_packet()
Dan Carpenter
2022-11-18
1
-2
/
+0
*
|
|
rxrpc: fix rxkad_verify_response()
Dan Carpenter
2022-11-18
1
-2
/
+4
|
/
/
*
|
rxrpc: Allocate an skcipher each time needed rather than reusing
David Howells
2022-11-08
2
-26
/
+28
*
|
rxrpc: Fix congestion management
David Howells
2022-11-08
10
-20
/
+59
*
|
rxrpc: Remove the rxtx ring
David Howells
2022-11-08
2
-39
/
+0
*
|
rxrpc: Save last ACK's SACK table rather than marking txbufs
David Howells
2022-11-08
5
-116
/
+180
*
|
rxrpc: Remove call->lock
David Howells
2022-11-08
5
-32
/
+3
*
|
rxrpc: Don't use a ring buffer for call Tx queue
David Howells
2022-11-08
11
-423
/
+309
*
|
rxrpc: Get rid of the Rx ring
David Howells
2022-11-08
10
-199
/
+279
*
|
rxrpc: Clone received jumbo subpackets and queue separately
David Howells
2022-11-08
7
-410
/
+240
[prev]
[next]