index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
rxrpc
/
af_rxrpc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2023-06-28
1
-1
/
+0
|
\
|
*
sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
David Howells
2023-06-24
1
-1
/
+0
*
|
Merge tag 'wq-for-6.5-cleanup-ordered' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-06-27
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
rxrpc: Use alloc_ordered_workqueue() to create ordered workqueues
Tejun Heo
2023-05-25
1
-1
/
+1
*
|
rxrpc: Truncate UTS_RELEASE for rxrpc version
David Howells
2023-05-30
1
-0
/
+1
|
/
*
rxrpc: Fix timeout of a call that hasn't yet been granted a channel
David Howells
2023-05-01
1
-0
/
+3
*
rxrpc: Fix potential race in error handling in afs_make_call()
David Howells
2023-04-22
1
-12
/
+25
*
rxrpc: Convert call->recvmsg_lock to a spinlock
David Howells
2023-01-31
1
-1
/
+1
*
rxrpc: Fix incoming call setup race
David Howells
2023-01-07
1
-4
/
+4
*
rxrpc: Move call state changes from recvmsg to I/O thread
David Howells
2023-01-06
1
-3
/
+7
*
rxrpc: Wrap accesses to get call state to put the barrier in one place
David Howells
2023-01-06
1
-1
/
+1
*
rxrpc: Set up a connection bundle from a call, not rxrpc_conn_parameters
David Howells
2023-01-06
1
-1
/
+0
*
rxrpc: Make the set of connection IDs per local endpoint
David Howells
2023-01-06
1
-8
/
+0
*
rxrpc: Remove the _bh annotation from all the spinlocks
David Howells
2022-12-01
1
-2
/
+2
*
rxrpc: Don't use sk->sk_receive_queue.lock to guard socket state changes
David Howells
2022-12-01
1
-4
/
+0
*
rxrpc: trace: Don't use __builtin_return_address for rxrpc_peer tracing
David Howells
2022-12-01
1
-1
/
+1
*
rxrpc: trace: Don't use __builtin_return_address for rxrpc_local tracing
David Howells
2022-12-01
1
-4
/
+4
*
rxrpc: Fix network address validation
David Howells
2022-11-16
1
-4
/
+5
*
rxrpc: Don't use a ring buffer for call Tx queue
David Howells
2022-11-08
1
-3
/
+2
*
rxrpc: Use refcount_t rather than atomic_t
David Howells
2022-05-22
1
-1
/
+1
*
rxrpc: Fix fall-through warnings for Clang
Gustavo A. R. Silva
2021-06-04
1
-0
/
+1
*
rxrpc: Fix deadlock around release of dst cached on udp tunnel
David Howells
2021-01-29
1
-3
/
+3
*
rxrpc: Impose a maximum number of client calls
David Howells
2020-09-08
1
-3
/
+4
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-23
1
-3
/
+3
*
net: pass a sockptr_t into ->setsockopt
Christoph Hellwig
2020-07-24
1
-4
/
+4
*
net: rxrpc: kerneldoc fixes
Andrew Lunn
2020-07-13
1
-1
/
+1
*
rxrpc: add rxrpc_sock_set_min_security_level
Christoph Hellwig
2020-05-28
1
-0
/
+13
*
afs: Fix client call Rx-phase signal handling
David Howells
2020-03-13
1
-30
/
+3
*
rxrpc: Fix call interruptibility handling
David Howells
2020-03-13
1
-2
/
+2
*
rxrpc: Fix missing active use pinning of rxrpc_local object
David Howells
2020-01-30
1
-0
/
+2
*
treewide: Use sizeof_field() macro
Pankaj Bharadiya
2019-12-09
1
-1
/
+1
*
rxrpc: Fix lack of conn cleanup when local endpoint is cleaned up [ver #2]
David Howells
2019-08-30
1
-3
/
+0
*
rxrpc: Don't bother generating maxSkew in the ACK packet
David Howells
2019-08-09
1
-1
/
+1
*
rxrpc: Fix local endpoint refcounting
David Howells
2019-08-09
1
-2
/
+2
*
rxrpc: Fix send on a connected, but unbound socket
David Howells
2019-07-02
1
-2
/
+2
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
1
-5
/
+1
*
rxrpc: Allow the kernel to mark a call as being non-interruptible
David Howells
2019-05-16
1
-0
/
+3
*
rxrpc: Provide kernel interface to set max lifespan on a call
David Howells
2019-05-16
1
-0
/
+25
*
rxrpc: Make rxrpc_kernel_check_life() indicate if call completed
Marc Dionne
2019-04-12
1
-5
/
+9
*
rxrpc: Check address length before reading srx_service field
Tetsuo Handa
2019-04-12
1
-1
/
+2
*
Revert "rxrpc: Allow failed client calls to be retried"
David Howells
2019-01-15
1
-70
/
+0
*
rxrpc: Fix life check
David Howells
2018-11-15
1
-4
/
+23
*
Revert "net: simplify sock_poll_wait"
Karsten Graul
2018-10-23
1
-1
/
+1
*
rxrpc: Allow the reply time to be obtained on a client call
David Howells
2018-10-04
1
-0
/
+14
*
rxrpc: Use IPv4 addresses throught the IPv6
David Howells
2018-10-04
1
-1
/
+2
*
net: simplify sock_poll_wait
Christoph Hellwig
2018-07-30
1
-1
/
+1
*
Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL
Linus Torvalds
2018-06-28
1
-3
/
+7
*
Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2018-06-04
1
-7
/
+3
|
\
|
*
net/rxrpc: convert to ->poll_mask
Christoph Hellwig
2018-05-26
1
-7
/
+3
*
|
rxrpc: Fix the min security level for kernel calls
David Howells
2018-05-10
1
-1
/
+1
|
/
[next]