index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
rxrpc
Age
Commit message (
Expand
)
Author
2024-05-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-05-08
rxrpc: Only transmit one ACK per jumbo packet received
David Howells
2024-05-08
rxrpc: Fix congestion control algorithm
David Howells
2024-05-03
net: Remove ctl_table sentinel elements from several networking subsystems
Joel Granados
2024-05-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-05-01
rxrpc: Clients must accept conn from any address
Jeffrey Altman
2024-04-30
rxrpc: Fix using alignmask being zero for __page_frag_alloc_align()
Yunsheng Lin
2024-03-29
net: add sk_wake_async_rcu() helper
Eric Dumazet
2024-03-14
rxrpc: Fix error check on ->alloc_txbuf()
David Howells
2024-03-14
rxrpc: Fix use of changed alignment param to page_frag_alloc_align()
David Howells
2024-03-05
rxrpc: Extract useful fields from a received ACK to skb priv data
David Howells
2024-03-05
rxrpc: Clean up the resend algorithm
David Howells
2024-03-05
rxrpc: Record probes after transmission and reduce number of time-gets
David Howells
2024-03-05
rxrpc: Use ktimes for call timeout tracking and set the timer lazily
David Howells
2024-03-05
rxrpc: Differentiate PING ACK transmission traces.
David Howells
2024-03-05
rxrpc: Don't permit resending after all Tx packets acked
David Howells
2024-03-05
rxrpc: Parse received packets before dealing with timeouts
David Howells
2024-03-05
rxrpc: Do zerocopy using MSG_SPLICE_PAGES and page frags
David Howells
2024-03-03
rxrpc: Use rxrpc_txbuf::kvec[0] instead of rxrpc_txbuf::wire
David Howells
2024-02-29
rxrpc: Move rxrpc_send_ACK() to output.c with rxrpc_send_ack_packet()
David Howells
2024-02-29
rxrpc: Don't pick values out of the wire header when setting up security
David Howells
2024-02-29
rxrpc: Split up the DATA packet transmission function
David Howells
2024-02-29
rxrpc: Add a kvec[] to the rxrpc_txbuf struct
David Howells
2024-02-29
rxrpc: Merge together DF/non-DF branches of data Tx function
David Howells
2024-02-29
rxrpc: Do lazy DF flag resetting
David Howells
2024-02-29
rxrpc: Remove atomic handling on some fields only used in I/O thread
David Howells
2024-02-29
rxrpc: Strip barriers and atomics off of timer tracking
David Howells
2024-02-29
rxrpc: Fix the names of the fields in the ACK trailer struct
David Howells
2024-02-29
rxrpc: Note cksum in txbuf
David Howells
2024-02-29
rxrpc: Convert rxrpc_txbuf::flags into a mask and don't use atomics
David Howells
2024-02-29
rxrpc: Record the Tx serial in the rxrpc_txbuf and retransmit trace
David Howells
2024-02-05
rxrpc: Fix counting of new acks and nacks
David Howells
2024-02-05
rxrpc: Fix response to PING RESPONSE ACKs to a dead call
David Howells
2024-02-05
rxrpc: Fix delayed ACKs to not set the reference serial number
David Howells
2024-02-05
rxrpc: Fix generation of serial numbers to skip zero
David Howells
2024-01-11
rxrpc: Fix use of Don't Fragment flag
David Howells
2024-01-11
Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2024-01-07
rxrpc: Fix skbuff cleanup of call's recvmsg_queue and rx_oos_queue
David Howells
2023-12-24
rxrpc: Create a procfile to display outstanding client conn bundles
David Howells
2023-12-24
rxrpc, afs: Allow afs to pin rxrpc_peer objects
David Howells
2023-12-24
rxrpc_find_service_conn_rcu: fix the usage of read_seqbegin_or_lock()
Oleg Nesterov
2023-11-17
rxrpc: Defer the response to a PING ACK until we've parsed it
David Howells
2023-11-17
rxrpc: Fix RTT determination to use any ACK as a source
David Howells
2023-11-17
rxrpc: Fix some minor issues with bundle tracing
David Howells
2023-11-01
rxrpc: Fix two connection reaping bugs
David Howells
2023-06-28
Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2023-06-27
Merge tag 'wq-for-6.5-cleanup-ordered' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-06-24
sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
David Howells
2023-05-30
rxrpc: Truncate UTS_RELEASE for rxrpc version
David Howells
2023-05-25
rxrpc: Use alloc_ordered_workqueue() to create ordered workqueues
Tejun Heo
[next]