65 Комити (v1.20.1-rthoni)

Аутор SHA1 Порука Датум
  Michael Brown 8baefad659 [tcpip] Avoid generating positive zero for transmitted UDP checksums пре 8 година
  Michael Brown 2f020a8df3 [legal] Relicense files under GPL2_OR_LATER_OR_UBDL пре 9 година
  Michael Brown e6ad90540b [udp] Add AF_INET6 socket opener пре 10 година
  Michael Brown 6bf36f57a0 [tcpip] Pass through network device to transport layer protocols пре 10 година
  Michael Brown 252d28f098 [tcpip] Allow binding to unspecified privileged ports (below 1024) пре 11 година
  Michael Brown e972057381 [udp] Move high-frequency debug messages to DBGLVL_EXTRA пре 11 година
  Michael Brown bb36f3d7dc [udp] Propagate transmission errors to UDP interface users пре 12 година
  Michael Brown 5de4fba4f9 [udp] Use MAX_LL_NET_HEADER_LEN instead of defining our own UDP_MAX_HLEN пре 13 година
  Piotr Jaroszyński b9eaf24df2 [build] Fix misaligned table entries when using gcc 4.5 пре 14 година
  Michael Brown 4327d5d39f [interface] Convert all data-xfer interfaces to generic interfaces пре 14 година
  Michael Brown 4bfd5b52c1 [refcnt] Add ref_init() wrapper function пре 14 година
  Michael Brown 8406115834 [build] Rename gPXE to iPXE пре 14 година
  Michael Brown c44a193d0d [legal] Add a selection of FILE_LICENCE declarations пре 15 година
  Michael Brown 1c67623e37 [build] Enable building with the Intel C compiler (icc) пре 15 година
  Michael Brown 8ae1cac050 [xfer] Make consistent assumptions that xfer metadata can never be NULL пре 15 година
  Michael Brown dbe84c5aad [iobuf] Add iob_disown() and use it where it simplifies code пре 15 година
  Michael Brown d230b53df2 [tcpip] Allow for transmission to multicast IPv4 addresses пре 15 година
  Michael Brown 0ebbbb95fa [x86_64] Fix assorted 64-bit compilation errors and warnings пре 15 година
  Michael Brown 21e9e801e2 [udp] Avoid reusing auto-allocated ports after connection close. пре 16 година
  Michael Brown aa160211c2 [udp] Verify local socket address (if specified) for UDP sockets пре 16 година
  Michael Brown f6a8158eed Make seek information part of the xfer metadata, rather than an entirely пре 16 година
  Michael Brown df868476e7 Various warnings fixups for OpenBSD with gcc-3.3.5. пре 16 година
  Michael Brown 423e9d72f3 udp_open_promisc() calls udp_open_common() with peer==NULL. пре 16 година
  Michael Brown b34d4d0449 Separate the "is data ready" function of xfer_seek() into an пре 17 година
  Michael Brown ca4c6f9eee Kill off unused request() method in data-xfer interface. пре 17 година
  Holger Lubitz 389c63d7c4 convert to zalloc пре 17 година
  Michael Brown 5de837cc67 Mildly ugly hack to force correct linkage. пре 17 година
  Michael Brown 07dc294de8 Update DHCP to use data-xfer interface (not yet tested). пре 17 година
  Michael Brown f77815f2b1 Kill off hotplug.h and just make net devices normal reference-counted пре 17 година
  Michael Brown e381714c07 Partial migration of UDP to data-xfer interface. (Will not link at пре 17 година
  Michael Brown 3e2c6b6736 pkbuff->iobuf changeover пре 17 година
  Anselm Martin Hoffmeister ff5aac826a hoffmeis: Fixing situation where absence of a newdata() handler for UDP пре 17 година
  Michael Brown f11da20f25 When a network device is specified to tcpip_tx() or it's children, treat пре 17 година
  Michael Brown bcdb6fad3e Improve debug messages пре 17 година
  Michael Brown 753e156844 Allow udp_{send,sendto,sendto_via} to be called outside of the пре 17 година
  Michael Brown c821a7b20d Add udp_sendto_via() to allow e.g. DHCP to transmit without first having пре 17 година
  Michael Brown f008b77ba2 Allow an explicit network device to be specified for IP-layer пре 17 година
  Michael Brown 18e5353bed Rename pkb_available() to pkb_tailroom() for consistency with Linux's пре 17 година
  Michael Brown 20681d6168 Allow empty checksums on received packets пре 17 година
  Michael Brown 94fc68895d Improve consistency between TCP and UDP RX datapaths пре 17 година
  Michael Brown a0525a4ed3 Verify checksums on the RX datapath. пре 17 година
  Michael Brown 88e38fa148 We don't actually have a stdio.h header file. Our printf() functions are пре 18 година
  Marty Connor 6ac78f6aff added stdio.h to includes for DBG compilation пре 18 година
  Marty Connor ee9ae8130a Remove _PROTOCOL macros for gcc 3.2 compatibility пре 18 година
  Michael Brown a3d508b648 Clarified packet ownership transfer between a few functions. пре 18 година
  Michael Brown eb24eece0e Convert some trivial functions to static inlines. пре 18 година
  Michael Brown ffe0e24249 Make the UDP senddata() methods return a status code. пре 18 година
  Michael Brown a0a872f7f1 Updated PXE UDP implementation to use the new Etherboot UDP API. пре 18 година
  Michael Brown 467e9627cc Added features that will be required for PXE UDP support. пре 18 година
  Michael Brown 1ebb68e49a Renamed trans_{rx,tx}() to tcpip_{rx,tx}(), since they are specific to пре 18 година