1. d440a1c rxrpc: Kill off the call hash table by David Howells · 8 years ago
  2. 8496af5 rxrpc: Use RCU to access a peer's service connection tree by David Howells · 8 years ago
  3. 1291e9d rxrpc: Move data_ready peer lookup into rxrpc_find_connection() by David Howells · 8 years ago
  4. e8d70ce rxrpc: Prune the contents of the rxrpc_conn_proto struct by David Howells · 8 years ago
  5. 001c112 rxrpc: Maintain an extra ref on a conn for the cache list by David Howells · 8 years ago
  6. d991b4a rxrpc: Move peer lookup from call-accept to new-incoming-conn by David Howells · 8 years ago
  7. 7877a4a rxrpc: Split service connection code out into its own file by David Howells · 8 years ago
  8. c6d2b8d rxrpc: Split client connection code out into its own file by David Howells · 8 years ago
  9. a1399f8 rxrpc: Call channels should have separate call number spaces by David Howells · 8 years ago
  10. dee4636 rxrpc: Add RCU destruction for connections and calls by David Howells · 8 years ago
  11. 2c4579e rxrpc: Move usage count getting into rxrpc_queue_conn() by David Howells · 8 years ago
  12. eb9b9d2 rxrpc: Check that the client conns cache is empty before module removal by David Howells · 8 years ago
  13. bba304d rxrpc: Turn connection #defines into enums and put outside struct def by David Howells · 8 years ago
  14. 5acbee4 rxrpc: Provide queuing helper functions by David Howells · 8 years ago
  15. a263629 rxrpc: Avoid using stack memory in SG lists in rxkad by Herbert Xu · 8 years ago
  16. aa390bb rxrpc: Kill off the rxrpc_transport struct by David Howells · 8 years ago
  17. 999b69f rxrpc: Kill the client connection bundle concept by David Howells · 8 years ago
  18. 5627cc8 rxrpc: Provide more refcount helper functions by David Howells · 8 years ago
  19. 985a5c8 rxrpc: Make rxrpc_send_packet() take a connection not a transport by David Howells · 8 years ago
  20. 4a3388c rxrpc: Use IDR to allocate client conn IDs on a machine-wide basis by David Howells · 8 years ago
  21. 42886ff rxrpc: Pass sk_buff * rather than rxrpc_host_header * to functions by David Howells · 8 years ago
  22. cc8feb8 rxrpc: Fix exclusive connection handling by David Howells · 8 years ago
  23. 19ffa01 rxrpc: Use structs to hold connection params and protocol info by David Howells · 8 years ago
  24. 4f95dd7 rxrpc: Rework local endpoint management by David Howells · 8 years ago
  25. 8756361 rxrpc: Separate local endpoint event handling out into its own file by David Howells · 8 years ago
  26. f66d749 rxrpc: Use the peer record to distribute network errors by David Howells · 8 years ago
  27. abe89ef rxrpc: Rename rxrpc_UDP_error_report() to rxrpc_error_report() by David Howells · 8 years ago
  28. be6e670 rxrpc: Rework peer object handling to use hash table and RCU by David Howells · 8 years ago
  29. 0d81a51 rxrpc: Update the comments in ar-internal.h to reflect renames by David Howells · 8 years ago
  30. 0e119b4 rxrpc: Limit the listening backlog by David Howells · 8 years ago
  31. 2341e07 rxrpc: Simplify connect() implementation and simplify sendmsg() op by David Howells · 8 years ago
  32. 9b6d539 rxrpc: Use pr_<level> and pr_fmt, reduce object size a few KB by Joe Perches · 8 years ago
  33. e0e4d82 rxrpc: Create a null security type and get rid of conditional calls by David Howells · 8 years ago
  34. 648af7f rxrpc: Absorb the rxkad security module by David Howells · 8 years ago
  35. 843099c rxrpc: Don't pass gfp around in incoming call handling functions by David Howells · 8 years ago
  36. dc44b3a rxrpc: Differentiate local and remote abort codes in structs by David Howells · 8 years ago
  37. 5b3e87f rxrpc: Static arrays of strings should be const char *const[] by David Howells · 8 years ago
  38. 8e688d9 rxrpc: Move some miscellaneous bits out into their own file by David Howells · 8 years ago
  39. 1200b68 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  40. dad8aff rxrpc: Replace all unsigned with unsigned int by David Howells · 8 years ago
  41. b4f1342 rxrpc: Adjust some whitespace and comments by David Howells · 8 years ago
  42. 0d12f8a rxrpc: Keep the skb private record of the Rx header in host byte order by David Howells · 8 years ago
  43. 4c198ad rxrpc: Rename call events to begin RXRPC_CALL_EV_ by David Howells · 8 years ago
  44. 5b8848d rxrpc: Convert call flag and event numbers into enums by David Howells · 8 years ago
  45. 1afe593 rxrpc: Use skcipher by Herbert Xu · 8 years ago
  46. 22a3f9a rxrpc: Replace get_seconds with ktime_get_seconds by Ksenija Stanojevic · 9 years ago
  47. a2dd379 Merge remote-tracking branch 'dh/afs' into for-davem by Al Viro · 9 years ago
  48. 44ba069 RxRPC: Handle VERSION Rx protocol packets by David Howells · 9 years ago
  49. 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 9 years ago
  50. 676d236 net: Fix use after free by removing length arg from sk_data_ready callbacks. by David S. Miller · 10 years ago
  51. 7727640 af_rxrpc: Keep rxrpc_call pointers in a hashtable by Tim Smith · 10 years ago
  52. 817913d af_rxrpc: Expose more RxRPC parameters via sysctls by David Howells · 10 years ago
  53. 5873c08 af_rxrpc: Add sysctls for configuring RxRPC parameters by David Howells · 10 years ago
  54. c1b1203 net: misc: Remove extern from function prototypes by Joe Perches · 11 years ago
  55. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 12 years ago
  56. 12fdff3 Add a dummy printk function for the maintenance of unused printks by David Howells · 14 years ago
  57. 4e36a95 RxRPC: Use uX/sX rather than uintX_t/intX_t types by David Howells · 15 years ago
  58. 3394128 RxRPC: Allow key payloads to be passed in XDR form by David Howells · 15 years ago
  59. 1e42198 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 16 years ago
  60. 9f389f4 rxrpc: remove smp_processor_id() from debug macro by Sven Schnelle · 16 years ago
  61. 3bb5da3 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  62. 91e916c net/rxrpc trivial annotations by Al Viro · 16 years ago
  63. 0dc4787 net: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  64. 036c2e2 [AF_RXRPC]: constify function pointer tables by Jan Engelhardt · 16 years ago
  65. 411faf5 [RXRPC]: Remove bogus atomic_* overrides. by David S. Miller · 17 years ago
  66. 651350d [AF_RXRPC]: Add an interface to the AF_RXRPC module for the AFS filesystem to use by David Howells · 17 years ago
  67. 17926a7 [AF_RXRPC]: Provide secure RxRPC sockets for use by userspace and kernel both by David Howells · 17 years ago