aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/rtl8169.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-10net.h: Include linux/if_ether.h to avoid duplicationBin Meng1-4/+0
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2016-12-04net: rtl8169: remove unneeded definitionAndre Przywara1-3/+0
2016-10-13rtl8169: fix cache misalignment message on transmit.Peter Chubb1-1/+2
2016-07-06net: rtl8169: Fix return value for rtl_send_commonOleksandr Tymoshenko1-2/+2
2016-06-21net: rtl8169: fix switching between adaptersStephen Warren1-4/+9
2016-03-27net: rtl8169: Fix build error when DEBUG is onBin Meng1-5/+5
2016-01-12dm: net: Convert rtl8169 to use DM PCI APISimon Glass1-19/+66
2016-01-12dm: pci: Add a dm_ prefix to pci_get_bdf()Simon Glass1-5/+6
2015-10-29net: rtl8169: Build warning fixes for 64-bitStephen Warren1-4/+6
2015-09-11Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass1-0/+1
2015-07-21dm: eth: Add driver-model support to the rtl8169 driverSimon Glass1-49/+187
2015-04-20net: rtl8169: Build warning fixes for 64-bitThierry Reding1-11/+13
2015-04-18net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger1-1/+1
2014-12-18net: rtl8169: Add support for RTL-8168/8111gThierry Reding1-0/+1
2014-12-18net: rtl8169: Use non-cached memory if availableThierry Reding1-11/+60
2014-12-18net: rtl8169: Properly align buffersThierry Reding1-29/+34
2014-12-18net: rtl8169: Honor CONFIG_SYS_RX_ETH_BUFFERThierry Reding1-1/+5
2014-09-16rtl8169: Defer network packet processingThierry Reding1-1/+2
2013-11-22net: rtl8169: Add support for RTL8168d/8111dThierry Reding1-1/+17
2013-11-22net: rtl8169: Improve cache maintenanceThierry Reding1-8/+53
2013-11-22net: rtl8169: Add support for RTL8168evl/8111evlThierry Reding1-0/+1
2013-11-22net: rtl8169: Fix format stringThierry Reding1-5/+5
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-13/+1
2012-05-22drivers/net/rtl8169.c: Fix compile warningJoe Hershberger1-1/+1
2011-11-07drivers/net/rtl8169.c: Fix GCC 4.6 build warningWolfgang Denk1-3/+0
2010-11-14net: rtl8169: Add initialized eth_device structureNobuhiro Iwamatsu1-0/+5
2009-06-08rtl8169: fix PCI system memory addressYoshihiro Shimoda1-5/+8
2009-04-28rtl8169: fix cache coherency problemYoshihiro Shimoda1-1/+10
2009-03-20drivers/net/: get mac address from environmentMike Frysinger1-1/+1
2008-09-02Moved initialization of RTL8169 Ethernet controller to board_eth_init()Ben Warren1-0/+1
2008-08-18rtl8169: add support for RTL8110SCLYoshihiro Shimoda1-6/+22
2008-07-10Fix some more print() format errors.Wolfgang Denk1-1/+1
2008-06-09net: Conditional COBJS inclusion of network driversShinya Kuribayashi1-5/+0
2008-04-28rtl8169: fix compiler warningsGuennadi Liakhovetski1-5/+5
2008-03-08net: rtl8169: Add processing when OWNbit did't enable in rtl_recv()Nobuhiro Iwamatsu1-0/+14
2008-02-14Remove duplicate defines for ARRAY_SIZEKumar Gala1-2/+0
2008-01-10Fix Ethernet init() return codesBen Warren1-1/+2
2008-01-09Fix endianness conversions in rtl8169 driverGuennadi Liakhovetski1-55/+45
2007-11-25drivers/net : move net drivers to drivers/netJean-Christophe PLAGNIOL-VILLARD1-0/+888