1. e7f40f4 rxrpc: Remove local->defrag_sem by David Howells · 2 years, 4 months ago
  2. af09482 rxrpc: Allow a delay to be injected into packet reception by David Howells · 2 years, 4 months ago
  3. 9d35d88 rxrpc: Move client call connection to the I/O thread by David Howells · 2 years, 4 months ago
  4. 0d6bf31 rxrpc: Move the client conn cache management to the I/O thread by David Howells · 2 years, 3 months ago
  5. f06cb29 rxrpc: Make the set of connection IDs per local endpoint by David Howells · 2 years, 4 months ago
  6. f2cce89 rxrpc: Implement a mechanism to send an event notification to a connection by David Howells · 2 years, 4 months ago
  7. 8a758d9 rxrpc: Stash the network namespace pointer in rxrpc_local by David Howells · 2 years, 4 months ago
  8. 8fbcc83 rxrpc: Fix I/O thread startup getting skipped by David Howells · 2 years, 2 months ago
  9. eaa0239 rxrpc: Fix NULL deref in rxrpc_unuse_local() by David Howells · 2 years, 2 months ago
  10. b034684 rxrpc: Transmit ACKs at the point of generation by David Howells · 5 years ago
  11. a2cf326 rxrpc: Fold __rxrpc_unuse_local() into rxrpc_unuse_local() by David Howells · 2 years, 3 months ago
  12. 5e6ef4f rxrpc: Make the I/O thread take over the call and local processor work by David Howells · 5 years ago
  13. 15f661d rxrpc: Implement a mechanism to send an event notification to a call by David Howells · 2 years, 4 months ago
  14. 446b3e1 rxrpc: Move packet reception processing into I/O thread by David Howells · 2 years, 4 months ago
  15. a275da6 rxrpc: Create a per-local endpoint receive queue and I/O thread by David Howells · 2 years, 4 months ago
  16. 0fde882 rxrpc: trace: Don't use __builtin_return_address for rxrpc_local tracing by David Howells · 2 years, 4 months ago
  17. e969c92 rxrpc: Remove the [_k]net() debugging macros by David Howells · 2 years, 4 months ago
  18. 41cf3a9 rxrpc: Fix missing IPV6 #ifdef by David Howells · 2 years, 3 months ago
  19. 72f0c6f rxrpc: Allocate ACK records at proposal and queue for transmission by David Howells · 5 years ago
  20. b6c66c4 rxrpc: Use the core ICMP/ICMP6 parsers by David Howells · 2 years, 4 months ago
  21. d3d8630 rxrpc: Fix local destruction being repeated by David Howells · 2 years, 9 months ago
  22. ac56a0b rxrpc: Fix ICMP/ICMP6 error handling by David Howells · 2 years, 6 months ago
  23. a0575429 rxrpc: Use refcount_t rather than atomic_t by David Howells · 2 years, 9 months ago
  24. 33912c2 rxrpc: Allow list of in-use local UDP endpoints to be viewed in /proc by David Howells · 2 years, 9 months ago
  25. 39cb9fa rxrpc: Enable IPv6 checksums on transport socket by David Howells · 2 years, 10 months ago
  26. 295f830 rxrpc: Fix dependency on IPv6 in udp tunnel config by Vadim Fedorenko · 4 years ago
  27. 1a9b86c rxrpc: use udp tunnel APIs instead of open code in rxrpc_open_socket by Xin Long · 4 years ago
  28. 5d30c62 rxrpc: call udp_tunnel_encap_enable in rxrpc_open_socket by Xin Long · 4 years ago
  29. 245500d rxrpc: Rewrite the client connection manager by David Howells · 4 years, 8 months ago
  30. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 6 months ago
  31. fce9349 ipv6: add ip6_sock_set_recverr by Christoph Hellwig · 4 years, 9 months ago
  32. 2de569b ipv4: add ip_sock_set_mtu_discover by Christoph Hellwig · 4 years, 9 months ago
  33. db45c0e ipv4: add ip_sock_set_recverr by Christoph Hellwig · 4 years, 9 months ago
  34. 783da70 net: add sock_enable_timestamps by Christoph Hellwig · 4 years, 9 months ago
  35. 0e631ee rxrpc: Fix DATA Tx to disable nofrag for UDP on AF_INET6 socket by David Howells · 4 years, 10 months ago
  36. 04d36d7 rxrpc: Fix missing active use pinning of rxrpc_local object by David Howells · 5 years ago
  37. fac20b9 rxrpc: Fix use-after-free in rxrpc_put_local() by David Howells · 5 years ago
  38. d12040b rxrpc: Fix lack of conn cleanup when local endpoint is cleaned up [ver #2] by David Howells · 5 years ago
  39. 06d9532 rxrpc: Fix read-after-free in rxrpc_queue_local() by David Howells · 6 years ago
  40. b00df84 rxrpc: Fix local endpoint replacement by David Howells · 6 years ago
  41. 68553f1 rxrpc: Fix local refcounting by David Howells · 6 years ago
  42. 730c5fd rxrpc: Fix local endpoint refcounting by David Howells · 6 years ago
  43. b4d0d23 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36 by Thomas Gleixner · 6 years ago
  44. 8b44836 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  45. 032be5f rxrpc: fix race condition in rxrpc_input_packet() by Eric Dumazet · 6 years ago
  46. 936ee65 rxrpc: Mark expected switch fall-through by Gustavo A. R. Silva · 6 years ago
  47. 7f1bc6e sockopt: Rename SO_TIMESTAMP* to SO_TIMESTAMP*_OLD by Deepa Dinamani · 6 years ago
  48. 7ec8dc9 rxrpc: Fix incorrect conditional on IPV6 by David Howells · 6 years ago
  49. 5271953 rxrpc: Use the UDP encap_rcv hook by David Howells · 6 years ago
  50. 2cfa227 rxrpc: Fix the data_ready handler by David Howells · 6 years ago
  51. 37a675e rxrpc: Fix transport sockopts to get IPv4 errors on an IPv6 socket by David Howells · 6 years ago
  52. b604dd9 rxrpc: Fix RTT gathering by David Howells · 6 years ago
  53. bfc18e3 atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless() by Mark Rutland · 7 years ago
  54. f2aeed3 rxrpc: Fix error reception on AF_INET6 sockets by David Howells · 7 years ago
  55. 09d2bf5 rxrpc: Add a tracepoint to track rxrpc_local refcounting by David Howells · 7 years ago
  56. 28036f4 rxrpc: Permit multiple service binding by David Howells · 8 years ago
  57. 2baec2c rxrpc: Support network namespacing by David Howells · 8 years ago
  58. 1e9e5c9 rxrpc: Reduce the rxrpc_local::services list to a pointer by David Howells · 8 years ago
  59. d191274 rxrpc: Make IPv6 support conditional on CONFIG_IPV6 by David Howells · 8 years ago
  60. 75b54cb rxrpc: Add IPv6 support by David Howells · 8 years ago
  61. aaa31cb rxrpc: Don't specify protocol to when creating transport socket by David Howells · 8 years ago
  62. 248f219 rxrpc: Rewrite the data and ack handling code by David Howells · 8 years ago
  63. de8d6c7 rxrpc: Convert rxrpc_local::services to an hlist by David Howells · 8 years ago
  64. dee4636 rxrpc: Add RCU destruction for connections and calls by David Howells · 9 years ago
  65. 999b69f rxrpc: Kill the client connection bundle concept by David Howells · 9 years ago
  66. 5627cc8 rxrpc: Provide more refcount helper functions by David Howells · 9 years ago
  67. 4f95dd7 rxrpc: Rework local endpoint management by David Howells · 9 years ago
  68. 8756361 rxrpc: Separate local endpoint event handling out into its own file by David Howells · 9 years ago
  69. abe89ef rxrpc: Rename rxrpc_UDP_error_report() to rxrpc_error_report() by David Howells · 9 years ago
  70. 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-local.c]
  71. bc6e1ea rxrpc: Trim line-terminal whitespace by David Howells · 9 years ago
  72. 9b6d539 rxrpc: Use pr_<level> and pr_fmt, reduce object size a few KB by Joe Perches · 9 years ago
  73. 0d12f8a rxrpc: Keep the skb private record of the Rx header in host byte order by David Howells · 9 years ago
  74. eeb1bd5 net: Add a struct net parameter to sock_create_kern by Eric W. Biederman · 10 years ago
  75. 44ba069 RxRPC: Handle VERSION Rx protocol packets by David Howells · 10 years ago
  76. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  77. 21454aa net: replace NIPQUAD() in net/*/ by Harvey Harrison · 16 years ago
  78. 91cf45f [NET]: Add the helper kernel_sock_shutdown() by Trond Myklebust · 17 years ago
  79. 651350d [AF_RXRPC]: Add an interface to the AF_RXRPC module for the AFS filesystem to use by David Howells · 18 years ago
  80. 17926a7 [AF_RXRPC]: Provide secure RxRPC sockets for use by userspace and kernel both by David Howells · 18 years ago