index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
rxrpc
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-14
rxrpc: Fix missing locking causing hanging calls
David Howells
1
-0
/
+4
2024-10-17
rxrpc: Fix uninitialised variable in rxrpc_send_data()
David Howells
1
-5
/
+5
2024-10-10
rxrpc: Fix a race between socket set up and I/O thread creation
David Howells
3
-4
/
+10
2024-08-29
rxrpc: Don't pick values out of the wire header when setting up security
David Howells
1
-4
/
+4
2024-05-17
rxrpc: Only transmit one ACK per jumbo packet received
David Howells
1
-11
/
+35
2024-05-17
rxrpc: Fix congestion control algorithm
David Howells
3
-10
/
+2
2024-05-17
rxrpc: Fix the names of the fields in the ACK trailer struct
David Howells
4
-29
/
+29
2024-05-17
rxrpc: Clients must accept conn from any address
Jeffrey Altman
1
-7
/
+2
2024-02-16
rxrpc: Fix counting of new acks and nacks
David Howells
4
-25
/
+117
2024-02-16
rxrpc: Fix response to PING RESPONSE ACKs to a dead call
David Howells
1
-0
/
+8
2024-02-16
rxrpc: Fix delayed ACKs to not set the reference serial number
David Howells
2
-6
/
+1
2024-02-16
rxrpc: Fix generation of serial numbers to skip zero
David Howells
5
-9
/
+23
2024-02-05
rxrpc_find_service_conn_rcu: fix the usage of read_seqbegin_or_lock()
Oleg Nesterov
1
-1
/
+2
2024-01-25
rxrpc: Fix use of Don't Fragment flag
David Howells
4
-5
/
+17
2024-01-25
rxrpc: Fix skbuff cleanup of call's recvmsg_queue and rx_oos_queue
David Howells
1
-2
/
+2
2023-12-20
rxrpc: Fix some minor issues with bundle tracing
David Howells
1
-3
/
+4
2023-12-03
rxrpc: Defer the response to a PING ACK until we've parsed it
David Howells
1
-13
/
+13
2023-12-03
rxrpc: Fix RTT determination to use any ACK as a source
David Howells
1
-19
/
+16
2023-11-20
rxrpc: Fix two connection reaping bugs
David Howells
2
-2
/
+2
2023-06-28
Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-1
/
+0
2023-06-27
Merge tag 'wq-for-6.5-cleanup-ordered' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2023-06-24
sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
David Howells
1
-1
/
+0
2023-05-30
rxrpc: Truncate UTS_RELEASE for rxrpc version
David Howells
3
-1
/
+12
2023-05-25
rxrpc: Use alloc_ordered_workqueue() to create ordered workqueues
Tejun Heo
1
-1
/
+1
2023-05-05
Merge tag 'net-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
4
-12
/
+23
2023-05-01
rxrpc: Fix timeout of a call that hasn't yet been granted a channel
David Howells
4
-1
/
+13
2023-05-01
rxrpc: Make it so that a waiting process can be aborted
David Howells
1
-2
/
+5
2023-05-01
rxrpc: Fix hard call timeout units
David Howells
1
-1
/
+1
2023-04-27
Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-4
/
+2
2023-04-27
rxrpc: Fix potential data race in rxrpc_wait_to_be_connected()
David Howells
1
-8
/
+4
2023-04-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
3
-14
/
+28
2023-04-23
rxrpc: Fix error when reading rxrpc tokens
Marc Dionne
1
-1
/
+1
2023-04-23
rxrpc: Replace fake flex-array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2023-04-22
rxrpc: Fix potential race in error handling in afs_make_call()
David Howells
2
-13
/
+27
2023-04-18
Change DEFINE_SEMAPHORE() to take a number argument
Peter Zijlstra
1
-4
/
+2
2023-02-21
Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
18
-133
/
+208
2023-02-21
Merge tag 'hardening-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2023-02-20
rxrpc: Fix overproduction of wakeups to recvmsg()
David Howells
2
-2
/
+16
2023-02-07
rxrpc: Reduce unnecessary ack transmission
David Howells
1
-1
/
+1
2023-02-07
rxrpc: Trace ack.rwind
David Howells
2
-4
/
+8
2023-02-07
rxrpc: Fix overwaking on call poking
David Howells
1
-2
/
+4
2023-02-07
rxrpc: Use consume_skb() rather than kfree_skb_reason()
David Howells
1
-2
/
+2
2023-02-03
rxrpc: use bvec_set_page to initialize a bvec
Christoph Hellwig
1
-5
/
+3
2023-01-31
rxrpc: Kill service bundle
David Howells
1
-7
/
+0
2023-01-31
rxrpc: Show consumed and freed packets as non-dropped in dropwatch
David Howells
1
-2
/
+2
2023-01-31
rxrpc: Remove local->defrag_sem
David Howells
3
-9
/
+0
2023-01-31
rxrpc: Don't lock call->tx_lock to access call->tx_buffer
David Howells
1
-10
/
+2
2023-01-31
rxrpc: Simplify ACK handling
David Howells
3
-56
/
+37
2023-01-31
rxrpc: De-atomic call->ackr_window and call->ackr_nr_unacked
David Howells
7
-25
/
+22
2023-01-31
rxrpc: Generate extra pings for RTT during heavy-receive call
David Howells
2
-5
/
+17
[next]