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
/
net
/
etherfabric.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[netdevice] Remove netdev_priv() helper function
Michael Brown
2023-09-13
1
-7
/
+7
*
[malloc] Rename malloc_dma() to malloc_phys()
Michael Brown
2020-11-05
1
-2
/
+2
*
[pci] Update drivers to use pci_ioremap()
Michael Brown
2020-09-25
1
-1
/
+1
*
[etherfabric] Avoid use of sleep() in driver code
Michael Brown
2016-03-22
1
-1
/
+1
*
[pci] Rewrite unrelicensable portions of pci.h
Michael Brown
2015-03-03
1
-1
/
+1
*
[build] Fix uses of literal 0 as a NULL pointer
Michael Brown
2013-04-28
1
-1
/
+2
*
[src] Fix spelling in comments, debug messages and local variable names
Stefan Weil
2013-01-03
1
-4
/
+4
*
[mii] Synchronise constants with current Linux include/linux/mii.h
Michael Brown
2012-04-18
1
-1
/
+0
*
[console] Move putchar() and getchar() declarations to stdio.h
Michael Brown
2012-03-26
1
-1
/
+1
*
[etherfabric] Avoid unused variable warning in gcc 4.6
Michael Brown
2011-03-16
1
-6
/
+1
*
[console] Move include/console.h to include/ipxe/console.h
Michael Brown
2011-03-09
1
-1
/
+1
*
[pci] Make driver PCI ID a property of the PCI device
Michael Brown
2011-02-17
1
-3
/
+2
*
[nvo] Allow resizing of non-volatile stored option blocks
Michael Brown
2011-01-19
1
-1
/
+1
*
[nvo] Remove the non-volatile options fragment list
Michael Brown
2011-01-11
1
-8
/
+3
*
[netdevice] Call netdev_link_[up|down|err]() only while registered
Michael Brown
2010-09-05
1
-1
/
+1
*
[build] Rename gPXE to iPXE
Michael Brown
2010-04-19
1
-7
/
+7
*
[netdevice] Separate out the concept of hardware and link-layer addresses
Michael Brown
2009-08-12
1
-1
/
+1
*
[ethernet] Update mii.h and use it in drivers that had a private copy
Daniel Verkamp
2009-05-26
1
-49
/
+34
*
[legal] Add a selection of FILE_LICENCE declarations
Michael Brown
2009-05-18
1
-0
/
+3
*
[pci] Add driver_data field to struct pci_device_id
Thomas Miletich
2009-03-26
1
-2
/
+2
*
[etherfabric] Make use of pci_bar_start() 64-bit clean
Michael Brown
2008-12-12
1
-2
/
+3
*
[x86_64] Fix assorted 64-bit compilation errors and warnings
Michael Brown
2008-11-19
1
-3
/
+4
*
[etherfabric] Merge changes from vendor tree
Michael Brown
2008-10-17
1
-2337
/
+3147
*
[i2c] Generalise i2c bit-bashing support to addressless devices
Michael Brown
2008-10-01
1
-3
/
+3
*
[Settings] Migrate DHCP and NVO code to the new settings API (untested)
Michael Brown
2008-03-21
1
-3
/
+3
*
Modify gPXE core and drivers to work with the new timer subsystem
Alexey Zaytsev
2008-03-02
1
-1
/
+0
*
Default to port 0 (sic).
Michael Brown
2006-12-21
1
-1
/
+1
*
The "increment MAC address by port number" hack applies only to EF1.
Michael Brown
2006-12-18
1
-3
/
+7
*
The VPD engine is broken and can't actually handle placing VPD
Michael Brown
2006-12-05
1
-1
/
+1
*
Adjust EEPROM/flash detection to fit expected manufacturing practice.
Michael Brown
2006-12-05
1
-8
/
+31
*
Change some debugging messages to use DBG()
Michael Brown
2006-12-05
1
-7
/
+7
*
Add the concept of a fragment list for non-volatile stored options.
Michael Brown
2006-12-04
1
-5
/
+12
*
Fixed two logic errors that were cancelling each other out.
Michael Brown
2006-12-04
1
-3
/
+3
*
Migrated etherfabric driver to using generic SPI layer.
Michael Brown
2006-12-04
1
-127
/
+58
*
Abstracted out part of the concept of an SPI device to a generalised NVS
Michael Brown
2006-12-04
1
-5
/
+2
*
Generalised the SPI abstraction layer to also be able to handle interfaces
Michael Brown
2006-12-04
1
-2
/
+6
*
Basic non-volatile storage support
Michael Brown
2006-11-29
1
-11
/
+107
*
Merged changes from Solarflare
Michael Brown
2006-11-28
1
-241
/
+713
*
Temporary hack to work around the "TX overflow" problem in the interim
Michael Brown
2006-06-16
1
-20
/
+3
*
Add 4 bytes to maximum frame length to allow for the frame checksum.
Michael Brown
2006-06-16
1
-1
/
+1
*
Forward-port event queue fixes from 5.4 tree.
Michael Brown
2006-06-16
1
-0
/
+27
*
Forward-port start-of-day fixes from 5.4 tree
Michael Brown
2006-06-16
1
-3
/
+31
*
Forward-port reset-related changes from 5.4 tree.
Michael Brown
2006-06-16
1
-46
/
+26
*
Translate between "0 = success" and "0 = failure" call standards.
Michael Brown
2006-06-14
1
-2
/
+2
*
Update to use the generic i2c bit-bashing code.
Michael Brown
2006-06-11
1
-223
/
+68
*
Restructured PCI subsystem to fit the new device model.
Michael Brown
2006-05-16
1
-2
/
+2
*
Header rearrangement.
Michael Brown
2006-04-24
1
-1
/
+1
*
Build under gpxe
Michael Brown
2006-03-16
1
-17
/
+15
*
Merge from Etherboot 5.4
Michael Brown
2006-03-16
1
-0
/
+3042