1. dec7ea0 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · Mon May 20 13:35:03 2024 -0600
  2. abb9a04 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · Sat May 18 20:20:43 2024 -0600
  3. 6a1ea38 net: Remove <common.h> and add needed includes by Tom Rini · Wed May 01 19:31:02 2024 -0600
  4. bdd5f81 common: Drop linux/printk.h from common header by Simon Glass · Thu Sep 14 18:21:46 2023 -0600
  5. bcb96bd net: rtl8169: Add one device ID 0x8161 by Minda Chen · Thu Jul 20 19:37:28 2023 +0800
  6. d238726 net: rtl8169: Fix DMA minimal aligned compile warning in RISC-V by Minda Chen · Thu Jul 20 19:37:27 2023 +0800
  7. 94aa963 net: rtl8169: Fix compile warning in rtl8169 by Minda Chen · Thu Jul 20 19:37:26 2023 +0800
  8. 07b12d9 net: rtl8169: add minimal support for 8125B variant by Eugen Hristev · Tue Apr 25 16:06:58 2023 +0300
  9. 8bdbf38 net: rtl8169: Remove non-DM_ETH code by Tom Rini · Sun Nov 27 10:25:22 2022 -0500
  10. b75b15b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · Thu Dec 03 16:55:23 2020 -0700
  11. fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · Thu Dec 03 16:55:20 2020 -0700
  12. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · Thu Dec 03 16:55:18 2020 -0700
  13. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · Thu Dec 03 16:55:17 2020 -0700
  14. f7ed78b treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · Fri Jun 26 15:13:33 2020 +0900
  15. f9f4a1c net: rt8169: WAR for DHCP not getting IP after kernel boot/reboot by Tom Warren · Thu Mar 26 15:59:13 2020 -0700
  16. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · Sun May 10 11:40:11 2020 -0600
  17. 0f2af88 common: Drop log.h from common header by Simon Glass · Sun May 10 11:40:05 2020 -0600
  18. 274e0b0 common: Drop net.h from common header by Simon Glass · Sun May 10 11:39:56 2020 -0600
  19. 64c5e23 net: rtl8169: Support RTL-8168c/8111c by Thierry Reding · Wed Sep 11 19:19:06 2019 +0200
  20. 6333448 common: Move ARM cache operations out of common.h by Simon Glass · Thu Nov 14 12:57:39 2019 -0700
  21. 43ec7e0 CONFIG_SPL_SYS_[DI]CACHE_OFF: add by Trevor Woerner · Fri May 03 09:41:00 2019 -0400
  22. 6137e41 net: rtl8169: Support RTL-8168h/8111h by Thierry Reding · Tue Apr 16 18:20:30 2019 +0200
  23. a02d60f net: rtl8169: Implement ->hwaddr_write() callback by Thierry Reding · Tue Apr 16 18:20:29 2019 +0200
  24. 2ccb8b0 net.h: Include linux/if_ether.h to avoid duplication by Bin Meng · Tue Jul 31 02:55:22 2018 -0700
  25. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  26. 7ea6076 net: rtl8169: remove unneeded definition by Andre Przywara · Wed Nov 16 00:50:09 2016 +0000
  27. 1b0d36a rtl8169: fix cache misalignment message on transmit. by Peter Chubb · Wed Sep 14 01:29:03 2016 +0000
  28. 51d22bb net: rtl8169: Fix return value for rtl_send_common by Oleksandr Tymoshenko · Fri Jul 01 13:22:00 2016 -0700
  29. 9fe7fb5 net: rtl8169: fix switching between adapters by Stephen Warren · Tue Apr 26 15:29:00 2016 -0600
  30. dbb099f net: rtl8169: Fix build error when DEBUG is on by Bin Meng · Thu Mar 17 23:27:44 2016 -0700
  31. 86621d4 dm: net: Convert rtl8169 to use DM PCI API by Simon Glass · Sun Nov 29 13:18:04 2015 -0700
  32. eaa1489 dm: pci: Add a dm_ prefix to pci_get_bdf() by Simon Glass · Sun Nov 29 13:17:47 2015 -0700
  33. 4a7217d net: rtl8169: Build warning fixes for 64-bit by Stephen Warren · Fri Oct 02 17:44:34 2015 -0600
  34. 2dd337a Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header by Simon Glass · Wed Sep 02 17:24:58 2015 -0600
  35. f2acb53 dm: eth: Add driver-model support to the rtl8169 driver by Simon Glass · Mon Jul 06 16:47:45 2015 -0600
  36. 207edd6 net: rtl8169: Build warning fixes for 64-bit by Thierry Reding · Fri Mar 20 12:41:21 2015 +0100
  37. 9f09a36 net: cosmetic: Fix var naming net <-> eth drivers by Joe Hershberger · Wed Apr 08 01:41:06 2015 -0500
  38. 9342855 net: rtl8169: Add support for RTL-8168/8111g by Thierry Reding · Tue Dec 09 22:25:27 2014 -0700
  39. 209c648 net: rtl8169: Use non-cached memory if available by Thierry Reding · Tue Dec 09 22:25:26 2014 -0700
  40. bcc8e4d net: rtl8169: Properly align buffers by Thierry Reding · Tue Dec 09 22:25:25 2014 -0700
  41. 75856e3 net: rtl8169: Honor CONFIG_SYS_RX_ETH_BUFFER by Thierry Reding · Tue Dec 09 22:25:24 2014 -0700
  42. 3e9d93e rtl8169: Defer network packet processing by Thierry Reding · Thu Aug 28 12:38:03 2014 +0200
  43. 433f312 net: rtl8169: Add support for RTL8168d/8111d by Thierry Reding · Fri Sep 20 16:03:43 2013 +0200
  44. 5c1ba96 net: rtl8169: Improve cache maintenance by Thierry Reding · Fri Sep 20 16:03:42 2013 +0200
  45. 625bcbe net: rtl8169: Add support for RTL8168evl/8111evl by Thierry Reding · Fri Sep 20 16:03:44 2013 +0200
  46. 20ac869 net: rtl8169: Fix format string by Thierry Reding · Fri Sep 20 16:03:41 2013 +0200
  47. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  48. d8836d1 drivers/net/rtl8169.c: Fix compile warning by Joe Hershberger · Tue May 22 18:09:57 2012 +0000
  49. 9c19a9f drivers/net/rtl8169.c: Fix GCC 4.6 build warning by Wolfgang Denk · Sat Nov 05 05:13:01 2011 +0000
  50. c834e44 net: rtl8169: Add initialized eth_device structure by Nobuhiro Iwamatsu · Tue Oct 19 14:03:38 2010 +0900
  51. 2b90494 rtl8169: fix PCI system memory address by Yoshihiro Shimoda · Wed Feb 25 14:27:29 2009 +0900
  52. 4a46566 rtl8169: fix cache coherency problem by Yoshihiro Shimoda · Wed Feb 25 14:27:24 2009 +0900
  53. b203965 drivers/net/: get mac address from environment by Mike Frysinger · Wed Feb 11 19:01:26 2009 -0500
  54. 26425a6 Moved initialization of RTL8169 Ethernet controller to board_eth_init() by Ben Warren · Sun Aug 31 09:49:42 2008 -0700
  55. 2877a11 rtl8169: add support for RTL8110SCL by Yoshihiro Shimoda · Wed Jul 09 21:07:34 2008 +0900
  56. 8d54188 Fix some more print() format errors. by Wolfgang Denk · Thu Jul 10 13:16:09 2008 +0200
  57. 9726784 net: Conditional COBJS inclusion of network drivers by Shinya Kuribayashi · Mon Jun 09 23:37:44 2008 +0900
  58. 4135cac rtl8169: fix compiler warnings by Guennadi Liakhovetski · Mon Apr 28 14:37:14 2008 +0200
  59. 1338d1f net: rtl8169: Add processing when OWNbit did't enable in rtl_recv() by Nobuhiro Iwamatsu · Sat Mar 08 09:25:49 2008 +0900
  60. d595abf Remove duplicate defines for ARRAY_SIZE by Kumar Gala · Thu Jan 17 00:02:10 2008 -0600
  61. de9fcb5 Fix Ethernet init() return codes by Ben Warren · Wed Jan 09 18:15:53 2008 -0500
  62. de20a4f Fix endianness conversions in rtl8169 driver by Guennadi Liakhovetski · Tue Nov 20 13:14:20 2007 +0100
  63. 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]
  64. 82ecaad drivers/[n-z]*: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · Mon Jul 09 17:39:42 2007 -0500
  65. d8c8630 drivers/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · Mon Jun 11 19:02:10 2007 -0500
  66. 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