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 267a4483ab Added an almost obscene amount of debugging and assertion code while
tracking down a bug that turned out to be a free_iob() used where I
needed a netdev_tx_complete().  This left the freed I/O buffer on the
net device's TX list, with bad, bad consequences later.

Also fixed the bug in question.
2007-09-17 19:01:10 +01:00
..
tcp Allowed zero-cost enforced ordering of features in startup banner 2007-08-02 14:51:03 +01: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 Minor debug message improvement. 2007-09-17 18:57:32 +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