summaryrefslogtreecommitdiffstats
path: root/net/rxrpc/peer_object.c
Commit message (Expand)AuthorAgeFilesLines
* rxrpc, afs: Allow afs to pin rxrpc_peer objectsDavid Howells2023-12-241-21/+37
* rxrpc: Stash the network namespace pointer in rxrpc_localDavid Howells2023-01-061-13/+10
* rxrpc: Fix switched parameters in peer tracingDavid Howells2022-12-191-2/+2
* rxrpc: Fix locking issues in rxrpc_put_peer_locked()David Howells2022-12-191-19/+0
* rxrpc: Remove the _bh annotation from all the spinlocksDavid Howells2022-12-011-4/+4
* rxrpc: trace: Don't use __builtin_return_address for rxrpc_peer tracingDavid Howells2022-12-011-18/+16
* rxrpc: trace: Don't use __builtin_return_address for rxrpc_local tracingDavid Howells2022-12-011-2/+2
* rxrpc: Remove the [_k]net() debugging macrosDavid Howells2022-12-011-5/+1
* rxrpc: Fix congestion managementDavid Howells2022-11-081-6/+1
* rxrpc: Use refcount_t rather than atomic_tDavid Howells2022-05-221-19/+21
* rxrpc: Fix rxrpc_local leak in rxrpc_lookup_peer()Eiichi Tsukata2021-11-291-5/+9
* rxrpc: Make rxrpc_kernel_get_srtt() indicate validityDavid Howells2020-08-201-3/+13
* rxrpc: Fix the excessive initial retransmission timeoutDavid Howells2020-05-111-5/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-10-201-7/+11
|\
| * rxrpc: rxrpc_peer needs to hold a ref on the rxrpc_local recordDavid Howells2019-10-071-2/+3
| * rxrpc: Fix trace-after-put looking at the put peer recordDavid Howells2019-10-071-4/+7
* | rxrpc: Add missing "new peer" traceDavid Howells2019-10-041-0/+2
|/
* rxrpc: Fix potential deadlockDavid Howells2019-07-301-0/+18
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* rxrpc: Fix the packet reception routineDavid Howells2018-10-081-0/+1
* rxrpc: Fix some missed refs to init_netDavid Howells2018-10-051-11/+17
* rxrpc: Fix error distributionDavid Howells2018-09-281-17/+0
* rxrpc: Make service call handling more robustDavid Howells2018-09-281-24/+11
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-08-131-1/+1
|\
| * atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland2018-06-211-1/+1
* | rxrpc: Fix the keepalive generator [ver #2]David Howells2018-08-081-4/+4
|/
* rxrpc: Fix leak of rxrpc_peer objectsDavid Howells2018-03-301-0/+21
* rxrpc: Add a tracepoint to track rxrpc_peer refcountingDavid Howells2018-03-301-2/+63
* rxrpc: Fix firewall route keepaliveDavid Howells2018-03-301-1/+6
* rxrpc: Provide functions for allowing cleaner handling of signalsDavid Howells2017-10-181-0/+13
* rxrpc: Cache the congestion window settingDavid Howells2017-06-141-0/+7
* rxrpc: Support network namespacingDavid Howells2017-05-251-12/+14
* rxrpc: Fix checking of error from ip6_route_output()David Howells2016-10-131-2/+2
* rxrpc: Reduce the number of ACK-Requests sentDavid Howells2016-09-221-0/+1
* rxrpc: Make IPv6 support conditional on CONFIG_IPV6David Howells2016-09-171-0/+10
* rxrpc: Add IPv6 supportDavid Howells2016-09-131-41/+68
* rxrpc: Make sure we initialise the peer hash keyDavid Howells2016-09-131-1/+1
* rxrpc: Rewrite the data and ack handling codeDavid Howells2016-09-081-23/+59
* rxrpc: Provide a way for AFS to ask for the peer address of a callDavid Howells2016-08-301-0/+15
* rxrpc: Use RCU to access a peer's service connection treeDavid Howells2016-07-061-1/+1
* rxrpc: Kill off the rxrpc_transport structDavid Howells2016-06-221-0/+2
* rxrpc: fix uninitialized variable useArnd Bergmann2016-06-221-0/+3
* rxrpc: Use the peer record to distribute network errorsDavid Howells2016-06-151-2/+4
* rxrpc: Rework peer object handling to use hash table and RCUDavid Howells2016-06-151-183/+186
* rxrpc: Rename files matching ar-*.c to git rid of the "ar-" prefixDavid Howells2016-06-131-0/+305