index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
rxrpc
/
conn_client.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-06
rxrpc: Move client call connection to the I/O thread
David Howells
1
-408
/
+125
2023-01-06
rxrpc: Move the client conn cache management to the I/O thread
David Howells
1
-60
/
+32
2023-01-06
rxrpc: Remove call->state_lock
David Howells
1
-6
/
+4
2023-01-06
rxrpc: Set up a connection bundle from a call, not rxrpc_conn_parameters
David Howells
1
-65
/
+67
2023-01-06
rxrpc: Make the set of connection IDs per local endpoint
David Howells
1
-25
/
+19
2023-01-06
rxrpc: Make the local endpoint hold a ref on a connected call
David Howells
1
-3
/
+3
2023-01-06
rxrpc: Stash the network namespace pointer in rxrpc_local
David Howells
1
-1
/
+1
2022-12-19
rxrpc: Fix security setting propagation
David Howells
1
-2
/
+0
2022-12-01
rxrpc: Remove the _bh annotation from all the spinlocks
David Howells
1
-2
/
+2
2022-12-01
rxrpc: Remove RCU from peer->error_targets list
David Howells
1
-0
/
+4
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 connection workqueue
David Howells
1
-23
/
+8
2022-12-01
rxrpc: Trace rxrpc_bundle refcount
David Howells
1
-11
/
+16
2022-12-01
rxrpc: trace: Don't use __builtin_return_address for rxrpc_call tracing
David Howells
1
-1
/
+1
2022-12-01
rxrpc: trace: Don't use __builtin_return_address for rxrpc_conn tracing
David Howells
1
-14
/
+14
2022-12-01
rxrpc: trace: Don't use __builtin_return_address for rxrpc_peer tracing
David Howells
1
-4
/
+4
2022-12-01
rxrpc: trace: Don't use __builtin_return_address for rxrpc_local tracing
David Howells
1
-1
/
+1
2022-12-01
rxrpc: Drop rxrpc_conn_parameters from rxrpc_connection and rxrpc_bundle
David Howells
1
-21
/
+32
2022-12-01
rxrpc: Remove the [_k]net() debugging macros
David Howells
1
-2
/
+0
2022-11-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-15
/
+23
2022-11-18
rxrpc: Fix race between conn bundle lookup and bundle removal [ZDI-CAN-15975]
David Howells
1
-15
/
+23
2022-11-08
rxrpc: Fix congestion management
David Howells
1
-1
/
+2
2022-05-22
rxrpc: Use refcount_t rather than atomic_t
David Howells
1
-14
/
+16
2021-11-29
rxrpc: Fix rxrpc_peer leak in rxrpc_look_up_bundle()
Eiichi Tsukata
1
-5
/
+9
2020-11-23
rxrpc: Merge prime_packet_security into init_connection_security
David Howells
1
-6
/
+0
2020-10-15
rxrpc: Fix loss of final ack on shutdown
David Howells
1
-0
/
+3
2020-10-15
rxrpc: Fix bundle counting for exclusive connections
David Howells
1
-2
/
+3
2020-09-14
rxrpc: Fix an overget of the conn bundle when setting up a client conn
David Howells
1
-1
/
+0
2020-09-14
rxrpc: Fix conn bundle leak in net-namespace exit
David Howells
1
-0
/
+1
2020-09-14
rxrpc: Fix an error goto in rxrpc_connect_call()
David Howells
1
-2
/
+3
2020-09-08
rxrpc: Allow multiple client connections to the same peer
David Howells
1
-0
/
+6
2020-09-08
rxrpc: Rewrite the client connection manager
David Howells
1
-594
/
+487
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-03-14
rxrpc: Fix call interruptibility handling
David Howells
1
-3
/
+10
2020-02-03
rxrpc: Fix NULL pointer deref due to call->conn being cleared on disconnect
David Howells
1
-2
/
+1
2019-10-07
rxrpc: Fix call crypto state cleanup
David Howells
1
-0
/
+3
2019-10-07
rxrpc: Fix trace-after-put looking at the put connection record
David Howells
1
-2
/
+4
2019-08-31
rxrpc: Fix lack of conn cleanup when local endpoint is cleaned up [ver #2]
David Howells
1
-0
/
+44
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36
Thomas Gleixner
1
-6
/
+1
2019-05-16
rxrpc: Allow the kernel to mark a call as being non-interruptible
David Howells
1
-2
/
+6
2019-03-09
rxrpc: Fix client call queueing, waiting for channel
David Howells
1
-2
/
+2
2019-03-08
rxrpc: Fix client call connect/disconnect race
David Howells
1
-5
/
+15
2019-01-16
Revert "rxrpc: Allow failed client calls to be retried"
David Howells
1
-4
/
+1
2018-10-05
rxrpc: Fix some missed refs to init_net
David Howells
1
-4
/
+6
2018-09-28
rxrpc: Fix error distribution
David Howells
1
-2
/
+2
2018-08-01
rxrpc: Trace packet transmission
David Howells
1
-0
/
+1
2018-08-01
rxrpc: remove redundant variables 'sp' and 'did_discard'
YueHaibing
1
-2
/
+0
2018-03-30
rxrpc: Fix apparent leak of rxrpc_local objects
David Howells
1
-0
/
+1
2018-03-30
rxrpc: Fix checker warnings and errors
David Howells
1
-1
/
+1
2018-02-08
rxrpc: Fix received abort handling
David Howells
1
-1
/
+2
[next]