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