david/ipxe
david
/
ipxe
Archived
1
0
Fork 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 ef87c4ad08 [iscsi] Clarify support for NOP-In
After a more accurate reading of RFC 3720, it becomes clear how NOPs
are supposed to work.  The current implementation (which just ignores
NOP-Ins) is sufficient to cope with NOP-Ins sent to update CmdSN, but
will need to be extended before it can cope with NOP-Ins sent as iSCSI
keepalives.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
2011-02-25 11:11:30 +00:00
..
80211 [list] Add list_first_entry() 2010-11-08 03:15:28 +00:00
infiniband [infiniband] Add support for identifying the underlying hardware device 2010-09-22 17:11:29 +01:00
tcp [iscsi] Clarify support for NOP-In 2011-02-25 11:11:30 +00:00
udp [dhcp] Remove redundant length fields in struct dhcp_packet 2011-01-10 03:39:26 +00:00
aoe.c [netdevice] Pass both link-layer addresses in net_tx() and net_rx() 2010-10-07 19:15:04 +01:00
arp.c [netdevice] Pass both link-layer addresses in net_tx() and net_rx() 2010-10-07 19:15:04 +01:00
cachedhcp.c [dhcp] Rename length fields for DHCP options 2011-01-10 03:39:26 +00:00
dhcpopts.c [nvo] Allow resizing of non-volatile stored option blocks 2011-01-19 13:52:48 +00:00
dhcppkt.c [dhcp] Allow use of custom reallocation functions for DHCP option blocks 2011-01-11 21:24:40 +00:00
eapol.c [netdevice] Pass both link-layer addresses in net_tx() and net_rx() 2010-10-07 19:15:04 +01:00
eth_slow.c [lacp] Fix dumping of raw LACP packets 2010-11-18 17:41:44 +00:00
ethernet.c [lacp] Add simple LACP implementation 2010-05-10 16:34:17 +01:00
fakedhcp.c [build] Rename gPXE to iPXE 2010-04-19 23:43:39 +01:00
fc.c [fc] Allow Fibre Channel ports to be explicitly named 2010-11-27 14:37:53 +00:00
fcels.c [fc] Log out correct port ID after a successful LOGO request 2010-11-08 03:35:36 +00:00
fcns.c [fc] Add support for Fibre Channel name server lookups 2010-11-08 03:35:36 +00:00
fcoe.c [fcoe] Use only the first instance of a FIP descriptor 2010-11-27 16:04:57 +00:00
fcp.c [fc] Support Fibre Channel ECHO 2010-11-08 03:35:36 +00:00
icmp.c [build] Rename gPXE to iPXE 2010-04-19 23:43:39 +01:00
icmpv6.c [build] Fix misaligned table entries when using gcc 4.5 2010-08-20 10:13:04 +01:00
infiniband.c [list] Fix typographical error from previous commit 2010-11-11 00:30:22 +00:00
iobpad.c [build] Rename gPXE to iPXE 2010-04-19 23:43:39 +01:00
ipv4.c [netdevice] Pass both link-layer addresses in net_tx() and net_rx() 2010-10-07 19:15:04 +01:00
ipv6.c [netdevice] Pass both link-layer addresses in net_tx() and net_rx() 2010-10-07 19:15:04 +01:00
mii.c [build] Rename gPXE to iPXE 2010-04-19 23:43:39 +01:00
ndp.c [build] Rename gPXE to iPXE 2010-04-19 23:43:39 +01:00
netdev_settings.c [build] Rename gPXE to iPXE 2010-04-19 23:43:39 +01:00
netdevice.c [netdevice] Allow devices to indicate that interrupts are not supported 2011-01-25 14:16:11 +00:00
nullnet.c [build] Rename gPXE to iPXE 2010-04-19 23:43:39 +01:00
rarp.c [netdevice] Pass both link-layer addresses in net_tx() and net_rx() 2010-10-07 19:15:04 +01:00
retry.c [retry] Process at most one timer's expiry in each call to retry_step() 2010-11-08 03:35:36 +00:00
tcp.c [tcp] Use MAX_LL_NET_HEADER_LEN instead of defining our own MAX_HDR_LEN 2010-11-19 16:08:05 +00:00
tcpip.c [build] Rename gPXE to iPXE 2010-04-19 23:43:39 +01:00
tls.c [tls] Handle multiple handshake records 2010-06-23 01:01:32 +01:00
udp.c [udp] Use MAX_LL_NET_HEADER_LEN instead of defining our own UDP_MAX_HLEN 2010-11-19 16:08:05 +00:00
vlan.c [vlan] Expose vlan_find() to network card drivers 2010-12-01 18:46:50 +00:00