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
/
ipv6.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ipv6] Use driver-private data to hold link-local IPv6 settings block
Michael Brown
2023-09-13
1
-29
/
+10
*
[netdevice] Allocate private data for each network upper-layer driver
Michael Brown
2023-09-13
1
-1
/
+3
*
[netdevice] Separate concept of scope ID from network device name index
Michael Brown
2023-01-14
1
-6
/
+6
*
[ipv6] Fix mask calculation when prefix length is not a multiple of 8
Michael Brown
2022-09-06
1
-1
/
+1
*
[ipv6] Allow for multiple routers
Michael Brown
2016-07-25
1
-49
/
+126
*
[ipv6] Rename ipv6_scope to ipv6_settings_scope
Michael Brown
2016-07-21
1
-6
/
+6
*
[ipv6] Create routing table based on IPv6 settings
Michael Brown
2016-07-20
1
-118
/
+129
*
[ipv6] Match user expectations for IPv6 settings priorities
Michael Brown
2016-07-19
1
-0
/
+1
*
[ipv6] Expose IPv6 link-local address settings
Michael Brown
2016-07-19
1
-0
/
+113
*
[ipv6] Expose IPv6 settings acquired through NDP
Michael Brown
2016-07-19
1
-0
/
+27
*
[tcpip] Avoid generating positive zero for transmitted UDP checksums
Michael Brown
2015-09-10
1
-0
/
+2
*
[tcpip] Allow supported address families to be detected at runtime
Michael Brown
2015-09-01
1
-0
/
+1
*
[ipv6] Treat a missing network device name as "netX"
Michael Brown
2015-07-28
1
-4
/
+15
*
[build] Fix the REQUIRE_SYMBOL mechanism
Michael Brown
2015-03-05
1
-0
/
+3
*
[ipv6] Avoid potentially copying from a NULL pointer in ipv6_tx()
Michael Brown
2014-05-23
1
-1
/
+2
*
[ipv6] Include network device when transcribing multicast addresses
Michael Brown
2014-05-23
1
-1
/
+1
*
[tcpip] Provide tcpip_mtu() to determine the maximum transmission unit
Michael Brown
2014-03-04
1
-0
/
+1
*
[tcpip] Provide tcpip_netdev() to determine the transmitting network device
Michael Brown
2014-03-04
1
-0
/
+20
*
[tcpip] Add IP statistics collection as per RFC 4293
Michael Brown
2014-03-02
1
-9
/
+43
*
[settings] Allow for IPv6 setting types in non-IPv6 builds
Michael Brown
2013-12-05
1
-12
/
+5
*
[settings] Explicitly separate the concept of a completed fetched setting
Michael Brown
2013-12-05
1
-3
/
+3
*
[ipv6] Separate the concepts of prefix and address creation
Michael Brown
2013-11-15
1
-84
/
+120
*
[ipv6] Add "ipv6" setting type
Michael Brown
2013-11-14
1
-0
/
+53
*
[ipv6] Use given source address only if it is not the unspecified address
Michael Brown
2013-11-14
1
-1
/
+1
*
[netdevice] Make all net_driver methods optional
Michael Brown
2013-11-01
1
-11
/
+0
*
[ipv6] Add ndp_tx_router_solicitation() to send router solicitations
Michael Brown
2013-10-25
1
-0
/
+1
*
[ipv6] Automatically choose source for link-local and multicast destinations
Michael Brown
2013-10-25
1
-30
/
+34
*
[ipv6] Treat sin6_scope_id consistently
Michael Brown
2013-10-25
1
-3
/
+3
*
[ipv6] Support stateless address autoconfiguration (SLAAC)
Michael Brown
2013-10-23
1
-0
/
+47
*
[ipv6] Handle IPv6 option length correctly
Michael Brown
2013-10-23
1
-1
/
+1
*
[ipv6] Add IPv6 socket address converter
Michael Brown
2013-10-21
1
-1
/
+98
*
[ipv6] Add inet6_aton()
Michael Brown
2013-09-11
1
-4
/
+73
*
[ipv6] Replace IPv6 stack
Michael Brown
2013-09-03
1
-249
/
+630
*
[tcpip] Pass through network device to transport layer protocols
Michael Brown
2013-09-03
1
-3
/
+4
*
[ipv6] Rename sin_{family,port} to sin6_{family,port} in struct sockaddr_in6
Michael Brown
2013-08-06
1
-2
/
+2
*
[netdevice] Allow link layer to report broadcast/multicast packets via pull()
Michael Brown
2011-07-15
1
-1
/
+3
*
[netdevice] Pass both link-layer addresses in net_tx() and net_rx()
Michael Brown
2010-10-07
1
-1
/
+4
*
[build] Fix misaligned table entries when using gcc 4.5
Piotr JaroszyĆski
2010-08-20
1
-2
/
+0
*
[build] Rename gPXE to iPXE
Michael Brown
2010-04-19
1
-10
/
+10
*
[tcpip] Allow for transmission to multicast IPv4 addresses
Michael Brown
2009-01-21
1
-0
/
+1
*
Various warnings fixups for OpenBSD with gcc-3.3.5.
Michael Brown
2007-12-07
1
-1
/
+1
*
Merge commit 'holger/strings'
Michael Brown
2007-08-23
1
-5
/
+4
|
\
|
*
use malloc attribute
Holger Lubitz
2007-08-20
1
-5
/
+4
*
|
fix gcc 4.2.1 warning: initialized field overwritten
Holger Lubitz
2007-08-02
1
-4
/
+1
|
/
*
Warnings purge: src/{crypto,hci,net}
Marty Connor
2007-07-03
1
-4
/
+4
*
Kill off hotplug.h and just make net devices normal reference-counted
Michael Brown
2007-06-27
1
-22
/
+2
*
pkbuff->iobuf changeover
Michael Brown
2007-05-19
1
-25
/
+25
*
Use stdio.h instead of vsprintf.h
Michael Brown
2007-01-19
1
-1
/
+1
*
Include stdlib.h rather than malloc.h
Michael Brown
2007-01-18
1
-1
/
+0
*
Use -ENETUNREACH to mean "no reachable network device exists, don't bother
Michael Brown
2007-01-14
1
-1
/
+1
[next]