index
:
openslx-ng/ipxe.git
master
openslx
Fork of ipxe; additional commands and features
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
drivers
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
[efi] Use efi_open() for all ephemeral protocol opens
Michael Brown
2025-03-24
2
-32
/
+9
*
[efi] Use efi_open_unsafe() for all explicitly unsafe protocol opens
Michael Brown
2025-03-24
1
-11
/
+10
*
[efi] Use efi_open_by_driver() for all by-driver protocol opens
Michael Brown
2025-03-24
3
-37
/
+16
*
[bnxt] Allocate TX rings with firmware input
Joseph Wong
2025-02-07
2
-2
/
+1
*
[gve] Run startup process only while device is open
Michael Brown
2024-12-03
1
-1
/
+2
*
[usb] Expose USB device descriptor and strings via settings
Michael Brown
2024-10-18
1
-1
/
+2
*
[gve] Allocate all possible event counters
Michael Brown
2024-09-17
2
-64
/
+76
*
[ena] Change reported operating system type to "iPXE"
Michael Brown
2024-09-05
2
-8
/
+14
*
[aqc1xx] Add support for Marvell AQtion Ethernet controller
Animesh Bhatt
2024-09-02
6
-0
/
+1614
*
[etherfabric] Fix use of uninitialised variable in falcon_xaui_link_ok()
Michael Brown
2024-09-02
1
-6
/
+9
*
[crypto] Remove the concept of a public-key algorithm reusable context
Michael Brown
2024-08-21
1
-14
/
+4
*
[gve] Add missing error codes in EUNIQ() list of potential errors
Michael Brown
2024-08-20
1
-4
/
+5
*
[crypto] Pass asymmetric keys as ASN.1 cursors
Michael Brown
2024-08-18
1
-2
/
+1
*
[gve] Increase number of receive buffers to reduce packet loss
Michael Brown
2024-07-25
2
-5
/
+13
*
[gve] Add driver for Google Virtual Ethernet NIC
Michael Brown
2024-07-24
2
-0
/
+2309
*
[cachedhcp] Allow cached DHCPACK to apply to temporary network devices
Michael Brown
2024-04-02
1
-0
/
+4
*
[efi] Add the ability to create a temporary MNP network device
Michael Brown
2024-03-29
4
-20
/
+58
*
[efi] Add support for driving EFI_MANAGED_NETWORK_PROTOCOL devices
Michael Brown
2024-03-25
7
-52
/
+654
*
[efi] Match chainloaded device by uppermost matching handle
Michael Brown
2024-03-25
1
-42
/
+70
*
[efi] Pad transmit buffer length to work around vendor driver bugs
Michael Brown
2024-03-18
2
-0
/
+14
*
[snp] Allocate additional padding for receive buffers
Michael Brown
2024-03-17
1
-1
/
+14
*
[drivers] Sort PCI_ROM() entries numerically
Geert Stappers
2024-02-22
19
-131
/
+131
*
[bnxt] Add support for BCM957608
Joseph Wong
2024-02-08
4
-101
/
+720
*
[bnxt] Add support for additional chip IDs
Joseph Wong
2024-01-19
2
-2
/
+6
*
[intel] Add PCI ID for I219-LM (23)
Christian Helmuth
2023-12-21
1
-0
/
+1
*
[iphone] Add missing va_start()/va_end() around reused argument list
Michael Brown
2023-10-24
1
-0
/
+2
*
[netdevice] Allocate private data for each network upper-layer driver
Michael Brown
2023-09-13
1
-1
/
+3
*
[netdevice] Remove netdev_priv() helper function
Michael Brown
2023-09-13
22
-182
/
+182
*
[efi] Always poll for TX completions
Michael Brown
2023-06-21
1
-5
/
+5
*
[intel] Add workaround for I210 reset hardware bugs
Matt Parrella
2023-03-14
2
-2
/
+24
*
[intelx] Add PCI IDs for Intel 82599 10GBASE-T NIC
Forest Crossman
2023-03-06
1
-0
/
+1
*
[realtek] Explicitly disable VLAN offload
Michael Brown
2023-02-01
2
-2
/
+7
*
[efi] Bind to only the topmost instance of the SNP or NII protocols
Michael Brown
2023-01-23
1
-30
/
+36
*
[efi] Extend efi_locate_device() to allow searching up the device path
Michael Brown
2023-01-23
2
-2
/
+2
*
[ena] Allocate an unused Asynchronous Event Notification Queue (AENQ)
Alexander Graf
2023-01-18
2
-0
/
+139
*
[netdevice] Allow duplicate MAC addresses
Michael Brown
2023-01-15
3
-3
/
+56
*
[efi] Disable receive filters to work around buggy UNDI drivers
Michael Brown
2023-01-11
1
-10
/
+47
*
[intel] Add PCI ID for I219-V and -LM 16,17
Christian I. Nilsson
2022-11-15
1
-0
/
+4
*
[ena] Assign memory BAR if left empty by BIOS
Michael Brown
2022-09-19
1
-0
/
+45
*
[ena] Increase receive ring size to 128 entries
Michael Brown
2022-08-26
2
-5
/
+12
*
[ena] Provide a host information page
Michael Brown
2022-08-26
2
-0
/
+159
*
[ena] Specify the unused completion queue MSI-X vector as 0xffffffff
Michael Brown
2022-08-26
2
-0
/
+9
*
[ena] Allow for out-of-order completions
Michael Brown
2022-08-26
2
-20
/
+62
*
[ena] Limit submission queue fill level to completion queue size
Michael Brown
2022-08-26
2
-4
/
+11
*
[intelxl] Explicitly request a single queue pair for virtual functions
Michael Brown
2022-08-16
2
-1
/
+58
*
[intelxl] Allow for admin commands that trigger a VF reset
Michael Brown
2022-08-16
1
-13
/
+28
*
[intelxl] Negotiate virtual function API version 1.1
Michael Brown
2022-08-16
3
-3
/
+31
*
[intelxl] Show virtual function packet statistics for debugging
Michael Brown
2022-08-16
2
-0
/
+88
*
[intelxl] Add driver for Intel 100 Gigabit Ethernet NICs
Michael Brown
2022-08-12
4
-7
/
+1568
*
[intelxl] Use admin queue to set port MAC address and maximum frame size
Michael Brown
2022-08-12
2
-27
/
+105
[next]