Age | Commit message (Expand) | Author | Files | Lines |
2023-01-06 | rxrpc: Stash the network namespace pointer in rxrpc_local | David Howells | 1 | -13/+10 |
2022-12-19 | rxrpc: Fix switched parameters in peer tracing | David Howells | 1 | -2/+2 |
2022-12-19 | rxrpc: Fix locking issues in rxrpc_put_peer_locked() | David Howells | 1 | -19/+0 |
2022-12-01 | rxrpc: Remove the _bh annotation from all the spinlocks | David Howells | 1 | -4/+4 |
2022-12-01 | rxrpc: trace: Don't use __builtin_return_address for rxrpc_peer tracing | David Howells | 1 | -18/+16 |
2022-12-01 | rxrpc: trace: Don't use __builtin_return_address for rxrpc_local tracing | David Howells | 1 | -2/+2 |
2022-12-01 | rxrpc: Remove the [_k]net() debugging macros | David Howells | 1 | -5/+1 |
2022-11-08 | rxrpc: Fix congestion management | David Howells | 1 | -6/+1 |
2022-05-22 | rxrpc: Use refcount_t rather than atomic_t | David Howells | 1 | -19/+21 |
2021-11-29 | rxrpc: Fix rxrpc_local leak in rxrpc_lookup_peer() | Eiichi Tsukata | 1 | -5/+9 |
2020-08-20 | rxrpc: Make rxrpc_kernel_get_srtt() indicate validity | David Howells | 1 | -3/+13 |
2020-05-11 | rxrpc: Fix the excessive initial retransmission timeout | David Howells | 1 | -5/+7 |
2019-10-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -7/+11 |
2019-10-07 | rxrpc: rxrpc_peer needs to hold a ref on the rxrpc_local record | David Howells | 1 | -2/+3 |
2019-10-07 | rxrpc: Fix trace-after-put looking at the put peer record | David Howells | 1 | -4/+7 |
2019-10-04 | rxrpc: Add missing "new peer" trace | David Howells | 1 | -0/+2 |
2019-07-30 | rxrpc: Fix potential deadlock | David Howells | 1 | -0/+18 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -5/+1 |
2018-10-09 | rxrpc: Fix the packet reception routine | David Howells | 1 | -0/+1 |
2018-10-05 | rxrpc: Fix some missed refs to init_net | David Howells | 1 | -11/+17 |
2018-09-28 | rxrpc: Fix error distribution | David Howells | 1 | -17/+0 |
2018-09-28 | rxrpc: Make service call handling more robust | David Howells | 1 | -24/+11 |
2018-08-13 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -1/+1 |
2018-08-09 | rxrpc: Fix the keepalive generator [ver #2] | David Howells | 1 | -4/+4 |
2018-06-21 | atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless() | Mark Rutland | 1 | -1/+1 |
2018-03-30 | rxrpc: Fix leak of rxrpc_peer objects | David Howells | 1 | -0/+21 |
2018-03-30 | rxrpc: Add a tracepoint to track rxrpc_peer refcounting | David Howells | 1 | -2/+63 |
2018-03-30 | rxrpc: Fix firewall route keepalive | David Howells | 1 | -1/+6 |
2017-10-18 | rxrpc: Provide functions for allowing cleaner handling of signals | David Howells | 1 | -0/+13 |
2017-06-14 | rxrpc: Cache the congestion window setting | David Howells | 1 | -0/+7 |
2017-05-25 | rxrpc: Support network namespacing | David Howells | 1 | -12/+14 |
2016-10-13 | rxrpc: Fix checking of error from ip6_route_output() | David Howells | 1 | -2/+2 |
2016-09-22 | rxrpc: Reduce the number of ACK-Requests sent | David Howells | 1 | -0/+1 |
2016-09-17 | rxrpc: Make IPv6 support conditional on CONFIG_IPV6 | David Howells | 1 | -0/+10 |
2016-09-14 | rxrpc: Add IPv6 support | David Howells | 1 | -41/+68 |
2016-09-14 | rxrpc: Make sure we initialise the peer hash key | David Howells | 1 | -1/+1 |
2016-09-08 | rxrpc: Rewrite the data and ack handling code | David Howells | 1 | -23/+59 |
2016-08-30 | rxrpc: Provide a way for AFS to ask for the peer address of a call | David Howells | 1 | -0/+15 |
2016-07-06 | rxrpc: Use RCU to access a peer's service connection tree | David Howells | 1 | -1/+1 |
2016-06-22 | rxrpc: Kill off the rxrpc_transport struct | David Howells | 1 | -0/+2 |
2016-06-22 | rxrpc: fix uninitialized variable use | Arnd Bergmann | 1 | -0/+3 |
2016-06-15 | rxrpc: Use the peer record to distribute network errors | David Howells | 1 | -2/+4 |
2016-06-15 | rxrpc: Rework peer object handling to use hash table and RCU | David Howells | 1 | -183/+186 |
2016-06-13 | rxrpc: Rename files matching ar-*.c to git rid of the "ar-" prefix | David Howells | 1 | -0/+305 |