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
*
[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
*
[uuid] Abstract UUID mangling code out to a separate uuid_mangle() function
Michael Brown
2013-03-20
1
-3
/
+1
*
[dhcp] Use PXE byte ordering for UUID in DHCP option 97
Michael Brown
2013-03-20
1
-1
/
+8
*
[tftp] Allow TFTP block size to be controlled via the PXE TFTP API
Michael Brown
2013-03-06
1
-20
/
+8
*
[netdevice] Separate VLAN support from presence of VLAN-supporting drivers
Michael Brown
2013-03-01
1
-0
/
+12
*
[netdevice] Add vlan_tag() to get the VLAN tag of a network device
Stefan Hajnoczi
2013-03-01
2
-0
/
+28
*
[tls] Concatenate received non-data records before processing
Michael Brown
2013-01-31
1
-12
/
+10
*
[src] Fix spelling in comments, debug messages and local variable names
Stefan Weil
2013-01-03
1
-1
/
+1
*
[build] Include version number within only a single object file
Michael Brown
2012-11-02
2
-5
/
+3
*
[netdevice] Clear network device setting before unregistering
Michael Brown
2012-10-25
1
-0
/
+2
*
[netdevice] Do not force a poll on net_tx()
Michael Brown
2012-10-24
1
-7
/
+0
*
[arp] Increase robustness of ARP discarder
Michael Brown
2012-10-20
1
-7
/
+10
*
[tls] Fix potential memory leak
Michael Brown
2012-09-28
1
-0
/
+1
*
[tls] Fix uninitialised variable
Michael Brown
2012-09-28
1
-2
/
+1
*
[tls] Split received records over multiple I/O buffers
Michael Brown
2012-09-27
1
-164
/
+278
*
[ipoib] Expose Ethernet-compatible eIPoIB link-layer addresses and headers
Michael Brown
2012-08-31
1
-2
/
+10
*
[infiniband] Include destination address vector in ib_complete_recv()
Michael Brown
2012-08-31
4
-12
/
+23
*
[infiniband] Use explicit "source" and "dest" address vector parameter names
Michael Brown
2012-08-31
4
-40
/
+42
*
[infiniband] Allow queue pairs to have a custom allocator for receive iobufs
Michael Brown
2012-08-31
3
-4
/
+19
*
[retry] Expose retry_poll() to explicitly poll all running timers
Michael Brown
2012-08-31
1
-3
/
+11
*
[ethernet] Expose eth_broadcast as a global constant
Michael Brown
2012-08-31
2
-6
/
+3
*
[tls] Disambiguate most error causes
Michael Brown
2012-08-25
1
-32
/
+140
*
[http] Fix HTTP SAN booting
Michael Brown
2012-08-17
1
-6
/
+6
*
[ftp] Add support for the FTP SIZE command
Marin Hannache
2012-08-15
1
-11
/
+60
*
[http] Treat any unexpected connection close as an error
Michael Brown
2012-08-15
1
-7
/
+15
*
[legal] Update FSF mailing address in GPL licence texts
Michael Brown
2012-07-20
49
-49
/
+98
*
[tcp] Truncate TCP window to prevent future packet discards
Michael Brown
2012-07-09
1
-3
/
+20
*
[arp] Try to avoid discarding ARP cache entries
Michael Brown
2012-07-09
2
-3
/
+8
*
[netdevice] Process all received packets in net_poll()
Michael Brown
2012-07-04
1
-7
/
+2
*
[arp] Prevent ARP cache entries from being deleted mid-transmission
Michael Brown
2012-07-01
1
-11
/
+38
*
[tcp] Avoid potential NULL pointer dereference
Michael Brown
2012-06-30
1
-1
/
+3
*
[tcp] Use a zero window size for RST packets
Michael Brown
2012-06-30
1
-1
/
+1
[next]