summaryrefslogtreecommitdiffstats
path: root/src/net
Commit message (Expand)AuthorAgeFilesLines
* [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
* [ipv4] Record ARP resolution errorsMichael Brown2011-06-281-0/+2
* [netdevice] Allow non-completion TX errors to be recordedMichael Brown2011-06-281-7/+25
* [ipv4] Include network device metadata in packet tracesMichael Brown2011-05-051-3/+10
* [http] Support chunked transfer encodingMichael Brown2011-05-051-44/+119
* [netdevice] Improve detection of bugs in drivers' TX completion handlingMichael Brown2011-05-031-2/+1Star
* [netdevice] Move high-frequency debug messages to DBGLVL_EXTRAMichael Brown2011-05-031-9/+9
* [tcp] Update ts_recent whenever window is advancedMichael Brown2011-04-031-9/+22
* [tftp] Avoid setting current working URI to "tftp://0.0.0.0/"Michael Brown2011-03-311-5/+9
* [netdevice] Simplify link-down status messageMichael Brown2011-03-301-3/+9
* [netdevice] Mark devices as open only if opening succeedsPiotr JaroszyƄski2011-03-271-3/+3
* [tcp] Record ts_recent on first received packetMichael Brown2011-03-261-5/+8
* [settings] Match terminology in online documentationMichael Brown2011-03-234-9/+9
* [settings] Impose a fixed order on settingsMichael Brown2011-03-238-18/+18
* [settings] Reject attempts to change a network device's bus IDMichael Brown2011-03-231-0/+2
* [settings] Formalise notion of setting applicabilityMichael Brown2011-03-224-0/+62
* [syslog] Add support for sending console output to a syslog serverMichael Brown2011-03-101-0/+206
* [iscsi] Change default initiator IQNMichael Brown2011-03-031-235/+140Star