881 Комити (dbea47ce7d61f253b58aa7268b0261922a6b1a22)

Аутор SHA1 Порука Датум
  Michael Brown 15d2f947f5 [settings] Eliminate settings "tag magic" пре 11 година
  Michael Brown 2095ed413e [netdevice] Add netdev_tx_defer() to allow drivers to defer transmissions пре 11 година
  Michael Brown 4678864ce6 [build] Fix dubious uses of bitwise operators пре 11 година
  Michael Brown b9663b8049 [build] Fix uses of literal 0 as a NULL pointer пре 11 година
  Michael Brown 445ac9fbdc [netdevice] Use link-layer address as part of RNG seed пре 11 година
  Michael Brown e42bc3aa37 [libc] Use __einfo() tuple as first argument to EUNIQ() пре 11 година
  Michael Brown d938e50136 [uuid] Abstract UUID mangling code out to a separate uuid_mangle() function пре 11 година
  Michael Brown a9b63ecda5 [dhcp] Use PXE byte ordering for UUID in DHCP option 97 пре 11 година
  Michael Brown 02b914e812 [tftp] Allow TFTP block size to be controlled via the PXE TFTP API пре 11 година
  Michael Brown 77f64b11f7 [netdevice] Separate VLAN support from presence of VLAN-supporting drivers пре 11 година
  Stefan Hajnoczi 7426177d63 [netdevice] Add vlan_tag() to get the VLAN tag of a network device пре 11 година
  Michael Brown 0acc52519d [tls] Concatenate received non-data records before processing пре 11 година
  Stefan Weil 3fcb8cf8dc [src] Fix spelling in comments, debug messages and local variable names пре 11 година
  Michael Brown 4867085c0c [build] Include version number within only a single object file пре 11 година
  Michael Brown 88e19fcda9 [netdevice] Clear network device setting before unregistering пре 11 година
  Michael Brown 947976da0c [netdevice] Do not force a poll on net_tx() пре 11 година
  Michael Brown 885384faf3 [arp] Increase robustness of ARP discarder пре 11 година
  Michael Brown d23db28488 [tls] Fix potential memory leak пре 11 година
  Michael Brown 1e199c8260 [tls] Fix uninitialised variable пре 11 година
  Michael Brown 72db14640c [tls] Split received records over multiple I/O buffers пре 11 година
  Michael Brown 03f0c23f8b [ipoib] Expose Ethernet-compatible eIPoIB link-layer addresses and headers пре 12 година
  Michael Brown f54a61e434 [infiniband] Include destination address vector in ib_complete_recv() пре 12 година
  Michael Brown cbe41cb31b [infiniband] Use explicit "source" and "dest" address vector parameter names пре 12 година
  Michael Brown f747fac3e1 [infiniband] Allow queue pairs to have a custom allocator for receive iobufs пре 12 година
  Michael Brown de802310bc [retry] Expose retry_poll() to explicitly poll all running timers пре 12 година
  Michael Brown 1cbb1581f1 [ethernet] Expose eth_broadcast as a global constant пре 12 година
  Michael Brown 79300e2ddf [tls] Disambiguate most error causes пре 12 година
  Michael Brown 8f7cd88af5 [http] Fix HTTP SAN booting пре 12 година
  Marin Hannache 1170a36e6b [ftp] Add support for the FTP SIZE command пре 12 година
  Michael Brown 501527daab [http] Treat any unexpected connection close as an error пре 12 година
  Michael Brown c3b4860ce3 [legal] Update FSF mailing address in GPL licence texts пре 12 година
  Michael Brown a5d16a91af [tcp] Truncate TCP window to prevent future packet discards пре 12 година
  Michael Brown 024247317d [arp] Try to avoid discarding ARP cache entries пре 12 година
  Michael Brown b0e236a9ee [netdevice] Process all received packets in net_poll() пре 12 година
  Michael Brown 19859d8ead [arp] Prevent ARP cache entries from being deleted mid-transmission пре 12 година
  Michael Brown 55f52bb77a [tcp] Avoid potential NULL pointer dereference пре 12 година
  Michael Brown 49ac629821 [tcp] Use a zero window size for RST packets пре 12 година
  Michael Brown 9a8c6b00d4 [tls] Request a maximum fragment length of 2048 bytes пре 12 година
  Michael Brown ea61075c60 [tcp] Add support for TCP window scaling пре 12 година
  Michael Brown 1d77d03216 [tcpip] Allow for architecture-specific TCP/IP checksum routines пре 12 година
  Michael Brown cbc54bf559 [syslog] Include hostname within syslog messages where possible пре 12 година
  Michael Brown 7ea6764031 [settings] Move "domain" setting from dns.c to settings.c пре 12 година
  Michael Brown c0942408b7 [dhcp] Request broadcast responses when we already have an IPv4 address пре 12 година
  Michael Brown af47789ef2 [tls] Mark security negotiation as a pending operation пре 12 година
  Michael Brown 5482b0abb6 [tcp] Mark any unacknowledged transmission as a pending operation пре 12 година
  Michael Brown 5af9ad51c8 [crypto] Fix unused-but-set variable warning пре 12 година
  Michael Brown 658c25aa82 [http] Add support for Digest authentication пре 12 година
  Michael Brown 5f2226aa36 [http] Provide credentials only when requested by server пре 12 година
  Michael Brown 8f5d44b5c6 [http] Split construction of Authorization header out of http_step() пре 12 година
  Michael Brown 46df5c92a8 [http] Defer processing response code until after receiving all headers пре 12 година