index
:
mirror/ipxe.git
acpimac
aenq
aqc1xx
armlinux
assert
autoexec_pxe
autovlan
cached_proxydhcp
cc
centos7
cleardhcp
coverity_scan
dell3440b
des
dns_primary
edk2
efi_watchdog
efibridge
efivars
efivars2
efivlan
eisa
ena
entropy
esx
fix486
flr
gcc12
gcmassert
hackesp
hwmac
hyperv
imagecmdline
imgextract
initrd
interpreter
ioactive
iscsicap
itautec
letsencrypt
lldp
loong64
loongarch64
mac_passthru
master
mschapv2
mtureset
naptest
netidx
netstate
noinitrd
nosyslinux
ntpsetting
opsize
params
peerdisc_recent
pkgcache
processorbind
pxemenuscroll
rbgstart
realtek_hack
riscv64
sbat
sepcode
shim
shim2
shim3
shim4
shim5
shutdown_tpl_notify
snploop
snppad
supplicant
sysmac
tcpwindow
thunderbolt_workaround
tlsfrag2
tlsfrag3
tmpintf
udpdrop
uri
utf8
vbox
vetodhcp6
vgafix
wimboot
wimboot2
x25519
xen
xen-sg
xhci_fail
mirror/ipxe.git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
[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
*
[pci] Drag in PCI settings mechanism only when PCI support is present
Michael Brown
2024-10-25
1
-0
/
+6
*
[usb] Expose USB device descriptor and strings via settings
Michael Brown
2024-10-18
3
-6
/
+181
*
[usb] Add "usbscan" command for iterating over USB devices
Michael Brown
2024-10-17
1
-2
/
+73
*
[gve] Allocate all possible event counters
Michael Brown
2024-09-17
2
-64
/
+76
*
[ena] Change reported operating system type to "iPXE"
ena
Michael Brown
2024-09-05
2
-8
/
+14
*
[aqc1xx] Add support for Marvell AQtion Ethernet controller
aqc1xx
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
*
[pci] Separate permission to probe buses from bus:dev.fn range discovery
Michael Brown
2024-08-15
2
-0
/
+5
*
[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
*
[golan] Use ETH_HLEN for inline header size
Rabia Manaa
2024-03-17
1
-1
/
+1
*
[snp] Allocate additional padding for receive buffers
Michael Brown
2024-03-16
1
-1
/
+14
*
[drivers] Sort PCI_ROM() entries numerically
Geert Stappers
2024-02-22
21
-137
/
+136
*
[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
*
[libc] Replace linker_assert() with build_assert()
Michael Brown
2024-01-16
2
-4
/
+4
*
[libc] Make static_assert() available via assert.h
assert
Michael Brown
2024-01-16
2
-4
/
+4
*
[intel] Add PCI ID for I219-LM (23)
Christian Helmuth
2023-12-21
1
-0
/
+1
*
[pci] Check that ECAM configuration space is within reachable memory
Michael Brown
2023-11-02
1
-0
/
+9
*
[pci] Cache ECAM mapping errors
Michael Brown
2023-11-02
1
-2
/
+4
*
[pci] Handle non-zero starting bus in ECAM allocations
Michael Brown
2023-11-02
1
-0
/
+1
*
[pci] Force completion of ECAM configuration space writes
Michael Brown
2023-11-01
1
-1
/
+10
*
[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
*
[virtio] Fix implementation of vpm_ioread32()
Alexander Eichner
2023-08-22
1
-2
/
+2
*
[linux] Set a default MAC address for tap devices
Michael Brown
2023-07-05
1
-0
/
+5
*
[linux] Fix error control flow in af_packet_nic_probe()
Michael Brown
2023-07-05
1
-1
/
+1
*
[linux] Fix error control flow in tap_probe()
Michael Brown
2023-07-05
1
-1
/
+1
*
[console] Avoid overlap between special keys and Unicode characters
Michael Brown
2023-07-04
1
-2
/
+2
*
[efi] Always poll for TX completions
dell3440b
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-05
1
-0
/
+1
*
[iscsi] Limit maximum transfer size to MaxBurstLength
iscsicap
Michael Brown
2023-02-16
1
-0
/
+4
*
[eisa] Check for system board presence before probing for slots
eisa
Michael Brown
2023-02-10
1
-0
/
+8
*
[efi] Do not attempt to drive PCI bridge devices
efibridge
Michael Brown
2023-02-03
1
-0
/
+1
*
[realtek] Explicitly disable VLAN offload
Michael Brown
2023-02-01
2
-2
/
+7
*
[golan] Add new PCI ID for NVIDIA BlueField-3 network device
Mohammed Taha
2023-01-23
1
-0
/
+1
*
[efi] Bind to only the topmost instance of the SNP or NII protocols
snploop
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
[next]