david/ipxe
Archived
1
0
This repository has been archived on 2020-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
ipxe/src/net
Michael Brown c194b0c4bf Work around a bug in the OpenSolaris iSCSI target.
We didn't specify values for MaxRecvDataSegmentLength and
MaxBurstLength (to save space, since we were happy with the
RFC-defined default values of 8kB and 256kB respectively).  However,
the OpenSolaris target (incorrectly) assumes default values of zero
for these parameters.

The upshot was that the OpenSolaris target would get stuck in an
endless loop trying to send us the first 512-byte sector, zero bytes
at a time, and would eventually run out of memory and core-dump.

Fixed by explicitly specifying the default values for these two
parameters.
2007-11-05 13:29:05 +00:00
..
tcp Work around a bug in the OpenSolaris iSCSI target. 2007-11-05 13:29:05 +00:00
udp Use RFC4390 whenever hardware address exceeds 16 bytes; this allows us 2007-09-13 01:53:04 +01:00
aoe.c Allowed zero-cost enforced ordering of features in startup banner 2007-08-02 14:51:03 +01:00
arp.c Add untested support for UNDI transmit and receive. 2007-07-02 20:05:58 +01:00
dhcpopts.c Apply global DHCP options when register_dhcp_options() is called. Do 2007-07-06 17:07:50 +01:00
ethernet.c Add untested support for UNDI transmit and receive. 2007-07-02 20:05:58 +01:00
icmpv6.c Warnings purge 2007-07-02 15:33:34 -04:00
infiniband.c Added an almost obscene amount of debugging and assertion code while 2007-09-17 19:01:10 +01:00
iobpad.c Rename pkbpad.c to iobpad.c 2007-05-19 18:42:27 +00:00
ipv4.c use malloc attribute 2007-08-20 20:30:11 +02:00
ipv6.c Merge commit 'holger/strings' 2007-08-23 21:51:57 +01:00
ndp.c make add_ndp_entry static 2007-07-27 21:37:29 +02:00
netdevice.c Force a netdevice poll in net_tx() before attempting to transmit 2007-10-04 14:46:56 +01:00
nullnet.c Add per-file error identifiers 2007-07-24 17:11:31 +01:00
rarp.c Add untested support for UNDI transmit and receive. 2007-07-02 20:05:58 +01:00
retry.c Add start_timer_nodelay() 2007-08-13 10:59:00 -07:00
tcp.c Use start_timer_nodelay() in protocols which rely on the retry timer 2007-08-13 11:03:33 -07:00
tcpip.c pkbuff->iobuf changeover 2007-05-19 18:39:40 +00:00
tls.c use malloc attribute 2007-08-20 20:30:24 +02:00
udp.c Separate the "is data ready" function of xfer_seek() into an 2007-07-08 14:11:07 +01:00