summaryrefslogtreecommitdiffstats
path: root/src/net
Commit message (Expand)AuthorAgeFilesLines
* make add_ndp_entry staticHolger Lubitz2007-07-271-2/+3
* 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
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* Apply global DHCP options when register_dhcp_options() is called. DoMichael Brown2007-07-062-7/+12
* Add concept of DHCP option applicators.Michael Brown2007-07-053-28/+78
* Allow recording of TX and RX errors to aid in end-user debugging.Michael Brown2007-07-051-16/+48
* Switch compiler warning on tcp_open() to a #warningMichael Brown2007-07-051-0/+3
* Added missing line to set return status code.Michael Brown2007-07-031-0/+1
* Use a linker-table based system to automatically mark and start upMichael Brown2007-07-032-16/+2Star
* Merge branch 'master' of /pub/scm/gpxeMarty Connor2007-07-032-4/+14
|\
| * Implemented (untested) PXENV_START_UNDI.Michael Brown2007-07-031-4/+6
| * Never attempt to route the broadcast address.Michael Brown2007-07-031-0/+8
* | Warnings purge: src/{crypto,hci,net}Marty Connor2007-07-031-4/+4
|/
* Add trivial net device statistics (TX and RX packet count), reportedMichael Brown2007-07-031-0/+9
* Merge branch 'master' of ssh://rom.etherboot.org/pub/scm/gpxeMarty Connor2007-07-023-2/+70
|\
| * Add untested support for UNDI transmit and receive.Michael Brown2007-07-023-2/+70
* | Warnings purgeMarty Connor2007-07-021-1/+1
|/
* Improve debuggingMichael Brown2007-07-011-0/+6
* Can't use strncpy() to copy strings that aren't NUL-terminated toMichael Brown2007-07-011-2/+8
* Don't build option-overloaded packets; they just confuse people (ISCMichael Brown2007-06-301-31/+11Star
* Set current working URI based on TFTP server specified by DHCP.Michael Brown2007-06-281-0/+15
* Bugfix: iobuf->data always points to the start of the allocatedMichael Brown2007-06-281-1/+1
* Mildly ugly hack to force correct linkage.Michael Brown2007-06-282-0/+4