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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ipv6] Add IPv6 network device configurator
Michael Brown
2013-11-07
1
-2
/
+0
*
[dhcp] Remove obsolete dhcp() function
Michael Brown
2013-11-05
1
-1
/
+0
*
[cmdline] Make "dhcp" command a synonym for "ifconf"
Michael Brown
2013-11-05
1
-0
/
+1
*
[ifmgmt] Add ifconf() to carry out network device configuration
Michael Brown
2013-11-05
1
-0
/
+3
*
[parseopt] Add parse_netdev_configurator()
Michael Brown
2013-11-05
1
-0
/
+4
*
[netdevice] Add generic concept of a network device configurator
Michael Brown
2013-11-05
1
-0
/
+79
*
[cmdline] Allow "if<xxx>" commands to take options
Michael Brown
2013-11-05
1
-5
/
+38
*
[ifmgmt] Rewrite iflinkwait() to use monojob_wait()
Michael Brown
2013-11-05
1
-1
/
+1
*
[cmdline] Rewrite "sync" command to use monojob_wait()
Michael Brown
2013-11-01
2
-4
/
+26
*
[monojob] Add timeout parameter to monojob_wait()
Michael Brown
2013-11-01
1
-1
/
+1
*
[job] Allow job_progress() to return an ongoing job status code, if known
Michael Brown
2013-11-01
1
-3
/
+3
*
[parseopt] Add parse_timeout()
Michael Brown
2013-11-01
4
-3
/
+4
*
[ipv6] Add ndp_tx_router_solicitation() to send router solicitations
Michael Brown
2013-10-25
3
-4
/
+29
*
[pxe] Always retrieve cached DHCPACK and apply to relevant network device
Michael Brown
2013-10-25
1
-16
/
+1
*
[ipv6] Support stateless address autoconfiguration (SLAAC)
Michael Brown
2013-10-23
2
-18
/
+76
*
[ipv6] Extract link layer addresses from router advertisements
Michael Brown
2013-10-23
2
-7
/
+44
*
[ping] Add top-level ping() function to ping a host
Michael Brown
2013-10-21
1
-0
/
+16
*
[ping] Add generic ping mechanism
Michael Brown
2013-10-21
2
-0
/
+24
*
[ping] Add concept of a ping socket
Michael Brown
2013-10-21
2
-0
/
+9
*
[icmp] Add support for sending ICMP echo requests
Michael Brown
2013-10-21
5
-25
/
+71
*
[ipv6] Add IPv6 socket address converter
Michael Brown
2013-10-21
1
-1
/
+4
*
[socket] Add concept of a generalised socket address converter
Michael Brown
2013-10-21
2
-0
/
+37
*
[netdevice] Add find_netdev_by_index()
Michael Brown
2013-10-21
1
-0
/
+1
*
[neighbour] Add nstat() function to print out neighbour table
Michael Brown
2013-09-25
2
-0
/
+58
*
[ipv6] Add inet6_aton()
Michael Brown
2013-09-11
1
-1
/
+2
*
[tcp] Reduce path MTU to 1280 bytes
Michael Brown
2013-09-04
1
-3
/
+12
*
[ipv6] Replace IPv6 stack
Michael Brown
2013-09-03
6
-172
/
+391
*
[ipv4] Abstract out protocol-specific portions of "route" command
Michael Brown
2013-09-03
1
-1
/
+22
*
[neighbour] Generalise concept of neighbour discovery
Michael Brown
2013-09-03
3
-3
/
+66
*
[tcpip] Pass through network device to transport layer protocols
Michael Brown
2013-09-03
1
-3
/
+5
*
[netdevice] Add method for generating EUI-64 address from link-layer address
Michael Brown
2013-09-03
2
-0
/
+10
*
[netdevice] Add concept of a network device index
Michael Brown
2013-09-03
1
-0
/
+2
*
[netdevice] Increase maximum network-layer address length
Michael Brown
2013-09-03
1
-1
/
+1
*
[ipv4] Generalise fragment reassembly mechanism
Michael Brown
2013-08-27
2
-12
/
+68
*
[linux] Give tap devices a name and bus type
Michael Brown
2013-08-27
1
-0
/
+3
*
[settings] Make built-in settings a linker table
Michael Brown
2013-08-27
1
-0
/
+22
*
[uri] Allow URIs to incorporate a parameter list
Michael Brown
2013-08-19
1
-0
/
+4
*
[cmdline] Add "params" and "param" commands to manage form parameter lists
Michael Brown
2013-08-19
1
-0
/
+1
*
[params] Add support for the general concept of a form parameter list
Michael Brown
2013-08-19
2
-0
/
+48
*
[settings] Expose memory map via settings mechanism
Michael Brown
2013-08-12
1
-0
/
+1
*
[tcpip] Allow binding to unspecified privileged ports (below 1024)
Michael Brown
2013-08-06
2
-7
/
+41
*
[ipv6] Rename sin_{family,port} to sin6_{family,port} in struct sockaddr_in6
Michael Brown
2013-08-06
1
-2
/
+2
*
[pci] Add pci_find_next() to iterate over existent PCI devices
Michael Brown
2013-08-05
1
-0
/
+2
*
[settings] Introduce the generalised concept of a numeric setting
Michael Brown
2013-08-01
1
-5
/
+40
*
[settings] Remove now-unused fetchf_named_setting() and storef_named_setting()
Michael Brown
2013-07-22
1
-7
/
+0
*
[parseopt] Add parse_setting()
Michael Brown
2013-07-22
1
-1
/
+15
*
[parseopt] Move parse_settings() to parseopt.c
Michael Brown
2013-07-22
1
-1
/
+2
*
[parseopt] Allow parsed option to be modified
Michael Brown
2013-07-22
1
-9
/
+9
*
[settings] Remove now-unused store_named_setting()
Michael Brown
2013-07-19
1
-13
/
+0
*
[settings] Add fetchf_setting_copy()
Michael Brown
2013-07-19
1
-0
/
+2
[next]