index
:
ipxe
master
qemu
ipxe
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
[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-24
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-19
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
*
[tls] Request a maximum fragment length of 2048 bytes
Michael Brown
2012-06-29
1
-0
/
+11
*
[tcp] Add support for TCP window scaling
Michael Brown
2012-06-29
1
-2
/
+29
*
[tcpip] Allow for architecture-specific TCP/IP checksum routines
Michael Brown
2012-06-27
1
-2
/
+2
*
[syslog] Include hostname within syslog messages where possible
Michael Brown
2012-06-20
2
-8
/
+54
*
[settings] Move "domain" setting from dns.c to settings.c
Michael Brown
2012-06-20
1
-8
/
+0
*
[dhcp] Request broadcast responses when we already have an IPv4 address
Michael Brown
2012-06-20
2
-1
/
+8
*
[tls] Mark security negotiation as a pending operation
Michael Brown
2012-06-09
1
-3
/
+13
*
[tcp] Mark any unacknowledged transmission as a pending operation
Michael Brown
2012-06-09
1
-3
/
+33
*
[crypto] Fix unused-but-set variable warning
Michael Brown
2012-05-23
1
-2
/
+0
*
[http] Add support for Digest authentication
Michael Brown
2012-05-22
1
-0
/
+173
*
[http] Provide credentials only when requested by server
Michael Brown
2012-05-22
1
-16
/
+128
*
[http] Split construction of Authorization header out of http_step()
Michael Brown
2012-05-22
1
-57
/
+96
*
[http] Defer processing response code until after receiving all headers
Michael Brown
2012-05-22
1
-6
/
+10
*
[http] Reopen connections when server does not keep connection alive
Michael Brown
2012-05-22
1
-31
/
+118
*
[crypto] Automatically perform OCSP checks when applicable
Michael Brown
2012-05-22
1
-68
/
+195
*
[iscsi] Report SCSI response only when applicable
Michael Brown
2012-05-16
1
-1
/
+2
*
[crypto] Include "?subject=" in cross-signed certificate URI
Michael Brown
2012-05-09
1
-3
/
+3
*
[crypto] Reduce standard debugging output
Michael Brown
2012-05-09
1
-4
/
+4
*
[crypto] Automatically download cross-signed certificates
Michael Brown
2012-05-08
1
-11
/
+284
*
[tls] Use asynchronous certificate validator
Michael Brown
2012-05-08
1
-46
/
+113
*
[crypto] Add asynchronous certificate validator
Michael Brown
2012-05-08
1
-0
/
+178
*
[crypto] Add x509_append_raw()
Michael Brown
2012-05-08
1
-18
/
+5
*
[crypto] Allow for X.509 certificates with no common name
Michael Brown
2012-05-08
1
-1
/
+2
*
[tcp] Discard all TCP connections on shutdown
Michael Brown
2012-05-08
1
-0
/
+22
[next]