1. 06e8941 RDS: return EMSGSIZE for oversize requests before processing/queueing by Mukesh Kacker · 9 years ago
  2. dfcec25 RDS: make sure rds_send_drop_to properly takes the m_rs_lock by santosh.shilimkar@oracle.com · 9 years ago
  3. 4f73113 RDS: Mark message mapped before transmit by santosh.shilimkar@oracle.com · 9 years ago
  4. 0c48424 RDS: check for congestion updates during rds_send_xmit by santosh.shilimkar@oracle.com · 9 years ago
  5. d5a8ac2 RDS-TCP: Make RDS-TCP work correctly when it is set up in a netns other than init_net by Sowmini Varadhan · 9 years ago
  6. 87ffabb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  7. 443be0e RDS: make sure not to loop forever inside rds_send_xmit by Sowmini Varadhan · 9 years ago
  8. 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 9 years ago
  9. f95b414 net: introduce helper macro for_each_cmsghdr by Gu Zheng · 10 years ago
  10. c0371da put iov_iter into msghdr by Al Viro · 10 years ago
  11. 083735f rds: switch rds_message_copy_from_user() to iov_iter by Al Viro · 10 years ago
  12. 593cbb3 net/rds: fix possible double free on sock tear down by Herton R. Krzesinski · 10 years ago
  13. 4e857c5 arch: Mass conversion of smp_mb__*() by Peter Zijlstra · 10 years ago
  14. 342dfc3 net: add build-time checks for msg->msg_name size by Steffen Hurrle · 11 years ago
  15. 5175a5e RDS: fix rds-ping spinlock recursion by jeff.liu · 12 years ago
  16. a6506e1 Remove printk from rds_sendmsg by Dave Jones · 12 years ago
  17. bc3b2d7 net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules by Paul Gortmaker · 13 years ago
  18. d9b9384 net: add moduleparam.h for users of module_param/MODULE_PARM_DESC by Paul Gortmaker · 13 years ago
  19. cb0a605 net/rds: use prink_ratelimited() instead of printk_ratelimit() by Manuel Zerpies · 13 years ago
  20. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  21. d139ff0 RDS: Let rds_message_alloc_sgs() return NULL by Andy Grover · 14 years ago
  22. ff51bf8 rds: make local functions/variables static by stephen hemminger · 14 years ago
  23. 20c72bd RDS: Implement masked atomic operations by Andy Grover · 14 years ago
  24. 0f4b1c7 rds: fix rds_send_xmit() serialization by Zach Brown · 14 years ago
  25. 671202f rds: remove unused rds_send_acked_before() by Zach Brown · 14 years ago
  26. f3c6808 RDS: introduce rds_conn_connect_if_down() by Zach Brown · 14 years ago
  27. 1cc2228 rds: Fix reference counting on the for xmit_atomic and xmit_rdma by Chris Mason · 14 years ago
  28. c9e6538 rds: Fix RDMA message reference counting by Chris Mason · 14 years ago
  29. 7e3f295 rds: don't let RDS shutdown a connection while senders are present by Chris Mason · 14 years ago
  30. ce47f52 RDS: Update comments in rds_send_xmit() by Andy Grover · 14 years ago
  31. 9e29db0 RDS: Use a generation counter to avoid rds_send_xmit loop by Chris Mason · 14 years ago
  32. acfcd4d RDS: Get pong working again by Andy Grover · 14 years ago
  33. fcc5450 RDS: Remove send_quota from send_xmit() by Andy Grover · 14 years ago
  34. cf4b738 RDS: Fix locking in send on m_rs_lock by Andy Grover · 14 years ago
  35. a7d3a28 RDS: Call rds_send_xmit() directly from sendmsg() by Andy Grover · 14 years ago
  36. 2ad8099 RDS: rds_send_xmit() locking/irq fixes by Andy Grover · 14 years ago
  37. 049ee3f RDS: Change send lock from a mutex to a spinlock by Andy Grover · 14 years ago
  38. 77dd550 RDS: Stop supporting old cong map sending method by Andy Grover · 14 years ago
  39. ff3d7d3 RDS: Perform unmapping ops in stages by Andy Grover · 14 years ago
  40. aa0a4ef RDS: Make sure cmsgs aren't used in improper ways by Andy Grover · 14 years ago
  41. 2c3a5f9 RDS: Add flag for silent ops. Do atomic op before RDMA by Andy Grover · 14 years ago
  42. 940786e RDS: queue failure notifications for dropped atomic ops by Andy Grover · 14 years ago
  43. 372cd7d RDS: Do not set op_active in r_m_copy_from_user(). by Andy Grover · 14 years ago
  44. 5b2366b RDS: Rewrite rds_send_xmit by Andy Grover · 14 years ago
  45. 6c7cc6e RDS: Rename data op members prefix from m_ to op_ by Andy Grover · 14 years ago
  46. f8b3aaf RDS: Remove struct rds_rdma_op by Andy Grover · 14 years ago
  47. 241eef3 RDS: Implement silent atomics by Andy Grover · 15 years ago
  48. 6200ed7 RDS: Whitespace by Andy Grover · 15 years ago
  49. 15133f6 RDS: Implement atomic operations by Andy Grover · 15 years ago
  50. a63273d RDS: Clear up some confusing code in send_remove_from_sock by Andy Grover · 15 years ago
  51. ff87e97 RDS: make m_rdma_op a member of rds_message by Andy Grover · 15 years ago
  52. 21f79af RDS: fold rdma.h into rds.h by Andy Grover · 15 years ago
  53. fc44508 RDS: Explicitly allocate rm in sendmsg() by Andy Grover · 15 years ago
  54. e779137 RDS: break out rdma and data ops into nested structs in rds_message by Andy Grover · 15 years ago
  55. 8690bfa RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisons by Andy Grover · 15 years ago
  56. 9de0864 RDS: Fix locking in send on m_rs_lock by Andy Grover · 14 years ago
  57. 7c82eaf RDS: Rewrite rds_send_drop_to() for clarity by Andy Grover · 14 years ago
  58. aa39514 net: sk_sleep() helper by Eric Dumazet · 14 years ago
  59. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  60. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  61. 561c7df RDS: Do not call set_page_dirty() with irqs off by Andy Grover · 14 years ago
  62. b98ba52 RDS: only put sockets that have seen congestion on the poll_waitq by Andy Grover · 14 years ago
  63. 550a800 RDS: Fix locking in rds_send_drop_to() by Tina Yang · 14 years ago
  64. 048c15e RDS: Fix send locking issue by Tina Yang · 14 years ago
  65. 1123fd7 RDS: sendmsg() should check sndtimeo, not rcvtimeo by Andy Grover · 14 years ago
  66. f64f9e7 net: Move && and || to end of previous line by Joe Perches · 15 years ago
  67. 616b757 RDS: Export symbols from core RDS by Andy Grover · 15 years ago
  68. 49f6969 RDS: Establish connection before parsing CMSGs by Andy Grover · 15 years ago
  69. f1cffcb RDS: Fix m_rs_lock deadlock by Andy Grover · 15 years ago
  70. 5c11559 RDS: send.c by Andy Grover · 15 years ago