1. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  2. 4b7bd36 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  3. 215faf9 drivers/net/*/: Use static const by Joe Perches · 14 years ago
  4. 23f333a drivers/net: don't use flush_scheduled_work() by Tejun Heo · 14 years ago
  5. c661c4a cxgb3: Removing unused return variable by Breno Leitao · 14 years ago
  6. 89bf67f drivers/net: use vzalloc() by Eric Dumazet · 14 years ago
  7. d3d2a7d cxgb3: remove call to stop TX queues at load time. by Divy Le Ray · 14 years ago
  8. b595076 tree-wide: fix comment/printk typos by Uwe Kleine-König · 14 years ago
  9. b1424ed cxgb3: Fix panic in free_tx_desc() by Krishna Kumar · 14 years ago
  10. 69dcfc8 cxgb3: fix crash due to manipulating queues before registration by Nishanth Aravamudan · 14 years ago
  11. 18edc84 cxgb3: fix device opening error path by Divy Le Ray · 14 years ago
  12. a5190b4 cxgb3: function namespace cleanup by stephen hemminger · 14 years ago
  13. eab6d18 vlan: Don't check for vlan group before vlan_tx_tag_present. by Jesse Gross · 14 years ago
  14. 19221e7 cxgb3: Use netif_set_real_num_{rx,tx}_queues() by Ben Hutchings · 14 years ago
  15. e40051d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  16. 807540b drivers/net: return operator cleanup by Eric Dumazet · 14 years ago
  17. 49c37c0 drivers/net/cxgb3/cxgb3_main.c: prevent reading uninitialized stack memory by Dan Rosenberg · 14 years ago
  18. 70ce679b net/cxgb3: remove undefined operations by Andreas Schwab · 14 years ago
  19. 55bc322 cxgb3: Avoid flush_workqueue() deadlock. by Casey Leedom · 14 years ago
  20. aa47632 cxgb3: Leave interrupts for fatal errors asserted in common code. by Casey Leedom · 14 years ago
  21. e05e6a3 cxgb3: Set FATALPERREN. by Casey Leedom · 14 years ago
  22. 96e4a38 cxgb3: Add register bit definition for Fatal Parity Error. by Casey Leedom · 14 years ago
  23. bc8acf2 drivers/net: avoid some skb->ip_summed initializations by Eric Dumazet · 14 years ago
  24. 7aaaaa1 cxgb3: do not use PCI resources before pci_enable_device() by Kulikov Vasiliy · 14 years ago
  25. df1086f drivers/net/cxgb3/t3_hw.c: use new hex_to_bin() method by Andy Shevchenko · 14 years ago
  26. 122e28e cxgb3: simplify need_skb_unmap by FUJITA Tomonori · 14 years ago
  27. d05f6cf cxgb3: request 7.10 firmware by Divy Le Ray · 14 years ago
  28. c5dc9a3 drivers/net/cxgb3: Use memdup_user by Julia Lawall · 14 years ago
  29. a4b7709 drivers/net: Remove unnecessary returns from void function()s by Joe Perches · 14 years ago
  30. e1703b36 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  31. e95ef5d cxgb3: Wait longer for control packets on initialization by Andre Detsch · 14 years ago
  32. 9441cad cxgb3: fix linkup issue by Hiroshi Shimamoto · 14 years ago
  33. 56e3b9d cxgb3: use the DMA state API instead of the pci equivalents by FUJITA Tomonori · 14 years ago
  34. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  35. 22bedad3 net: convert multicast list to list_head by Jiri Pirko · 14 years ago
  36. 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
  37. d89b218 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  38. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 14 years ago
  39. a6f018e cxgb3: fix hot plug removal crash by Divy Le Ray · 14 years ago
  40. 3ff1562 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 14 years ago
  41. e998f24 RDMA/cxgb3: Doorbell overflow avoidance and recovery by Steve Wise · 15 years ago
  42. 0988d26 cxgb3: convert to use netdev_for_each_addr by Jiri Pirko · 14 years ago
  43. e9449d8 cxgb3: fix link flap by Divy Le Ray · 14 years ago
  44. 38a8fc0 cxgb3: FIx VLAN over Jumbo frames by Divy Le Ray · 14 years ago
  45. b1109bf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  46. 2d17188 cxgb3: fix GRO checksum check by Divy Le Ray · 14 years ago
  47. 947af29 Fix spelling of 'platform' in comments and doc by Stefan Weil · 15 years ago
  48. 2e02644 cxgb3: add memory barriers by Divy Le Ray · 15 years ago
  49. a3aa188 drivers/net/: use DEFINE_PCI_DEVICE_TABLE() by Alexey Dobriyan · 15 years ago
  50. 75ed0a8 drivers/net/cxgb3: Use kzalloc for allocating only one thing by Julia Lawall · 15 years ago
  51. 5017065 Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 15 years ago
  52. ccdddf5 cxgb3: Fixing EEH handlers by Breno Leitao · 15 years ago
  53. 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  54. d014d04 Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago
  55. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  56. 8e95a20 drivers/net: Move && and || to end of previous line by Joe Perches · 15 years ago
  57. 3505d1a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  58. 70e3bb5 cxgb3: fix premature page unmap by Divy Le Ray · 15 years ago
  59. 34336ec cxgb3: declare MODULE_FIRMWARE by Ben Hutchings · 15 years ago
  60. 10e85f7 cxgb3: Set the rxq by Krishna Kumar · 15 years ago
  61. 0d9a40d cxgb3: No need to wake queue in xmit handler by Krishna Kumar · 15 years ago
  62. f14d42f cxgb3: Added private MAC address and provisioning packet handler for iSCSI by Karen Xie · 15 years ago
  63. d7e9660 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
  64. fa0d4c1 RDMA/cxgb3: Handle port events properly by Steve Wise · 15 years ago
  65. 61357325 netdev: convert bulk of drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  66. 9073e3a cxgb3: fix 2 ports 1G regression by Divy Le Ray · 15 years ago
  67. 88e7b76 cxgb3: fix Gen2 pci default settings by Divy Le Ray · 15 years ago
  68. 9450526 cxgb3: fix EDC filename string by Divy Le Ray · 15 years ago
  69. e5a8a89 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  70. e594e96 cxgb3: Fix crash caused by stashing wrong netdev_queue by Roland Dreier · 15 years ago
  71. 34701fd cxgb3: Drain Mac Tx fifo when the port goes down. by Divy Le Ray · 15 years ago
  72. 88045b3 cxgb3: fix mac index mapping by Divy Le Ray · 15 years ago
  73. dce7d1d cxgb3: Fix mss table initialization by Divy Le Ray · 15 years ago
  74. 2e8c07c cxgb3: use request_firmware() for the EDC registers setup by Divy Le Ray · 15 years ago
  75. 5e65951 cxgb3: AEL2020 phy support update by Divy Le Ray · 15 years ago
  76. cfe2462 cxgb3: Fix T3C MAC max packet size access by Divy Le Ray · 15 years ago
  77. 619f05c cxgb3: fix phy power down by Divy Le Ray · 15 years ago
  78. 2c3d50f cxgb3: AQ100X phy support update by Divy Le Ray · 15 years ago
  79. 74b793e cxgb3: remove __GFP_NOFAIL usage by Divy Le Ray · 15 years ago
  80. 56c8f14 cxgb3: minor aq100x phy fixes by Divy Le Ray · 15 years ago
  81. 6ba5f9c cxgb3: Update FW to 7.4.0 by Divy Le Ray · 15 years ago
  82. b2f8f75 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  83. f22a563 cxgb3: add support for the Aquantia 10G-BT phy by Divy Le Ray · 15 years ago
  84. 7445142 cxgb3: Add Aeluros 2020 phy support by Divy Le Ray · 15 years ago
  85. c3a8c5b cxgb3: move away from LLTX by Divy Le Ray · 15 years ago
  86. c22c814 cxgb3: link fault fixes by Divy Le Ray · 15 years ago
  87. 10b6d95 cxgb3: fix dma mapping regression by Divy Le Ray · 15 years ago
  88. 2867975 net: dont update dev->trans_start in 10GB drivers by Eric Dumazet · 15 years ago
  89. 86c890a cxgb3: set phy's mdio dev before the phy init sequence by Divy Le Ray · 15 years ago
  90. 6431833 cxgb3: Use generic XENPAK LASI register definitions by Ben Hutchings · 15 years ago
  91. d252a5e Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  92. 00b64f2 cxgb3: fixing gcc 4.4 compiler warning: suggest parentheses around operand of ‘!’ by Sergey Senozhatsky · 15 years ago
  93. 0f07c4e cxgb3: Use generic MDIO definitions and mdio_mii_ioctl() by Ben Hutchings · 15 years ago
  94. e5e9743 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  95. e8d1937 cxgb3: Fix EEH final recovery attempt by Divy Le Ray · 15 years ago
  96. 2c2f409 cxgb3: Fix potential msi-x vector leak by Divy Le Ray · 15 years ago
  97. c80b0c2 cxgb3: fix workqueue flush issues by Divy Le Ray · 15 years ago
  98. 3851c66 cxgb3: fix link fault handling by Divy Le Ray · 15 years ago
  99. 76620aa gro: New frags interface to avoid copying shinfo by Herbert Xu · 15 years ago
  100. 284901a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) by Yang Hongyang · 15 years ago