~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* net: rtl8169: Add one device ID 0x8161Minda Chen2023-08-02
* net: rtl8169: Fix DMA minimal aligned compile warning in RISC-VMinda Chen2023-08-02
* net: rtl8169: Fix compile warning in rtl8169Minda Chen2023-08-02
* net: rtl8169: add minimal support for 8125B variantEugen Hristev2023-05-05
* net: rtl8169: Remove non-DM_ETH codeTom Rini2022-12-07
* dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-13
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-13
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-13
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-13
* treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2020-07-17
* net: rt8169: WAR for DHCP not getting IP after kernel boot/rebootTom Warren2020-06-12
* common: Drop linux/delay.h from common headerSimon Glass2020-05-18
* common: Drop log.h from common headerSimon Glass2020-05-18
* common: Drop net.h from common headerSimon Glass2020-05-18
* net: rtl8169: Support RTL-8168c/8111cThierry Reding2019-12-09
* common: Move ARM cache operations out of common.hSimon Glass2019-12-02
* CONFIG_SPL_SYS_[DI]CACHE_OFF: addTrevor Woerner2019-05-18
* net: rtl8169: Support RTL-8168h/8111hThierry Reding2019-05-14
* net: rtl8169: Implement ->hwaddr_write() callbackThierry Reding2019-05-14
* net.h: Include linux/if_ether.h to avoid duplicationBin Meng2018-10-10
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-07
* net: rtl8169: remove unneeded definitionAndre Przywara2016-12-04
* rtl8169: fix cache misalignment message on transmit.Peter Chubb2016-10-13
* net: rtl8169: Fix return value for rtl_send_commonOleksandr Tymoshenko2016-07-06
* net: rtl8169: fix switching between adaptersStephen Warren2016-06-21
* net: rtl8169: Fix build error when DEBUG is onBin Meng2016-03-27
* dm: net: Convert rtl8169 to use DM PCI APISimon Glass2016-01-12
* dm: pci: Add a dm_ prefix to pci_get_bdf()Simon Glass2016-01-12
* net: rtl8169: Build warning fixes for 64-bitStephen Warren2015-10-29
* Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass2015-09-11
* dm: eth: Add driver-model support to the rtl8169 driverSimon Glass2015-07-21
* net: rtl8169: Build warning fixes for 64-bitThierry Reding2015-04-20
* net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger2015-04-18
* net: rtl8169: Add support for RTL-8168/8111gThierry Reding2014-12-18
* net: rtl8169: Use non-cached memory if availableThierry Reding2014-12-18
* net: rtl8169: Properly align buffersThierry Reding2014-12-18
* net: rtl8169: Honor CONFIG_SYS_RX_ETH_BUFFERThierry Reding2014-12-18
* rtl8169: Defer network packet processingThierry Reding2014-09-16
* net: rtl8169: Add support for RTL8168d/8111dThierry Reding2013-11-22
* net: rtl8169: Improve cache maintenanceThierry Reding2013-11-22
* net: rtl8169: Add support for RTL8168evl/8111evlThierry Reding2013-11-22
* net: rtl8169: Fix format stringThierry Reding2013-11-22
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24
* drivers/net/rtl8169.c: Fix compile warningJoe Hershberger2012-05-22
* drivers/net/rtl8169.c: Fix GCC 4.6 build warningWolfgang Denk2011-11-07
* net: rtl8169: Add initialized eth_device structureNobuhiro Iwamatsu2010-11-14
* rtl8169: fix PCI system memory addressYoshihiro Shimoda2009-06-08
* rtl8169: fix cache coherency problemYoshihiro Shimoda2009-04-28
* drivers/net/: get mac address from environmentMike Frysinger2009-03-20
* Moved initialization of RTL8169 Ethernet controller to board_eth_init()Ben Warren2008-09-02