1. a6506e1 Remove printk from rds_sendmsg by Dave Jones · 12 years ago
  2. bc3b2d7 net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules by Paul Gortmaker · 13 years ago
  3. d9b9384 net: add moduleparam.h for users of module_param/MODULE_PARM_DESC by Paul Gortmaker · 13 years ago
  4. cb0a605 net/rds: use prink_ratelimited() instead of printk_ratelimit() by Manuel Zerpies · 13 years ago
  5. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  6. d139ff0 RDS: Let rds_message_alloc_sgs() return NULL by Andy Grover · 14 years ago
  7. ff51bf8 rds: make local functions/variables static by stephen hemminger · 14 years ago
  8. 20c72bd RDS: Implement masked atomic operations by Andy Grover · 14 years ago
  9. 0f4b1c7 rds: fix rds_send_xmit() serialization by Zach Brown · 14 years ago
  10. 671202f rds: remove unused rds_send_acked_before() by Zach Brown · 14 years ago
  11. f3c6808 RDS: introduce rds_conn_connect_if_down() by Zach Brown · 14 years ago
  12. 1cc2228 rds: Fix reference counting on the for xmit_atomic and xmit_rdma by Chris Mason · 14 years ago
  13. c9e6538 rds: Fix RDMA message reference counting by Chris Mason · 14 years ago
  14. 7e3f295 rds: don't let RDS shutdown a connection while senders are present by Chris Mason · 14 years ago
  15. ce47f52 RDS: Update comments in rds_send_xmit() by Andy Grover · 14 years ago
  16. 9e29db0 RDS: Use a generation counter to avoid rds_send_xmit loop by Chris Mason · 14 years ago
  17. acfcd4d RDS: Get pong working again by Andy Grover · 14 years ago
  18. fcc5450 RDS: Remove send_quota from send_xmit() by Andy Grover · 14 years ago
  19. cf4b738 RDS: Fix locking in send on m_rs_lock by Andy Grover · 14 years ago
  20. a7d3a28 RDS: Call rds_send_xmit() directly from sendmsg() by Andy Grover · 14 years ago
  21. 2ad8099 RDS: rds_send_xmit() locking/irq fixes by Andy Grover · 14 years ago
  22. 049ee3f RDS: Change send lock from a mutex to a spinlock by Andy Grover · 14 years ago
  23. 77dd550 RDS: Stop supporting old cong map sending method by Andy Grover · 14 years ago
  24. ff3d7d3 RDS: Perform unmapping ops in stages by Andy Grover · 14 years ago
  25. aa0a4ef RDS: Make sure cmsgs aren't used in improper ways by Andy Grover · 14 years ago
  26. 2c3a5f9 RDS: Add flag for silent ops. Do atomic op before RDMA by Andy Grover · 14 years ago
  27. 940786e RDS: queue failure notifications for dropped atomic ops by Andy Grover · 14 years ago
  28. 372cd7d RDS: Do not set op_active in r_m_copy_from_user(). by Andy Grover · 14 years ago
  29. 5b2366b RDS: Rewrite rds_send_xmit by Andy Grover · 14 years ago
  30. 6c7cc6e RDS: Rename data op members prefix from m_ to op_ by Andy Grover · 14 years ago
  31. f8b3aaf RDS: Remove struct rds_rdma_op by Andy Grover · 14 years ago
  32. 241eef3 RDS: Implement silent atomics by Andy Grover · 15 years ago
  33. 6200ed7 RDS: Whitespace by Andy Grover · 15 years ago
  34. 15133f6 RDS: Implement atomic operations by Andy Grover · 15 years ago
  35. a63273d RDS: Clear up some confusing code in send_remove_from_sock by Andy Grover · 15 years ago
  36. ff87e97 RDS: make m_rdma_op a member of rds_message by Andy Grover · 15 years ago
  37. 21f79af RDS: fold rdma.h into rds.h by Andy Grover · 15 years ago
  38. fc44508 RDS: Explicitly allocate rm in sendmsg() by Andy Grover · 15 years ago
  39. e779137 RDS: break out rdma and data ops into nested structs in rds_message by Andy Grover · 15 years ago
  40. 8690bfa RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisons by Andy Grover · 15 years ago
  41. 9de0864 RDS: Fix locking in send on m_rs_lock by Andy Grover · 14 years ago
  42. 7c82eaf RDS: Rewrite rds_send_drop_to() for clarity by Andy Grover · 14 years ago
  43. aa39514 net: sk_sleep() helper by Eric Dumazet · 14 years ago
  44. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  45. 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
  46. 561c7df RDS: Do not call set_page_dirty() with irqs off by Andy Grover · 14 years ago
  47. b98ba52 RDS: only put sockets that have seen congestion on the poll_waitq by Andy Grover · 14 years ago
  48. 550a800 RDS: Fix locking in rds_send_drop_to() by Tina Yang · 14 years ago
  49. 048c15e RDS: Fix send locking issue by Tina Yang · 14 years ago
  50. 1123fd7 RDS: sendmsg() should check sndtimeo, not rcvtimeo by Andy Grover · 14 years ago
  51. f64f9e7 net: Move && and || to end of previous line by Joe Perches · 15 years ago
  52. 616b757 RDS: Export symbols from core RDS by Andy Grover · 15 years ago
  53. 49f6969 RDS: Establish connection before parsing CMSGs by Andy Grover · 15 years ago
  54. f1cffcb RDS: Fix m_rs_lock deadlock by Andy Grover · 15 years ago
  55. 5c11559 RDS: send.c by Andy Grover · 15 years ago