1. 6a108a1 kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERT by David Rientjes · 14 years ago
  2. 6845a44 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 14 years ago
  3. 4790f4d Merge branches 'misc', 'mlx4', 'mthca', 'nes' and 'srp' into for-next by Roland Dreier · 14 years ago
  4. f062671 RDMA: Update workqueue usage by Tejun Heo · 14 years ago
  5. 843276a RDMA/nes: Fix incorrect SFP+ link status detection on driver init by Maciej Sosnowski · 14 years ago
  6. 5f61b2c RDMA/nes: Fix SFP+ link down detection issue with switch port disable by Maciej Sosnowski · 14 years ago
  7. ea62345 RDMA/nes: Generate IB_EVENT_PORT_ERR/PORT_ACTIVE events by Maciej Sosnowski · 14 years ago
  8. 2a4c97e RDMA/nes: Fix bonding on iw_nes by Maciej Sosnowski · 14 years ago
  9. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  10. da995a8 IB/mlx4: Handle protocol field in multicast table by Aleksey Senin · 14 years ago
  11. 948579c RDMA: Use vzalloc() to replace vmalloc()+memset(0) by Joe Perches · 14 years ago
  12. 4979d18 mlx4_{core, ib, en}: Fix driver when sizeof (phys_addr_t) > sizeof (long) by Roland Dreier · 14 years ago
  13. eb4a7cb IB/mthca: Fix driver when sizeof (phys_addr_t) > sizeof (long) by John L. Burr · 14 years ago
  14. f1d6d6c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 14 years ago
  15. 2b76c05 Merge branches 'cxgb4', 'ipath', 'ipoib', 'mlx4', 'mthca', 'nes', 'qib' and 'srp' into for-next by Roland Dreier · 14 years ago
  16. 4db62d4 IB/qib: Fix refcount leak in lkey/rkey validation by Mike Marciniszyn · 14 years ago
  17. f2d255a IB/qib: Improve SERDES tunning on QMH boards by Mike Marciniszyn · 14 years ago
  18. dd04e43 IB/qib: Unnecessary delayed completions on RC connection by Mike Marciniszyn · 14 years ago
  19. 994bcd2 IB/qib: Issue pre-emptive NAKs on eager buffer overflow by Mike Marciniszyn · 14 years ago
  20. 2a600f1 IB/qib: RDMA lkey/rkey validation is inefficient for large MRs by Mike Marciniszyn · 14 years ago
  21. 7c3edd3 IB/qib: Change QPN increment by Mike Marciniszyn · 14 years ago
  22. 057ae62 IB/qib: Add fix missing from earlier patch by Mike Marciniszyn · 14 years ago
  23. 2528ea6 IB/qib: Change receive queue/QPN selection by Mike Marciniszyn · 14 years ago
  24. 19ede2e IB/qib: Fix interrupt mitigation by Mike Marciniszyn · 14 years ago
  25. aa7374a IB/qib: Avoid duplicate writes to the rcv head register by Mike Marciniszyn · 14 years ago
  26. e706203 IB/qib: Add a few new SERDES tunings by Mike Marciniszyn · 14 years ago
  27. f73df40 IB/qib: Reset packet list after freeing by Mike Marciniszyn · 14 years ago
  28. a0a234d IB/qib: New SERDES init routine and improvements to SI quality by Mike Marciniszyn · 14 years ago
  29. 16028f2 IB/qib: Clear WAIT_SEND flags when setting QP to error state by Mike Marciniszyn · 14 years ago
  30. 6676b3f IB/qib: Fix context allocation with multiple HCAs by Mike Marciniszyn · 14 years ago
  31. 5dbbcb9 IB/qib: Fix multi-Florida HCA host panic on reboot by Mike Marciniszyn · 14 years ago
  32. b3d5cb2 IB/qib: Handle transitions from ACTIVE_DEFERRED to ACTIVE better by Mike Marciniszyn · 14 years ago
  33. c7665e5 IB/qib: UD send with immediate receive completion has wrong size by Mike Marciniszyn · 14 years ago
  34. 3c9e5f4 IB/qib: Set port physical state even if other fields are invalid by Mike Marciniszyn · 14 years ago
  35. a377acd IB/qib: Generate completion callback on errors by Mike Marciniszyn · 14 years ago
  36. f509f9c IB/qib: Add support for the new QME7362 card by Mike Marciniszyn · 14 years ago
  37. 0a43e11 IB/qib: Add receive header queue size module parameters by Mike Marciniszyn · 14 years ago
  38. 9d5b243 IB/qib: Remove IB latency turnoff by Mike Marciniszyn · 14 years ago
  39. 601d87b RDMA/nes: Fix string continuation line by Joe Perches · 14 years ago
  40. d0444f1 IB/mthca: Handle -ENOMEM in forward_trap() by Dan Carpenter · 14 years ago
  41. 1397490 IB/mlx4: Handle -ENOMEM in forward_trap() by Dan Carpenter · 14 years ago
  42. 3afa9f19 IB/mlx4: Don't call dma_free_coherent() with irqs disabled by Vladimir Sokolovsky · 14 years ago
  43. 1eba27e IB/ipath: Use printf extension %pR for struct resource by Joe Perches · 14 years ago
  44. db8b101 RDMA/cxgb4: Don't re-init wait object in init/fini paths by Steve Wise · 14 years ago
  45. c943109 RDMA/cxgb3,cxgb4: Remove dead code by Stephen Hemminger · 14 years ago
  46. b4a45f5 Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel/git/npiggin/linux-npiggin by Linus Torvalds · 14 years ago
  47. dc0474b fs: dcache rationalise dget variants by Nick Piggin · 14 years ago
  48. b5c84bf fs: dcache remove dcache_lock by Nick Piggin · 14 years ago
  49. b7ab39f fs: dcache scale dentry refcount by Nick Piggin · 14 years ago
  50. 17f7f4d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  51. 4b7bd36 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  52. 75318ec Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 14 years ago
  53. 21d60609 IB/mlx4: Fix IBoE link state by Eli Cohen · 14 years ago
  54. 328266c IB/mlx4: Fix IBoE reported link rate by Eli Cohen · 14 years ago
  55. e27535b IB/mlx4: Fix memory ordering of VLAN insertion control bits by Eli Cohen · 14 years ago
  56. 22f4fbd infiniband: remove dev_base_lock use by Eric Dumazet · 14 years ago
  57. 451a3c2 BKL: remove extraneous #include <smp_lock.h> by Arnd Bergmann · 14 years ago
  58. e987fa3 infiniband: Only include mutex.h once in drivers/infiniband/hw/cxgb4/iw_cxgb4.h by Jesper Juhl · 14 years ago
  59. b595076 tree-wide: fix comment/printk typos by Uwe Kleine-König · 14 years ago
  60. fc14f2f convert get_sb_single() users by Al Viro · 14 years ago
  61. 426e1f5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  62. 9e5fca2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 14 years ago
  63. 116e953 Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'ehca', 'iboe', 'ipoib', 'misc', 'mlx4', 'nes', 'qib' and 'srp' into for-next by Roland Dreier · 14 years ago
  64. 2ca78d2 IB/qib: clean up properly if pci_set_consistent_dma_mask() fails by Jason Gunthorpe · 14 years ago
  65. 5d26a1d IB/qib: Allow driver to load if PCIe AER fails by Ralph Campbell · 14 years ago
  66. 9e43e01 IB/qib: Fix uninitialized pointer if CONFIG_PCI_MSI not set by Ralph Campbell · 14 years ago
  67. 82fdb0a IB/qib: Fix extra log level in qib_early_err() by Jason Gunthorpe · 14 years ago
  68. aa1ad26 RDMA/cxgb4: Remove unnecessary KERN_<level> use by Joe Perches · 14 years ago
  69. ca7cf94 RDMA/cxgb3: Remove unnecessary KERN_<level> use by Joe Perches · 14 years ago
  70. 85fe402 fs: do not assign default i_ino in new_inode by Christoph Hellwig · 14 years ago
  71. 4c3eb3c IB/mlx4: Add VLAN support for IBoE by Eli Cohen · 14 years ago
  72. af7bd46 IB/core: Add VLAN support for IBoE by Eli Cohen · 14 years ago
  73. fa417f7 IB/mlx4: Add support for IBoE by Eli Cohen · 14 years ago
  74. 229aebb Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  75. d0d68b8 IB/mlx4: Signal node desc changes to SM by using FW to generate trap 144 by Jack Morgenstein · 14 years ago
  76. 7454159 IB: Replace EXTRA_CFLAGS with ccflags-y by matt mooney · 14 years ago
  77. 5f05647 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  78. 5715f5d IB/qib: Process RDMA WRITE ONLY with IMMEDIATE properly by Jason Gunthorpe · 14 years ago
  79. b955150 RDMA/cxgb3: When a user QP is marked in error, also mark the CQs in error by Steve Wise · 14 years ago
  80. da411ba RDMA/cxgb4: Use cxgb4 service for packet gl to skb by Steve Wise · 14 years ago
  81. de5dd81 RDMA/cxgb4: Export T4 TCP MIB by Steve Wise · 14 years ago
  82. 092e0e7 Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  83. 631dd1a Update broken web addresses in the kernel. by Justin P. Mattock · 14 years ago
  84. e00ce92 infiniband: fix mlx4 kconfig dependency warning by Randy Dunlap · 14 years ago
  85. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  86. ff7f5aa IB/pack: IBoE UD packet packing support by Eli Cohen · 14 years ago
  87. 29b4433 net: percpu net_device refcount by Eric Dumazet · 14 years ago
  88. 3160977 RDMA/cxgb4: Use simple_read_from_buffer() for debugfs handlers by Steve Wise · 14 years ago
  89. 8bbac89 RDMA/cxgb4: Add default_llseek to debugfs files by Steve Wise · 14 years ago
  90. 5a0fd09 IB/mlx4: Limit size of fast registration WRs by Eli Cohen · 14 years ago
  91. 0f2f930 IB/qib: Remove unnecessary casts of private_data by Joe Perches · 14 years ago
  92. 52106bd RDMA/nes: Turn carrier off on ifdown by Maciej Sosnowski · 14 years ago
  93. 2932772 RDMA/nes: Report correct port state if interface is down by Chien Tung · 14 years ago
  94. 625fbd3 IB/ehca: Fix driver on relocatable kernel by Sonny Rao · 14 years ago
  95. fc4ec9b RDMA/amso1100: Remove KERN_<level> from pr_<level> use by Joe Perches · 14 years ago
  96. 4d8d638 RDMA/nes: Remove unneeded variable by Dan Carpenter · 14 years ago
  97. 40dbf6e RDMA/cxgb4: Fastreg NSMR fixes by Steve Wise · 14 years ago
  98. 410ade4 RDMA/cxgb4: Don't set completion flag for read requests by Steve Wise · 14 years ago
  99. 98ae68b RDMA/cxgb4: Set the default TCP send window to 128KB by Steve Wise · 14 years ago
  100. 2f5b48c RDMA/cxgb4: Use a mutex for QP and EP state transitions by Steve Wise · 14 years ago