1. e404dec drivers/net: Remove unnecessary k.alloc/v.alloc OOM messages by Joe Perches · 13 years ago
  2. c2c20ef bnx2: Update driver to use new mips firmware. by Michael Chan · 13 years ago
  3. e983190 bnx2: Support for byte queue limits by Eric Dumazet · 13 years ago
  4. 2cfa5a0 net: treewide use of RCU_INIT_POINTER by Eric Dumazet · 13 years ago
  5. 37f0702 net: Change mii to ethtool advertisement function names by Matt Carlson · 13 years ago
  6. dd2bc8e bnx2: switch to build_skb() infrastructure by Eric Dumazet · 13 years ago
  7. 28011cf net: Add ethtool to mii advertisment conversion helpers by Matt Carlson · 13 years ago
  8. c8f44af net: introduce and use netdev_features_t for device features sets by Michał Mirosław · 13 years ago
  9. 68aad78 sweep the floors and convert some .get_drvinfo routines to strlcpy by Rick Jones · 13 years ago
  10. 9e903e0 net: add skb frag size accessors by Eric Dumazet · 13 years ago
  11. a1f4e8b bnx2: fix skb truesize underestimation by Eric Dumazet · 13 years ago
  12. 8b0c116 net: Remove unnecessary driver assignments of ethtool_ringparam fields to zero by Rick Jones · 13 years ago
  13. 5d6bcdf net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_map by Ian Campbell · 13 years ago
  14. 7880b72 bnx2: don't request firmware when there's no userspace. by françois romieu · 13 years ago
  15. b7b6a68 bnx2: convert to SKB paged frag API. by Ian Campbell · 13 years ago
  16. 0178934 net: introduce IFF_UNICAST_FLT private flag by Jiri Pirko · 13 years ago
  17. adfc521 broadcom: Move the Broadcom drivers by Jeff Kirsher · 14 years ago[Renamed from drivers/net/bnx2.c]
  18. 3aeb7d2 bnx2: Fix endian swapping on firmware version string by Michael Chan · 13 years ago
  19. cd63401 bnx2: Close device if tx_timeout reset fails by Michael Chan · 13 years ago
  20. 41c2178 bnx2: Read iSCSI config from shared memory during ->probe() by Michael Chan · 13 years ago
  21. ecdbf6e bnx2: Add MCP dump by Jeffrey Huang · 13 years ago
  22. e82760e bnx2: remove unnecessary read of PCI_CAP_ID_EXP by Jon Mason · 13 years ago
  23. 7625eb2 cnic, bnx2: Check iSCSI support early in bnx2_init_one() by Michael Chan · 14 years ago
  24. 7143b7d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  25. 7073949 ethtool: cosmetic: Use ethtool ethtool_cmd_speed API by David Decotigny · 14 years ago
  26. 25db033 ethtool: Use full 32 bit speed range in ethtool's set_settings by David Decotigny · 14 years ago
  27. 8333a46 bnx2: cancel timer on device removal by Neil Horman · 14 years ago
  28. fce5592 ethtool: allow custom interval for physical identification by Allan, Bruce W · 14 years ago
  29. 8d7dfc2 net: bnx2: convert to hw_features by Michał Mirosław · 14 years ago
  30. 2e17e1a bnx2: convert to set_phys_id by stephen hemminger · 14 years ago
  31. bc8d7da drivers net: Fix declaration ordering in inline functions. by Balaji G · 14 years ago
  32. dc187cb bnx2: Update firmware and version by Michael Chan · 14 years ago
  33. 13707f9 drivers/net: remove some rcu sparse warnings by Eric Dumazet · 14 years ago
  34. 1397e17 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  35. 4bb9ebc bnx2: Eliminate AER error messages on systems not supporting it by Michael Chan · 14 years ago
  36. b4e69ac Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  37. 7c81047 bnx2: Always set ETH_FLAG_TXVLAN by Michael Chan · 14 years ago
  38. 04ed3e7 net: change netdev->features to u32 by Michał Mirosław · 14 years ago
  39. 0268102 bnx2: Update firmware and version by Michael Chan · 14 years ago
  40. a29ba9d bnx2: Free IRQ before freeing status block memory by Michael Chan · 14 years ago
  41. 503b1a5 Merge branch '20101221_static_const' of git://repo.or.cz/linux-2.6/trivial-mods by David S. Miller · 14 years ago
  42. cb8f404 bnx2: remove cancel_work_sync() from remove_one by Tejun Heo · 14 years ago
  43. b6bc765 drivers/net/*.c: Use static const by Joe Perches · 14 years ago
  44. 23f333a drivers/net: don't use flush_scheduled_work() by Tejun Heo · 14 years ago
  45. be7ff1a bnx2: Remove config access to non-standard registers by Michael Chan · 14 years ago
  46. a5dac10 bnx2: Fix reset bug on 5709 by Eddie Wai · 14 years ago
  47. 89bf67f drivers/net: use vzalloc() by Eric Dumazet · 14 years ago
  48. ec37a48 bnx2/bnx2x: Unsupported Ethtool operations should return -EINVAL. by Jesse Gross · 14 years ago
  49. 7d0fd21 bnx2: Update bnx2 to use new vlan accleration. by Jesse Gross · 14 years ago
  50. eab6d18 vlan: Don't check for vlan group before vlan_tx_tag_present. by Jesse Gross · 14 years ago
  51. c239f27 bnx2: Enable AER on PCIE devices only by Michael Chan · 14 years ago
  52. 22fa159 bnx2: Update firmware to 6.0.x. by Michael Chan · 14 years ago
  53. 657d92f bnx2: Use netif_set_real_num_{rx,tx}_queues() by Ben Hutchings · 14 years ago
  54. 807540b drivers/net: return operator cleanup by Eric Dumazet · 14 years ago
  55. bc8acf2 drivers/net: avoid some skb->ip_summed initializations by Eric Dumazet · 14 years ago
  56. cd709aa bnx2: Add PCI Advanced Error Reporting support. by John Feeney · 14 years ago
  57. 5ae482e bnx2: Update version to 2.0.17. by Michael Chan · 14 years ago
  58. 11848b96 bnx2: Remove some unnecessary smp_mb() in tx fast path. by Michael Chan · 14 years ago
  59. 379b39a bnx2: Call pci_enable_msix() with actual number of vectors. by Michael Chan · 14 years ago
  60. 6fdae99 bnx2: Use proper counter for net_device_stats->multicast. by Michael Chan · 14 years ago
  61. 36227e8 bnx2: use device model DMA API by Stanislaw Gruszka · 14 years ago
  62. a2df00a bnx2: allocate with GFP_KERNEL flag on RX path init by Stanislaw Gruszka · 14 years ago
  63. 5d07bf2 bnx2: 64 bit stats on all arches by Eric Dumazet · 14 years ago
  64. e5a0c1f bnx2: Update version to 2.0.16. by Michael Chan · 14 years ago
  65. 5804a8f bnx2: Dump some config space registers during TX timeout. by Michael Chan · 14 years ago
  66. fdc8541 bnx2: Add support for skb->rxhash. by Michael Chan · 14 years ago
  67. 3d5f3a7 bnx2: Always enable MSI-X on 5709. by Michael Chan · 14 years ago
  68. 8244132 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  69. aabef8b bnx2: fix dma_get_ops compilation breakage by FUJITA Tomonori · 15 years ago
  70. cbd6890 bnx2: Fix compiler warning in bnx2_disable_forced_2g5(). by Michael Chan · 15 years ago
  71. f048fa9 bnx2: Fix hang during rmmod bnx2. by Michael Chan · 15 years ago
  72. a0ba676 bnx2: Use netif_carrier_off() to prevent timeout. by Michael Chan · 15 years ago
  73. a931d29 bnx2: Update 5709 MIPS firmware and version to 2.0.15. by Michael Chan · 15 years ago
  74. b98eba5 bnx2: Fix register printouts during NETEV_WATCHDOG. by Eddie Wai · 15 years ago
  75. a33fa66 bnx2: Add prefetches to rx path. by Michael Chan · 15 years ago
  76. c67938a bnx2: Add GRO support. by Michael Chan · 15 years ago
  77. 7ef5273 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  78. 587611d bnx2: Update version to 2.0.9. by Michael Chan · 15 years ago
  79. 212f993 bnx2: Prevent "scheduling while atomic" warning with cnic, bonding and vlan. by Michael Chan · 15 years ago
  80. c441b8d bnx2: Fix lost MSI-X problem on 5709 NICs. by Michael Chan · 15 years ago
  81. 1a4ccc2 bnx2: use the dma state API instead of the pci equivalents by FUJITA Tomonori · 15 years ago
  82. 4a35ecf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  83. 22bedad3 net: convert multicast list to list_head by Jiri Pirko · 15 years ago
  84. 1bf1e34 bnx2: Use proper handler during netpoll. by Michael Chan · 15 years ago
  85. 4327ba4 bnx2: Fix netpoll crash. by Benjamin Li · 15 years ago
  86. df25bc3 bnx2: Remove now useless VPD code by Matt Carlson · 15 years ago
  87. 4067a85 pci: Add helper to search for VPD keywords by Matt Carlson · 15 years ago
  88. e1d5bda pci: Add VPD information field helper functions by Matt Carlson · 15 years ago
  89. b55ac1b pci: Add helper to find a VPD resource data type by Matt Carlson · 15 years ago
  90. 7ad506f pci: Add large and small resource data type code by Matt Carlson · 15 years ago
  91. a2ce766 pci: Add PCI LRDT tag size and section size by Matt Carlson · 15 years ago
  92. 0ddf477 net: convert multiple drivers to use netdev_for_each_mc_addr, part3 by Jiri Pirko · 15 years ago
  93. 3a9c6a4 drivers/net/bnx2.c: Use (pr|netdev|netif)_<level> macro helpers by Joe Perches · 15 years ago
  94. bec9204 bnx2: Update firmwares and update version to 2.0.8. by Michael Chan · 15 years ago
  95. c9885fe bnx2: Fix bug when saving statistics. by Patrick Rabau · 15 years ago
  96. beb499a bnx2: Allow user-specified multiple advertisement speed values. by Michael Chan · 15 years ago
  97. 5726026 bnx2: Adjust flow control water marks. by Michael Chan · 15 years ago
  98. e9f26c4 bnx2: Need to call cnic_setup_cnic_irq_info() after MTU change. by Michael Chan · 15 years ago
  99. efde73a bnx2: Check BNX2_FLAG_USING_MSIX flag when setting up MSIX. by Michael Chan · 15 years ago
  100. 4cd24ea net: use netdev_mc_count and netdev_mc_empty when appropriate by Jiri Pirko · 15 years ago