1. e0d1095 net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLL by Cong Wang · 12 years ago
  2. c80dc13 net/tg3: Fix warning from pci_disable_device() by Gavin Shan · 12 years ago
  3. d8af4df net/tg3: Fix kernel crash by Gavin Shan · 12 years ago
  4. 31bd297 bgmac: add dependency to phylib by Hauke Mehrtens · 12 years ago
  5. 1b4fc0e bnx2x: fix tunneling CSUM calculation by Dmitry Kravkov · 12 years ago
  6. 8b80cda net: rename ll methods to busy-poll by Eliezer Tamir · 12 years ago
  7. 076bb0c net: rename include/net/ll_poll.h to include/net/busy_poll.h by Eliezer Tamir · 12 years ago
  8. 0c1072a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  9. 8cc2d92 bnx2x: fill in sane dump flag information by Michal Schmidt · 12 years ago
  10. 5bb680d bnx2x: fix dump flag handling by Michal Schmidt · 12 years ago
  11. 058eec4 bnx2x: remove zeroing of dump data buffer by Michal Schmidt · 12 years ago
  12. 6d446ec net/tg3: Avoid delay during MMIO access by Gavin Shan · 12 years ago
  13. c957d09 bnx2x: Remove sparse and coccinelle warnings by Yuval Mintz · 12 years ago
  14. 37173488 bnx2x: Fix compilation with no IOV support by Yuval Mintz · 12 years ago
  15. b8e0d88 bnx2x: Fix 20G KR2 support claims by Yaniv Rosner · 12 years ago
  16. 03c22ea bnx2x: improve VF timings by Ariel Elior · 12 years ago
  17. af902ae bnx2x: VF ndo sanity by Ariel Elior · 12 years ago
  18. 78c3bcc bnx2x: Improve PF behaviour toward VF by Ariel Elior · 12 years ago
  19. 8576827 bnx2: use pdev->pm_cap instead of pci_find_capability(.., PCI_CAP_ID_PM) by Yijing Wang · 12 years ago
  20. b8a39dd Bnx2x: remove redundant D0 power state set by Yijing Wang · 12 years ago
  21. a1606c7 net: Move MII out from under NET_CORE and hide it by Ben Hutchings · 12 years ago
  22. 75b2945 bnx2x: replace mechanism to check for next available packet by Dmitry Kravkov · 12 years ago
  23. 8f20aa5 bnx2x: add support for ndo_ll_poll by Dmitry Kravkov · 12 years ago
  24. d98cae64e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  25. 646093a bcm63xx_enet: fix return value check in bcm_enet_shared_probe() by Wei Yongjun · 12 years ago
  26. 72bb72b tg3: Prevent system hang during repeated EEH errors. by Michael Chan · 12 years ago
  27. 3dc6475 bcm63xx_enet: add support Broadcom BCM6345 Ethernet by Florian Fainelli · 12 years ago
  28. df465ab tg3: Wait for boot code to finish after power on by Nithin Sujir · 12 years ago
  29. 6f00a02 bcm63xx_enet: add support for Broadcom BCM63xx integrated gigabit switch by Maxime Bizon · 12 years ago
  30. 0ae99b5 bcm63xx_enet: split DMA channel register accesses by Maxime Bizon · 12 years ago
  31. 7260aac bcm63xx_enet: implement reset autoneg ethtool callback by Maxime Bizon · 12 years ago
  32. 6bc19fb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  33. 9bc297e tg3: Add read dma workaround for 5720 by Nithin Sujir · 12 years ago
  34. 44dbc78 bnx2x: Fix bridged GSO for 57710/57711 chips by Yuval Mintz · 12 years ago
  35. e768fb2 bnx2x: fix TCP offload for tunneling ipv4 over ipv6 by Dmitry Kravkov · 12 years ago
  36. 5865fc1 tg3: remove redundant pm init code by Yijing Wang · 12 years ago
  37. 829a507 bnx2x: fix a power state test by Yuval Mintz · 12 years ago
  38. 639d65b bnx2x: semi-Semantic changes by Yuval Mintz · 12 years ago
  39. 6bf07b8 bnx2x: Revise prints by Yuval Mintz · 12 years ago
  40. 3cdeec2 bnx2x: Semantic removal and beautification by Yuval Mintz · 12 years ago
  41. 16a5fd9 bnx2x: Revise comments and alignment by Yuval Mintz · 12 years ago
  42. d76a611 bnx2x: Semantic change of empty lines by Yuval Mintz · 12 years ago
  43. ada7c19 bnx2x: use XPS if possible for bnx2x_select_queue instead of pure hash by Eric Dumazet · 12 years ago
  44. 351638e net: pass info struct via netdevice notifier by Jiri Pirko · 12 years ago
  45. dfd93c9 net: ethernet: remove unnecessary platform_set_drvdata() by Jingoo Han · 12 years ago
  46. 3fb43eb bnx2x: Change to D3hot only on removal by Yuval Mintz · 12 years ago
  47. b030ed2 bnx2x: Implement PCI shutdown by Yuval Mintz · 12 years ago
  48. 8680019 bnx2x: Count number of possible FCoE interfaces by Dmitry Kravkov · 12 years ago
  49. 70ca5d7 bnx2x: Ack unknown VF messages by Ariel Elior · 12 years ago
  50. ca1ee4b bnx2x: Add and correct PCI link speed prints by Dmitry Kravkov · 12 years ago
  51. e09b74d bnx2x: Zero VFs starting MACs by Ariel Elior · 12 years ago
  52. 8513fbd net: ethernet: use platform_{get,set}_drvdata() by Jingoo Han · 12 years ago
  53. f2068b8 tg3: Remove unnecessary lock around tg3_flag_set by Nithin Sujir · 12 years ago
  54. 7c10ee3 tg3: Fix misplaced empty line by Nithin Sujir · 12 years ago
  55. 4a5f46f tg3: Use descriptive label names in tg3_start by Nithin Sujir · 12 years ago
  56. 328947f tg3: Make tg3_rings_reset() more concise by Nithin Sujir · 12 years ago
  57. 32ba19e tg3: Simplify ring control block setup by Nithin Sujir · 12 years ago
  58. 2e460fc tg3: Split APE driver state change out of boot reset signature update by Nithin Sujir · 12 years ago
  59. e6ff4c7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  60. 84b6f74 bnx2x: Enable `set_phys_id' for all functions by Yaniv Rosner · 12 years ago
  61. e68072e bnx2x: Wait for MCP validity during AER by Yuval Mintz · 12 years ago
  62. 178135c bnx2x: Link-flap avoidance in switch dependent mode by Dmitry Kravkov · 12 years ago
  63. 3521b419 bnx2x: Add Private Flags Support by Yuval Mintz · 12 years ago
  64. c2bba06 tg3: Update version to 3.132 by Nithin Sujir · 12 years ago
  65. fb03a43 tg3: Ensure boot code has completed initialization before accessing hardware by Nithin Sujir · 12 years ago
  66. 8dbb0dc net/ethernet/broadcom/tg3: Use module_pci_driver to register driver by Peter Hüwe · 12 years ago
  67. 5a4123f net/ethernet/broadcom/bnx2: Use module_pci_driver to register driver by Peter Hüwe · 12 years ago
  68. 057cf65 bnx2x: Fix GSO for 57710/57711 chips by Yuval Mintz · 12 years ago
  69. 8802f57 net-bnx2x: dont reload on GRO change by Eric Dumazet · 12 years ago
  70. 1cbf9eb tg3: Implement set/get_eee handlers by Nithin Sujir · 12 years ago
  71. 5b6c273 tg3: Simplify tg3_phy_eee_config_ok() by reusing tg3_eee_pull_config() by Nithin Sujir · 12 years ago
  72. 400dfba tg3: Add tg3_eee_pull_config() function by Nithin Sujir · 12 years ago
  73. 9e2ecbe tg3: Add ethtool_eee struct and tg3_setup_eee() by Nithin Sujir · 12 years ago
  74. 0f0d151 tg3: Fix data corruption on 5725 with TSO by Michael Chan · 12 years ago
  75. 44f3b50 tg3: Skip powering down function 0 on certain serdes devices by Nithin Sujir · 12 years ago
  76. e00adf3 drivers/net: rename random32() to prandom_u32() by Akinobu Mita · 12 years ago
  77. 73287a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  78. 0595224 bnx2x: Prevent memory leak when cnic is absent by Yuval Mintz · 12 years ago
  79. b026192 bnx2x: correct reading of speed capabilities by Yaniv Rosner · 12 years ago
  80. 97cd1ee Revert "bnx2x: allow nvram test to run when device is down" by Dmitry Kravkov · 12 years ago
  81. 32e1927 tg3: fix to append hardware time stamping flags by Flavio Leitner · 12 years ago
  82. 5d434fc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  83. 5871768 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  84. 65bc0cf bnx2x: allow handling tunnel over udp offload by Dmitry Kravkov · 12 years ago
  85. f233a97 tg3: shows HW time stamping support only if ptp_capable is present by Flavio Leitner · 12 years ago
  86. 0eb43b4 bnx2x, bnx2fc: Use per port max exchange resources by Bhanu Prakash Gollapudi · 12 years ago
  87. ecf01c2 bnx2x: Prevent NULL pointer dereference in kdump by Yuval Mintz · 12 years ago
  88. 70632d0 bnx2x: Allow recovery from second slot reset by Yuval Mintz · 12 years ago
  89. 2f7a312 bnx2x: Fix memory leak by Yuval Mintz · 12 years ago
  90. f8f4f61 bnx2x: Enhance MAC configuration for VFs by Dmitry Kravkov · 12 years ago
  91. ba35a0f bnx2x: Allow RX/TX pause control in autoneg by Yaniv Rosner · 12 years ago
  92. 2c2d06d bnx2x: prevent GRO false checksum claims by Yuval Mintz · 12 years ago
  93. b23f7a0 treewide: Fix typo in printk and comments by Masanari Iida · 12 years ago
  94. 6e0895c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  95. 26f26b3 bnx2x: update version to 1.78.17-0 by Dmitry Kravkov · 12 years ago
  96. d2d2d87 bnx2x: allow nvram test to run when device is down by Dmitry Kravkov · 12 years ago
  97. edb944d bnx2x: add additional regions for CRC memory test by Dmitry Kravkov · 12 years ago
  98. f1691dc bnx2x: remove non-necessary assignment by Dmitry Kravkov · 12 years ago
  99. 30c20b6 bnx2x: fix byte-by-byte nvram write for BE machines by Dmitry Kravkov · 12 years ago
  100. 8564095 bnx2x: refactor nvram read procedure by Dmitry Kravkov · 12 years ago