index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
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
2017-11-24
rxrpc: Fix conn expiry timers
David Howells
1
-11
/
+19
2017-11-24
rxrpc: Fix service endpoint expiry
David Howells
1
-0
/
+2
2017-11-24
rxrpc: Fix call timeouts
David Howells
1
-2
/
+2
2017-11-24
rxrpc: Delay terminal ACK transmission on a client call
David Howells
1
-0
/
+18
2017-08-29
rxrpc: Allow failed client calls to be retried
David Howells
1
-3
/
+14
2017-06-14
rxrpc: Cache the congestion window setting
David Howells
1
-0
/
+6
2017-06-05
rxrpc: Add service upgrade support for client connections
David Howells
1
-8
/
+35
2017-06-05
rxrpc: Separate the connection's protocol service ID from the lookup ID
David Howells
1
-0
/
+4
[next]