summaryrefslogtreecommitdiffstats
path: root/drivers/net/rtl8169.c
Commit message (Expand)AuthorAgeFilesLines
* dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-131-1/+1
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-131-3/+3
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-2/+2
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-2/+2
* treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2020-07-171-2/+2
* net: rt8169: WAR for DHCP not getting IP after kernel boot/rebootTom Warren2020-06-121-0/+16
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop net.h from common headerSimon Glass2020-05-181-0/+1
* net: rtl8169: Support RTL-8168c/8111cThierry Reding2019-12-091-0/+1
* common: Move ARM cache operations out of common.hSimon Glass2019-12-021-0/+1
* CONFIG_SPL_SYS_[DI]CACHE_OFF: addTrevor Woerner2019-05-181-1/+1
* net: rtl8169: Support RTL-8168h/8111hThierry Reding2019-05-141-0/+1
* net: rtl8169: Implement ->hwaddr_write() callbackThierry Reding2019-05-141-0/+18
* net.h: Include linux/if_ether.h to avoid duplicationBin Meng2018-10-101-4/+0
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* net: rtl8169: remove unneeded definitionAndre Przywara2016-12-041-3/+0
* rtl8169: fix cache misalignment message on transmit.Peter Chubb2016-10-131-1/+2
* net: rtl8169: Fix return value for rtl_send_commonOleksandr Tymoshenko2016-07-061-2/+2
* net: rtl8169: fix switching between adaptersStephen Warren2016-06-211-4/+9
* net: rtl8169: Fix build error when DEBUG is onBin Meng2016-03-271-5/+5
* dm: net: Convert rtl8169 to use DM PCI APISimon Glass2016-01-121-19/+66
* dm: pci: Add a dm_ prefix to pci_get_bdf()Simon Glass2016-01-121-5/+6
* net: rtl8169: Build warning fixes for 64-bitStephen Warren2015-10-291-4/+6
* Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass2015-09-111-0/+1
* dm: eth: Add driver-model support to the rtl8169 driverSimon Glass2015-07-211-49/+187
* net: rtl8169: Build warning fixes for 64-bitThierry Reding2015-04-201-11/+13
* net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger2015-04-181-1/+1
* net: rtl8169: Add support for RTL-8168/8111gThierry Reding2014-12-181-0/+1
* net: rtl8169: Use non-cached memory if availableThierry Reding2014-12-181-11/+60
* net: rtl8169: Properly align buffersThierry Reding2014-12-181-29/+34
* net: rtl8169: Honor CONFIG_SYS_RX_ETH_BUFFERThierry Reding2014-12-181-1/+5
* rtl8169: Defer network packet processingThierry Reding2014-09-161-1/+2
* net: rtl8169: Add support for RTL8168d/8111dThierry Reding2013-11-221-1/+17
* net: rtl8169: Improve cache maintenanceThierry Reding2013-11-221-8/+53
* net: rtl8169: Add support for RTL8168evl/8111evlThierry Reding2013-11-221-0/+1
* net: rtl8169: Fix format stringThierry Reding2013-11-221-5/+5
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-13/+1
* drivers/net/rtl8169.c: Fix compile warningJoe Hershberger2012-05-221-1/+1
* drivers/net/rtl8169.c: Fix GCC 4.6 build warningWolfgang Denk2011-11-071-3/+0
* net: rtl8169: Add initialized eth_device structureNobuhiro Iwamatsu2010-11-141-0/+5
* rtl8169: fix PCI system memory addressYoshihiro Shimoda2009-06-081-5/+8
* rtl8169: fix cache coherency problemYoshihiro Shimoda2009-04-281-1/+10
* drivers/net/: get mac address from environmentMike Frysinger2009-03-201-1/+1
* Moved initialization of RTL8169 Ethernet controller to board_eth_init()Ben Warren2008-09-021-0/+1
* rtl8169: add support for RTL8110SCLYoshihiro Shimoda2008-08-181-6/+22
* Fix some more print() format errors.Wolfgang Denk2008-07-101-1/+1
* net: Conditional COBJS inclusion of network driversShinya Kuribayashi2008-06-091-5/+0
* rtl8169: fix compiler warningsGuennadi Liakhovetski2008-04-281-5/+5
* net: rtl8169: Add processing when OWNbit did't enable in rtl_recv()Nobuhiro Iwamatsu2008-03-081-0/+14