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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[icmp] Add support for sending ICMP echo requests
Michael Brown
2013-10-21
9
-121
/
+402
*
[resolv] Use sock_aton() to allow parsing of arbitrary numeric addresses
Michael Brown
2013-10-21
1
-13
/
+4
*
[ipv6] Add IPv6 socket address converter
Michael Brown
2013-10-21
2
-2
/
+102
*
[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
3
-0
/
+102
*
[netdevice] Add find_netdev_by_index()
Michael Brown
2013-10-21
2
-0
/
+19
*
[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
*
[cmdline] Add "nstat" command
Michael Brown
2013-09-25
3
-0
/
+73
*
[neighbour] Add nstat() function to print out neighbour table
Michael Brown
2013-09-25
4
-41
/
+115
*
[build] Work around bug in gcc >= 4.8
Michael Brown
2013-09-25
6
-20
/
+35
*
[ipv6] Add inet6_aton()
Michael Brown
2013-09-11
3
-5
/
+141
*
[tcp] Reduce path MTU to 1280 bytes
Michael Brown
2013-09-04
1
-3
/
+12
*
[ipv6] Fix uninitialised-variable warning
Michael Brown
2013-09-03
1
-0
/
+3
*
[ipv6] Replace IPv6 stack
Michael Brown
2013-09-03
16
-652
/
+1669
*
[ipv4] Abstract out protocol-specific portions of "route" command
Michael Brown
2013-09-03
4
-14
/
+115
*
[neighbour] Generalise concept of neighbour discovery
Michael Brown
2013-09-03
5
-357
/
+579
*
[tcpip] Pass through network device to transport layer protocols
Michael Brown
2013-09-03
8
-13
/
+26
*
[linux] Apply MAC address prior to registering network device
Michael Brown
2013-09-03
1
-5
/
+6
*
[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
5
-0
/
+28
*
[netdevice] Add concept of a network device index
Michael Brown
2013-09-03
2
-2
/
+5
*
[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
4
-129
/
+279
*
[linux] Give tap devices a name and bus type
Michael Brown
2013-08-27
3
-1
/
+8
*
[settings] Make built-in settings a linker table
Michael Brown
2013-08-27
2
-46
/
+68
*
[3c90x] Fix High-MTU packet reception
Thomas Miletich
2013-08-20
1
-0
/
+4
*
[3c90x] Don't round up transmit packet length
Thomas Miletich
2013-08-20
2
-3
/
+5
*
[3c90x] Stall upload engine before setting RX ring address
Thomas Miletich
2013-08-20
1
-0
/
+4
*
[http] Add support for HTTP POST
Michael Brown
2013-08-19
1
-3
/
+121
*
[uri] Allow URIs to incorporate a parameter list
Michael Brown
2013-08-19
2
-1
/
+34
*
[cmdline] Add "params" and "param" commands to manage form parameter lists
Michael Brown
2013-08-19
4
-0
/
+167
*
[params] Add support for the general concept of a form parameter list
Michael Brown
2013-08-19
4
-0
/
+237
*
[settings] Expose memory map via settings mechanism
Michael Brown
2013-08-12
4
-0
/
+247
*
[settings] Allow numeric_setting_value() to handle long setting values
Michael Brown
2013-08-12
2
-4
/
+10
*
[test] Add self-tests for snprintf()
Michael Brown
2013-08-12
2
-0
/
+103
*
[settings] Expose CPUID instruction via settings mechanism
Michael Brown
2013-08-07
6
-19
/
+303
*
[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
5
-81
/
+117
*
[ipv6] Rename sin_{family,port} to sin6_{family,port} in struct sockaddr_in6
Michael Brown
2013-08-06
3
-5
/
+5
*
[udp] Move high-frequency debug messages to DBGLVL_EXTRA
Michael Brown
2013-08-06
1
-5
/
+5
*
[cmdline] Add "pciscan" command to allow iteration over PCI devices
Michael Brown
2013-08-05
3
-0
/
+118
*
[pci] Add pci_find_next() to iterate over existent PCI devices
Michael Brown
2013-08-05
2
-21
/
+46
*
[cmdline] Add "inc" command
Michael Brown
2013-08-01
1
-0
/
+72
*
[settings] Introduce the generalised concept of a numeric setting
Michael Brown
2013-08-01
4
-183
/
+542
*
[script] Allow commands following a script label
Michael Brown
2013-07-25
1
-43
/
+53
*
[script] Allow initial whitespace on lines containing labels
Michael Brown
2013-07-25
1
-4
/
+29
*
[settings] Remove now-unused fetchf_named_setting() and storef_named_setting()
Michael Brown
2013-07-22
2
-121
/
+0
*
[settings] Eliminate calls to {fetch,store}f_named_setting() in NVO commands
Michael Brown
2013-07-22
1
-40
/
+56
*
[settings] Eliminate call to storef_named_setting() in choose_exec()
Michael Brown
2013-07-22
1
-5
/
+12
[next]