1. eab6d18 vlan: Don't check for vlan group before vlan_tx_tag_present. by Jesse Gross · 14 years ago
  2. c239f27 bnx2: Enable AER on PCIE devices only by Michael Chan · 14 years ago
  3. 22fa159 bnx2: Update firmware to 6.0.x. by Michael Chan · 14 years ago
  4. 657d92f bnx2: Use netif_set_real_num_{rx,tx}_queues() by Ben Hutchings · 14 years ago
  5. 807540b drivers/net: return operator cleanup by Eric Dumazet · 14 years ago
  6. bc8acf2 drivers/net: avoid some skb->ip_summed initializations by Eric Dumazet · 14 years ago
  7. cd709aa bnx2: Add PCI Advanced Error Reporting support. by John Feeney · 14 years ago
  8. 5ae482e bnx2: Update version to 2.0.17. by Michael Chan · 14 years ago
  9. 11848b96 bnx2: Remove some unnecessary smp_mb() in tx fast path. by Michael Chan · 14 years ago
  10. 379b39a bnx2: Call pci_enable_msix() with actual number of vectors. by Michael Chan · 14 years ago
  11. 6fdae99 bnx2: Use proper counter for net_device_stats->multicast. by Michael Chan · 14 years ago
  12. 36227e8 bnx2: use device model DMA API by Stanislaw Gruszka · 14 years ago
  13. a2df00a bnx2: allocate with GFP_KERNEL flag on RX path init by Stanislaw Gruszka · 14 years ago
  14. 5d07bf2 bnx2: 64 bit stats on all arches by Eric Dumazet · 14 years ago
  15. e5a0c1f bnx2: Update version to 2.0.16. by Michael Chan · 14 years ago
  16. 5804a8f bnx2: Dump some config space registers during TX timeout. by Michael Chan · 14 years ago
  17. fdc8541 bnx2: Add support for skb->rxhash. by Michael Chan · 14 years ago
  18. 3d5f3a7 bnx2: Always enable MSI-X on 5709. by Michael Chan · 14 years ago
  19. 8244132 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  20. aabef8b bnx2: fix dma_get_ops compilation breakage by FUJITA Tomonori · 14 years ago
  21. cbd6890 bnx2: Fix compiler warning in bnx2_disable_forced_2g5(). by Michael Chan · 14 years ago
  22. f048fa9 bnx2: Fix hang during rmmod bnx2. by Michael Chan · 14 years ago
  23. a0ba676 bnx2: Use netif_carrier_off() to prevent timeout. by Michael Chan · 14 years ago
  24. a931d29 bnx2: Update 5709 MIPS firmware and version to 2.0.15. by Michael Chan · 14 years ago
  25. b98eba5 bnx2: Fix register printouts during NETEV_WATCHDOG. by Eddie Wai · 14 years ago
  26. a33fa66 bnx2: Add prefetches to rx path. by Michael Chan · 14 years ago
  27. c67938a bnx2: Add GRO support. by Michael Chan · 14 years ago
  28. 7ef5273 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  29. 587611d bnx2: Update version to 2.0.9. by Michael Chan · 14 years ago
  30. 212f993 bnx2: Prevent "scheduling while atomic" warning with cnic, bonding and vlan. by Michael Chan · 14 years ago
  31. c441b8d bnx2: Fix lost MSI-X problem on 5709 NICs. by Michael Chan · 14 years ago
  32. 1a4ccc2 bnx2: use the dma state API instead of the pci equivalents by FUJITA Tomonori · 14 years ago
  33. 4a35ecf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  34. 22bedad3 net: convert multicast list to list_head by Jiri Pirko · 14 years ago
  35. 1bf1e34 bnx2: Use proper handler during netpoll. by Michael Chan · 14 years ago
  36. 4327ba4 bnx2: Fix netpoll crash. by Benjamin Li · 14 years ago
  37. df25bc3 bnx2: Remove now useless VPD code by Matt Carlson · 15 years ago
  38. 4067a85 pci: Add helper to search for VPD keywords by Matt Carlson · 15 years ago
  39. e1d5bda pci: Add VPD information field helper functions by Matt Carlson · 15 years ago
  40. b55ac1b pci: Add helper to find a VPD resource data type by Matt Carlson · 15 years ago
  41. 7ad506f pci: Add large and small resource data type code by Matt Carlson · 15 years ago
  42. a2ce766 pci: Add PCI LRDT tag size and section size by Matt Carlson · 15 years ago
  43. 0ddf477 net: convert multiple drivers to use netdev_for_each_mc_addr, part3 by Jiri Pirko · 15 years ago
  44. 3a9c6a4 drivers/net/bnx2.c: Use (pr|netdev|netif)_<level> macro helpers by Joe Perches · 15 years ago
  45. bec9204 bnx2: Update firmwares and update version to 2.0.8. by Michael Chan · 15 years ago
  46. c9885fe bnx2: Fix bug when saving statistics. by Patrick Rabau · 15 years ago
  47. beb499a bnx2: Allow user-specified multiple advertisement speed values. by Michael Chan · 15 years ago
  48. 5726026 bnx2: Adjust flow control water marks. by Michael Chan · 15 years ago
  49. e9f26c4 bnx2: Need to call cnic_setup_cnic_irq_info() after MTU change. by Michael Chan · 15 years ago
  50. efde73a bnx2: Check BNX2_FLAG_USING_MSIX flag when setting up MSIX. by Michael Chan · 15 years ago
  51. 4cd24ea net: use netdev_mc_count and netdev_mc_empty when appropriate by Jiri Pirko · 15 years ago
  52. 257ddbd netdev: remove HAVE_ leftovers by Alexey Dobriyan · 15 years ago
  53. 32e7bfc net: use helpers to access uc list V2 by Jiri Pirko · 15 years ago
  54. 354fcd7 bnx2: Save statistics during reset. by Michael Chan · 15 years ago
  55. a474305 bnx2: Refine statistics code. by Michael Chan · 15 years ago
  56. e2eb8e3 bnx2: Flush the register writes which setup the MSI-X table by Benjamin Li · 15 years ago
  57. b746656 bnx2: Fix bnx2_netif_stop() merge error. by Michael Chan · 15 years ago
  58. e6bf95f bnx2: fixing a timout error due not refreshing TX timers correctly by Breno Leitao · 15 years ago
  59. 4529819 bnx2: reset_task is crashing the kernel. Fixing it. by Breno Leitao · 15 years ago
  60. 012093f bnx2: Refine VPD logic. by Michael Chan · 15 years ago
  61. 55dbabe bnx2: Update version to 2.0.3. by Michael Chan · 15 years ago
  62. 76d9906 bnx2: Read firmware version from VPD. by Michael Chan · 15 years ago
  63. b929e53 bnx2: Print warning when unable to allocate the full SKB/page ring. by Michael Chan · 15 years ago
  64. 20175c5 bnx2: Dump some state during tx timeout. by Michael Chan · 15 years ago
  65. 51bf6bb bnx2: Protect tx timeout reset with rtnl_lock(). by Michael Chan · 15 years ago
  66. e004840 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  67. e95524a bnx2: remove skb_dma_map/unmap calls from driver by Alexander Duyck · 15 years ago
  68. 529fab6 bnx2: EEH is failing with timeout by Breno Leitao · 15 years ago
  69. c707985 bnx2: avoid compiler warnings by Eric Dumazet · 15 years ago
  70. 7ab0f27 netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementations by Ben Hutchings · 15 years ago
  71. 6cdee2f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  72. 61357325 netdev: convert bulk of drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  73. 078b073 bnx2: Update firmware to 5.0.0.j3. by Michael Chan · 15 years ago
  74. 8fea0f0 bnx2: Update version to 2.0.2. by Michael Chan · 15 years ago
  75. 0ced9d0 bnx2: Use const on flash_table structure. by Michael Chan · 15 years ago
  76. cf7474a bnx2: Refine coalescing parameters. by Michael Chan · 15 years ago
  77. 790dab2 bnx2: Report FTQ discard counter. by Michael Chan · 15 years ago
  78. 61d9e3f bnx2: Apply BROKEN_STATS workaround to 5706 and 5708. by Michael Chan · 15 years ago
  79. 6fefb65e bnx2: Close device if MTU change or ring size change fails. by Michael Chan · 15 years ago
  80. 3767546 bnx2: Check if_running() before touching chip registers. by Michael Chan · 15 years ago
  81. 155d556 bnx2: Zero out status block before chip reset. by Michael Chan · 15 years ago
  82. c5a8895 bnx2: Use mutex on slow path cnic calls. by Michael Chan · 15 years ago
  83. 2ec3de2 bnx2: return PCI_ERS_RESULT_DISCONNECT on permanent failure by Dean Nelson · 15 years ago
  84. 72dccb0 bnx2: Update vlan_features by Eric Dumazet · 15 years ago
  85. 7959ea2 bnx2: Fix the behavior of ethtool when ONBOOT=no by Ooiwa Naohiro · 15 years ago
  86. 31278e7 net: group address list and its count by Jiri Pirko · 15 years ago
  87. 9cbc1cb Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 15 years ago
  88. 4edd473 [SCSI] bnx2: Add support for CNIC driver. by Michael Chan · 15 years ago
  89. 25b0b99 bnx2: no need to check before vfreeing by Breno Leitao · 15 years ago
  90. 042a53a net: skb_shared_info optimization by Eric Dumazet · 15 years ago
  91. ccffad25 net: convert unicast addr list by Jiri Pirko · 15 years ago
  92. cdd0db0 net: dont update dev->trans_start by Eric Dumazet · 15 years ago
  93. d62fda0 bnx2: bnx2_tx_int() optimizations by Eric Dumazet · 15 years ago
  94. 581daf7 bnx2: Fix panic in bnx2_poll_work(). by Michael Chan · 15 years ago
  95. 5ee1c32 bnx2: Don't use reserved names by Bastian Blank · 15 years ago
  96. 284901a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) by Yang Hongyang · 15 years ago
  97. 50cf156 dma-mapping: replace all DMA_40BIT_MASK macro with DMA_BIT_MASK(40) by Yang Hongyang · 15 years ago
  98. 6a35528 dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) by Yang Hongyang · 15 years ago
  99. 57579f7 bnx2: Use request_firmware() by Michael Chan · 15 years ago
  100. 2b1c435 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago