summaryrefslogtreecommitdiff
path: root/net/rxrpc/peer_event.c
AgeCommit message (Expand)Author
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: Make the I/O thread take over the call and local processor workDavid Howells
2022-12-01rxrpc: Remove RCU from peer->error_targets listDavid Howells
2022-12-01rxrpc: Move error processing into the local endpoint I/O threadDavid Howells
2022-12-01rxrpc: trace: Don't use __builtin_return_address for sk_buff tracingDavid Howells
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_call tracingDavid 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-12-01rxrpc: Remove the [k_]proto() debugging macrosDavid Howells
2022-11-08rxrpc: Use the core ICMP/ICMP6 parsersDavid Howells
2022-11-08net: Change the udp encap_err_rcv to allow use of {ip,ipv6}_icmp_error()David Howells
2022-09-01rxrpc: Fix ICMP/ICMP6 error handlingDavid Howells
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-06-08Merge tag 'rxrpc-fixes-20200605' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller
2020-06-05rxrpc: Fix missing notificationDavid Howells
2020-05-31rxrpc: Map the EACCES error produced by some ICMP6 to EHOSTUNREACHDavid Howells
2020-05-11rxrpc: Fix the excessive initial retransmission timeoutDavid Howells
2020-01-30rxrpc: Fix missing active use pinning of rxrpc_local objectDavid Howells
2019-10-16rxrpc: use rcu protection while reading sk->sk_user_dataEric Dumazet
2019-10-11rxrpc: Fix possible NULL pointer access in ICMP handlingDavid Howells
2019-08-27rxrpc: Use the tx-phase skb flag to simplify tracingDavid Howells
2019-07-30rxrpc: Fix potential deadlockDavid Howells
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-04-12rxrpc: Clear socket errorMarc Dionne
2018-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-10-15rxrpc: Fix a missing rxrpc_put_peer() in the error_report handlerDavid Howells
2018-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-10-08rxrpc: Fix the packet reception routineDavid Howells
2018-10-04rxrpc: Use IPv4 addresses throught the IPv6David Howells
2018-09-28rxrpc: Fix error distributionDavid Howells
2018-08-08rxrpc: Fix the keepalive generator [ver #2]David Howells
2018-05-10rxrpc: Add a tracepoint to log ICMP/ICMP6 and error messagesDavid Howells
2018-03-30rxrpc: Add a tracepoint to track rxrpc_peer refcountingDavid Howells
2018-03-30rxrpc: Fix firewall route keepaliveDavid Howells
2017-08-29rxrpc: Fix IPv6 supportDavid Howells
2017-04-06rxrpc: Use negative error codes in rxrpc_call structDavid Howells
2016-09-22rxrpc: Add per-peer RTT trackerDavid Howells
2016-09-17rxrpc: Improve skb tracingDavid Howells
2016-09-17rxrpc: Make IPv6 support conditional on CONFIG_IPV6David Howells
2016-09-13rxrpc: Add IPv6 supportDavid Howells
2016-09-08rxrpc: Rewrite the data and ack handling codeDavid Howells
2016-08-30rxrpc: Trace rxrpc_call usageDavid Howells
2016-08-30rxrpc: Calls should only have one terminal stateDavid Howells
2016-06-15rxrpc: Use the peer record to distribute network errorsDavid Howells
2016-06-15rxrpc: Do a little bit of tidying in the ICMP processingDavid Howells
2016-06-15rxrpc: Don't assume anything about the address in an ICMP packetDavid Howells
2016-06-15rxrpc: Break MTU determination from ICMP into its own functionDavid Howells
2016-06-15rxrpc: Rename rxrpc_UDP_error_report() to rxrpc_error_report()David Howells