1. 608aecd rxrpc: Fix locking issues in rxrpc_put_peer_locked() by David Howells · 2 years, 1 month ago
  2. 3dd9c8b rxrpc: Remove the _bh annotation from all the spinlocks by David Howells · 5 years ago
  3. 5e6ef4f rxrpc: Make the I/O thread take over the call and local processor work by David Howells · 5 years ago
  4. 29fb4ec rxrpc: Remove RCU from peer->error_targets list by David Howells · 2 years, 3 months ago
  5. ff73482 rxrpc: Move error processing into the local endpoint I/O thread by David Howells · 2 years, 3 months ago
  6. 9a36a6b rxrpc: trace: Don't use __builtin_return_address for sk_buff tracing by David Howells · 2 years, 3 months ago
  7. cb0fc0c rxrpc: trace: Don't use __builtin_return_address for rxrpc_call tracing by David Howells · 2 years, 3 months ago
  8. 47c810a rxrpc: trace: Don't use __builtin_return_address for rxrpc_peer tracing by David Howells · 2 years, 3 months ago
  9. 0fde882 rxrpc: trace: Don't use __builtin_return_address for rxrpc_local tracing by David Howells · 2 years, 3 months ago
  10. e969c92 rxrpc: Remove the [_k]net() debugging macros by David Howells · 2 years, 3 months ago
  11. 2ebdb26 rxrpc: Remove the [k_]proto() debugging macros by David Howells · 2 years, 3 months ago
  12. b6c66c4 rxrpc: Use the core ICMP/ICMP6 parsers by David Howells · 2 years, 3 months ago
  13. 42fb06b net: Change the udp encap_err_rcv to allow use of {ip,ipv6}_icmp_error() by David Howells · 2 years, 3 months ago
  14. ac56a0b rxrpc: Fix ICMP/ICMP6 error handling by David Howells · 2 years, 5 months ago
  15. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
  16. 07a86b0 Merge tag 'rxrpc-fixes-20200605' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by David S. Miller · 4 years, 7 months ago
  17. 5ac0d62 rxrpc: Fix missing notification by David Howells · 4 years, 7 months ago
  18. 23e2db3 rxrpc: Map the EACCES error produced by some ICMP6 to EHOSTUNREACH by David Howells · 4 years, 8 months ago
  19. c410bf01 rxrpc: Fix the excessive initial retransmission timeout by David Howells · 4 years, 8 months ago
  20. 04d36d7 rxrpc: Fix missing active use pinning of rxrpc_local object by David Howells · 5 years ago
  21. 2ca4f6c rxrpc: use rcu protection while reading sk->sk_user_data by Eric Dumazet · 5 years ago
  22. f0308fb rxrpc: Fix possible NULL pointer access in ICMP handling by David Howells · 5 years ago
  23. 987db9f rxrpc: Use the tx-phase skb flag to simplify tracing by David Howells · 5 years ago
  24. 60034d3d rxrpc: Fix potential deadlock by David Howells · 5 years ago
  25. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  26. 56d282d rxrpc: Clear socket error by Marc Dionne · 6 years ago
  27. 2e2d6f0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  28. 1890fea rxrpc: Fix a missing rxrpc_put_peer() in the error_report handler by David Howells · 6 years ago
  29. d864991 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  30. c1e15b4 rxrpc: Fix the packet reception routine by David Howells · 6 years ago
  31. 46894a1 rxrpc: Use IPv4 addresses throught the IPv6 by David Howells · 6 years ago
  32. f334430 rxrpc: Fix error distribution by David Howells · 6 years ago
  33. 330bdcf rxrpc: Fix the keepalive generator [ver #2] by David Howells · 6 years ago
  34. 494337c rxrpc: Add a tracepoint to log ICMP/ICMP6 and error messages by David Howells · 7 years ago
  35. 1159d4b rxrpc: Add a tracepoint to track rxrpc_peer refcounting by David Howells · 7 years ago
  36. ace45be rxrpc: Fix firewall route keepalive by David Howells · 7 years ago
  37. 7b674e3 rxrpc: Fix IPv6 support by David Howells · 7 years ago
  38. 3a92789 rxrpc: Use negative error codes in rxrpc_call struct by David Howells · 8 years ago
  39. cf1a647 rxrpc: Add per-peer RTT tracker by David Howells · 8 years ago
  40. 71f3ca4 rxrpc: Improve skb tracing by David Howells · 8 years ago
  41. d191274 rxrpc: Make IPv6 support conditional on CONFIG_IPV6 by David Howells · 8 years ago
  42. 75b54cb rxrpc: Add IPv6 support by David Howells · 8 years ago
  43. 248f219 rxrpc: Rewrite the data and ack handling code by David Howells · 8 years ago
  44. e34d423 rxrpc: Trace rxrpc_call usage by David Howells · 8 years ago
  45. f5c17aa rxrpc: Calls should only have one terminal state by David Howells · 8 years ago
  46. f66d749 rxrpc: Use the peer record to distribute network errors by David Howells · 9 years ago
  47. fe77d5f rxrpc: Do a little bit of tidying in the ICMP processing by David Howells · 9 years ago
  48. 1c1df86 rxrpc: Don't assume anything about the address in an ICMP packet by David Howells · 9 years ago
  49. 1a70c05 rxrpc: Break MTU determination from ICMP into its own function by David Howells · 9 years ago
  50. abe89ef rxrpc: Rename rxrpc_UDP_error_report() to rxrpc_error_report() by David Howells · 9 years ago
  51. be6e670 rxrpc: Rework peer object handling to use hash table and RCU by David Howells · 9 years ago
  52. 8c3e34a rxrpc: Rename files matching ar-*.c to git rid of the "ar-" prefix by David Howells · 9 years ago[Renamed from net/rxrpc/ar-error.c]
  53. a4373a4 rxrpc: Don't try to map ICMP to error as the lower layer already did that by David Howells · 9 years ago
  54. b4f1342 rxrpc: Adjust some whitespace and comments by David Howells · 9 years ago
  55. 4c198ad rxrpc: Rename call events to begin RXRPC_CALL_EV_ by David Howells · 9 years ago
  56. c247f05 ip: fix error queue empty skb handling by Willem de Bruijn · 10 years ago
  57. 49ca0d8 net-timestamp: no-payload option by Willem de Bruijn · 10 years ago
  58. 364a9e9 sock: deduplicate errqueue dequeue by Willem de Bruijn · 10 years ago
  59. 6c9a2d3 af_rxrpc: Fix UDP MTU calculation from ICMP_FRAG_NEEDED by David Howells · 11 years ago
  60. 4651700 ipv4: Kill ip_rt_frag_needed(). by David S. Miller · 13 years ago
  61. c9d10c4 rxrpc: Kill set but unused variable 'local' in rxrpc_UDP_error_handler() by David S. Miller · 14 years ago
  62. 21454aa net: replace NIPQUAD() in net/*/ by Harvey Harrison · 16 years ago
  63. 224711d [AF_RXRPC]: Sort out MTU handling. by David Howells · 18 years ago
  64. 651350d [AF_RXRPC]: Add an interface to the AF_RXRPC module for the AFS filesystem to use by David Howells · 18 years ago
  65. 17926a7 [AF_RXRPC]: Provide secure RxRPC sockets for use by userspace and kernel both by David Howells · 18 years ago