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
/
ethernet.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ethernet] Avoid false positive Coverity warning
Michael Brown
2019-08-17
1
-1
/
+1
*
[ethernet] Use standard 1500 byte MTU unless explicitly overridden
Michael Brown
2018-07-17
1
-0
/
+1
*
[ethernet] Make LACP support configurable at build time
Michael Brown
2016-04-18
1
-3
/
+0
*
[ethernet] Add minimal support for receiving LLC frames
Michael Brown
2015-06-25
1
-2
/
+36
*
[build] Fix the REQUIRE_SYMBOL mechanism
Michael Brown
2015-03-05
1
-0
/
+3
*
[build] Use REQUIRE_OBJECT() to drag in per-object configuration
Michael Brown
2015-03-05
1
-0
/
+3
*
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
2015-03-02
1
-1
/
+5
*
[ethernet] Provide eth_random_addr() to generate random Ethernet addresses
Hannes Reinecke
2014-06-01
1
-0
/
+16
*
[ethernet] Add support for generating multicast hash for IPv6 addresses
Michael Brown
2013-09-03
1
-0
/
+5
*
[netdevice] Add method for generating EUI-64 address from link-layer address
Michael Brown
2013-09-03
1
-0
/
+16
*
[ethernet] Expose eth_broadcast as a global constant
Michael Brown
2012-08-31
1
-1
/
+1
*
[legal] Update FSF mailing address in GPL licence texts
Michael Brown
2012-07-20
1
-1
/
+2
*
[undi] Allow underlying PXE stack to construct link-layer header
Michael Brown
2012-03-02
1
-7
/
+6
*
[netdevice] Allow link layer to report broadcast/multicast packets via pull()
Michael Brown
2011-07-15
1
-1
/
+7
*
[lacp] Add simple LACP implementation
Michael Brown
2010-05-10
1
-0
/
+3
*
[build] Rename gPXE to iPXE
Michael Brown
2010-04-19
1
-6
/
+6
*
[netdevice] Add the concept of an "Ethernet-compatible" MAC address
Michael Brown
2009-10-23
1
-0
/
+12
*
[802.11] Support multicast hashing
Michael Brown
2009-08-12
1
-2
/
+1
*
[netdevice] Allow the hardware and link-layer addresses to differ in size
Michael Brown
2009-08-12
1
-0
/
+12
*
[netdevice] Make ll_broadcast per-netdevice rather than per-ll_protocol
Michael Brown
2009-07-17
1
-1
/
+18
*
[netdevice] Add netdev argument to link-layer push and pull handlers
Joshua Oreman
2009-06-23
1
-2
/
+6
*
[legal] Add a selection of FILE_LICENCE declarations
Michael Brown
2009-05-18
1
-0
/
+2
*
[ethernet] Fix eth_mc_hash() return status
Michael Brown
2009-01-21
1
-0
/
+1
*
[netdevice] Change link-layer push() and pull() methods to take raw types
Michael Brown
2008-10-16
1
-14
/
+14
*
[netdevice] Split multicast hashing out into an mc_hash method
Michael Brown
2008-10-16
1
-2
/
+30
*
[undi] Fill in ProtType correctly in PXENV_UNDI_ISR
Michael Brown
2008-08-20
1
-19
/
+21
*
Various warnings fixups for OpenBSD with gcc-3.3.5.
Michael Brown
2007-12-07
1
-1
/
+1
*
Add untested support for UNDI transmit and receive.
Michael Brown
2007-07-02
1
-0
/
+1
*
pkbuff->iobuf changeover
Michael Brown
2007-05-19
1
-13
/
+13
*
Use stdio.h instead of vsprintf.h
Michael Brown
2007-01-19
1
-1
/
+1
*
Made eth_ntoa() public for use in legacy drivers' DBG() statements.
Michael Brown
2006-09-15
1
-1
/
+1
*
Remove _PROTOCOL macros for gcc 3.2 compatibility
Marty Connor
2006-08-09
1
-3
/
+1
*
Clarified packet ownership transfer between a few functions.
Michael Brown
2006-08-09
1
-3
/
+5
*
Simplify RX data path.
Michael Brown
2006-06-17
1
-22
/
+24
*
For consistency
Michael Brown
2006-06-16
1
-1
/
+1
*
Simplify TX datapath.
Michael Brown
2006-06-16
1
-71
/
+23
*
Tidied up debugging messages
Michael Brown
2006-05-27
1
-1
/
+1
*
Rewrote printf and friends to better support standard C semantics.
Michael Brown
2006-05-14
1
-0
/
+1
*
Network layer now works as a proof of concept
Michael Brown
2006-04-28
1
-9
/
+32
*
Network API now allows for multiple network devices (although the
Michael Brown
2006-04-24
1
-48
/
+69
*
Remove the concept of the media-independent link-layer header and replace
Michael Brown
2006-04-19
1
-0
/
+116