aboutsummaryrefslogtreecommitdiff
path: root/net/rxrpc/peer_event.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-19rxrpc: Fix locking issues in rxrpc_put_peer_locked()Gravatar David Howells 1-3/+7
2022-12-01rxrpc: Remove the _bh annotation from all the spinlocksGravatar David Howells 1-8/+8
2022-12-01rxrpc: Make the I/O thread take over the call and local processor workGravatar David Howells 1-16/+13
2022-12-01rxrpc: Remove RCU from peer->error_targets listGravatar David Howells 1-1/+14
2022-12-01rxrpc: Move error processing into the local endpoint I/O threadGravatar David Howells 1-35/+6
2022-12-01rxrpc: trace: Don't use __builtin_return_address for sk_buff tracingGravatar David Howells 1-4/+4
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_call tracingGravatar David Howells 1-1/+1
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_peer tracingGravatar David Howells 1-4/+4
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_local tracingGravatar David Howells 1-2/+2
2022-12-01rxrpc: Remove the [_k]net() debugging macrosGravatar David Howells 1-46/+2
2022-12-01rxrpc: Remove the [k_]proto() debugging macrosGravatar David Howells 1-4/+0
2022-11-08rxrpc: Use the core ICMP/ICMP6 parsersGravatar David Howells 1-216/+29
2022-11-08net: Change the udp encap_err_rcv to allow use of {ip,ipv6}_icmp_error()Gravatar David Howells 1-54/+17
2022-09-01rxrpc: Fix ICMP/ICMP6 error handlingGravatar David Howells 1-37/+256
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2020-06-08Merge tag 'rxrpc-fixes-20200605' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar David S. Miller 1-3/+1
2020-06-05rxrpc: Fix missing notificationGravatar David Howells 1-3/+1
2020-05-31rxrpc: Map the EACCES error produced by some ICMP6 to EHOSTUNREACHGravatar David Howells 1-0/+3
2020-05-11rxrpc: Fix the excessive initial retransmission timeoutGravatar David Howells 1-46/+0
2020-01-30rxrpc: Fix missing active use pinning of rxrpc_local objectGravatar David Howells 1-19/+23
2019-10-16rxrpc: use rcu protection while reading sk->sk_user_dataGravatar Eric Dumazet 1-4/+8
2019-10-11rxrpc: Fix possible NULL pointer access in ICMP handlingGravatar David Howells 1-0/+3
2019-08-27rxrpc: Use the tx-phase skb flag to simplify tracingGravatar David Howells 1-5/+5
2019-07-30rxrpc: Fix potential deadlockGravatar David Howells 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2019-04-12rxrpc: Clear socket errorGravatar Marc Dionne 1-0/+5
2018-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+1
2018-10-15rxrpc: Fix a missing rxrpc_put_peer() in the error_report handlerGravatar David Howells 1-0/+1
2018-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+5
2018-10-08rxrpc: Fix the packet reception routineGravatar David Howells 1-0/+5
2018-10-04rxrpc: Use IPv4 addresses throught the IPv6Gravatar David Howells 1-5/+7
2018-09-28rxrpc: Fix error distributionGravatar David Howells 1-35/+11
2018-08-08rxrpc: Fix the keepalive generator [ver #2]Gravatar David Howells 1-68/+88
2018-05-10rxrpc: Add a tracepoint to log ICMP/ICMP6 and error messagesGravatar David Howells 1-23/+23
2018-03-30rxrpc: Add a tracepoint to track rxrpc_peer refcountingGravatar David Howells 1-1/+1
2018-03-30rxrpc: Fix firewall route keepaliveGravatar David Howells 1-0/+96
2017-08-29rxrpc: Fix IPv6 supportGravatar David Howells 1-2/+4
2017-04-06rxrpc: Use negative error codes in rxrpc_call structGravatar David Howells 1-1/+1
2016-09-22rxrpc: Add per-peer RTT trackerGravatar David Howells 1-0/+41
2016-09-17rxrpc: Improve skb tracingGravatar David Howells 1-5/+5
2016-09-17rxrpc: Make IPv6 support conditional on CONFIG_IPV6Gravatar David Howells 1-1/+3
2016-09-13rxrpc: Add IPv6 supportGravatar David Howells 1-0/+24
2016-09-08rxrpc: Rewrite the data and ack handling codeGravatar David Howells 1-13/+4
2016-08-30rxrpc: Trace rxrpc_call usageGravatar David Howells 1-0/+1
2016-08-30rxrpc: Calls should only have one terminal stateGravatar David Howells 1-8/+16
2016-06-15rxrpc: Use the peer record to distribute network errorsGravatar David Howells 1-59/+50
2016-06-15rxrpc: Do a little bit of tidying in the ICMP processingGravatar David Howells 1-4/+2
2016-06-15rxrpc: Don't assume anything about the address in an ICMP packetGravatar David Howells 1-8/+0
2016-06-15rxrpc: Break MTU determination from ICMP into its own functionGravatar David Howells 1-39/+54
2016-06-15rxrpc: Rename rxrpc_UDP_error_report() to rxrpc_error_report()Gravatar David Howells 1-1/+1