117 Commits (9978e2cb3725c716169ade674c18376b1a401219)

Author SHA1 Message Date
  Michael Brown d4f8e56bb4 [tcp] Fix comment to match code behaviour 11 years ago
  Michael Brown 18d0818f94 [tcp] Do not send RST for unrecognised connections 11 years ago
  Michael Brown a5d16a91af [tcp] Truncate TCP window to prevent future packet discards 12 years ago
  Michael Brown 024247317d [arp] Try to avoid discarding ARP cache entries 12 years ago
  Michael Brown 55f52bb77a [tcp] Avoid potential NULL pointer dereference 12 years ago
  Michael Brown 49ac629821 [tcp] Use a zero window size for RST packets 12 years ago
  Michael Brown ea61075c60 [tcp] Add support for TCP window scaling 12 years ago
  Michael Brown 5482b0abb6 [tcp] Mark any unacknowledged transmission as a pending operation 12 years ago
  Michael Brown 8a0331c29b [tcp] Discard all TCP connections on shutdown 12 years ago
  Michael Brown 52dd4bacad [tcp] Fix potential NULL pointer dereference 12 years ago
  Michael Brown 469bd11f39 [tcp] Allow sufficient headroom for TCP headers 12 years ago
  Michael Brown c68bf14559 [tcp] Send xfer_window_changed() when window opens 13 years ago
  Michael Brown c4369eb6c2 [tcp] Update ts_recent whenever window is advanced 13 years ago
  Michael Brown 3f442d3f60 [tcp] Record ts_recent on first received packet 13 years ago
  Michael Brown d012f87018 [tcp] Use MAX_LL_NET_HEADER_LEN instead of defining our own MAX_HDR_LEN 13 years ago
  Michael Brown 67dc832d15 [tcp] Set PSH flag only on packets containing data 13 years ago
  Michael Brown ea631f6fb8 [list] Add list_first_entry() 13 years ago
  Michael Brown 28934eef81 [retry] Hold reference while timer is running and during expiry callback 14 years ago
  Piotr Jaroszyński 02e6092cd5 [tcp] Fix a 64bit compile time error 14 years ago
  Michael Brown 1d3b6619e5 [tcp] Allow out-of-order receive queue to be discarded 14 years ago
  Michael Brown 68613047f0 [tcp] Handle out-of-order received packets 14 years ago
  Michael Brown f033694356 [tcp] Treat ACKs as sent only when successfully transmitted 14 years ago
  Michael Brown 75505942ac [tcp] Merge boolean flags into a single "flags" field 14 years ago
  Michael Brown c57e26381c [tcp] Use a dedicated timer for the TIME_WAIT state 14 years ago
  Guo-Fu Tseng 1e7e4c9a61 [tcp] Randomise local TCP port 14 years ago
  Michael Brown 73e3672468 [tcp] Fix typos by changing ntohl() to htonl() where appropriate 14 years ago
  Michael Brown 43450342a9 [tcp] Store local port in host byte order 14 years ago
  Michael Brown 68c2f07f15 [tcp] Fix potential use-after-free when accessing timestamp option 14 years ago
  Michael Brown 4327d5d39f [interface] Convert all data-xfer interfaces to generic interfaces 14 years ago
  Michael Brown 5fa6775b61 [retry] Use start_timer_fixed() instead of direct timeout manipulation 14 years ago
  Michael Brown c760ac3022 [retry] Add timer_init() wrapper function 14 years ago
  Michael Brown 4bfd5b52c1 [refcnt] Add ref_init() wrapper function 14 years ago
  Michael Brown 9ff8229693 [tcp] Update received sequence number before delivering received data 14 years ago
  Michael Brown 8406115834 [build] Rename gPXE to iPXE 14 years ago
  Michael Brown 5552a1b202 [tcp] Avoid printf format warnings on some compilers 15 years ago
  Michael Brown 58f60df66c [tcp] Avoid rewinding sequence numbers on receiving old duplicate ACKs 15 years ago
  Michael Brown 99e64f5806 [tcp] Attempt to catch all possible error cases with debug messages 15 years ago
  Michael Brown f4605970f4 [tcp] Include current sequence numbers in "timer expired" messages 15 years ago
  Michael Brown a2f753ba64 [tcp] Move high-frequency debug messages to DBGLVL_EXTRA 15 years ago
  Michael Brown 558c1a45fe [tcp] Improve robustness in the presence of duplicated received packets 15 years ago
  Michael Brown c44a193d0d [legal] Add a selection of FILE_LICENCE declarations 15 years ago
  Michael Brown 3ed468e0c5 [tcp] Avoid setting PSH flag when SYN flag is set 15 years ago
  Michael Brown 8ae1cac050 [xfer] Make consistent assumptions that xfer metadata can never be NULL 15 years ago
  Michael Brown cf53998901 [tcp] Always set PUSH flag on TCP transmissions 15 years ago
  Michael Brown d230b53df2 [tcpip] Allow for transmission to multicast IPv4 addresses 15 years ago
  Michael Brown 0ebbbb95fa [x86_64] Fix assorted 64-bit compilation errors and warnings 15 years ago
  Michael Brown b59e0cc56e [i386] Change [u]int32_t to [unsigned] int, rather than [unsigned] long 15 years ago
  Michael Brown 1a68d3fef3 [TCP] Avoid shrinking TCP window 16 years ago
  Alexey Zaytsev a1572e0ab0 Modify gPXE core and drivers to work with the new timer subsystem 16 years ago
  Michael Brown f6a8158eed Make seek information part of the xfer metadata, rather than an entirely 16 years ago