1. 9baa3c3 PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use by Benoit Taine · 11 years ago
  2. 96b3bff ethernet: realtek: use pci_device_id by Varka Bhadram · 11 years ago
  3. 5490c27 ethernet: realtek: use module_pci_driver by Varka Bhadram · 11 years ago
  4. 8fd90bb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  5. 7a9810e r8169: Enable RX_MULTI_EN for RTL_GIGA_MAC_VER_40 by Michel Dänzer · 11 years ago
  6. 1a98c69 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  7. e974604 r8169: support IPv6 by hayeswang · 11 years ago
  8. bdfa4ed r8169: use Giant Send by hayeswang · 11 years ago
  9. 5888d3f r8169: split rtl8169_tso_csum by hayeswang · 11 years ago
  10. b51ecea r8169: disable L23 by hayeswang · 11 years ago
  11. 7ad24ea net: get rid of SET_ETHTOOL_OPS by Wilfried Klaebe · 11 years ago
  12. 57a7744 net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irq by Eric W. Biederman · 11 years ago
  13. 85dcce7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  14. 50ff44b 8139cp: Don't receive packets when the napi budget == 0 by Eric W. Biederman · 11 years ago
  15. 989c9ba r8169: Call dev_kfree_skby_any instead of dev_kfree_skb. by Eric W. Biederman · 11 years ago
  16. a2ccd2e 8139too: Call dev_kfree_skby_any instead of dev_kfree_skb. by Eric W. Biederman · 11 years ago
  17. 508f81d 8139cp: Call dev_kfree_skby_any instead of kfree_skb. by Eric W. Biederman · 11 years ago
  18. f75761b r8169: fix the incorrect tx descriptor version by hayeswang · 11 years ago
  19. 340fea3 r8169: initialize rtl8169_stats seqlock by Kyle McMartin · 11 years ago
  20. a81ab36 drivers/net: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  21. 7fe0ee0 net: 8139cp: fix a BUG_ON triggered by wrong bytes_compl by Yang Yingliang · 11 years ago
  22. 1bac107 r8169: check ALDPS bit and disable it if enabled for the 8168g by David Chang · 11 years ago
  23. 5e30025 Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  24. 827da44 net: Explicitly initialize u64_stats_sync structures for lockdep by John Stultz · 11 years ago
  25. 0f423ffe net: r8169: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  26. 64caa38 net: 8139too: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  27. ca30ab2 net: 8139cp: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  28. 3ced8c9 r8169: enforce RX_MULTI_EN for the 8168f. by françois romieu · 11 years ago
  29. b05930f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  30. 15edae9 r8169: fix invalid register dump by Peter Wu · 12 years ago
  31. 8f9d513 r8169: remember WOL preferences on driver load by Peter Wu · 12 years ago
  32. e7fb06a r8169,sis190: remove unnecessary length check by Peter Wu · 12 years ago
  33. d06f518 8139cp: Fix skb leak in rx_status_loop failure path. by Dave Jones · 12 years ago
  34. 9bb8eeb r8169: remove "PHY reset until link up" log spam by Lekensteyn · 12 years ago
  35. cf3c4c0 8139cp: Add dma_mapping_error checking by Neil Horman · 12 years ago
  36. 4ea7244 r8169: fix lockdep warning when removing interface by Lekensteyn · 12 years ago
  37. 45dd95c r8169: add a new chip for RTL8411 by hayeswang · 12 years ago
  38. 1ca0151 net/trivial: replace numeric with standard PM state macros by Yijing Wang · 12 years ago
  39. a1606c7 net: Move MII out from under NET_CORE and hide it by Ben Hutchings · 12 years ago
  40. 98962ba 8139cp: reset BQL when ring tx ring cleared by stephen hemminger · 12 years ago
  41. b423e9a r8169: fix offloaded tx checksum for small packets. by françois romieu · 12 years ago
  42. 5871768 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  43. e5195c1 r8169: fix 8168evl frame padding. by Stefan Bader · 12 years ago
  44. 86a9bad net: vlan: add protocol argument to packet tagging functions by Patrick McHardy · 12 years ago
  45. f646968 net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* by Patrick McHardy · 12 years ago
  46. d978a63 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  47. 58152cd r8169: add a new chip for RTL8106E by hayeswang · 12 years ago
  48. 1a96464 r8169: adjust the flow of hw_start by hayeswang · 12 years ago
  49. 57538c4 r8169: add a new chip for RTL8111G by hayeswang · 12 years ago
  50. beb330a r8169: Update the RTL8111G parameters by hayeswang · 12 years ago
  51. eee3786 r8169: Modify the method for setting firmware by hayeswang · 12 years ago
  52. fe7524c r8169: Update PHY settings of RTL8111G by hayeswang · 12 years ago
  53. 41f44d1 r8169: Modify the mothod for PHY settings of RTL8111G by hayeswang · 12 years ago
  54. 0427d01 r8169: Remove firmware code by hayeswang · 12 years ago
  55. e2409d8 r8169: fix auto speed down issue by hayeswang · 12 years ago
  56. 720a43e drivers:net: Remove unnecessary OOM messages after netdev_alloc_skb by Joe Perches · 12 years ago
  57. faf1e78 r8169: honor jumbo settings when chipset is requested to start. by françois romieu · 12 years ago
  58. 06991c2 Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 12 years ago
  59. 9f6d98c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  60. 4521e1a9 Revert "r8169: enable internal ASPM and clock request settings". by Francois Romieu · 12 years ago
  61. eef63cc Revert "r8169: enable ALDPS for power saving". by Francois Romieu · 12 years ago
  62. f1e7b73 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  63. ce11ff5 r8169: fix vlan tag read ordering. by françois romieu · 12 years ago
  64. 5d0feaf r8169: remove the obsolete and incorrect AMD workaround by Timo Teräs · 12 years ago
  65. 9fba081 r8169: remove unneeded dirty_rx index by Timo Teräs · 12 years ago
  66. 5af9857 drivers/net/ethernet/realtek: remove depends on CONFIG_EXPERIMENTAL by Kees Cook · 12 years ago
  67. aaeb6cd remove init of dev->perm_addr in drivers by Jiri Pirko · 12 years ago
  68. 83c34fd 8139cp: Prevent dev_close/cp_interrupt race on MTU change by John Greene · 12 years ago
  69. 6be35c7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  70. 9ecb9aa r8169: workaround for missing extended GigaMAC registers by françois romieu · 12 years ago
  71. 682d797 Merge tag 'dev_removal' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/net-next by David S. Miller · 12 years ago
  72. b4e54a9 8139too: remove __dev* attributes by Bill Pemberton · 12 years ago
  73. baf6329 r8169: remove __dev* attributes by Bill Pemberton · 12 years ago
  74. cb64edb 8139cp: properly support change of MTU values [v2] by John Greene · 12 years ago
  75. 892a925 8139cp: fix coherent mapping leak in error path. by françois romieu · 12 years ago
  76. 01ffc0a 8139cp: re-enable interrupts after tx timeout by David Woodhouse · 12 years ago
  77. 871f0d4 8139cp: enable bql by David Woodhouse · 12 years ago
  78. a9dbe40 8139cp: set ring address after enabling C+ mode by David Woodhouse · 12 years ago
  79. 071e3ef Revert "8139cp: revert "set ring address before enabling receiver"" by David S. Miller · 12 years ago
  80. 24bc518 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  81. b26623d 8139cp: revert "set ring address before enabling receiver" by françois romieu · 12 years ago
  82. 810f489 r8169: Drop tp arg from rtl8169_tx_vlan_tag() by Kirill Smelkov · 12 years ago
  83. ac50974 r8169: remove unused macros. by Dayanidhi Sreenivasan · 12 years ago
  84. d4185bb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  85. d64ec84 r8169: enable internal ASPM and clock request settings by hayeswang · 12 years ago
  86. bb263e1 atp: remove set_rx_mode_8012() by Paul Bolle · 12 years ago
  87. 0481776 r8169: allow multicast packets on sub-8168f chipset. by Nathan Walp · 12 years ago
  88. b00e69d r8169: Fix WoL on RTL8168d/8111d. by Cyril Brulebois · 12 years ago
  89. 4d44a9a r8169: Kill SafeMtu macro by Kirill Smelkov · 12 years ago
  90. 3eeb7da realtek: r8169: use module_pci_driver macro by Devendra Naga · 12 years ago
  91. e0c0755 r8169: enable ALDPS for power saving by hayeswang · 12 years ago
  92. 2e71a6f net: gro: selective flush of packets by Eric Dumazet · 12 years ago
  93. c477ebd sections: fix section conflicts in drivers/net by Andi Kleen · 12 years ago
  94. aecdc33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  95. aee77e4 r8169: use unlimited DMA burst for TX by Michal Schmidt · 12 years ago
  96. 2a35cfa r8169: add D-Link DGE-560T identifiers. by Francois Romieu · 12 years ago
  97. 8200bc7 r8169: Preserve other Device Control bits when setting NOSNOOP_EN by Bjorn Helgaas · 13 years ago
  98. 7d7903b r8169: Use PCI Express Capability accessors by Jiang Liu · 13 years ago
  99. 17bcb68 r8169: revert "add byte queue limit support". by Francois Romieu · 13 years ago
  100. 82e316e r8169: verbose error message. by Francois Romieu · 13 years ago