aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/net
AgeCommit message (Expand)Author
2023-05-13drivers/net/r8168: add ACPI _STA field entryMatt DeVillier
2023-04-28treewide: Add missing include guards to chip.hJan Samek
2023-03-02drivers/net/phy/m88e1512: Add a way to set output impedance manuallyMario Scheithauer
2023-03-02drivers/net/phy/m88e1512: Switch the page back to 0 only onceMario Scheithauer
2023-02-10drivers/net/r8168: Demote MAC lookup printk from error to warnMatt DeVillier
2023-02-01treewide: Remove duplicated include <device/pci.h>Elyes Haouas
2022-12-09drivers/net/atl1e.c: Use {read,write}32p()Elyes Haouas
2022-11-29drivers/net/r8168: Add support for ACPI DmaPropertyKapil Porwal
2022-11-24drivers/net/phy/m88e1512: Add downshift enableMario Scheithauer
2022-11-24drivers/net/phy/m88e1512: Add interrupt enableMario Scheithauer
2022-11-24drivers/net/phy/m88e1512: Provide functionality to customize LED statusMario Scheithauer
2022-11-24drivers/net/phy/m88e1512: Add new driver for Marvell PHY 88E1512Mario Scheithauer
2022-11-22src/drivers: Remove unnecessary space after castsElyes Haouas
2022-07-17drivers: Get rid of unnecessary blank lines {before,after} braceElyes HAOUAS
2022-03-24drivers/net/r8168: Add support for Realtek RTL8111KRaihow Shi
2022-03-07src: Make PCI ID define names shorterFelix Singer
2022-02-14drivers/net/r8168: Add ASPM control mechanismAlan Huang
2022-02-07treewide: Remove "ERROR: "/"WARN: " prefixes from log messagesJulius Werner
2022-02-01drivers/net/ne2k.c: Remove unuseful 'return' in void functionElyes HAOUAS
2022-01-28src/{drivers,soc}: Fix some code indentsElyes HAOUAS
2021-12-23drivers/net/r8168: Modify to support RTL8125 LEDsRory Liu
2021-12-03drivers/net/r8168: Add support for Realtek RT8125Alan Huang
2021-11-04drivers: Replace bad uses of `find_resource`Angel Pons
2021-10-28drivers/net/r8168.c: Guard against generating power resourceArthur Heymans
2021-10-05src/acpi to src/lib: Fix spelling errorsMartin Roth
2021-03-17cbfs: Replace more instances of cbfs_boot_locate() with newer APIsJulius Werner
2020-09-21src/drivers: Drop unneeded empty linesElyes HAOUAS
2020-05-25drivers: Use SPDX identifiersJacob Garber
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-05-02acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh
2020-04-28device: Constify struct device * parameter to acpi_fill_ssdt()Furquan Shaikh
2020-04-06src/drivers: Use SPDX for GPL-2.0-only filesAngel Pons
2020-04-05Drop explicit NULL initializations from `device_operations`Elyes HAOUAS
2020-04-02Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator`Nico Huber
2020-03-26drivers/net/r8168: Fix extraneous space in "ethernet_mac "Edward O'Callaghan
2020-03-26drivers/net/r8168: Fix ethernet_mac[0-9] format for vpdEdward O'Callaghan
2020-03-26drivers/net/r8168: Fix leaking memory from mappingEdward O'Callaghan
2020-03-26drivers/net/r8168: Split fetch_mac_string_vpd() logic upEdward O'Callaghan
2020-01-30drivers/net/r8168: Add SSDT Power Resource MethodsEdward O'Callaghan
2020-01-09acpi: Be more ACPI compliant when generating _UIDPatrick Rudolph
2019-12-19src/{drivers,device,ec}: Remove unused <stdlib.h>Elyes HAOUAS
2019-10-27src/[arch-lib]: change "unsigned" to "unsigned int"Martin Roth
2019-10-22AUTHORS: Move src/drivers/[l*-v*] copyrights into AUTHORS fileMartin Roth
2019-10-18src: Remove unused include '<device/pci_ids.h>'Elyes HAOUAS
2019-09-28drivers/net/ne2k: Remove some __SIMPLE_DEVICE__ useKyösti Mälkki
2019-05-29src/{device,drivers}: Add missing 'include <types.h>'Elyes HAOUAS
2019-04-06src: Use include <delay.h> when appropriateElyes HAOUAS
2019-03-20src: Use 'include <string.h>' when appropriateElyes HAOUAS
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2019-03-04device/mmio.h: Add include file for MMIO opsKyösti Mälkki
2019-03-01device/pci: Fix PCI accessor headersKyösti Mälkki
2019-01-23src/drivers: Remove needless '&' on function pointersElyes HAOUAS
2019-01-16buildsystem: Promote rules.h to default includeKyösti Mälkki
2018-11-16src: Remove unneeded include <console/console.h>Elyes HAOUAS
2018-11-01src: Add missing include <stdint.h>Elyes HAOUAS
2018-10-23src: Remove unneeded whitespaceElyes HAOUAS
2018-10-15drivers/net/atl1e: Add driverArthur Heymans
2018-08-10src/drivers: Fix typoElyes HAOUAS
2018-06-14src: Use of device_t is deprecatedElyes HAOUAS
2018-06-08arch/x86: Drop leftover ROMCC console supportKyösti Mälkki
2018-06-04src/drivers: Get rid of whitespace before tabElyes HAOUAS
2018-05-15drivers/net: Check "ethernet_mac" when the device index is 1David Wu
2018-01-22drivers/net: Add device index for multiple NIC cardsGaggery Tsai
2017-11-27drivers/net: add SSDT ACPI declaration and WOL featureGaggery Tsai
2017-11-01drivers/net/r8168: Add customized LED modeGaggery Tsai
2017-07-28src/drivers: Fix checkpatch warning: no spaces at the start of a lineMartin Roth
2017-06-20drivers/net/r8168: Get mac address from VPDShelley Chen
2017-01-26drivers/net/rt8168: Add a macaddress cbfsfile using KconfigArthur Heymans
2016-12-08drivers/r8168: Read default MAC address from CBFSDamien Zammit
2016-11-24drivers/net/Kconfig: Hide REALTEK_8168_RESET in menuconfigArthur Heymans
2016-11-21net/r8167: do net set bus msater enableRonald G. Minnich
2016-08-31src/drivers: Add required space before opening parenthesis '('Elyes HAOUAS
2016-05-31drivers/net/r8168: Add driver for realtek nicDamien Zammit
2014-11-22drivers/net/ne2k.c: Fix regressionEdward O'Callaghan
2014-11-07drivers/net/ne2k.c: Collect headers and defines to top of fileEdward O'Callaghan
2014-07-08drivers: Trivial - drop trailing blank lines at EOFEdward O'Callaghan
2014-02-06ne2k: Move under drivers/netKyösti Mälkki