このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
robin.thoni
/
ipxe
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
11
Wiki
アクティビティ
選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
1374
コミット
2
ブランチ
ツリー:
649b789e93
master
old
v1.20.1-rthoni
v1.20.1
v1.0.0-rc1
v1.0.0
v0.9.9
v0.9.8
v0.9.7
v0.9.6
v0.9.5
v0.9.4
v0.9.3
ブランチ
タグ
${ item.name }
ブランチ
${ searchTerm }
を作成
'649b789e93' から
${ noResults }
ipxe
/
src
/
net
履歴
Michael Brown
649b789e93
DHCP transmits via specified net device, so no need to create a dummy
routing table entry just to fool ipv4.c any more.
19年前
..
tcp
We can't assert that the RX engine is idle in iscsi_done(), because it may be called during the RX data processor, before the RX engine transitions back to idle. It doesn't really matter if the RX engine isn't idle when iscsi_done() is called, because it will just pick up where it left off on the next call. (The same is not true for the TX engine, so keep the TX engine assertion.)
19年前
udp
DHCP transmits via specified net device, so no need to create a dummy routing table entry just to fool ipv4.c any more.
19年前
uip
We don't actually have a stdio.h header file. Our printf() functions are
19年前
aoe.c
An AoE session holds a persistent reference to a net device.
19年前
arp.c
We don't actually have a stdio.h header file. Our printf() functions are
19年前
dhcpopts.c
Use stdlib.h for malloc() instead of malloc.h.
19年前
ethernet.c
Made eth_ntoa() public for use in legacy drivers' DBG() statements.
19年前
icmpv6.c
Allow an explicit network device to be specified for IP-layer transmissions.
19年前
ipv4.c
Allow an explicit network device to be specified for IP-layer transmissions.
19年前
ipv6.c
Allow an explicit network device to be specified for IP-layer transmissions.
19年前
ndp.c
We don't actually have a stdio.h header file. Our printf() functions are
19年前
netdevice.c
Added network interface management commands
19年前
pkbuff.c
Make PKB_ZLEN the minimum possible size of packet buffer (to allow for
19年前
retry.c
Move start/stop/expire debug messages to DBG2() level.
19年前
tcp.c
Allow an explicit network device to be specified for IP-layer transmissions.
19年前
tcpip.c
Allow an explicit network device to be specified for IP-layer transmissions.
19年前
udp.c
Add udp_sendto_via() to allow e.g. DHCP to transmit without first having to set up dummy routing entries.
19年前