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
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
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
reconnect-fixes
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
2020-08-11
rxrpc: Fix race between recvmsg and sendmsg on immediate call failure
David Howells
4
-12
/
+28
2020-07-31
rxrpc: Fix sendmsg() returning EPIPE due to recvmsg() returning ENODATA
David Howells
2
-2
/
+2
2020-06-30
rxrpc: Fix handling of rwind from an ACK packet
David Howells
1
-4
/
+3
2020-06-30
rxrpc: Fix notification call on completion of discarded calls
David Howells
1
-0
/
+7
2020-06-25
rxrpc: Adjust /proc/net/rxrpc/calls to display call->debug_id not user_ID
David Howells
1
-3
/
+3
2020-05-27
rxrpc: Fix ack discard
David Howells
1
-4
/
+26
2020-05-27
rxrpc: Trace discarded ACKs
David Howells
1
-2
/
+10
2020-05-27
rxrpc: Fix a memory leak in rxkad_verify_response()
Qiushi Wu
1
-2
/
+1
2020-05-02
rxrpc: Fix DATA Tx to disable nofrag for UDP on AF_INET6 socket
David Howells
2
-41
/
+12
2020-04-23
KEYS: Don't write out to userspace while holding key semaphore
Waiman Long
1
-18
/
+9
2020-04-13
rxrpc: Fix sendmsg(MSG_WAITALL) handling
David Howells
1
-2
/
+2
2020-02-28
rxrpc: Fix call RCU cleanup using non-bh-safe locks
David Howells
1
-3
/
+19
2020-02-11
rxrpc: Fix service call disconnection
David Howells
1
-2
/
+1
2020-02-11
rxrpc: Fix NULL pointer deref due to call->conn being cleared on disconnect
David Howells
5
-24
/
+15
2020-02-11
rxrpc: Fix missing active use pinning of rxrpc_local object
David Howells
5
-40
/
+63
2020-02-11
rxrpc: Fix insufficient receive notification generation
David Howells
1
-4
/
+2
2020-02-11
rxrpc: Fix use-after-free in rxrpc_put_local()
David Howells
1
-1
/
+4
2020-01-27
rxrpc: Fix trace-after-put looking at the put connection record
David Howells
4
-10
/
+13
2020-01-27
rxrpc: Fix lack of conn cleanup when local endpoint is cleaned up [ver #2]
David Howells
5
-5
/
+50
2020-01-27
rxrpc: Fix uninitialized error code in rxrpc_send_data_packet()
David Howells
1
-0
/
+3
2020-01-27
rxrpc: Fix detection of out of order acks
Jeffrey Altman
2
-6
/
+13
2020-01-09
rxrpc: Fix possible NULL pointer access in ICMP handling
David Howells
1
-0
/
+3
2019-11-06
rxrpc: Fix trace-after-put looking at the put peer record
David Howells
1
-4
/
+7
2019-11-06
rxrpc: rxrpc_peer needs to hold a ref on the rxrpc_local record
David Howells
1
-2
/
+3
2019-11-06
rxrpc: Fix call ref leak
David Howells
1
-0
/
+1
2019-08-29
rxrpc: Fix local refcounting
David Howells
1
-5
/
+7
2019-08-29
rxrpc: Fix local endpoint replacement
David Howells
1
-1
/
+1
2019-08-29
rxrpc: Fix read-after-free in rxrpc_queue_local()
David Howells
1
-9
/
+10
2019-08-29
rxrpc: Fix local endpoint refcounting
David Howells
4
-39
/
+72
2019-08-29
rxrpc: Fix the lack of notification when sendmsg() fails on a DATA packet
David Howells
1
-0
/
+1
2019-08-29
rxrpc: Fix potential deadlock
David Howells
3
-1
/
+20
2019-07-28
rxrpc: Fix send on a connected, but unbound socket
David Howells
1
-2
/
+2
2019-05-05
rxrpc: Fix net namespace cleanup
David Howells
1
-16
/
+16
2019-05-02
rxrpc: fix race condition in rxrpc_input_packet()
Eric Dumazet
2
-5
/
+10
2019-04-20
rxrpc: Fix client call connect/disconnect race
David Howells
1
-5
/
+15
2019-03-19
rxrpc: Fix client call queueing, waiting for channel
David Howells
1
-2
/
+2
2019-02-12
rxrpc: bad unlock balance in rxrpc_recvmsg
Eric Dumazet
1
-1
/
+2
2018-11-23
rxrpc: Fix lockup due to no error backoff after ack transmit error
David Howells
3
-8
/
+46
2018-11-04
Revert "net: simplify sock_poll_wait"
Karsten Graul
1
-1
/
+1
2018-10-15
rxrpc: Fix a missing rxrpc_put_peer() in the error_report handler
David Howells
1
-0
/
+1
2018-10-15
rxrpc: Fix incorrect conditional on IPV6
David Howells
1
-1
/
+1
2018-10-15
rxrpc: use correct kvec num when sending BUSY response packet
YueHaibing
1
-1
/
+2
2018-10-15
rxrpc: Fix an uninitialised variable
David Howells
1
-1
/
+1
2018-10-08
rxrpc: Fix the packet reception routine
David Howells
6
-50
/
+105
2018-10-08
rxrpc: Fix connection-level abort handling
David Howells
3
-15
/
+19
2018-10-08
rxrpc: Only take the rwind and mtu values from latest ACK
David Howells
1
-9
/
+10
2018-10-08
rxrpc: Carry call state out of locked section in rxrpc_rotate_tx_window()
David Howells
1
-6
/
+8
2018-10-08
rxrpc: Don't check RXRPC_CALL_TX_LAST after calling rxrpc_rotate_tx_window()
David Howells
1
-16
/
+19
2018-10-08
rxrpc: Don't need to take the RCU read lock in the packet receiver
David Howells
1
-28
/
+13
2018-10-08
rxrpc: Use the UDP encap_rcv hook
David Howells
3
-44
/
+35
[next]