aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/rtl8169.c
AgeCommit message (Expand)AuthorFilesLines
8 daysdrivers: net: Remove duplicate newlinesMarek Vasut1-2/+0
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini1-1/+0
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini1-0/+1
2024-05-07net: Remove <common.h> and add needed includesTom Rini1-1/+0
2023-09-24common: Drop linux/printk.h from common headerSimon Glass1-0/+1
2023-08-02net: rtl8169: Add one device ID 0x8161Minda Chen1-2/+4
2023-08-02net: rtl8169: Fix DMA minimal aligned compile warning in RISC-VMinda Chen1-1/+3
2023-08-02net: rtl8169: Fix compile warning in rtl8169Minda Chen1-6/+6
2023-05-05net: rtl8169: add minimal support for 8125B variantEugen Hristev1-15/+37
2022-12-07net: rtl8169: Remove non-DM_ETH codeTom Rini1-166/+0
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-1/+1
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-3/+3
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-2/+2
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-2/+2
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-2/+2
2020-06-12net: rt8169: WAR for DHCP not getting IP after kernel boot/rebootTom Warren1-0/+16
2020-05-18common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop net.h from common headerSimon Glass1-0/+1
2019-12-09net: rtl8169: Support RTL-8168c/8111cThierry Reding1-0/+1
2019-12-02common: Move ARM cache operations out of common.hSimon Glass1-0/+1
2019-05-18CONFIG_SPL_SYS_[DI]CACHE_OFF: addTrevor Woerner1-1/+1
2019-05-14net: rtl8169: Support RTL-8168h/8111hThierry Reding1-0/+1
2019-05-14net: rtl8169: Implement ->hwaddr_write() callbackThierry Reding1-0/+18
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