1. f9da455 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  2. 0172837 rds/tcp_listen: Replace comma with semicolon by Himangi Saraogi · 10 years ago
  3. cc2afe9 RDS/RDMA: Replace comma with semicolon by Himangi Saraogi · 10 years ago
  4. 71fd762 net: rds: Use time_after() for time comparison by Manuel Schölling · 10 years ago
  5. be7faf7 rds: remove the unneed NULL checking by wangweidong · 10 years ago
  6. 4e857c5 arch: Mass conversion of smp_mb__*() by Peter Zijlstra · 10 years ago
  7. 676d236 net: Fix use after free by removing length arg from sk_data_ready callbacks. by David S. Miller · 10 years ago
  8. bf39b42 rds: prevent dereference of a NULL device in rds_iw_laddr_check by Sasha Levin · 10 years ago
  9. 342dfc3 net: add build-time checks for msg->msg_name size by Steffen Hurrle · 10 years ago
  10. 4180442 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  11. c196403 net: rds: fix per-cpu helper usage by Gerald Schaefer · 10 years ago
  12. 63862b5 net: replace macros net_random and net_srandom with direct calls to prandom by Aruna-Hewapathirane · 10 years ago
  13. c234975 rds: prevent dereference of a NULL device by Sasha Levin · 11 years ago
  14. 18fc25c rds: prevent BUG_ON triggered on congestion update to loopback by Venkat Venkatsubra · 11 years ago
  15. f3d3342 net: rework recvmsg handler msg_name and msg_namelen logic by Hannes Frederic Sowa · 11 years ago
  16. 1bbdcee inet: convert inet_ehash_secret and ipv6_hash_secret to net_get_random_once by Hannes Frederic Sowa · 11 years ago
  17. 65cd803 ipv4: split inet_ehashfn to hash functions per compilation unit by Hannes Frederic Sowa · 11 years ago
  18. c1b1203 net: misc: Remove extern from function prototypes by Joe Perches · 11 years ago
  19. fe2c633 net: Convert uses of typedef ctl_table to struct ctl_table by Joe Perches · 11 years ago
  20. 2e85d67 net/rds: zero last byte for strncpy by Chen Gang · 11 years ago
  21. 9da060d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  22. 7dac1b5 rds: simplify a warning message by Cong Wang · 11 years ago
  23. ece6b0a rds: limit the size allocated by rds_message_alloc() by Cong Wang · 11 years ago
  24. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  25. e34430e net/rds: remove depends on CONFIG_EXPERIMENTAL by Kees Cook · 12 years ago
  26. a496759 IB/rds: suppress incompatible protocol when version is known by Marciniszyn, Mike · 12 years ago
  27. f2e9bd7 IB/rds: Correct ib_api use with gs_dma_address/sg_dma_len by Marciniszyn, Mike · 12 years ago
  28. ae4b46e net: rds: use this_cpu_* per-cpu helper by Shan Wei · 12 years ago
  29. 5175a5e RDS: fix rds-ping spinlock recursion by jeff.liu · 12 years ago
  30. bfdc587 rds: Don't disable BH on BH context by Ying Xue · 12 years ago
  31. 06b6a1c rds: set correct msg_namelen by Weiping Pan · 12 years ago
  32. 2c53040 net: Fix (nearly-)kernel-doc comments for various functions by Ben Hutchings · 12 years ago
  33. a0c6ffb rds_rdma: don't assume infiniband device is PCI by Thadeu Lima de Souza Cascardo · 12 years ago
  34. 4a17fd5 sock: Introduce named constants for sk_reuse by Pavel Emelyanov · 12 years ago
  35. ec8f23c net: Convert all sysctl registrations to register_net_sysctl by Eric W. Biederman · 12 years ago
  36. 5dd3df1 net: Move all of the network sysctls without a namespace into init_net. by Eric W. Biederman · 12 years ago
  37. f0229ea RDS: use gfp flags from caller in conn_alloc() by Dan Carpenter · 12 years ago
  38. 9f39383 Merge branch 'kmap_atomic' of git://github.com/congwang/linux by Linus Torvalds · 12 years ago
  39. 69a7aeb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  40. a6506e1 Remove printk from rds_sendmsg by Dave Jones · 12 years ago
  41. 6114eab rds: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  42. 5fd5c44 rds: Fix typo in iw_recv.c and ib_recv.c by Masanari Iida · 12 years ago
  43. efc3dbc rds: Make rds_sock_lock BH rather than IRQ safe. by David S. Miller · 12 years ago
  44. 5b7bf42 RDS: Remove some unused iWARP code by Roland Dreier · 12 years ago
  45. 77c1c7c rds: drop "select LLIST" by Paul Bolle · 13 years ago
  46. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  47. b9075fa treewide: use __printf not __attribute__((format(printf,...))) by Joe Perches · 13 years ago
  48. bc3b2d7 net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules by Paul Gortmaker · 13 years ago
  49. d9b9384 net: add moduleparam.h for users of module_param/MODULE_PARM_DESC by Paul Gortmaker · 13 years ago
  50. 3a9a231 net: Fix files explicitly needing to include module.h by Paul Gortmaker · 13 years ago
  51. 8a9ea32 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 13 years ago
  52. 59e5253 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  53. 88c5100 Merge branch 'master' of github.com:davem330/net by David S. Miller · 13 years ago
  54. 85a6488 RDSRDMA: Fix cleanup of rds_iw_mr_pool by Jonathan Lallinger · 13 years ago
  55. 1bc144b net, rds, Replace xlist in net/rds/xlist.h with llist by Huang Ying · 13 years ago
  56. 3dbd443 net: Convert vmalloc/memset to vzalloc by Joe Perches · 13 years ago
  57. 80f1ff9 notifiers: cpu: move cpu notifiers into cpu.h by Amerigo Wang · 13 years ago
  58. 3e878b8 net: rds: fix const array syntax by Greg Dietsche · 13 years ago
  59. cb0a605 net/rds: use prink_ratelimited() instead of printk_ratelimit() by Manuel Zerpies · 13 years ago
  60. a6b7a40 net: remove interrupt.h inclusion from netdevice.h by Alexey Dobriyan · 13 years ago
  61. b26f9b9 RDMA/cma: Pass QP type into rdma_create_id() by Sean Hefty · 14 years ago
  62. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  63. e1dc1c8 rds: use little-endian bitops by Akinobu Mita · 13 years ago
  64. 12ce224 rds: stop including asm-generic/bitops/le.h directly by Akinobu Mita · 13 years ago
  65. 7a63628 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 13 years ago
  66. bd2895e Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 13 years ago
  67. 33175d8 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  68. 6094628 rds: prevent BUG_ON triggering on congestion map updates by Neil Horman · 13 years ago
  69. c534a10 rds/ib: use system_wq instead of rds_ib_fmr_wq by Tejun Heo · 13 years ago
  70. 441c793 net: cleanup unused macros in net directory by Shan Wei · 13 years ago
  71. 094f2fa Net: rds: Makefile: Remove deprecated items by Tracey Dent · 14 years ago
  72. 218854a rds: Integer overflow in RDS cmsg handling by Dan Rosenberg · 14 years ago
  73. aa58163 rds: Fix rds message leak in rds_message_map_pages by Pavel Emelyanov · 14 years ago
  74. 8200a59 rds: Remove kfreed tcp conn from list by Pavel Emelyanov · 14 years ago
  75. 58c490b rds: Lost locking in loop connection freeing by Pavel Emelyanov · 14 years ago
  76. d139ff0 RDS: Let rds_message_alloc_sgs() return NULL by Andy Grover · 14 years ago
  77. fc8162e RDS: Copy rds_iovecs into kernel memory instead of rereading from userspace by Andy Grover · 14 years ago
  78. f4a3fc0 RDS: Clean up error handling in rds_cmsg_rdma_args by Andy Grover · 14 years ago
  79. a09f69c RDS: Return -EINVAL if rds_rdma_pages returns an error by Andy Grover · 14 years ago
  80. 1b1f693 net: fix rds_iovec page count overflow by Linus Torvalds · 14 years ago
  81. 2198a10 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  82. ff51bf8 rds: make local functions/variables static by stephen hemminger · 14 years ago
  83. 799c1055 De-pessimize rds_page_copy_user by Linus Torvalds · 14 years ago
  84. e40051d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  85. f064af1 net: fix a lockdep splat by Eric Dumazet · 14 years ago
  86. aef3ea3 rds: spin_lock_irq() is not nestable by Dan Carpenter · 14 years ago
  87. f4fa7f3 rds: double unlock in rds_ib_cm_handle_connect() by Dan Carpenter · 14 years ago
  88. 9b9d2e0 rds: signedness bug by Dan Carpenter · 14 years ago
  89. 20c72bd RDS: Implement masked atomic operations by Andy Grover · 14 years ago
  90. 59f740a RDS/IB: print string constants in more places by Zach Brown · 14 years ago
  91. 4518071 RDS: cancel connection work structs as we shut down by Zach Brown · 14 years ago
  92. ffcec0e RDS: don't call rds_conn_shutdown() from rds_conn_destroy() by Zach Brown · 14 years ago
  93. 5adb5bc RDS: have sockets get transport module references by Zach Brown · 14 years ago
  94. 7751048 RDS: remove old rs_transport comment by Zach Brown · 14 years ago
  95. fe8ff6b RDS: lock rds_conn_count decrement in rds_conn_destroy() by Zach Brown · 14 years ago
  96. ea81986 RDS/IB: protect the list of IB devices by Zach Brown · 14 years ago
  97. 1bde04a RDS/IB: print IB event strings as well as their number by Zach Brown · 14 years ago
  98. 8576f37 RDS: flush fmrs before allocating new ones by Chris Mason · 14 years ago
  99. b4e1da3 RDS: properly use sg_init_table by Chris Mason · 14 years ago
  100. f046011 RDS/IB: track signaled sends by Zach Brown · 14 years ago