summaryrefslogtreecommitdiff
path: root/net/rxrpc/peer_object.c
AgeCommit message (Expand)Author
2023-12-24rxrpc, afs: Allow afs to pin rxrpc_peer objectsDavid Howells
2023-01-06rxrpc: Stash the network namespace pointer in rxrpc_localDavid Howells
2022-12-19rxrpc: Fix switched parameters in peer tracingDavid Howells
2022-12-19rxrpc: Fix locking issues in rxrpc_put_peer_locked()David Howells
2022-12-01rxrpc: Remove the _bh annotation from all the spinlocksDavid 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-12-01rxrpc: Remove the [_k]net() debugging macrosDavid Howells
2022-11-08rxrpc: Fix congestion managementDavid Howells
2022-05-22rxrpc: Use refcount_t rather than atomic_tDavid Howells
2021-11-29rxrpc: Fix rxrpc_local leak in rxrpc_lookup_peer()Eiichi Tsukata
2020-08-20rxrpc: Make rxrpc_kernel_get_srtt() indicate validityDavid Howells
2020-05-11rxrpc: Fix the excessive initial retransmission timeoutDavid Howells
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-10-07rxrpc: rxrpc_peer needs to hold a ref on the rxrpc_local recordDavid Howells
2019-10-07rxrpc: Fix trace-after-put looking at the put peer recordDavid Howells
2019-10-04rxrpc: Add missing "new peer" traceDavid Howells
2019-07-30rxrpc: Fix potential deadlockDavid Howells
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2018-10-08rxrpc: Fix the packet reception routineDavid Howells
2018-10-05rxrpc: Fix some missed refs to init_netDavid Howells
2018-09-28rxrpc: Fix error distributionDavid Howells
2018-09-28rxrpc: Make service call handling more robustDavid Howells
2018-08-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-08-08rxrpc: Fix the keepalive generator [ver #2]David Howells
2018-06-21atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland
2018-03-30rxrpc: Fix leak of rxrpc_peer objectsDavid Howells
2018-03-30rxrpc: Add a tracepoint to track rxrpc_peer refcountingDavid Howells
2018-03-30rxrpc: Fix firewall route keepaliveDavid Howells
2017-10-18rxrpc: Provide functions for allowing cleaner handling of signalsDavid Howells
2017-06-14rxrpc: Cache the congestion window settingDavid Howells
2017-05-25rxrpc: Support network namespacingDavid Howells
2016-10-13rxrpc: Fix checking of error from ip6_route_output()David Howells
2016-09-22rxrpc: Reduce the number of ACK-Requests sentDavid Howells
2016-09-17rxrpc: Make IPv6 support conditional on CONFIG_IPV6David Howells
2016-09-13rxrpc: Add IPv6 supportDavid Howells
2016-09-13rxrpc: Make sure we initialise the peer hash keyDavid Howells
2016-09-08rxrpc: Rewrite the data and ack handling codeDavid Howells
2016-08-30rxrpc: Provide a way for AFS to ask for the peer address of a callDavid Howells
2016-07-06rxrpc: Use RCU to access a peer's service connection treeDavid Howells
2016-06-22rxrpc: Kill off the rxrpc_transport structDavid Howells
2016-06-22rxrpc: fix uninitialized variable useArnd Bergmann
2016-06-15rxrpc: Use the peer record to distribute network errorsDavid Howells
2016-06-15rxrpc: Rework peer object handling to use hash table and RCUDavid Howells
2016-06-13rxrpc: Rename files matching ar-*.c to git rid of the "ar-" prefixDavid Howells