summaryrefslogtreecommitdiffstats
path: root/net/rxrpc/local_object.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-131-0/+2
* rxrpc: use udp tunnel APIs instead of open code in rxrpc_open_socketXin Long2021-02-091-45/+24
* rxrpc: call udp_tunnel_encap_enable in rxrpc_open_socketXin Long2021-02-051-5/+2
* rxrpc: Rewrite the client connection managerDavid Howells2020-09-081-2/+2
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-241-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-151-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-311-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-121-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-261-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-041-1/+1
|/
* sockopt: Rename SO_TIMESTAMP* to SO_TIMESTAMP*_OLDDeepa Dinamani2019-02-031-1/+1
* rxrpc: Fix incorrect conditional on IPV6David Howells2018-10-161-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
* rxrpc: Fix transport sockopts to get IPv4 errors on an IPv6 socketDavid Howells2018-09-281-10/+13
* rxrpc: Fix RTT gatheringDavid Howells2018-09-281-0/+9
* atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland2018-06-211-1/+1
* rxrpc: Fix error reception on AF_INET6 socketsDavid Howells2018-05-111-15/+42
* rxrpc: Add a tracepoint to track rxrpc_local refcountingDavid Howells2018-03-301-2/+63
* rxrpc: Permit multiple service bindingDavid Howells2017-06-051-0/+1
* rxrpc: Support network namespacingDavid Howells2017-05-251-24/+24
* rxrpc: Reduce the rxrpc_local::services list to a pointerDavid Howells2016-09-291-2/+1
* rxrpc: Make IPv6 support conditional on CONFIG_IPV6David Howells2016-09-171-0/+2