summaryrefslogtreecommitdiff
path: root/net/rxrpc/af_rxrpc.c
AgeCommit message (Expand)Author
2024-03-05rxrpc: Use ktimes for call timeout tracking and set the timer lazilyDavid Howells
2023-12-24rxrpc, afs: Allow afs to pin rxrpc_peer objectsDavid Howells
2023-06-28Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-06-27Merge tag 'wq-for-6.5-cleanup-ordered' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells
2023-05-30rxrpc: Truncate UTS_RELEASE for rxrpc versionDavid Howells
2023-05-25rxrpc: Use alloc_ordered_workqueue() to create ordered workqueuesTejun Heo
2023-05-01rxrpc: Fix timeout of a call that hasn't yet been granted a channelDavid Howells
2023-04-22rxrpc: Fix potential race in error handling in afs_make_call()David Howells
2023-01-31rxrpc: Convert call->recvmsg_lock to a spinlockDavid Howells
2023-01-07rxrpc: Fix incoming call setup raceDavid Howells
2023-01-06rxrpc: Move call state changes from recvmsg to I/O threadDavid Howells
2023-01-06rxrpc: Wrap accesses to get call state to put the barrier in one placeDavid Howells
2023-01-06rxrpc: Set up a connection bundle from a call, not rxrpc_conn_parametersDavid Howells
2023-01-06rxrpc: Make the set of connection IDs per local endpointDavid Howells
2022-12-01rxrpc: Remove the _bh annotation from all the spinlocksDavid Howells
2022-12-01rxrpc: Don't use sk->sk_receive_queue.lock to guard socket state changesDavid Howells
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_peer tracingDavid Howells
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_local tracingDavid Howells
2022-11-16rxrpc: Fix network address validationDavid Howells
2022-11-08rxrpc: Don't use a ring buffer for call Tx queueDavid Howells
2022-05-22rxrpc: Use refcount_t rather than atomic_tDavid Howells
2021-06-04rxrpc: Fix fall-through warnings for ClangGustavo A. R. Silva
2021-01-29rxrpc: Fix deadlock around release of dst cached on udp tunnelDavid Howells
2020-09-08rxrpc: Impose a maximum number of client callsDavid Howells
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig
2020-07-13net: rxrpc: kerneldoc fixesAndrew Lunn
2020-05-28rxrpc: add rxrpc_sock_set_min_security_levelChristoph Hellwig
2020-03-13afs: Fix client call Rx-phase signal handlingDavid Howells
2020-03-13rxrpc: Fix call interruptibility handlingDavid Howells
2020-01-30rxrpc: Fix missing active use pinning of rxrpc_local objectDavid Howells
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya
2019-08-30rxrpc: Fix lack of conn cleanup when local endpoint is cleaned up [ver #2]David Howells
2019-08-09rxrpc: Don't bother generating maxSkew in the ACK packetDavid Howells
2019-08-09rxrpc: Fix local endpoint refcountingDavid Howells
2019-07-02rxrpc: Fix send on a connected, but unbound socketDavid Howells
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-16rxrpc: Allow the kernel to mark a call as being non-interruptibleDavid Howells
2019-05-16rxrpc: Provide kernel interface to set max lifespan on a callDavid Howells
2019-04-12rxrpc: Make rxrpc_kernel_check_life() indicate if call completedMarc Dionne
2019-04-12rxrpc: Check address length before reading srx_service fieldTetsuo Handa
2019-01-15Revert "rxrpc: Allow failed client calls to be retried"David Howells
2018-11-15rxrpc: Fix life checkDavid Howells
2018-10-23Revert "net: simplify sock_poll_wait"Karsten Graul
2018-10-04rxrpc: Allow the reply time to be obtained on a client callDavid Howells
2018-10-04rxrpc: Use IPv4 addresses throught the IPv6David Howells
2018-07-30net: simplify sock_poll_waitChristoph Hellwig
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds