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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[http] Automatically retry request on a 503 Service Unavailable
Michael Brown
2014-03-07
1
-1
/
+45
*
[http] Use a retry timer to trigger retried requests
Michael Brown
2014-03-07
1
-15
/
+44
*
[tcp] Update window even if ACK does not acknowledge new data
Michael Brown
2014-03-07
1
-2
/
+4
*
[netdevice] Mark devices as open before calling open() method
Michael Brown
2014-03-05
1
-4
/
+8
*
[tcp] Calculate correct MSS from peer address
Michael Brown
2014-03-04
1
-1
/
+14
*
[tcpip] Provide tcpip_mtu() to determine the maximum transmission unit
Michael Brown
2014-03-04
3
-0
/
+31
*
[tcpip] Provide tcpip_netdev() to determine the transmitting network device
Michael Brown
2014-03-04
3
-10
/
+86
*
[tcpip] Add IP statistics collection as per RFC 4293
Michael Brown
2014-03-02
4
-21
/
+102
*
[uri] Refactor URI parsing and formatting
Michael Brown
2014-02-27
4
-44
/
+65
*
[dhcp] Copy exactly the required length when resizing DHCP options
Michael Brown
2014-02-26
1
-3
/
+1
*
[dns] Update end-of-name pointer after processing CNAME record
Michael Brown
2014-02-26
1
-2
/
+12
*
[dns] Support DNS search lists
Michael Brown
2014-02-05
4
-265
/
+723
*
[ipv6] Expose NDP-provided settings (including the DNS server)
Michael Brown
2013-12-05
1
-9
/
+197
*
[dhcpv6] Add DHCPv6 "filename" setting
Michael Brown
2013-12-05
1
-0
/
+10
*
[settings] Merge SETTING_IPv4 and SETTING_IPv6
Michael Brown
2013-12-05
2
-5
/
+5
*
[settings] Force settings into alphabetical order within sections
Michael Brown
2013-12-05
10
-23
/
+30
*
[dhcpv6] Use DUID-UUID form of client DUID
Michael Brown
2013-12-05
1
-20
/
+21
*
[syslog] Add support for IPv6 syslog server
Michael Brown
2013-12-05
2
-17
/
+35
*
[dns] Add support for resolving IPv6 addresses via AAAA records
Michael Brown
2013-12-05
2
-34
/
+103
*
[settings] Allow for IPv6 setting types in non-IPv6 builds
Michael Brown
2013-12-05
3
-17
/
+52
*
[settings] Explicitly separate the concept of a completed fetched setting
Michael Brown
2013-12-05
15
-134
/
+88
*
[console] Allow console input and output to be disabled independently
Michael Brown
2013-11-28
2
-4
/
+4
*
[console] Pass escape sequence context to ANSI escape sequence handlers
Michael Brown
2013-11-27
2
-2
/
+6
*
[dhcpv6] Allow stateful DHCPv6 to apply obtained IPv6 addresses
Michael Brown
2013-11-15
1
-6
/
+24
*
[ipv6] Separate the concepts of prefix and address creation
Michael Brown
2013-11-15
2
-118
/
+183
*
[dhcpv6] Add basic support for stateful and stateless DHCPv6
Michael Brown
2013-11-14
2
-5
/
+991
*
[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
*
[settings] Move user-class setting from dhcp.c to settings.c
Michael Brown
2013-11-14
1
-8
/
+0
*
[ipv6] Add IPv6 network device configurator
Michael Brown
2013-11-07
1
-26
/
+217
*
[dhcp] Add DHCP network device configurator
Michael Brown
2013-11-05
1
-0
/
+6
*
[netdevice] Add generic concept of a network device configurator
Michael Brown
2013-11-05
1
-5
/
+203
*
[netdevice] Make all net_driver methods optional
Michael Brown
2013-11-01
4
-40
/
+13
*
[ipv6] Add ndp_tx_router_solicitation() to send router solicitations
Michael Brown
2013-10-25
2
-33
/
+66
*
[pxe] Always retrieve cached DHCPACK and apply to relevant network device
Michael Brown
2013-10-25
2
-104
/
+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
2
-5
/
+5
*
[ipv6] Support stateless address autoconfiguration (SLAAC)
Michael Brown
2013-10-23
2
-52
/
+159
*
[ipv6] Extract link layer addresses from router advertisements
Michael Brown
2013-10-23
1
-47
/
+144
*
[ipv6] Handle IPv6 option length correctly
Michael Brown
2013-10-23
1
-1
/
+1
*
[ping] Add concept of a ping socket
Michael Brown
2013-10-21
1
-0
/
+273
*
[icmp] Add support for sending ICMP echo requests
Michael Brown
2013-10-21
4
-96
/
+331
*
[ipv6] Add IPv6 socket address converter
Michael Brown
2013-10-21
1
-1
/
+98
*
[ipv4] Add IPv4 socket address converter
Michael Brown
2013-10-21
1
-0
/
+37
*
[socket] Add concept of a generalised socket address converter
Michael Brown
2013-10-21
1
-0
/
+65
*
[netdevice] Add find_netdev_by_index()
Michael Brown
2013-10-21
1
-0
/
+18
*
[udp] Add AF_INET6 socket opener
Michael Brown
2013-10-21
1
-2
/
+9
*
[tcp] Add AF_INET6 socket opener
Michael Brown
2013-10-21
1
-2
/
+9
*
[neighbour] Add nstat() function to print out neighbour table
Michael Brown
2013-09-25
1
-41
/
+1
*
[ipv6] Add inet6_aton()
Michael Brown
2013-09-11
1
-4
/
+73
[next]