http://git.etherboot.org
/
people
/
holger
/
gpxe.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Add concept of transfer metadata, to be used by UDP in order to
[people/holger/gpxe.git]
/
src
/
net
/
tcp.c
2007-06-11
Michael Brown
Add concept of transfer metadata, to be used by UDP...
blob
|
commitdiff
2007-06-10
Michael Brown
Merge branch 'master' into mcb-tcp-xfer
blob
|
commitdiff
|
diff to current
2007-06-09
Michael Brown
Merge branch 'master' into mcb-tcp-xfer
blob
|
commitdiff
|
diff to current
2007-06-09
Michael Brown
Merge branch 'master' into mcb-tcp-xfer
blob
|
commitdiff
|
diff to current
2007-06-09
Michael Brown
Merge branch 'master' into mcb-tcp-xfer
blob
|
commitdiff
|
diff to current
2007-06-08
Michael Brown
Merge branch 'master' into mcb-tcp-xfer
blob
|
commitdiff
|
diff to current
2007-06-08
Michael Brown
Merge branch 'master' into mcb-tcp-xfer
blob
|
commitdiff
|
diff to current
2007-05-28
Michael Brown
Add sanity check and extra debug message
blob
|
commitdiff
|
diff to current
2007-05-26
Michael Brown
Eliminate PF_INET; just use the AF_INET from the struct...
blob
|
commitdiff
|
diff to current
2007-05-26
Michael Brown
Modify data-xfer semantics: it is no longer necessary...
blob
|
commitdiff
|
diff to current
2007-05-25
Michael Brown
Updated tcp.c to provide a standardised data transfer...
blob
|
commitdiff
|
diff to current
2007-05-19
Michael Brown
pkbuff->iobuf changeover
blob
|
commitdiff
|
diff to current
2007-03-13
James Harper
Ported bnx2 driver from Etherboot 5.4.
blob
|
commitdiff
|
diff to current
2007-02-01
Michael Brown
SSL needs quite a lot of spare memory
blob
|
commitdiff
|
diff to current
2007-01-31
Michael Brown
Changed to use the generic stream API.
blob
|
commitdiff
|
diff to current
2007-01-19
Michael Brown
Use stdio.h instead of vsprintf.h
blob
|
commitdiff
|
diff to current
2007-01-18
Michael Brown
Use total free memory as advertised window. This seems...
blob
|
commitdiff
|
diff to current
2007-01-18
Michael Brown
Switch from calloc() to malloc()+memset() to match...
blob
|
commitdiff
|
diff to current
2007-01-14
Michael Brown
Make TCP give up immediately when it receives -ENETUNRE...
blob
|
commitdiff
|
diff to current
2007-01-13
Michael Brown
Advertise a larger MSS to improve TCP performance.
blob
|
commitdiff
|
diff to current
2007-01-10
Michael Brown
Allow an explicit network device to be specified for...
blob
|
commitdiff
|
diff to current
2007-01-09
Michael Brown
Rename pkb_available() to pkb_tailroom() for consistenc...
blob
|
commitdiff
|
diff to current
2007-01-09
Michael Brown
Define "connected" as
blob
|
commitdiff
|
diff to current
2007-01-03
Michael Brown
Send RST packets when we get a non-matching connection...
blob
|
commitdiff
|
diff to current
2007-01-03
Michael Brown
Accept RST on received packets
blob
|
commitdiff
|
diff to current
2007-01-03
Michael Brown
Improve consistency between TCP and UDP RX datapaths
blob
|
commitdiff
|
diff to current
2007-01-03
Michael Brown
Verify checksums on the RX datapath.
blob
|
commitdiff
|
diff to current
2006-12-29
Michael Brown
Use auto-colourisation for debug messages.
blob
|
commitdiff
|
diff to current
2006-12-29
Michael Brown
Redefine TCP state to include "flags that have been...
blob
|
commitdiff
|
diff to current
2006-12-27
Michael Brown
Don't send a second FIN if we receive a FIN while in...
blob
|
commitdiff
|
diff to current
2006-12-27
Michael Brown
Merge changes from mcb-tcp-fixes branch.
blob
|
commitdiff
|
diff to current
2006-12-06
Michael Brown
Work around another confused-by-RST bug
blob
|
commitdiff
|
diff to current
2006-12-05
Michael Brown
Work around another instance of the port re-use bug.
blob
|
commitdiff
|
diff to current
2006-12-05
Michael Brown
Call closed() method only when the connection is genuin...
blob
|
commitdiff
|
diff to current
2006-12-05
Michael Brown
Ensure that tcp_rx() always frees its received packet...
blob
|
commitdiff
|
diff to current
2006-12-05
Michael Brown
Killed off spurious <stdio.h> inclusion
blob
|
commitdiff
|
diff to current
2006-12-05
Michael Brown
Avoid calling NULL methods!
blob
|
commitdiff
|
diff to current
2006-09-27
Marty Connor
added stdio.h to includes for DBG compilation
blob
|
commitdiff
|
diff to current
2006-08-19
Nikhil Chandru Rao
Fixed a bug in the TCP state machine. Added a transitio...
blob
|
commitdiff
|
diff to current
2006-08-09
Michael Brown
Don't call stop_timer() from within the timer expiry...
blob
|
commitdiff
|
diff to current
2006-08-09
Nikhil Chandru Rao
Changed the TCP state machines behaviour in the ESTABLI...
blob
|
commitdiff
|
diff to current
2006-08-09
Michael Brown
Temporarily work around the bug when port numbers are...
blob
|
commitdiff
|
diff to current
2006-08-09
Michael Brown
Correct some packet ownership and freeing bugs.
blob
|
commitdiff
|
diff to current
2006-08-09
Michael Brown
out_flags was being set but never used.
blob
|
commitdiff
|
diff to current
2006-08-09
Michael Brown
Port the UDP port allocation code to TCP
blob
|
commitdiff
|
diff to current
2006-08-09
Michael Brown
Remove some of the confusion surrounding the amount...
blob
|
commitdiff
|
diff to current
2006-08-09
Marty Connor
Remove _PROTOCOL macros for gcc 3.2 compatibility
blob
|
commitdiff
|
diff to current
2006-08-08
Nikhil Chandru Rao
Corrected bugs in the TCP logic. There might be a few...
blob
|
commitdiff
|
diff to current
2006-08-08
Nikhil Chandru Rao
Removed some bugs in TCP
blob
|
commitdiff
|
diff to current
2006-08-07
Nikhil Chandru Rao
Added retransmissions to TCP
blob
|
commitdiff
|
diff to current
2006-08-07
Nikhil Chandru Rao
Minor corrections
blob
|
commitdiff
|
diff to current
2006-08-02
Michael Brown
Added features that will be required for PXE UDP support.
blob
|
commitdiff
|
diff to current
2006-08-01
Nikhil Chandru Rao
TCP support
blob
|
commitdiff
|
diff to current
2006-06-17
Michael Brown
Made the temporary buffer part of the TCP senddata...
blob
|
commitdiff
|
diff to current
2006-06-17
Michael Brown
Simplify RX data path.
blob
|
commitdiff
|
diff to current
2006-06-16
Michael Brown
Simplify TX datapath.
blob
|
commitdiff
|
diff to current
2006-05-27
Michael Brown
Added tcp_kick(). This speed up LILO and GRUB booting...
blob
|
commitdiff
|
diff to current
2006-04-30
Michael Brown
Merge TCP aborted(), timedout() and closed() methods...
blob
|
commitdiff
|
diff to current
2006-04-30
Michael Brown
Make all TCP methods optional; at least FTP data is...
blob
|
commitdiff
|
diff to current
2006-04-30
Michael Brown
Make tcp_connect() void; it will eventually have no...
blob
|
commitdiff
|
diff to current
2006-04-30
Michael Brown
Put the TCP connection periodic processing in tcp.c...
blob
|
commitdiff
|
diff to current
2006-04-30
Michael Brown
Moved uIP and tcp.c from proto/ to net/
blob
|
commitdiff
|
diff to current