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
/
net
/
aoe.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libc] Make static_assert() available via assert.h
assert
Michael Brown
2024-01-16
1
-1
/
+1
*
[aoe] Allow AoE device to be described using an EFI device path
Michael Brown
2020-10-19
1
-29
/
+2
*
[block] Describe all SAN devices via ACPI tables
Michael Brown
2017-03-28
1
-23
/
+67
*
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
2015-03-02
1
-1
/
+5
*
[legal] Update FSF mailing address in GPL licence texts
Michael Brown
2012-07-20
1
-1
/
+2
*
[netdevice] Allow link layer to report broadcast/multicast packets via pull()
Michael Brown
2011-07-15
1
-2
/
+3
*
[netdevice] Pass both link-layer addresses in net_tx() and net_rx()
Michael Brown
2010-10-07
1
-3
/
+6
*
[aoe] Add support for identifying the underlying hardware device
Michael Brown
2010-09-22
1
-0
/
+13
*
[aoe] Fail immediately when network device is closed
Michael Brown
2010-09-22
1
-0
/
+8
*
[block] Replace gPXE block-device API with an iPXE asynchronous interface
Michael Brown
2010-09-14
1
-290
/
+850
*
[retry] Hold reference while timer is running and during expiry callback
Michael Brown
2010-09-03
1
-1
/
+1
*
[build] Fix misaligned table entries when using gcc 4.5
Piotr JaroszyĆski
2010-08-20
1
-1
/
+1
*
[retry] Add timer_init() wrapper function
Michael Brown
2010-06-22
1
-1
/
+1
*
[refcnt] Add ref_init() wrapper function
Michael Brown
2010-06-22
1
-1
/
+1
*
[build] Rename gPXE to iPXE
Michael Brown
2010-04-19
1
-10
/
+10
*
[netdevice] Make ll_broadcast per-netdevice rather than per-ll_protocol
Michael Brown
2009-07-17
1
-2
/
+1
*
[ata] Make ATA command issuing partially asynchronous
Michael Brown
2009-07-17
1
-8
/
+2
*
[legal] Add a selection of FILE_LICENCE declarations
Michael Brown
2009-05-18
1
-0
/
+2
*
[aoe] Use an AoE config query to identify the target MAC address
Michael Brown
2008-11-19
1
-51
/
+145
*
[aoe] Start retry timer before potential temporary transmission failure
Michael Brown
2008-11-08
1
-4
/
+11
*
Allowed zero-cost enforced ordering of features in startup banner
Michael Brown
2007-08-02
1
-1
/
+1
*
Use otherwise-useless byte in DHCP feature option as a version number
Michael Brown
2007-08-02
1
-1
/
+1
*
Add FEATURE() macro, plus code to display features at startup time,
Michael Brown
2007-08-02
1
-0
/
+3
*
Quick hack to get AoE back in to the tree, on a par with the current
Michael Brown
2007-07-29
1
-34
/
+96
*
Kill off hotplug.h and just make net devices normal reference-counted
Michael Brown
2007-06-27
1
-17
/
+0
*
pkbuff->iobuf changeover
Michael Brown
2007-05-19
1
-15
/
+15
*
Use stdio.h instead of vsprintf.h
Michael Brown
2007-01-19
1
-1
/
+1
*
Gave asynchronous operations approximate POSIX signal semantics. This
Michael Brown
2007-01-15
1
-5
/
+7
*
An AoE session holds a persistent reference to a net device.
Michael Brown
2007-01-04
1
-0
/
+23
*
Remove _PROTOCOL macros for gcc 3.2 compatibility
Marty Connor
2006-08-09
1
-3
/
+1
*
Simplify RX data path.
Michael Brown
2006-06-17
1
-7
/
+7
*
Simplify TX datapath.
Michael Brown
2006-06-16
1
-29
/
+4
*
Improve tcpdump legibility.
Michael Brown
2006-06-01
1
-0
/
+1
*
Updated retry timer mechanism to incorporate smoothed RTT estimation.
Michael Brown
2006-06-01
1
-1
/
+28
*
Put in a method to get the MAC address for the AoE target. (It's not
Michael Brown
2006-05-31
1
-6
/
+17
*
ATA devices are now asynchronous. The ATA layer itself now performs the
Michael Brown
2006-05-31
1
-1
/
+4
*
Added generic asynchronous operations code.
Michael Brown
2006-05-31
1
-93
/
+73
*
Handle multi-sector reads by splitting them into subcommands.
Michael Brown
2006-05-29
1
-2
/
+48
*
Initial AoE implementation. Limitations are:
Michael Brown
2006-05-28
1
-0
/
+261