summaryrefslogtreecommitdiffstats
path: root/net/rxrpc/peer_event.c
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Fix locking issues in rxrpc_put_peer_locked()David Howells2022-12-191-3/+7
* rxrpc: Remove the _bh annotation from all the spinlocksDavid Howells2022-12-011-8/+8
* rxrpc: Make the I/O thread take over the call and local processor workDavid Howells2022-12-011-16/+13
* rxrpc: Remove RCU from peer->error_targets listDavid Howells2022-12-011-1/+14
* rxrpc: Move error processing into the local endpoint I/O threadDavid Howells2022-12-011-35/+6
* rxrpc: trace: Don't use __builtin_return_address for sk_buff tracingDavid Howells2022-12-011-4/+4
* rxrpc: trace: Don't use __builtin_return_address for rxrpc_call tracingDavid Howells2022-12-011-1/+1
* rxrpc: trace: Don't use __builtin_return_address for rxrpc_peer tracingDavid Howells2022-12-011-4/+4
* 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-46/+2
* rxrpc: Remove the [k_]proto() debugging macrosDavid Howells2022-12-011-4/+0
* rxrpc: Use the core ICMP/ICMP6 parsersDavid Howells2022-11-081-216/+29
* net: Change the udp encap_err_rcv to allow use of {ip,ipv6}_icmp_error()David Howells2022-11-081-54/+17
* rxrpc: Fix ICMP/ICMP6 error handlingDavid Howells2022-09-011-37/+256
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* Merge tag 'rxrpc-fixes-20200605' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller2020-06-081-3/+1
|\
| * rxrpc: Fix missing notificationDavid Howells2020-06-051-3/+1
* | rxrpc: Map the EACCES error produced by some ICMP6 to EHOSTUNREACHDavid Howells2020-05-311-0/+3
|/
* rxrpc: Fix the excessive initial retransmission timeoutDavid Howells2020-05-111-46/+0
* rxrpc: Fix missing active use pinning of rxrpc_local objectDavid Howells2020-01-301-19/+23
* rxrpc: use rcu protection while reading sk->sk_user_dataEric Dumazet2019-10-161-4/+8
* rxrpc: Fix possible NULL pointer access in ICMP handlingDavid Howells2019-10-111-0/+3
* rxrpc: Use the tx-phase skb flag to simplify tracingDavid Howells2019-08-271-5/+5
* rxrpc: Fix potential deadlockDavid Howells2019-07-301-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* rxrpc: Clear socket errorMarc Dionne2019-04-121-0/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-191-0/+1
|\
| * rxrpc: Fix a missing rxrpc_put_peer() in the error_report handlerDavid Howells2018-10-151-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-121-0/+5
|\|
| * rxrpc: Fix the packet reception routineDavid Howells2018-10-081-0/+5
* | rxrpc: Use IPv4 addresses throught the IPv6David Howells2018-10-041-5/+7
|/
* rxrpc: Fix error distributionDavid Howells2018-09-281-35/+11
* rxrpc: Fix the keepalive generator [ver #2]David Howells2018-08-081-68/+88
* rxrpc: Add a tracepoint to log ICMP/ICMP6 and error messagesDavid Howells2018-05-101-23/+23
* rxrpc: Add a tracepoint to track rxrpc_peer refcountingDavid Howells2018-03-301-1/+1
* rxrpc: Fix firewall route keepaliveDavid Howells2018-03-301-0/+96
* rxrpc: Fix IPv6 supportDavid Howells2017-08-291-2/+4
* rxrpc: Use negative error codes in rxrpc_call structDavid Howells2017-04-061-1/+1
* rxrpc: Add per-peer RTT trackerDavid Howells2016-09-221-0/+41
* rxrpc: Improve skb tracingDavid Howells2016-09-171-5/+5
* rxrpc: Make IPv6 support conditional on CONFIG_IPV6David Howells2016-09-171-1/+3
* rxrpc: Add IPv6 supportDavid Howells2016-09-131-0/+24
* rxrpc: Rewrite the data and ack handling codeDavid Howells2016-09-081-13/+4
* rxrpc: Trace rxrpc_call usageDavid Howells2016-08-301-0/+1
* rxrpc: Calls should only have one terminal stateDavid Howells2016-08-301-8/+16
* rxrpc: Use the peer record to distribute network errorsDavid Howells2016-06-151-59/+50
* rxrpc: Do a little bit of tidying in the ICMP processingDavid Howells2016-06-151-4/+2
* rxrpc: Don't assume anything about the address in an ICMP packetDavid Howells2016-06-151-8/+0
* rxrpc: Break MTU determination from ICMP into its own functionDavid Howells2016-06-151-39/+54
* rxrpc: Rename rxrpc_UDP_error_report() to rxrpc_error_report()David Howells2016-06-151-1/+1