515 次代码提交 (76c915d5bdfc9873ca4d05cad80b3c6e260c500e)

作者 SHA1 备注 提交日期
  Michael Brown a310d00d37 [netdevice] Add mechanism for reporting detailed link status codes 15 年前
  Michael Brown 58f60df66c [tcp] Avoid rewinding sequence numbers on receiving old duplicate ACKs 15 年前
  Michael Brown 99e64f5806 [tcp] Attempt to catch all possible error cases with debug messages 15 年前
  Michael Brown f4605970f4 [tcp] Include current sequence numbers in "timer expired" messages 15 年前
  Michael Brown a2f753ba64 [tcp] Move high-frequency debug messages to DBGLVL_EXTRA 15 年前
  Joshua Oreman eb3ca2a36f [netdevice] Add netdev argument to link-layer push and pull handlers 15 年前
  Michael Brown 558c1a45fe [tcp] Improve robustness in the presence of duplicated received packets 15 年前
  Daniel Verkamp 1f80b2dcd5 [ethernet] Add MII link status functions from Linux 15 年前
  Michael Brown 3c06277bbb [settings] Allow for arbitrarily-named settings 15 年前
  Michael Brown c345336435 [dhcp] Choose ProxyDHCP port based on presence of PXE options 15 年前
  Michael Brown 1958974d0a [tftp] Process OACKs even if malformed 15 年前
  Michael Brown 3961c1ca02 [dhcp] Send broadcast PXE boot server discovery requests to port 67 15 年前
  Michael Brown 9119b0c8af [dhcp] Perform ProxyDHCP only if we do not already have PXE options 15 年前
  Michael Brown c44a193d0d [legal] Add a selection of FILE_LICENCE declarations 15 年前
  Michael Brown b363d19a16 [dhcp] Accept filename via DHCP option 67 as well as BOOTP filename field 15 年前
  Michael Brown 272e6ddc30 [http] Support HTTP redirection 15 年前
  Michael Brown 323cdf8c4c [xfer] Implement xfer_vreopen() to properly handle redirections 15 年前
  Michael Brown f3335b83d4 [netdevice] Add debug message for unknown network-layer protocols 15 年前
  Michael Brown 1c67623e37 [build] Enable building with the Intel C compiler (icc) 15 年前
  Michael Brown 3c68ff99ea [tables] Incorporate table data type information into table definition 15 年前
  Michael Brown 1266d7902b [tables] Redefine methods for accessing linker tables 15 年前
  Michael Brown 3ed468e0c5 [tcp] Avoid setting PSH flag when SYN flag is set 15 年前
  Michael Brown 4dd746a725 [iscsi] Include credentials in iBFT only if used during iSCSI login 15 年前
  Michael Brown b4d3d686cc [crypto] Change cipher_{en,de}crypt() to void functions 15 年前
  Michael Brown a3219b24a8 [crypto] Split crypto_algorithm into {digest,cipher,pubkey}_algorithm 15 年前
  Michael Brown 5de8305feb [crypto] Move AES_convert_key() hack into axtls_aes.c 15 年前
  Michael Brown 991f907d5b [crypto] Rename aes_algorithm to aes_cbc_algorithm 15 年前
  Michael Brown 7b1a5a7997 [dhcp] Use a default user-class of "gPXE" 15 年前
  Michael Brown 54840039f6 [http] Send authentication information whenever username is present 15 年前
  Michael Brown 06b5132fdc [icmp] Add support for responding to pings 15 年前
  Michael Brown 8ae1cac050 [xfer] Make consistent assumptions that xfer metadata can never be NULL 15 年前
  Michael Brown 816a32aaee [http] Allow for URI encodings within username and password 15 年前
  Michael Brown ef70f87997 [http] Add support for HTTP Basic authentication 15 年前
  Michael Brown 8e960eb67c [tls] Use our own ASN.1 routines for certificate parsing 15 年前
  Michael Brown 881f1f59ef [pxe] Obey lists of PXE Boot Servers and associated Discovery Control bits 15 年前
  Michael Brown dbe84c5aad [iobuf] Add iob_disown() and use it where it simplifies code 15 年前
  Michael Brown 4502c04360 [dhcp] Send user class in DHCP requests 15 年前
  Michael Brown 6711ce18a7 [tftp] Guard against invalid data block numbers 15 年前
  Michael Brown e65afc4b10 [dhcp] Split PXE menuing code out of dhcp.c 15 年前
  Stefan Hajnoczi d10a7e7739 [dns] Append local domain to relative names 15 年前
  Michael Brown 1284773363 [tftp] Temporary fix for conveying TFTP block size to callers 15 年前
  Michael Brown 027c72e0d0 [dhcp] Include support for PXE boot menus 15 年前
  Michael Brown 3f814f08e5 [dhcp] Clarify language surrounding ProxyDHCP 15 年前
  Michael Brown 773d9631ef [dhcp] Handle missing ProxyDHCP servers 15 年前
  Michael Brown 76d05a4da0 [dhcp] Pass PXE boot menu item to PXE Boot Server 15 年前
  Michael Brown cf53998901 [tcp] Always set PUSH flag on TCP transmissions 15 年前
  Michael Brown 6941793416 [dhcp] Add preliminary support for PXE Boot Servers 15 年前
  Michael Brown d230b53df2 [tcpip] Allow for transmission to multicast IPv4 addresses 15 年前
  Michael Brown b4a95a8974 [ethernet] Fix eth_mc_hash() return status 15 年前
  Michael Brown 7be5fa82e3 [dhcp] Centralise DHCP successful state transitions 15 年前