1. 43ec7e0 CONFIG_SPL_SYS_[DI]CACHE_OFF: add by Trevor Woerner · Fri May 03 09:41:00 2019 -0400
  2. 6137e41 net: rtl8169: Support RTL-8168h/8111h by Thierry Reding · Tue Apr 16 18:20:30 2019 +0200
  3. a02d60f net: rtl8169: Implement ->hwaddr_write() callback by Thierry Reding · Tue Apr 16 18:20:29 2019 +0200
  4. 2ccb8b0 net.h: Include linux/if_ether.h to avoid duplication by Bin Meng · Tue Jul 31 02:55:22 2018 -0700
  5. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  6. 7ea6076 net: rtl8169: remove unneeded definition by Andre Przywara · Wed Nov 16 00:50:09 2016 +0000
  7. 1b0d36a rtl8169: fix cache misalignment message on transmit. by Peter Chubb · Wed Sep 14 01:29:03 2016 +0000
  8. 51d22bb net: rtl8169: Fix return value for rtl_send_common by Oleksandr Tymoshenko · Fri Jul 01 13:22:00 2016 -0700
  9. 9fe7fb5 net: rtl8169: fix switching between adapters by Stephen Warren · Tue Apr 26 15:29:00 2016 -0600
  10. dbb099f net: rtl8169: Fix build error when DEBUG is on by Bin Meng · Thu Mar 17 23:27:44 2016 -0700
  11. 86621d4 dm: net: Convert rtl8169 to use DM PCI API by Simon Glass · Sun Nov 29 13:18:04 2015 -0700
  12. eaa1489 dm: pci: Add a dm_ prefix to pci_get_bdf() by Simon Glass · Sun Nov 29 13:17:47 2015 -0700
  13. 4a7217d net: rtl8169: Build warning fixes for 64-bit by Stephen Warren · Fri Oct 02 17:44:34 2015 -0600
  14. 2dd337a Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header by Simon Glass · Wed Sep 02 17:24:58 2015 -0600
  15. f2acb53 dm: eth: Add driver-model support to the rtl8169 driver by Simon Glass · Mon Jul 06 16:47:45 2015 -0600
  16. 207edd6 net: rtl8169: Build warning fixes for 64-bit by Thierry Reding · Fri Mar 20 12:41:21 2015 +0100
  17. 9f09a36 net: cosmetic: Fix var naming net <-> eth drivers by Joe Hershberger · Wed Apr 08 01:41:06 2015 -0500
  18. 9342855 net: rtl8169: Add support for RTL-8168/8111g by Thierry Reding · Tue Dec 09 22:25:27 2014 -0700
  19. 209c648 net: rtl8169: Use non-cached memory if available by Thierry Reding · Tue Dec 09 22:25:26 2014 -0700
  20. bcc8e4d net: rtl8169: Properly align buffers by Thierry Reding · Tue Dec 09 22:25:25 2014 -0700
  21. 75856e3 net: rtl8169: Honor CONFIG_SYS_RX_ETH_BUFFER by Thierry Reding · Tue Dec 09 22:25:24 2014 -0700
  22. 3e9d93e rtl8169: Defer network packet processing by Thierry Reding · Thu Aug 28 12:38:03 2014 +0200
  23. 433f312 net: rtl8169: Add support for RTL8168d/8111d by Thierry Reding · Fri Sep 20 16:03:43 2013 +0200
  24. 5c1ba96 net: rtl8169: Improve cache maintenance by Thierry Reding · Fri Sep 20 16:03:42 2013 +0200
  25. 625bcbe net: rtl8169: Add support for RTL8168evl/8111evl by Thierry Reding · Fri Sep 20 16:03:44 2013 +0200
  26. 20ac869 net: rtl8169: Fix format string by Thierry Reding · Fri Sep 20 16:03:41 2013 +0200
  27. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  28. d8836d1 drivers/net/rtl8169.c: Fix compile warning by Joe Hershberger · Tue May 22 18:09:57 2012 +0000
  29. 9c19a9f drivers/net/rtl8169.c: Fix GCC 4.6 build warning by Wolfgang Denk · Sat Nov 05 05:13:01 2011 +0000
  30. c834e44 net: rtl8169: Add initialized eth_device structure by Nobuhiro Iwamatsu · Tue Oct 19 14:03:38 2010 +0900
  31. 2b90494 rtl8169: fix PCI system memory address by Yoshihiro Shimoda · Wed Feb 25 14:27:29 2009 +0900
  32. 4a46566 rtl8169: fix cache coherency problem by Yoshihiro Shimoda · Wed Feb 25 14:27:24 2009 +0900
  33. b203965 drivers/net/: get mac address from environment by Mike Frysinger · Wed Feb 11 19:01:26 2009 -0500
  34. 26425a6 Moved initialization of RTL8169 Ethernet controller to board_eth_init() by Ben Warren · Sun Aug 31 09:49:42 2008 -0700
  35. 2877a11 rtl8169: add support for RTL8110SCL by Yoshihiro Shimoda · Wed Jul 09 21:07:34 2008 +0900
  36. 8d54188 Fix some more print() format errors. by Wolfgang Denk · Thu Jul 10 13:16:09 2008 +0200
  37. 9726784 net: Conditional COBJS inclusion of network drivers by Shinya Kuribayashi · Mon Jun 09 23:37:44 2008 +0900
  38. 4135cac rtl8169: fix compiler warnings by Guennadi Liakhovetski · Mon Apr 28 14:37:14 2008 +0200
  39. 1338d1f net: rtl8169: Add processing when OWNbit did't enable in rtl_recv() by Nobuhiro Iwamatsu · Sat Mar 08 09:25:49 2008 +0900
  40. d595abf Remove duplicate defines for ARRAY_SIZE by Kumar Gala · Thu Jan 17 00:02:10 2008 -0600
  41. de9fcb5 Fix Ethernet init() return codes by Ben Warren · Wed Jan 09 18:15:53 2008 -0500
  42. de20a4f Fix endianness conversions in rtl8169 driver by Guennadi Liakhovetski · Tue Nov 20 13:14:20 2007 +0100
  43. ed0ea1f drivers/net : move net drivers to drivers/net by Jean-Christophe PLAGNIOL-VILLARD · Wed Nov 21 21:19:24 2007 +0100[Renamed from drivers/rtl8169.c]
  44. 82ecaad drivers/[n-z]*: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · Mon Jul 09 17:39:42 2007 -0500
  45. d8c8630 drivers/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · Mon Jun 11 19:02:10 2007 -0500
  46. a627048 * Patch by Sangmoon Kim, 12 Apr 2004: Update max RAM size for debris board by wdenk · Sun Apr 18 22:03:42 2004 +0000