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
*
[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
*
[netdevice] Reset MAC address when asked to clear the "mac" setting
Michael Brown
2013-05-16
1
-3
/
+11
*
[netdevice] Add "chip" setting
Michael Brown
2013-05-16
1
-26
/
+131
*
[settings] Eliminate settings "tag magic"
Michael Brown
2013-05-01
3
-23
/
+4
*
[netdevice] Add netdev_tx_defer() to allow drivers to defer transmissions
Michael Brown
2013-05-01
1
-3
/
+87
*
[build] Fix dubious uses of bitwise operators
Michael Brown
2013-04-28
1
-1
/
+1
*
[build] Fix uses of literal 0 as a NULL pointer
Michael Brown
2013-04-28
1
-1
/
+1
*
[netdevice] Use link-layer address as part of RNG seed
Michael Brown
2013-04-19
1
-2
/
+11
*
[libc] Use __einfo() tuple as first argument to EUNIQ()
Michael Brown
2013-04-19
1
-2
/
+2
[next]