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
*
[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
*
[ipv6] Fix uninitialised-variable warning
Michael Brown
2013-09-03
1
-0
/
+3
*
[ipv6] Replace IPv6 stack
Michael Brown
2013-09-03
4
-480
/
+1097
*
[neighbour] Generalise concept of neighbour discovery
Michael Brown
2013-09-03
2
-354
/
+513
*
[tcpip] Pass through network device to transport layer protocols
Michael Brown
2013-09-03
7
-10
/
+21
*
[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
2
-0
/
+17
*
[netdevice] Add concept of a network device index
Michael Brown
2013-09-03
1
-2
/
+3
*
[ipv4] Generalise fragment reassembly mechanism
Michael Brown
2013-08-27
2
-117
/
+211
*
[linux] Give tap devices a name and bus type
Michael Brown
2013-08-27
1
-1
/
+2
*
[http] Add support for HTTP POST
Michael Brown
2013-08-19
1
-3
/
+121
*
[nfs] Fix an issue with the selection of a local port
Marin Hannache
2013-08-06
1
-2
/
+2
*
[tcpip] Allow binding to unspecified privileged ports (below 1024)
Michael Brown
2013-08-06
3
-74
/
+76
*
[ipv6] Rename sin_{family,port} to sin6_{family,port} in struct sockaddr_in6
Michael Brown
2013-08-06
2
-3
/
+3
*
[udp] Move high-frequency debug messages to DBGLVL_EXTRA
Michael Brown
2013-08-06
1
-5
/
+5
*
[settings] Clarify usage of the term "named setting"
Michael Brown
2013-07-18
1
-1
/
+1
*
[nfs] Add support for NFS protocol
Marin Hannache
2013-07-15
6
-0
/
+1658
*
[cmdline] Accept "netX" in iPXE commands
Michael Brown
2013-07-13
1
-0
/
+5
*
[settings] Make "netX" settings block function as a symbolic link
Michael Brown
2013-07-13
1
-0
/
+49
*
[netdevice] Add "bustype" and "busloc" settings
Michael Brown
2013-07-12
1
-0
/
+60
*
[tcp] Fix comment to match code behaviour
Michael Brown
2013-07-12
1
-1
/
+1
*
[tcp] Do not send RST for unrecognised connections
Michael Brown
2013-07-12
1
-1
/
+0
[next]