summaryrefslogtreecommitdiff
path: root/drivers/net/rtl8169.c
AgeCommit message (Expand)Author
2024-07-22drivers: net: Remove duplicate newlinesMarek Vasut
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-07net: Remove <common.h> and add needed includesTom Rini
2023-09-24common: Drop linux/printk.h from common headerSimon Glass
2023-08-02net: rtl8169: Add one device ID 0x8161Minda Chen
2023-08-02net: rtl8169: Fix DMA minimal aligned compile warning in RISC-VMinda Chen
2023-08-02net: rtl8169: Fix compile warning in rtl8169Minda Chen
2023-05-05net: rtl8169: add minimal support for 8125B variantEugen Hristev
2022-12-07net: rtl8169: Remove non-DM_ETH codeTom Rini
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada
2020-06-12net: rt8169: WAR for DHCP not getting IP after kernel boot/rebootTom Warren
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