summaryrefslogtreecommitdiffstats
path: root/src/net
Commit message (Expand)AuthorAgeFilesLines
* [802.11] Avoid using struct md5_ctx directlyMichael Brown2012-03-051-4/+4
* [802.11] Add missing #include <byteswap.h>Michael Brown2012-03-041-0/+1
* [tls] Send empty Certificate record if requested by serverMichael Brown2012-03-031-0/+57
* [tls] Verify the contents of the Finished recordMichael Brown2012-03-031-3/+24
* [tls] Allow transmitted records to be scheduled independentlyMichael Brown2012-03-031-83/+29Star
* [tls] Add support for Server Name Indication (SNI)Michael Brown2012-03-032-4/+31
* [tls] Support TLS version 1.1Michael Brown2012-03-031-16/+28
* [arp] Maintain an ARP transmission queueMichael Brown2012-03-032-147/+351
* [undi] Allow underlying PXE stack to construct link-layer headerMichael Brown2012-03-021-7/+6Star
* [iscsi] Send any padding inline with the data segmentMichael Brown2012-03-011-28/+9Star
* [http] Recognise status code 303 as validJason Lunz2012-03-011-0/+1
* [syslog] Separate out generic line-based console functionalityMichael Brown2012-02-291-36/+8Star
* [syslog] Disable console when no syslog server is definedMichael Brown2012-02-291-7/+5Star
* [http] Allow for HTTPS-only buildsMichael Brown2012-02-282-858/+888
* [tls] Use ANS X9.82 Approved RBG as source of random data for TLSMichael Brown2012-02-211-9/+35
* [802.11] Add missing #include <string.h>Michael Brown2012-02-213-0/+3
* [udp] Propagate transmission errors to UDP interface usersMichael Brown2012-02-201-4/+3Star
* [dns] Allow trailing dots in DNS namesMichael Brown2012-01-111-9/+15
* [dhcp] Add PXE-mandated DHCP options [128,135] to parameter request listMichael Brown2011-12-061-0/+1
* [iscsi] Fail immediately if target rejects any of our parametersMichael Brown2011-12-051-12/+39
* [infiniband] Reset port state after closing deviceMichael Brown2011-11-151-0/+1
* [infiniband] Open device prior to creating SMI and GSI queue pairsMichael Brown2011-11-151-9/+9
* [infiniband] Poll event queues only for devices that are openMichael Brown2011-11-151-1/+1
* [netdevice] Allow driver to preinitialise the link-layer addressMichael Brown2011-10-281-2/+22
* [list] Tidy up naming convention for list_contains() and friendsMichael Brown2011-10-142-2/+2
* [dhcp] Use a random DHCP transaction identifier (xid)Michael Brown2011-09-192-26/+30
* [tcp] Allow sufficient headroom for TCP headersMichael Brown2011-09-191-4/+4
* [ipv4] Improve debuggingMichael Brown2011-07-161-45/+51
* [ipv4] Fix fragment reassemblyMichael Brown2011-07-161-92/+120
* [retry] Fix potential use-after-free in timer_expired()Michael Brown2011-07-161-1/+3
* [ipv4] Use broadcast link-layer address for all broadcast IPv4 addressesMichael Brown2011-07-151-7/+7
* [ipv4] Discard unwanted unicast packetsMichael Brown2011-07-151-10/+50
* [netdevice] Allow link layer to report broadcast/multicast packets via pull()Michael Brown2011-07-1512-23/+60
* [http] Include port in HTTP Host header as neededMalte Starostik2011-07-151-1/+5
* [iscsi] Avoid duplicate calls to iscsi_tx_done()Michael Brown2011-06-291-4/+9
* [http] Fix size_t format specifiersMichael Brown2011-06-291-1/+1
* [http] Support read-only HTTP block devicesMichael Brown2011-06-281-59/+308
* [tls] Eliminate polling while TX state machine is idleMichael Brown2011-06-281-13/+67
* [iscsi] Eliminate polling while waiting for window to openMichael Brown2011-06-281-3/+26
* [http] Eliminate polling while waiting for window to openMichael Brown2011-06-281-32/+46
* [infiniband] Use a one-shot process for CMRC shutdownMichael Brown2011-06-281-4/+2Star
* [fc] Use a one-shot process for Fibre Channel name server queriesMichael Brown2011-06-281-4/+1Star
* [fc] Use a one-shot process for Fibre Channel ELS requestsMichael Brown2011-06-281-4/+1Star
* [process] Pass containing object pointer to process step() methodsMichael Brown2011-06-2811-54/+65
* [tcp] Send xfer_window_changed() when window opensMichael Brown2011-06-281-19/+27
* [infiniband] Send xfer_window_changed() when CMRC connection is establishedMichael Brown2011-06-281-0/+3
* [tls] Send xfer_window_changed() when TLS session is establishedMichael Brown2011-06-281-0/+4
* [fc] Send xfer_window_changed() when FCP link is establishedMichael Brown2011-06-282-13/+56
* [fc] Maintain a list of Fibre Channel upper-layer protocol usersMichael Brown2011-06-282-32/+44
* [ftp] Remove redundant ftp_data_deliver() methodMichael Brown2011-06-281-25/+4Star