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
*
[802.11] Avoid using struct md5_ctx directly
Michael Brown
2012-03-05
1
-4
/
+4
*
[802.11] Add missing #include <byteswap.h>
Michael Brown
2012-03-04
1
-0
/
+1
*
[tls] Send empty Certificate record if requested by server
Michael Brown
2012-03-03
1
-0
/
+57
*
[tls] Verify the contents of the Finished record
Michael Brown
2012-03-03
1
-3
/
+24
*
[tls] Allow transmitted records to be scheduled independently
Michael Brown
2012-03-03
1
-83
/
+29
*
[tls] Add support for Server Name Indication (SNI)
Michael Brown
2012-03-03
2
-4
/
+31
*
[tls] Support TLS version 1.1
Michael Brown
2012-03-03
1
-16
/
+28
*
[arp] Maintain an ARP transmission queue
Michael Brown
2012-03-03
2
-147
/
+351
*
[undi] Allow underlying PXE stack to construct link-layer header
Michael Brown
2012-03-02
1
-7
/
+6
*
[iscsi] Send any padding inline with the data segment
Michael Brown
2012-03-01
1
-28
/
+9
*
[http] Recognise status code 303 as valid
Jason Lunz
2012-03-01
1
-0
/
+1
*
[syslog] Separate out generic line-based console functionality
Michael Brown
2012-02-29
1
-36
/
+8
*
[syslog] Disable console when no syslog server is defined
Michael Brown
2012-02-29
1
-7
/
+5
*
[http] Allow for HTTPS-only builds
Michael Brown
2012-02-28
2
-858
/
+888
*
[tls] Use ANS X9.82 Approved RBG as source of random data for TLS
Michael Brown
2012-02-21
1
-9
/
+35
*
[802.11] Add missing #include <string.h>
Michael Brown
2012-02-21
3
-0
/
+3
*
[udp] Propagate transmission errors to UDP interface users
Michael Brown
2012-02-20
1
-4
/
+3
*
[dns] Allow trailing dots in DNS names
Michael Brown
2012-01-11
1
-9
/
+15
*
[dhcp] Add PXE-mandated DHCP options [128,135] to parameter request list
Michael Brown
2011-12-06
1
-0
/
+1
*
[iscsi] Fail immediately if target rejects any of our parameters
Michael Brown
2011-12-05
1
-12
/
+39
*
[infiniband] Reset port state after closing device
Michael Brown
2011-11-15
1
-0
/
+1
*
[infiniband] Open device prior to creating SMI and GSI queue pairs
Michael Brown
2011-11-15
1
-9
/
+9
*
[infiniband] Poll event queues only for devices that are open
Michael Brown
2011-11-15
1
-1
/
+1
*
[netdevice] Allow driver to preinitialise the link-layer address
Michael Brown
2011-10-28
1
-2
/
+22
*
[list] Tidy up naming convention for list_contains() and friends
Michael Brown
2011-10-14
2
-2
/
+2
*
[dhcp] Use a random DHCP transaction identifier (xid)
Michael Brown
2011-09-19
2
-26
/
+30
*
[tcp] Allow sufficient headroom for TCP headers
Michael Brown
2011-09-19
1
-4
/
+4
*
[ipv4] Improve debugging
Michael Brown
2011-07-16
1
-45
/
+51
*
[ipv4] Fix fragment reassembly
Michael Brown
2011-07-16
1
-92
/
+120
*
[retry] Fix potential use-after-free in timer_expired()
Michael Brown
2011-07-16
1
-1
/
+3
*
[ipv4] Use broadcast link-layer address for all broadcast IPv4 addresses
Michael Brown
2011-07-15
1
-7
/
+7
*
[ipv4] Discard unwanted unicast packets
Michael Brown
2011-07-15
1
-10
/
+50
*
[netdevice] Allow link layer to report broadcast/multicast packets via pull()
Michael Brown
2011-07-15
12
-23
/
+60
*
[http] Include port in HTTP Host header as needed
Malte Starostik
2011-07-15
1
-1
/
+5
*
[iscsi] Avoid duplicate calls to iscsi_tx_done()
Michael Brown
2011-06-29
1
-4
/
+9
*
[http] Fix size_t format specifiers
Michael Brown
2011-06-29
1
-1
/
+1
*
[http] Support read-only HTTP block devices
Michael Brown
2011-06-28
1
-59
/
+308
*
[tls] Eliminate polling while TX state machine is idle
Michael Brown
2011-06-28
1
-13
/
+67
*
[iscsi] Eliminate polling while waiting for window to open
Michael Brown
2011-06-28
1
-3
/
+26
*
[http] Eliminate polling while waiting for window to open
Michael Brown
2011-06-28
1
-32
/
+46
*
[infiniband] Use a one-shot process for CMRC shutdown
Michael Brown
2011-06-28
1
-4
/
+2
*
[fc] Use a one-shot process for Fibre Channel name server queries
Michael Brown
2011-06-28
1
-4
/
+1
*
[fc] Use a one-shot process for Fibre Channel ELS requests
Michael Brown
2011-06-28
1
-4
/
+1
*
[process] Pass containing object pointer to process step() methods
Michael Brown
2011-06-28
11
-54
/
+65
*
[tcp] Send xfer_window_changed() when window opens
Michael Brown
2011-06-28
1
-19
/
+27
*
[infiniband] Send xfer_window_changed() when CMRC connection is established
Michael Brown
2011-06-28
1
-0
/
+3
*
[tls] Send xfer_window_changed() when TLS session is established
Michael Brown
2011-06-28
1
-0
/
+4
*
[fc] Send xfer_window_changed() when FCP link is established
Michael Brown
2011-06-28
2
-13
/
+56
*
[fc] Maintain a list of Fibre Channel upper-layer protocol users
Michael Brown
2011-06-28
2
-32
/
+44
*
[ftp] Remove redundant ftp_data_deliver() method
Michael Brown
2011-06-28
1
-25
/
+4
[next]