index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
rxrpc
/
peer_event.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-19
rxrpc: Fix locking issues in rxrpc_put_peer_locked()
David Howells
1
-3
/
+7
2022-12-01
rxrpc: Remove the _bh annotation from all the spinlocks
David Howells
1
-8
/
+8
2022-12-01
rxrpc: Make the I/O thread take over the call and local processor work
David Howells
1
-16
/
+13
2022-12-01
rxrpc: Remove RCU from peer->error_targets list
David Howells
1
-1
/
+14
2022-12-01
rxrpc: Move error processing into the local endpoint I/O thread
David Howells
1
-35
/
+6
2022-12-01
rxrpc: trace: Don't use __builtin_return_address for sk_buff tracing
David Howells
1
-4
/
+4
2022-12-01
rxrpc: trace: Don't use __builtin_return_address for rxrpc_call tracing
David Howells
1
-1
/
+1
2022-12-01
rxrpc: trace: Don't use __builtin_return_address for rxrpc_peer tracing
David Howells
1
-4
/
+4
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
-46
/
+2
2022-12-01
rxrpc: Remove the [k_]proto() debugging macros
David Howells
1
-4
/
+0
2022-11-08
rxrpc: Use the core ICMP/ICMP6 parsers
David Howells
1
-216
/
+29
2022-11-08
net: Change the udp encap_err_rcv to allow use of {ip,ipv6}_icmp_error()
David Howells
1
-54
/
+17
2022-09-01
rxrpc: Fix ICMP/ICMP6 error handling
David Howells
1
-37
/
+256
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-06-09
Merge tag 'rxrpc-fixes-20200605' of git://git.kernel.org/pub/scm/linux/kernel...
David S. Miller
1
-3
/
+1
2020-06-05
rxrpc: Fix missing notification
David Howells
1
-3
/
+1
2020-05-31
rxrpc: Map the EACCES error produced by some ICMP6 to EHOSTUNREACH
David Howells
1
-0
/
+3
2020-05-11
rxrpc: Fix the excessive initial retransmission timeout
David Howells
1
-46
/
+0
2020-01-31
rxrpc: Fix missing active use pinning of rxrpc_local object
David Howells
1
-19
/
+23
2019-10-16
rxrpc: use rcu protection while reading sk->sk_user_data
Eric Dumazet
1
-4
/
+8
2019-10-12
rxrpc: Fix possible NULL pointer access in ICMP handling
David Howells
1
-0
/
+3
2019-08-27
rxrpc: Use the tx-phase skb flag to simplify tracing
David Howells
1
-5
/
+5
2019-07-30
rxrpc: Fix potential deadlock
David Howells
1
-1
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-5
/
+1
2019-04-13
rxrpc: Clear socket error
Marc Dionne
1
-0
/
+5
2018-10-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2018-10-16
rxrpc: Fix a missing rxrpc_put_peer() in the error_report handler
David Howells
1
-0
/
+1
2018-10-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+5
2018-10-09
rxrpc: Fix the packet reception routine
David Howells
1
-0
/
+5
2018-10-04
rxrpc: Use IPv4 addresses throught the IPv6
David Howells
1
-5
/
+7
2018-09-28
rxrpc: Fix error distribution
David Howells
1
-35
/
+11
2018-08-09
rxrpc: Fix the keepalive generator [ver #2]
David Howells
1
-68
/
+88
2018-05-11
rxrpc: Add a tracepoint to log ICMP/ICMP6 and error messages
David Howells
1
-23
/
+23
2018-03-30
rxrpc: Add a tracepoint to track rxrpc_peer refcounting
David Howells
1
-1
/
+1
2018-03-30
rxrpc: Fix firewall route keepalive
David Howells
1
-0
/
+96
2017-08-29
rxrpc: Fix IPv6 support
David Howells
1
-2
/
+4
2017-04-06
rxrpc: Use negative error codes in rxrpc_call struct
David Howells
1
-1
/
+1
2016-09-22
rxrpc: Add per-peer RTT tracker
David Howells
1
-0
/
+41
2016-09-17
rxrpc: Improve skb tracing
David Howells
1
-5
/
+5
2016-09-17
rxrpc: Make IPv6 support conditional on CONFIG_IPV6
David Howells
1
-1
/
+3
2016-09-14
rxrpc: Add IPv6 support
David Howells
1
-0
/
+24
2016-09-08
rxrpc: Rewrite the data and ack handling code
David Howells
1
-13
/
+4
2016-08-30
rxrpc: Trace rxrpc_call usage
David Howells
1
-0
/
+1
2016-08-30
rxrpc: Calls should only have one terminal state
David Howells
1
-8
/
+16
2016-06-15
rxrpc: Use the peer record to distribute network errors
David Howells
1
-59
/
+50
2016-06-15
rxrpc: Do a little bit of tidying in the ICMP processing
David Howells
1
-4
/
+2
2016-06-15
rxrpc: Don't assume anything about the address in an ICMP packet
David Howells
1
-8
/
+0
2016-06-15
rxrpc: Break MTU determination from ICMP into its own function
David Howells
1
-39
/
+54
2016-06-15
rxrpc: Rename rxrpc_UDP_error_report() to rxrpc_error_report()
David Howells
1
-1
/
+1
[next]