summaryrefslogtreecommitdiffstats
path: root/src/net
Commit message (Expand)AuthorAgeFilesLines
* Use RFC4390 whenever hardware address exceeds 16 bytes; this allows usMichael Brown2007-09-211-2/+36
* Bugfix: DHCP message type should be a one-byte option... (d'oh)Michael Brown2007-09-131-2/+1Star
* Check for correct block number in tftp_rx_data().Michael Brown2007-09-081-1/+9
* Minor style fix: structure fields are generally initialised in theMichael Brown2007-09-061-1/+1
* TFTP default blocksize fix from VampyreMarty Connor2007-08-301-0/+1
* Merge commit 'holger/strings'Michael Brown2007-08-233-10/+8Star
|\
| * use malloc attributeHolger Lubitz2007-08-201-1/+1
| * use malloc attributeHolger Lubitz2007-08-201-5/+4Star
| * use malloc attributeHolger Lubitz2007-08-201-4/+3Star
* | Use start_timer_nodelay() in protocols which rely on the retry timerMichael Brown2007-08-133-3/+3
* | Add start_timer_nodelay()Michael Brown2007-08-131-0/+12
* | Allowed zero-cost enforced ordering of features in startup bannerMichael Brown2007-08-027-4/+13
* | Use otherwise-useless byte in DHCP feature option as a version numberMichael Brown2007-08-024-2/+8
* | Add FEATURE() macro, plus code to display features at startup time,Michael Brown2007-08-023-0/+21
* | fix gcc 4.2.1 warning: initialized field overwrittenHolger Lubitz2007-08-021-4/+1Star
|/
* Add identifier for the network device into the DHCP request.Michael Brown2007-07-311-0/+25
* Centralise construction of the DHCP request and response packets.Michael Brown2007-07-311-37/+104
* tls_change_cipher() can complain about null cipher and digestMichael Brown2007-07-301-4/+2Star
* Change #warnings to FIXMEs, so that we can build without NO_WERROR=1Michael Brown2007-07-301-8/+11
* Allowed HTTPS to be a separately configurable feature.Michael Brown2007-07-302-13/+67
* TLS now working again.Michael Brown2007-07-302-9/+1740
* Quick hack to get AoE back in to the tree, on a par with the currentMichael Brown2007-07-291-34/+96
* Merge branch 'symcheck2'Michael Brown2007-07-282-3/+4
|\
| * make http_open staticHolger Lubitz2007-07-271-1/+1
| * make add_ndp_entry staticHolger Lubitz2007-07-271-2/+3
* | Prepare for iBFT merge when possible. iscsiboot.c contains a really,Michael Brown2007-07-261-18/+98
|/
* Add per-file error identifiersMichael Brown2007-07-242-20/+3Star
* Added missing "static" declarationsMichael Brown2007-07-171-2/+2
* nameserver should be staticMichael Brown2007-07-171-1/+1
* Add support for TCP timestampsMichael Brown2007-07-131-3/+71
* Adjust received length to take into account any already-received dataMichael Brown2007-07-131-2/+3
* Avoid reusing auto-allocated ports after connection close.Michael Brown2007-07-131-2/+3
* May be required in some disconnect scenariosMichael Brown2007-07-101-0/+1
* Remove some obsolete stream-API filesMichael Brown2007-07-092-543/+0Star
* Add missing staticMichael Brown2007-07-091-1/+1
* Fix TX state machine and miscellaneous other bits.Michael Brown2007-07-091-38/+70
* Fix root-path parsing.Michael Brown2007-07-091-36/+35Star
* Ready to start testingMichael Brown2007-07-081-20/+24
* Code in place to use a hypothetical SCSI interface.Michael Brown2007-07-081-8/+23
* Everything except the SCSI interface should now be presentMichael Brown2007-07-081-38/+274
* iSCSI updated to use data-xfer interface on the socket side (TCP).Michael Brown2007-07-081-330/+379
* Limit xmit window to one MTU. (Path MTU discovery not yetMichael Brown2007-07-081-16/+34
* Add debug message when nameserver setting is applied/changed via DHCP.Michael Brown2007-07-081-0/+4
* TCP limits advertised TCP window to size of application windowMichael Brown2007-07-081-0/+4
* Separate the "is data ready" function of xfer_seek() into anMichael Brown2007-07-087-16/+24
* Kill off unused request() method in data-xfer interface.Michael Brown2007-07-087-11/+0Star
* Use net_device_operations structure and netdev_nullify() to allow forMichael Brown2007-07-072-14/+76
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* convert to zallocHolger Lubitz2007-07-061-2/+1Star