1. 9fba081 r8169: remove unneeded dirty_rx index by Timo Teräs · 13 years ago
  2. aaeb6cd remove init of dev->perm_addr in drivers by Jiri Pirko · 13 years ago
  3. 9ecb9aa r8169: workaround for missing extended GigaMAC registers by françois romieu · 13 years ago
  4. baf6329 r8169: remove __dev* attributes by Bill Pemberton · 13 years ago
  5. 810f489 r8169: Drop tp arg from rtl8169_tx_vlan_tag() by Kirill Smelkov · 13 years ago
  6. ac50974 r8169: remove unused macros. by Dayanidhi Sreenivasan · 13 years ago
  7. d4185bb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  8. d64ec84 r8169: enable internal ASPM and clock request settings by hayeswang · 13 years ago
  9. 0481776 r8169: allow multicast packets on sub-8168f chipset. by Nathan Walp · 13 years ago
  10. b00e69d r8169: Fix WoL on RTL8168d/8111d. by Cyril Brulebois · 13 years ago
  11. 4d44a9a r8169: Kill SafeMtu macro by Kirill Smelkov · 13 years ago
  12. 3eeb7da realtek: r8169: use module_pci_driver macro by Devendra Naga · 13 years ago
  13. e0c0755 r8169: enable ALDPS for power saving by hayeswang · 13 years ago
  14. aecdc33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 13 years ago
  15. aee77e4 r8169: use unlimited DMA burst for TX by Michal Schmidt · 13 years ago
  16. 2a35cfa r8169: add D-Link DGE-560T identifiers. by Francois Romieu · 13 years ago
  17. 8200bc7 r8169: Preserve other Device Control bits when setting NOSNOOP_EN by Bjorn Helgaas · 13 years ago
  18. 7d7903b r8169: Use PCI Express Capability accessors by Jiang Liu · 13 years ago
  19. 17bcb68 r8169: revert "add byte queue limit support". by Francois Romieu · 13 years ago
  20. 82e316e r8169: verbose error message. by Francois Romieu · 13 years ago
  21. 3a83ad1 r8169: remove rtl_ocpdr_cond. by Hayes Wang · 13 years ago
  22. 5f8bcce r8169: fix argument in rtl_hw_init_8168g. by Hayes Wang · 13 years ago
  23. c558386 r8169: support RTL8168G by Hayes Wang · 13 years ago
  24. ffc4695 r8169: abstract out loop conditions. by Francois Romieu · 13 years ago
  25. fdf6fc0 r8169: ephy, eri and efuse functions signature changes. by Francois Romieu · 13 years ago
  26. 52989f0 r8169: csi_ops signature change. by Francois Romieu · 13 years ago
  27. 2419221 r8169: mdio_ops signature change. by Francois Romieu · 13 years ago
  28. 5598bfe r8169: add RTL8106E support. by Hayes Wang · 13 years ago
  29. eb2dc35 r8169: RxConfig hack for the 8168evl. by françois romieu · 13 years ago
  30. 7dbb491 r8169: avoid NAPI scheduling delay. by françois romieu · 13 years ago
  31. ad1be8d r8169: call netif_napi_del at errpaths and at driver unload by Devendra Naga · 13 years ago
  32. e8650a0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  33. 0289403 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  34. 477206a r8169: fix unsigned int wraparound with TSO by Julien Ducourthial · 13 years ago
  35. b3d7b2f r8169: support the new RTL8411 chip. by Hayes Wang · 13 years ago
  36. 5f886e0 r8169: adjust some functions of 8111f by Hayes Wang · 13 years ago
  37. 7e18dca r8169: support the new RTL8402 chip. by Hayes Wang · 13 years ago
  38. beb1fe1 r8169: add device specific CSI access helpers. by Hayes Wang · 13 years ago
  39. 0004299 r8169: modify pll power function by Hayes Wang · 13 years ago
  40. d387b42 r8169: 8168c and later require bit 0x20 to be set in Config2 for PME signaling. by Francois Romieu · 13 years ago
  41. 851e602 r8169: Config1 is read-only on 8168c and later. by Francois Romieu · 13 years ago
  42. 06eb4ea Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  43. e75d660 Merge branch 'master' into for-next by Jiri Kosina · 13 years ago
  44. e1593bb r8169: Support the get_ts_info ethtool method. by Richard Cochran · 13 years ago
  45. cff4c16 r8169: enable napi on resume. by Artem Savkov · 13 years ago
  46. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 13 years ago
  47. a9d7e79 r8169.c: fix comment typo by Justin P. Mattock · 13 years ago
  48. 5047fb5 r8169: enable transmit time stamping. by Richard Cochran · 13 years ago
  49. 92a7c4e r8169: stop using net_device.{base_addr, irq}. by Francois Romieu · 13 years ago
  50. 31fa8b1 r8169: move rtl_cfg_info closer to its caller. by Francois Romieu · 13 years ago
  51. dc1c00c r8169: move the netpoll handler after the irq handler. by Francois Romieu · 13 years ago
  52. df43ac7 r8169: move rtl8169_open after rtl_task it depends on. by Francois Romieu · 13 years ago
  53. e6b763e r8169: move rtl_set_rx_mode before its rtl_hw_start callers. by Francois Romieu · 13 years ago
  54. fa9c385 r8169: move net_device_ops beyond the methods it references. by Francois Romieu · 13 years ago
  55. 3b6cf25 r8169: move the driver probe method to the end of the driver file. by Francois Romieu · 13 years ago
  56. e27566e r8169: move the driver removal method to the end of the driver file. by Francois Romieu · 13 years ago
  57. b2d3298 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  58. 2a15cd2 r8169: runtime resume before shutdown. by françois romieu · 13 years ago
  59. f6a1ad4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  60. 036dafa r8169: add byte queue limit support. by Igor Maravic · 13 years ago
  61. 8027aa2 r8169: add 64bit statistics. by Junchang Wang · 13 years ago
  62. 9c5028e r8169: corrupted IP fragments fix for large mtu. by françois romieu · 13 years ago
  63. 79d0c1d r8169: Support RX-FCS flag. by Ben Greear · 14 years ago
  64. 6bbe021 r8169: Support RX-ALL flag. by Ben Greear · 14 years ago
  65. 41de8d4 drivers/net: Remove alloc_etherdev error messages by Joe Perches · 14 years ago
  66. 6c05d25 r8169: spinlock redux. by Francois Romieu · 14 years ago
  67. 934714d r8169: avoid a useless work scheduling. by Francois Romieu · 14 years ago
  68. 6c4a70c r8169: move task enable boolean to bitfield. by Francois Romieu · 14 years ago
  69. 98ddf98 r8169: bh locking redux and task scheduling. by Francois Romieu · 14 years ago
  70. ae1f23f r8169: fix early queue wake-up. by Francois Romieu · 14 years ago
  71. da78dbf r8169: remove work from irq handler. by Francois Romieu · 14 years ago
  72. 1e874e0 r8169: missing barriers. by Francois Romieu · 14 years ago
  73. 9085cdfa r8169: irq mask helpers. by Francois Romieu · 14 years ago
  74. 3e990ff r8169: factor out IntrMask writes. by Francois Romieu · 14 years ago
  75. 4422bcd r8169: stop delaying workqueue. by Francois Romieu · 14 years ago
  76. 209e5ac r8169: remove rtl8169_reinit_task. by Francois Romieu · 14 years ago
  77. 4512ff9 r8169: remove hardcoded PCIe registers accesses. by Francois Romieu · 14 years ago
  78. abb434c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 14 years ago
  79. 2ca6cf0 r8169: fix Config2 MSIEnable bit setting. by françois romieu · 14 years ago
  80. 959327c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 14 years ago
  81. c7c2c39 r8169: fix Rx index race between FIFO overflow recovery and NAPI handler. by françois romieu · 14 years ago
  82. 811fd30 r8169: Rx FIFO overflow fixes. by françois romieu · 14 years ago
  83. 8ac72d1 corral some wayward N/A fw_version dust bunnies by Rick Jones · 14 years ago
  84. 6a3c910c ethernet: Convert MAC_ADDR_LEN uses to ETH_ALEN by Joe Perches · 14 years ago
  85. c8f44af net: introduce and use netdev_features_t for device features sets by Michał Mirosław · 14 years ago
  86. 68aad78 sweep the floors and convert some .get_drvinfo routines to strlcpy by Rick Jones · 14 years ago
  87. 10953db r8169: increase the delay parameter of pm_schedule_suspend by hayeswang · 14 years ago
  88. 1805b2f Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 14 years ago
  89. 9e903e0 net: add skb frag size accessors by Eric Dumazet · 14 years ago
  90. d58d46b r8169: jumbo fixes. by Francois Romieu · 14 years ago
  91. deb9d93 r8169: expand received packet length indication. by Francois Romieu · 14 years ago
  92. c221892 r8169: support new chips of RTL8111F by Hayes Wang · 14 years ago
  93. 3090bd9 r8169: define the early size for 8111evl by Hayes Wang · 14 years ago
  94. 8decf86 Merge branch 'master' of github.com:davem330/net by David S. Miller · 14 years ago
  95. 929f618 r8169: convert to SKB paged frag API. by Ian Campbell · 14 years ago
  96. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 14 years ago
  97. a8fe65b 8139*/atp/r8169/sc92031: Move the Realtek drivers by Jeff Kirsher · 14 years ago[Renamed from drivers/net/r8169.c]
  98. c28aa38 r8169 : MAC address change fix for the 8168e-vl. by françois romieu · 14 years ago
  99. 93a3aa2 r8169: Add support for D-Link 530T rev C1 (Kernel Bug 38862) by Lennart Sorensen · 14 years ago
  100. d3ec484 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago