summaryrefslogtreecommitdiffstats
path: root/src/drivers/net
Commit message (Expand)AuthorAgeFilesLines
...
* [bnxt] Increase Tx descriptorsJoseph Wong2025-06-251-2/+2
* [legacy] Allocate legacy driver .bss-like segments at probe timeMichael Brown2025-06-2424-51/+80
* [legacy] Rename the global legacy NIC to "legacy_nic"Michael Brown2025-06-241-9/+11
* [legacy] Allocate extra padding in receive buffersMichael Brown2025-06-241-1/+2
* [bnxt] Remove TX paddingJoseph Wong2025-06-112-8/+0Star
* [bnxt] Use updated DMA APIsJoseph Wong2025-05-142-101/+118
* [bnxt] Return proper error codes in probeJoseph Wong2025-05-141-3/+6
* [uaccess] Remove redundant copy_from_user() and copy_to_user()Michael Brown2025-04-3021-1/+21
* [build] Remove unsafe disable function wrapper from legacy NIC driversMichael Brown2025-04-2715-19/+25
* [build] Prevent the use of reserved words in C23Miao Wang2025-04-271-5/+2Star
* [build] Fix old-style function definitionMichael Brown2025-04-271-2/+1Star
* [thunderx] Replace uses of userptr_t with direct pointer dereferencesMichael Brown2025-04-242-36/+28Star
* [exanic] Replace uses of userptr_t with direct pointer dereferencesMichael Brown2025-04-242-23/+16Star
* [uaccess] Remove trivial uses of userptr_tMichael Brown2025-04-243-3/+3
* [gve] Replace uses of userptr_t with direct pointer dereferencesMichael Brown2025-04-242-64/+67
* [smbios] Remove userptr_t from SMBIOS structure parsingMichael Brown2025-04-231-59/+34Star
* [crypto] Remove userptr_t from ASN.1 parsersMichael Brown2025-04-221-1/+1
* [uaccess] Remove user_to_phys() and phys_to_user()Michael Brown2025-04-213-28/+26Star
* [uaccess] Remove redundant memcpy_user() and related string functionsMichael Brown2025-04-212-2/+2
* [uaccess] Remove redundant userptr_add() and userptr_diff()Michael Brown2025-04-201-1/+1
* [cgem] Add a driver for the Cadence GEM NICMichael Brown2025-04-192-0/+900
* [efi] Inhibit calls to Shutdown() for wireless SNP devicesMichael Brown2025-04-171-11/+174
* [efi] Allow for custom methods for disconnecting existing driversMichael Brown2025-04-176-4/+46
* [efi] Disconnect existing drivers on a per-protocol basisMichael Brown2025-03-292-0/+4
* [efi] Define an attachment priority order for EFI driversMichael Brown2025-03-293-6/+6
* [fdt] Allow for the existence of multiple device treesMichael Brown2025-03-281-3/+3
* [efi] Allow use of typed pointers for efi_open() et alMichael Brown2025-03-243-17/+5Star
* [efi] Use efi_open() for all ephemeral protocol opensMichael Brown2025-03-242-32/+9Star
* [efi] Use efi_open_unsafe() for all explicitly unsafe protocol opensMichael Brown2025-03-241-11/+10Star
* [efi] Use efi_open_by_driver() for all by-driver protocol opensMichael Brown2025-03-243-37/+16Star
* [bnxt] Allocate TX rings with firmware inputJoseph Wong2025-02-072-2/+1Star
* [gve] Run startup process only while device is openMichael Brown2024-12-031-1/+2
* [usb] Expose USB device descriptor and strings via settingsMichael Brown2024-10-181-1/+2
* [gve] Allocate all possible event countersMichael Brown2024-09-172-64/+76
* [ena] Change reported operating system type to "iPXE"Michael Brown2024-09-052-8/+14
* [aqc1xx] Add support for Marvell AQtion Ethernet controllerAnimesh Bhatt2024-09-026-0/+1614
* [etherfabric] Fix use of uninitialised variable in falcon_xaui_link_ok()Michael Brown2024-09-021-6/+9
* [crypto] Remove the concept of a public-key algorithm reusable contextMichael Brown2024-08-211-14/+4Star
* [gve] Add missing error codes in EUNIQ() list of potential errorsMichael Brown2024-08-201-4/+5
* [crypto] Pass asymmetric keys as ASN.1 cursorsMichael Brown2024-08-181-2/+1Star
* [gve] Increase number of receive buffers to reduce packet lossMichael Brown2024-07-252-5/+13
* [gve] Add driver for Google Virtual Ethernet NICMichael Brown2024-07-242-0/+2309
* [cachedhcp] Allow cached DHCPACK to apply to temporary network devicesMichael Brown2024-04-021-0/+4
* [efi] Add the ability to create a temporary MNP network deviceMichael Brown2024-03-294-20/+58
* [efi] Add support for driving EFI_MANAGED_NETWORK_PROTOCOL devicesMichael Brown2024-03-257-52/+654
* [efi] Match chainloaded device by uppermost matching handleMichael Brown2024-03-251-42/+70
* [efi] Pad transmit buffer length to work around vendor driver bugsMichael Brown2024-03-182-0/+14
* [snp] Allocate additional padding for receive buffersMichael Brown2024-03-171-1/+14
* [drivers] Sort PCI_ROM() entries numericallyGeert Stappers2024-02-2219-131/+131
* [bnxt] Add support for BCM957608Joseph Wong2024-02-084-101/+720