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
/
ar-internal.h
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-01
rxrpc: Transmit ACKs at the point of generation
David Howells
1
-4
/
+1
2022-12-01
rxrpc: Fold __rxrpc_unuse_local() into rxrpc_unuse_local()
David Howells
1
-12
/
+0
2022-12-01
rxrpc: Move the cwnd degradation after transmitting packets
David Howells
1
-0
/
+2
2022-12-01
rxrpc: Trace/count transmission underflows and cwnd resets
David Howells
1
-0
/
+3
2022-12-01
rxrpc: Make the I/O thread take over the call and local processor work
David Howells
1
-31
/
+19
2022-12-01
rxrpc: Extract the peer address from an incoming packet earlier
David Howells
1
-0
/
+2
2022-12-01
rxrpc: Reduce the use of RCU in packet input
David Howells
1
-2
/
+1
2022-12-01
rxrpc: Move DATA transmission into call processor work item
David Howells
1
-1
/
+4
2022-12-01
rxrpc: Copy client call parameters into rxrpc_call earlier
David Howells
1
-1
/
+6
2022-12-01
rxrpc: Implement a mechanism to send an event notification to a call
David Howells
1
-1
/
+4
2022-12-01
rxrpc: Remove call->input_lock
David Howells
1
-1
/
+0
2022-12-01
rxrpc: Move error processing into the local endpoint I/O thread
David Howells
1
-1
/
+3
2022-12-01
rxrpc: Move packet reception processing into I/O thread
David Howells
1
-1
/
+2
2022-12-01
rxrpc: Create a per-local endpoint receive queue and I/O thread
David Howells
1
-0
/
+10
2022-12-01
rxrpc: Split the receive code
David Howells
1
-0
/
+7
2022-12-01
rxrpc: Don't hold a ref for connection workqueue
David Howells
1
-17
/
+8
2022-12-01
rxrpc: Don't hold a ref for call timer or workqueue
David Howells
1
-4
/
+2
2022-12-01
rxrpc: Trace rxrpc_bundle refcount
David Howells
1
-2
/
+2
2022-12-01
rxrpc: trace: Don't use __builtin_return_address for rxrpc_call tracing
David Howells
1
-4
/
+4
2022-12-01
rxrpc: trace: Don't use __builtin_return_address for rxrpc_conn tracing
David Howells
1
-9
/
+12
2022-12-01
rxrpc: trace: Don't use __builtin_return_address for rxrpc_peer tracing
David Howells
1
-5
/
+6
2022-12-01
rxrpc: trace: Don't use __builtin_return_address for rxrpc_local tracing
David Howells
1
-9
/
+32
2022-12-01
rxrpc: Drop rxrpc_conn_parameters from rxrpc_connection and rxrpc_bundle
David Howells
1
-2
/
+14
2022-12-01
rxrpc: Remove the [_k]net() debugging macros
David Howells
1
-10
/
+0
2022-12-01
rxrpc: Remove the [k_]proto() debugging macros
David Howells
1
-10
/
+0
2022-11-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+1
2022-11-18
rxrpc: Fix race between conn bundle lookup and bundle removal [ZDI-CAN-15975]
David Howells
1
-0
/
+1
2022-11-08
rxrpc: Allocate an skcipher each time needed rather than reusing
David Howells
1
-2
/
+0
2022-11-08
rxrpc: Fix congestion management
David Howells
1
-4
/
+5
2022-11-08
rxrpc: Remove the rxtx ring
David Howells
1
-15
/
+0
2022-11-08
rxrpc: Save last ACK's SACK table rather than marking txbufs
David Howells
1
-7
/
+5
2022-11-08
rxrpc: Remove call->lock
David Howells
1
-1
/
+0
2022-11-08
rxrpc: Don't use a ring buffer for call Tx queue
David Howells
1
-18
/
+13
2022-11-08
rxrpc: Get rid of the Rx ring
David Howells
1
-11
/
+18
2022-11-08
rxrpc: Clone received jumbo subpackets and queue separately
David Howells
1
-23
/
+9
2022-11-08
rxrpc: Clean up ACK handling
David Howells
1
-5
/
+5
2022-11-08
rxrpc: Allocate ACK records at proposal and queue for transmission
David Howells
1
-6
/
+15
2022-11-08
rxrpc: Define rxrpc_txbuf struct to carry data to be transmitted
David Howells
1
-0
/
+53
2022-11-08
rxrpc: Remove call->tx_phase
David Howells
1
-1
/
+0
2022-11-08
rxrpc: Remove the flags from the rxrpc_skb tracepoint
David Howells
1
-1
/
+0
2022-11-08
rxrpc: Use the core ICMP/ICMP6 parsers
David Howells
1
-1
/
+0
2022-11-08
net: Change the udp encap_err_rcv to allow use of {ip,ipv6}_icmp_error()
David Howells
1
-1
/
+1
2022-11-08
rxrpc: Record stats for why the REQUEST-ACK flag is being set
David Howells
1
-0
/
+2
2022-11-08
rxrpc: Record statistics about ACK types
David Howells
1
-0
/
+6
2022-11-08
rxrpc: Add stats procfile and DATA packet stats
David Howells
1
-0
/
+17
2022-11-08
rxrpc: Track highest acked serial
David Howells
1
-0
/
+1
2022-09-20
rxrpc: remove rxrpc_max_call_lifetime declaration
Gaosheng Cui
1
-1
/
+0
2022-09-01
rxrpc: Fix ICMP/ICMP6 error handling
David Howells
1
-0
/
+1
2022-05-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-6
/
+7
2022-05-22
rxrpc: Fix decision on when to generate an IDLE ACK
David Howells
1
-2
/
+2
[next]