aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/rxrpc/peer_object.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-04-14rxrpc: kdoc: Update function descriptions and add link from rxrpc.rstDavid Howells1-4/+18
2025-03-10afs: Use the per-peer app data provided by rxrpcDavid Howells1-2/+2
2025-03-10rxrpc: Allow the app to store private data on peer structsDavid Howells1-0/+26
2025-02-21rxrpc: Fix locking issues with the peer record hashDavid Howells1-2/+2
2025-02-21rxrpc: peer->mtu_lock is redundantDavid Howells1-1/+0
2025-01-27rxrpc, afs: Fix peer hash locking vs RCU callbackDavid Howells1-6/+6
2024-12-09rxrpc: Manage RTT per-call rather than per-peerDavid Howells1-7/+2
2024-12-09rxrpc: Use irq-disabling spinlocks between app and I/O threadDavid Howells1-0/+1
2024-12-09rxrpc: Implement path-MTU probing using padded PING ACKs (RFC8899)David Howells1-4/+20
2023-12-24rxrpc, afs: Allow afs to pin rxrpc_peer objectsDavid Howells1-21/+37
2023-01-06rxrpc: Stash the network namespace pointer in rxrpc_localDavid Howells1-13/+10
2022-12-19rxrpc: Fix switched parameters in peer tracingDavid Howells1-2/+2
2022-12-19rxrpc: Fix locking issues in rxrpc_put_peer_locked()David Howells1-19/+0
2022-12-01rxrpc: Remove the _bh annotation from all the spinlocksDavid Howells1-4/+4
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_peer tracingDavid Howells1-18/+16
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_local tracingDavid Howells1-2/+2
2022-12-01rxrpc: Remove the [_k]net() debugging macrosDavid Howells1-5/+1
2022-11-08rxrpc: Fix congestion managementDavid Howells1-6/+1
2022-05-22rxrpc: Use refcount_t rather than atomic_tDavid Howells1-19/+21
2021-11-29rxrpc: Fix rxrpc_local leak in rxrpc_lookup_peer()Eiichi Tsukata1-5/+9
2020-08-20rxrpc: Make rxrpc_kernel_get_srtt() indicate validityDavid Howells1-3/+13
2020-05-11rxrpc: Fix the excessive initial retransmission timeoutDavid Howells1-5/+7
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-7/+11
2019-10-07rxrpc: rxrpc_peer needs to hold a ref on the rxrpc_local recordDavid Howells1-2/+3
2019-10-07rxrpc: Fix trace-after-put looking at the put peer recordDavid Howells1-4/+7
2019-10-04rxrpc: Add missing "new peer" traceDavid Howells1-0/+2
2019-07-30rxrpc: Fix potential deadlockDavid Howells1-0/+18
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2018-10-08rxrpc: Fix the packet reception routineDavid Howells1-0/+1
2018-10-05rxrpc: Fix some missed refs to init_netDavid Howells1-11/+17
2018-09-28rxrpc: Fix error distributionDavid Howells1-17/+0
2018-09-28rxrpc: Make service call handling more robustDavid Howells1-24/+11
2018-08-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2018-08-08rxrpc: Fix the keepalive generator [ver #2]David Howells1-4/+4
2018-06-21atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland1-1/+1
2018-03-30rxrpc: Fix leak of rxrpc_peer objectsDavid Howells1-0/+21
2018-03-30rxrpc: Add a tracepoint to track rxrpc_peer refcountingDavid Howells1-2/+63
2018-03-30rxrpc: Fix firewall route keepaliveDavid Howells1-1/+6
2017-10-18rxrpc: Provide functions for allowing cleaner handling of signalsDavid Howells1-0/+13
2017-06-14rxrpc: Cache the congestion window settingDavid Howells1-0/+7
2017-05-25rxrpc: Support network namespacingDavid Howells1-12/+14
2016-10-13rxrpc: Fix checking of error from ip6_route_output()David Howells1-2/+2
2016-09-22rxrpc: Reduce the number of ACK-Requests sentDavid Howells1-0/+1
2016-09-17rxrpc: Make IPv6 support conditional on CONFIG_IPV6David Howells1-0/+10
2016-09-13rxrpc: Add IPv6 supportDavid Howells1-41/+68
2016-09-13rxrpc: Make sure we initialise the peer hash keyDavid Howells1-1/+1
2016-09-08rxrpc: Rewrite the data and ack handling codeDavid Howells1-23/+59
2016-08-30rxrpc: Provide a way for AFS to ask for the peer address of a callDavid Howells1-0/+15
2016-07-06rxrpc: Use RCU to access a peer's service connection treeDavid Howells1-1/+1
2016-06-22rxrpc: Kill off the rxrpc_transport structDavid Howells1-0/+2