summaryrefslogtreecommitdiff
path: root/drivers/net/rtl8169.c
AgeCommit message (Expand)Author
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18common: Drop net.h from common headerSimon Glass
2019-12-09net: rtl8169: Support RTL-8168c/8111cThierry Reding
2019-12-02common: Move ARM cache operations out of common.hSimon Glass
2019-05-18CONFIG_SPL_SYS_[DI]CACHE_OFF: addTrevor Woerner
2019-05-14net: rtl8169: Support RTL-8168h/8111hThierry Reding
2019-05-14net: rtl8169: Implement ->hwaddr_write() callbackThierry Reding
2018-10-10net.h: Include linux/if_ether.h to avoid duplicationBin Meng
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2016-12-04net: rtl8169: remove unneeded definitionAndre Przywara
2016-10-13rtl8169: fix cache misalignment message on transmit.Peter Chubb
2016-07-06net: rtl8169: Fix return value for rtl_send_commonOleksandr Tymoshenko
2016-06-21net: rtl8169: fix switching between adaptersStephen Warren
2016-03-27net: rtl8169: Fix build error when DEBUG is onBin Meng
2016-01-12dm: net: Convert rtl8169 to use DM PCI APISimon Glass
2016-01-12dm: pci: Add a dm_ prefix to pci_get_bdf()Simon Glass
2015-10-29net: rtl8169: Build warning fixes for 64-bitStephen Warren
2015-09-11Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass
2015-07-21dm: eth: Add driver-model support to the rtl8169 driverSimon Glass
2015-04-20net: rtl8169: Build warning fixes for 64-bitThierry Reding
2015-04-18net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger
2014-12-18net: rtl8169: Add support for RTL-8168/8111gThierry Reding
2014-12-18net: rtl8169: Use non-cached memory if availableThierry Reding
2014-12-18net: rtl8169: Properly align buffersThierry Reding
2014-12-18net: rtl8169: Honor CONFIG_SYS_RX_ETH_BUFFERThierry Reding
2014-09-16rtl8169: Defer network packet processingThierry Reding
2013-11-22net: rtl8169: Add support for RTL8168d/8111dThierry Reding
2013-11-22net: rtl8169: Improve cache maintenanceThierry Reding
2013-11-22net: rtl8169: Add support for RTL8168evl/8111evlThierry Reding
2013-11-22net: rtl8169: Fix format stringThierry Reding
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2012-05-22drivers/net/rtl8169.c: Fix compile warningJoe Hershberger
2011-11-07drivers/net/rtl8169.c: Fix GCC 4.6 build warningWolfgang Denk
2010-11-14net: rtl8169: Add initialized eth_device structureNobuhiro Iwamatsu
2009-06-08rtl8169: fix PCI system memory addressYoshihiro Shimoda
2009-04-28rtl8169: fix cache coherency problemYoshihiro Shimoda
2009-03-20drivers/net/: get mac address from environmentMike Frysinger
2008-09-02Moved initialization of RTL8169 Ethernet controller to board_eth_init()Ben Warren
2008-08-18rtl8169: add support for RTL8110SCLYoshihiro Shimoda
2008-07-10Fix some more print() format errors.Wolfgang Denk
2008-06-09net: Conditional COBJS inclusion of network driversShinya Kuribayashi
2008-04-28rtl8169: fix compiler warningsGuennadi Liakhovetski
2008-03-08net: rtl8169: Add processing when OWNbit did't enable in rtl_recv()Nobuhiro Iwamatsu
2008-02-14Remove duplicate defines for ARRAY_SIZEKumar Gala
2008-01-10Fix Ethernet init() return codesBen Warren
2008-01-09Fix endianness conversions in rtl8169 driverGuennadi Liakhovetski
2007-11-25drivers/net : move net drivers to drivers/netJean-Christophe PLAGNIOL-VILLARD