index
:
openslx-ng/ipxe.git
master
openslx
Fork of ipxe; additional commands and features
OpenSLX
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] 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-20
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
*
Allow an explicit network device to be specified for IP-layer
Michael Brown
2007-01-10
1
-1
/
+1
*
IPv6 minirouting table entries hold persistent references to net devices.
Michael Brown
2007-01-04
1
-17
/
+78
*
Verify checksums on the RX datapath.
Michael Brown
2007-01-03
1
-9
/
+7
*
IP6 support
Nikhil Chandru Rao
2006-08-19
1
-14
/
+309
[next]