summaryrefslogtreecommitdiffstats
path: root/src/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* drivers/net/r8168: Modify to support RTL8125 LEDsRory Liu2021-12-232-22/+71
* drivers/net/r8168: Add support for Realtek RT8125Alan Huang2021-12-031-2/+9
* drivers: Replace bad uses of `find_resource`Angel Pons2021-11-041-1/+1
* drivers/net/r8168.c: Guard against generating power resourceArthur Heymans2021-10-282-1/+8
* src/acpi to src/lib: Fix spelling errorsMartin Roth2021-10-053-3/+3
* cbfs: Replace more instances of cbfs_boot_locate() with newer APIsJulius Werner2021-03-172-22/+8
* src/drivers: Drop unneeded empty linesElyes HAOUAS2020-09-211-3/+0
* drivers: Use SPDX identifiersJacob Garber2020-05-251-2/+2
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-113-3/+0
* acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh2020-05-022-3/+3
* device: Constify struct device * parameter to acpi_fill_ssdt()Furquan Shaikh2020-04-281-1/+1
* src/drivers: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-063-36/+6
* Drop explicit NULL initializations from `device_operations`Elyes HAOUAS2020-04-053-4/+0
* Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator`Nico Huber2020-04-021-2/+2
* drivers/net/r8168: Fix extraneous space in "ethernet_mac "Edward O'Callaghan2020-03-261-1/+1
* drivers/net/r8168: Fix ethernet_mac[0-9] format for vpdEdward O'Callaghan2020-03-262-13/+19
* drivers/net/r8168: Fix leaking memory from mappingEdward O'Callaghan2020-03-261-0/+3
* drivers/net/r8168: Split fetch_mac_string_vpd() logic upEdward O'Callaghan2020-03-261-34/+50
* drivers/net/r8168: Add SSDT Power Resource MethodsEdward O'Callaghan2020-01-302-0/+22
* acpi: Be more ACPI compliant when generating _UIDPatrick Rudolph2020-01-091-1/+2
* src/{drivers,device,ec}: Remove unused <stdlib.h>Elyes HAOUAS2019-12-191-1/+0
* src/[arch-lib]: change "unsigned" to "unsigned int"Martin Roth2019-10-271-1/+1
* AUTHORS: Move src/drivers/[l*-v*] copyrights into AUTHORS fileMartin Roth2019-10-222-8/+0
* src: Remove unused include '<device/pci_ids.h>'Elyes HAOUAS2019-10-181-1/+0
* drivers/net/ne2k: Remove some __SIMPLE_DEVICE__ useKyösti Mälkki2019-09-281-19/+12
* src/{device,drivers}: Add missing 'include <types.h>'Elyes HAOUAS2019-05-292-0/+3
* src: Use include <delay.h> when appropriateElyes HAOUAS2019-04-061-1/+0
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-202-2/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-4/+4
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-041-0/+1
* device/pci: Fix PCI accessor headersKyösti Mälkki2019-03-011-0/+1
* src/drivers: Remove needless '&' on function pointersElyes HAOUAS2019-01-231-2/+2
* buildsystem: Promote rules.h to default includeKyösti Mälkki2019-01-161-1/+0
* src: Remove unneeded include <console/console.h>Elyes HAOUAS2018-11-161-1/+0
* src: Add missing include <stdint.h>Elyes HAOUAS2018-11-011-0/+2
* src: Remove unneeded whitespaceElyes HAOUAS2018-10-231-1/+1
* drivers/net/atl1e: Add driverArthur Heymans2018-10-153-0/+206
* src/drivers: Fix typoElyes HAOUAS2018-08-101-1/+1
* src: Use of device_t is deprecatedElyes HAOUAS2018-06-141-1/+5
* arch/x86: Drop leftover ROMCC console supportKyösti Mälkki2018-06-081-134/+13
* src/drivers: Get rid of whitespace before tabElyes HAOUAS2018-06-041-1/+1
* drivers/net: Check "ethernet_mac" when the device index is 1David Wu2018-05-151-3/+8
* drivers/net: Add device index for multiple NIC cardsGaggery Tsai2018-01-222-9/+38
* drivers/net: add SSDT ACPI declaration and WOL featureGaggery Tsai2017-11-272-0/+53
* drivers/net/r8168: Add customized LED modeGaggery Tsai2017-11-013-4/+75
* src/drivers: Fix checkpatch warning: no spaces at the start of a lineMartin Roth2017-07-282-11/+11
* drivers/net/r8168: Get mac address from VPDShelley Chen2017-06-202-20/+108
* drivers/net/rt8168: Add a macaddress cbfsfile using KconfigArthur Heymans2017-01-263-3/+23
* drivers/r8168: Read default MAC address from CBFSDamien Zammit2016-12-081-26/+93
* drivers/net/Kconfig: Hide REALTEK_8168_RESET in menuconfigArthur Heymans2016-11-241-1/+1