summaryrefslogtreecommitdiff
path: root/net/rxrpc/local_object.c
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Remove local->defrag_semDavid Howells2023-01-311-1/+0
* rxrpc: Allow a delay to be injected into packet receptionDavid Howells2023-01-311-0/+6
* rxrpc: Move client call connection to the I/O threadDavid Howells2023-01-061-3/+3
* rxrpc: Move the client conn cache management to the I/O threadDavid Howells2023-01-061-0/+17
* rxrpc: Make the set of connection IDs per local endpointDavid Howells2023-01-061-0/+10
* rxrpc: Implement a mechanism to send an event notification to a connectionDavid Howells2023-01-061-0/+1
* rxrpc: Stash the network namespace pointer in rxrpc_localDavid Howells2023-01-061-3/+4
* rxrpc: Fix I/O thread startup getting skippedDavid Howells2022-12-191-0/+2
* rxrpc: Fix NULL deref in rxrpc_unuse_local()David Howells2022-12-191-1/+2
* rxrpc: Transmit ACKs at the point of generationDavid Howells2022-12-011-2/+0
* rxrpc: Fold __rxrpc_unuse_local() into rxrpc_unuse_local()David Howells2022-12-011-2/+10
* rxrpc: Make the I/O thread take over the call and local processor workDavid Howells2022-12-011-68/+1
* rxrpc: Implement a mechanism to send an event notification to a callDavid Howells2022-12-011-0/+1
* rxrpc: Move packet reception processing into I/O threadDavid Howells2022-12-011-1/+1
* rxrpc: Create a per-local endpoint receive queue and I/O threadDavid Howells2022-12-011-17/+22
* rxrpc: trace: Don't use __builtin_return_address for rxrpc_local tracingDavid Howells2022-12-011-35/+43
* rxrpc: Remove the [_k]net() debugging macrosDavid Howells2022-12-011-8/+0
* rxrpc: Fix missing IPV6 #ifdefDavid Howells2022-11-141-1/+2
* rxrpc: Allocate ACK records at proposal and queue for transmissionDavid Howells2022-11-081-0/+7
* rxrpc: Use the core ICMP/ICMP6 parsersDavid Howells2022-11-081-0/+13
* rxrpc: Fix local destruction being repeatedDavid Howells2022-09-011-0/+3
* rxrpc: Fix ICMP/ICMP6 error handlingDavid Howells2022-09-011-0/+1
* rxrpc: Use refcount_t rather than atomic_tDavid Howells2022-05-221-15/+16
* rxrpc: Allow list of in-use local UDP endpoints to be viewed in /procDavid Howells2022-05-221-19/+18
* rxrpc: Enable IPv6 checksums on transport socketDavid Howells2022-04-301-0/+3
* rxrpc: Fix dependency on IPv6 in udp tunnel configVadim Fedorenko2021-02-121-0/+2
* rxrpc: use udp tunnel APIs instead of open code in rxrpc_open_socketXin Long2021-02-081-45/+24
* rxrpc: call udp_tunnel_encap_enable in rxrpc_open_socketXin Long2021-02-041-5/+2
* rxrpc: Rewrite the client connection managerDavid Howells2020-09-081-2/+2
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* ipv6: add ip6_sock_set_recverrChristoph Hellwig2020-05-281-8/+2
* ipv4: add ip_sock_set_mtu_discoverChristoph Hellwig2020-05-281-7/+1
* ipv4: add ip_sock_set_recverrChristoph Hellwig2020-05-281-7/+1
* net: add sock_enable_timestampsChristoph Hellwig2020-05-281-7/+1
* rxrpc: Fix DATA Tx to disable nofrag for UDP on AF_INET6 socketDavid Howells2020-04-141-9/+0
* rxrpc: Fix missing active use pinning of rxrpc_local objectDavid Howells2020-01-301-11/+7
* rxrpc: Fix use-after-free in rxrpc_put_local()David Howells2020-01-301-1/+4
* rxrpc: Fix lack of conn cleanup when local endpoint is cleaned up [ver #2]David Howells2019-08-301-1/+4
* rxrpc: Fix read-after-free in rxrpc_queue_local()David Howells2019-08-141-9/+10
* rxrpc: Fix local endpoint replacementDavid Howells2019-08-141-1/+1
* rxrpc: Fix local refcountingDavid Howells2019-08-111-5/+7
* rxrpc: Fix local endpoint refcountingDavid Howells2019-08-091-32/+54
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner2019-05-241-5/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-251-1/+2
|\
| * rxrpc: fix race condition in rxrpc_input_packet()Eric Dumazet2019-04-241-1/+2
* | rxrpc: Mark expected switch fall-throughGustavo A. R. Silva2019-04-031-1/+1
|/
* sockopt: Rename SO_TIMESTAMP* to SO_TIMESTAMP*_OLDDeepa Dinamani2019-02-031-1/+1
* rxrpc: Fix incorrect conditional on IPV6David Howells2018-10-151-1/+1
* rxrpc: Use the UDP encap_rcv hookDavid Howells2018-10-081-5/+22
* rxrpc: Fix the data_ready handlerDavid Howells2018-10-051-5/+6