index
:
openslx-ng/ipxe.git
master
openslx
Fork of ipxe; additional commands and features
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
net
/
tcp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Work around another confused-by-RST bug
Michael Brown
2006-12-06
1
-0
/
+8
*
Work around another instance of the port re-use bug.
Michael Brown
2006-12-06
1
-0
/
+8
*
Call closed() method only when the connection is genuinely in the
Michael Brown
2006-12-05
1
-14
/
+19
*
Ensure that tcp_rx() always frees its received packet buffer.
Michael Brown
2006-12-05
1
-1
/
+2
*
Killed off spurious <stdio.h> inclusion
Michael Brown
2006-12-05
1
-1
/
+0
*
Avoid calling NULL methods!
Michael Brown
2006-12-05
1
-12
/
+22
*
added stdio.h to includes for DBG compilation
Marty Connor
2006-09-27
1
-0
/
+1
*
Fixed a bug in the TCP state machine. Added a transition from ESTABLISHED to ...
Nikhil Chandru Rao
2006-08-19
1
-57
/
+46
*
Don't call stop_timer() from within the timer expiry callback; it's
Michael Brown
2006-08-09
1
-11
/
+10
*
Changed the TCP state machines behaviour in the ESTABLISHED state
Nikhil Chandru Rao
2006-08-09
1
-5
/
+15
*
Temporarily work around the bug when port numbers are reused between
Michael Brown
2006-08-09
1
-0
/
+7
*
Correct some packet ownership and freeing bugs.
Michael Brown
2006-08-09
1
-15
/
+36
*
out_flags was being set but never used.
Michael Brown
2006-08-09
1
-16
/
+14
*
Port the UDP port allocation code to TCP
Michael Brown
2006-08-09
1
-21
/
+45
*
Remove some of the confusion surrounding the amount to strip off from
Michael Brown
2006-08-09
1
-6
/
+5
*
Remove _PROTOCOL macros for gcc 3.2 compatibility
Marty Connor
2006-08-09
1
-3
/
+1
*
Corrected bugs in the TCP logic. There might be a few more which need to be t...
Nikhil Chandru Rao
2006-08-09
1
-25
/
+27
*
Removed some bugs in TCP
Nikhil Chandru Rao
2006-08-08
1
-53
/
+96
*
Added retransmissions to TCP
Nikhil Chandru Rao
2006-08-07
1
-0
/
+63
*
Minor corrections
Nikhil Chandru Rao
2006-08-07
1
-1
/
+1
*
Added features that will be required for PXE UDP support.
Michael Brown
2006-08-02
1
-30
/
+22
*
TCP support
Nikhil Chandru Rao
2006-08-01
1
-0
/
+610
*
Made the temporary buffer part of the TCP senddata() API, to ease the
Michael Brown
2006-06-18
1
-10
/
+8
*
Simplify RX data path.
Michael Brown
2006-06-18
1
-1
/
+1
*
Simplify TX datapath.
Michael Brown
2006-06-16
1
-3
/
+2
*
Added tcp_kick(). This speed up LILO and GRUB booting by almost two
Michael Brown
2006-05-27
1
-0
/
+13
*
Merge TCP aborted(), timedout() and closed() methods into a single
Michael Brown
2006-04-30
1
-12
/
+9
*
Make all TCP methods optional; at least FTP data is a read-only
Michael Brown
2006-04-30
1
-9
/
+9
*
Make tcp_connect() void; it will eventually have no failure case.
Michael Brown
2006-04-30
1
-13
/
+4
*
Put the TCP connection periodic processing in tcp.c, where it belongs.
Michael Brown
2006-04-30
1
-0
/
+62
*
Moved uIP and tcp.c from proto/ to net/
Michael Brown
2006-04-30
1
-0
/
+164