387 Révisions (v0.9.3)

Auteur SHA1 Message Date
  Michael Brown 428c6342bc Fixes for EqualLogic iSCSI targets: il y a 16 ans
  Michael Brown f6a8158eed Make seek information part of the xfer metadata, rather than an entirely il y a 16 ans
  Michael Brown 3311169707 When the DHCP file/sname fields are empty, don't allow them to override il y a 16 ans
  Michael Brown 82bae302b1 Fix off-by-one error (discovered by Shao Miller). il y a 16 ans
  Michael Brown f3265b4bf8 Add preliminary support for MTFTP. il y a 16 ans
  Michael Brown 1949641d10 Fix compiler warnings that appear only on OpenBSD. il y a 16 ans
  Michael Brown 798f7f6b8e Kill off some warnings-problematic debug statements in ndp.c; the code il y a 16 ans
  Michael Brown df868476e7 Various warnings fixups for OpenBSD with gcc-3.3.5. il y a 16 ans
  Michael Brown 423e9d72f3 udp_open_promisc() calls udp_open_common() with peer==NULL. il y a 16 ans
  Michael Brown 3b1efba864 Add RFC2090 TFTP multicast support. il y a 16 ans
  Michael Brown f770744ee0 Quick hack to be able to accept transfers from servers that don't il y a 16 ans
  Michael Brown b3abf25e3c Allow DHCP server to instruct gPXE to ignore ProxyDHCP (which will il y a 16 ans
  Michael Brown 0becbf5fba Add ProxyDHCP support. il y a 16 ans
  Michael Brown fb809da2df Remove some assumptions about DHCP obtaining only a single options block. il y a 16 ans
  Michael Brown 8d18338ae7 Add PXE-required DHCP options to DHCPDISCOVER and DHCPREQUEST packets. il y a 16 ans
  Michael Brown 26f3a09ccf Add UUID to DHCP request as option 97 (if available). il y a 16 ans
  Michael Brown c194b0c4bf Work around a bug in the OpenSolaris iSCSI target. il y a 16 ans
  Michael Brown 9ac0377fbb Force a netdevice poll in net_tx() before attempting to transmit il y a 16 ans
  Michael Brown 2303c45d65 Force a netdevice poll in net_tx() before attempting to transmit il y a 16 ans
  Michael Brown 1af346b531 Minor debug message improvement. il y a 17 ans
  Michael Brown af303db75d Use RFC4390 whenever hardware address exceeds 16 bytes; this allows us il y a 17 ans
  Michael Brown 267a4483ab Added an almost obscene amount of debugging and assertion code while il y a 17 ans
  Michael Brown 387a1a8556 Minor debug message improvement. il y a 17 ans
  Michael Brown f6f1f2b7bb Prepare for adding a metadata queue to IPoIB il y a 17 ans
  Michael Brown 4e78a53cf2 IPoIB code separated out to ipoib.c. il y a 17 ans
  Michael Brown 7e85f0d296 create_qp() and destroy_qp() now written (but not tested). il y a 17 ans
  Michael Brown 251cc84ed6 Started implementing create_qp() and destroy_qp(). il y a 17 ans
  Michael Brown b21d4ca21e Revert to dev_priv/owner_priv scheme, rather than container_of; it il y a 17 ans
  Michael Brown 37fc40bc8c post_recv() now works, and we can pass data on the IPoIB queue pair il y a 17 ans
  Michael Brown 8deef093d9 Direct polling of TX completion queue now works. il y a 17 ans
  Michael Brown 08e8dfd801 Now handling TX completions in our poll loop. il y a 17 ans
  Michael Brown 30a19c3f1c Can now both send and receive packets. LL header format not yet il y a 17 ans
  Michael Brown 7e4e5af462 Use RFC4390 whenever hardware address exceeds 16 bytes; this allows us il y a 17 ans
  Michael Brown 771455653b Bugfix: DHCP message type should be a one-byte option... (d'oh) il y a 17 ans
  Michael Brown c0d99245a9 Bugfix: DHCP message type should be a one-byte option... (d'oh) il y a 17 ans
  Michael Brown 7b6d11e713 Started IB driver rewrite il y a 17 ans
  Michael Brown 972f293e46 Check for correct block number in tftp_rx_data(). il y a 17 ans
  Michael Brown 00d93c6dd9 Minor style fix: structure fields are generally initialised in the il y a 17 ans
  Marty Connor 14e1d3cc4d TFTP default blocksize fix from Vampyre il y a 17 ans
  Holger Lubitz f92096d180 use malloc attribute il y a 17 ans
  Holger Lubitz bc9f960b66 use malloc attribute il y a 17 ans
  Holger Lubitz 6f0eca1400 use malloc attribute il y a 17 ans
  Michael Brown 2ff1b1245b Use start_timer_nodelay() in protocols which rely on the retry timer il y a 17 ans
  Michael Brown 0a3c2b80ea Add start_timer_nodelay() il y a 17 ans
  Michael Brown 9fd6a0418f Allowed zero-cost enforced ordering of features in startup banner il y a 17 ans
  Michael Brown 67afe84292 Use otherwise-useless byte in DHCP feature option as a version number il y a 17 ans
  Michael Brown 0acb016840 Add FEATURE() macro, plus code to display features at startup time, il y a 17 ans
  Holger Lubitz fdd5fbe3ae fix gcc 4.2.1 warning: initialized field overwritten il y a 17 ans
  Michael Brown 79691961ba Add identifier for the network device into the DHCP request. il y a 17 ans
  Michael Brown 5e26df0325 Centralise construction of the DHCP request and response packets. il y a 17 ans