386 Revize (122abb50af8fa823778e185961f65122ff7b4270)

Autor SHA1 Zpráva Datum
  Michael Brown 8deef093d9 Direct polling of TX completion queue now works. před 18 roky
  Michael Brown 08e8dfd801 Now handling TX completions in our poll loop. před 18 roky
  Michael Brown 30a19c3f1c Can now both send and receive packets. LL header format not yet před 18 roky
  Michael Brown 7e4e5af462 Use RFC4390 whenever hardware address exceeds 16 bytes; this allows us před 18 roky
  Michael Brown 771455653b Bugfix: DHCP message type should be a one-byte option... (d'oh) před 18 roky
  Michael Brown c0d99245a9 Bugfix: DHCP message type should be a one-byte option... (d'oh) před 18 roky
  Michael Brown 7b6d11e713 Started IB driver rewrite před 18 roky
  Michael Brown 972f293e46 Check for correct block number in tftp_rx_data(). před 18 roky
  Michael Brown 00d93c6dd9 Minor style fix: structure fields are generally initialised in the před 18 roky
  Marty Connor 14e1d3cc4d TFTP default blocksize fix from Vampyre před 18 roky
  Holger Lubitz f92096d180 use malloc attribute před 18 roky
  Holger Lubitz bc9f960b66 use malloc attribute před 18 roky
  Holger Lubitz 6f0eca1400 use malloc attribute před 18 roky
  Michael Brown 2ff1b1245b Use start_timer_nodelay() in protocols which rely on the retry timer před 18 roky
  Michael Brown 0a3c2b80ea Add start_timer_nodelay() před 18 roky
  Michael Brown 9fd6a0418f Allowed zero-cost enforced ordering of features in startup banner před 18 roky
  Michael Brown 67afe84292 Use otherwise-useless byte in DHCP feature option as a version number před 18 roky
  Michael Brown 0acb016840 Add FEATURE() macro, plus code to display features at startup time, před 18 roky
  Holger Lubitz fdd5fbe3ae fix gcc 4.2.1 warning: initialized field overwritten před 18 roky
  Michael Brown 79691961ba Add identifier for the network device into the DHCP request. před 18 roky
  Michael Brown 5e26df0325 Centralise construction of the DHCP request and response packets. před 18 roky
  Michael Brown 847ac4f336 tls_change_cipher() can complain about null cipher and digest před 18 roky
  Michael Brown 60e3aa4d75 Change #warnings to FIXMEs, so that we can build without NO_WERROR=1 před 18 roky
  Michael Brown bf3d8fb1aa Allowed HTTPS to be a separately configurable feature. před 18 roky
  Michael Brown 6fc9ed167e TLS now working again. před 18 roky
  Michael Brown 43013da9bf Quick hack to get AoE back in to the tree, on a par with the current před 18 roky
  Holger Lubitz e6cfa7ced9 make http_open static před 18 roky
  Holger Lubitz fa11865de0 make add_ndp_entry static před 18 roky
  Michael Brown 47a86bca2d Prepare for iBFT merge when possible. iscsiboot.c contains a really, před 18 roky
  Michael Brown 9aa61ad5a2 Add per-file error identifiers před 18 roky
  Michael Brown 94415b7669 Added missing "static" declarations před 18 roky
  Michael Brown f44969f7df nameserver should be static před 18 roky
  Michael Brown 096fa94f0c Add support for TCP timestamps před 18 roky
  Michael Brown eb530845d4 Adjust received length to take into account any already-received data před 18 roky
  Michael Brown d5735c631c Avoid reusing auto-allocated ports after connection close. před 18 roky
  Michael Brown b3e44a24b1 May be required in some disconnect scenarios před 18 roky
  Michael Brown 9dc6a1e678 Remove some obsolete stream-API files před 18 roky
  Michael Brown fd4fcb57db Add missing static před 18 roky
  Michael Brown fabd0f5fec Fix TX state machine and miscellaneous other bits. před 18 roky
  Michael Brown ef9fd938d0 Fix root-path parsing. před 18 roky
  Michael Brown b94420a52b Ready to start testing před 18 roky
  Michael Brown edd1b173a7 Code in place to use a hypothetical SCSI interface. před 18 roky
  Michael Brown f2fa390ae6 Everything except the SCSI interface should now be present před 18 roky
  Michael Brown 9b28b25332 iSCSI updated to use data-xfer interface on the socket side (TCP). před 18 roky
  Michael Brown edded7546e Limit xmit window to one MTU. (Path MTU discovery not yet před 18 roky
  Michael Brown 237e23c1c9 Add debug message when nameserver setting is applied/changed via DHCP. před 18 roky
  Michael Brown 35afb379af TCP limits advertised TCP window to size of application window před 18 roky
  Michael Brown b34d4d0449 Separate the "is data ready" function of xfer_seek() into an před 18 roky
  Michael Brown ca4c6f9eee Kill off unused request() method in data-xfer interface. před 18 roky
  Michael Brown 4c418d2100 Use net_device_operations structure and netdev_nullify() to allow for před 18 roky