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
*
[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
*
[parseopt] Add parse_setting()
Michael Brown
2013-07-22
2
-1
/
+70
*
[parseopt] Move parse_settings() to parseopt.c
Michael Brown
2013-07-22
3
-23
/
+25
*
[parseopt] Allow parsed option to be modified
Michael Brown
2013-07-22
6
-26
/
+25
*
[settings] Remove now-unused store_named_setting()
Michael Brown
2013-07-19
2
-48
/
+0
*
[settings] Eliminate call to store_named_setting() in nslookup.c
Michael Brown
2013-07-19
1
-6
/
+17
*
[settings] Eliminate call to fetchf_named_setting() in expand_settings()
Michael Brown
2013-07-19
1
-22
/
+25
*
[settings] Add fetchf_setting_copy()
Michael Brown
2013-07-19
2
-2
/
+41
*
[settings] Change "not-found" semantics of fetch_setting_copy()
Michael Brown
2013-07-19
3
-47
/
+8
*
[settings] Expose parse_setting_name()
Michael Brown
2013-07-19
2
-12
/
+13
*
[settings] Remove default_type parameter from parse_setting_name()
Michael Brown
2013-07-19
1
-9
/
+20
*
[settings] Remove temporary name buffer parameter from parse_setting_name()
Michael Brown
2013-07-18
1
-22
/
+40
[next]