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
*
[xfer] Remove address family from definition of a socket opener
Michael Brown
2020-07-15
1
-10
/
+2
*
[tcp] Display "connecting" status until connection is established
Michael Brown
2019-03-10
1
-0
/
+21
*
[init] Show startup and shutdown function names in debug messages
Michael Brown
2019-01-25
1
-0
/
+1
*
[tcp] Use correct length for memset()
Michael Brown
2017-03-22
1
-1
/
+1
*
[tcp] Send TCP keepalives on idle established connections
Michael Brown
2016-06-13
1
-0
/
+38
*
[tcp] Guard against malformed TCP options
Michael Brown
2016-01-28
1
-11
/
+53
*
[tcp] Ensure FIN is actually sent if connection is closed while idle
Michael Brown
2015-07-22
1
-0
/
+1
*
[tcp] Gracefully close connections during shutdown
Michael Brown
2015-07-04
1
-1
/
+56
*
[tcp] Do not shrink window when discarding received packets
Michael Brown
2015-06-25
1
-20
/
+3
*
[tcp] Implement support for TCP Selective Acknowledgements (SACK)
Michael Brown
2015-03-12
1
-4
/
+158
*
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
2015-03-02
1
-1
/
+1
*
[tcp] Defer sending ACKs until all received packets have been processed
Michael Brown
2014-05-12
1
-8
/
+25
*
[tcp] Profile transmit and receive datapaths
Michael Brown
2014-04-28
1
-0
/
+20
*
[tcp] Update window even if ACK does not acknowledge new data
Michael Brown
2014-03-07
1
-2
/
+4
*
[tcp] Calculate correct MSS from peer address
Michael Brown
2014-03-04
1
-1
/
+14
*
[tcp] Add AF_INET6 socket opener
Michael Brown
2013-10-21
1
-2
/
+9
*
[tcpip] Pass through network device to transport layer protocols
Michael Brown
2013-09-03
1
-0
/
+2
*
[tcpip] Allow binding to unspecified privileged ports (below 1024)
Michael Brown
2013-08-06
1
-39
/
+14
*
[tcp] Fix comment to match code behaviour
Michael Brown
2013-07-12
1
-1
/
+1
*
[tcp] Do not send RST for unrecognised connections
Michael Brown
2013-07-12
1
-1
/
+0
*
[tcp] Truncate TCP window to prevent future packet discards
Michael Brown
2012-07-09
1
-3
/
+20
*
[arp] Try to avoid discarding ARP cache entries
Michael Brown
2012-07-09
1
-1
/
+1
*
[tcp] Avoid potential NULL pointer dereference
Michael Brown
2012-06-30
1
-1
/
+3
*
[tcp] Use a zero window size for RST packets
Michael Brown
2012-06-30
1
-1
/
+1
*
[tcp] Add support for TCP window scaling
Michael Brown
2012-06-29
1
-2
/
+29
*
[tcp] Mark any unacknowledged transmission as a pending operation
Michael Brown
2012-06-09
1
-3
/
+33
*
[tcp] Discard all TCP connections on shutdown
Michael Brown
2012-05-08
1
-0
/
+22
*
[tcp] Fix potential NULL pointer dereference
Michael Brown
2012-05-08
1
-1
/
+1
*
[tcp] Allow sufficient headroom for TCP headers
Michael Brown
2011-09-19
1
-4
/
+4
*
[tcp] Send xfer_window_changed() when window opens
Michael Brown
2011-06-28
1
-19
/
+27
*
[tcp] Update ts_recent whenever window is advanced
Michael Brown
2011-04-03
1
-9
/
+22
*
[tcp] Record ts_recent on first received packet
Michael Brown
2011-03-26
1
-5
/
+8
*
[tcp] Use MAX_LL_NET_HEADER_LEN instead of defining our own MAX_HDR_LEN
Michael Brown
2010-11-19
1
-4
/
+5
*
[tcp] Set PSH flag only on packets containing data
Michael Brown
2010-11-11
1
-1
/
+1
*
[list] Add list_first_entry()
Michael Brown
2010-11-08
1
-3
/
+2
*
[retry] Hold reference while timer is running and during expiry callback
Michael Brown
2010-09-03
1
-2
/
+2
*
[tcp] Fix a 64bit compile time error
Piotr JaroszyĆski
2010-07-22
1
-1
/
+1
*
[tcp] Allow out-of-order receive queue to be discarded
Michael Brown
2010-07-21
1
-3
/
+38
*
[tcp] Handle out-of-order received packets
Michael Brown
2010-07-21
1
-34
/
+150
*
[tcp] Treat ACKs as sent only when successfully transmitted
Michael Brown
2010-07-15
1
-21
/
+20
*
[tcp] Merge boolean flags into a single "flags" field
Michael Brown
2010-07-15
1
-8
/
+15
*
[tcp] Use a dedicated timer for the TIME_WAIT state
Michael Brown
2010-07-15
1
-9
/
+32
*
[tcp] Randomise local TCP port
Guo-Fu Tseng
2010-07-13
1
-3
/
+5
*
[tcp] Fix typos by changing ntohl() to htonl() where appropriate
Michael Brown
2010-07-13
1
-2
/
+2
*
[tcp] Store local port in host byte order
Michael Brown
2010-07-13
1
-9
/
+9
*
[tcp] Fix potential use-after-free when accessing timestamp option
Michael Brown
2010-07-07
1
-4
/
+7
*
[interface] Convert all data-xfer interfaces to generic interfaces
Michael Brown
2010-06-22
1
-29
/
+23
*
[retry] Use start_timer_fixed() instead of direct timeout manipulation
Michael Brown
2010-06-22
1
-2
/
+1
*
[retry] Add timer_init() wrapper function
Michael Brown
2010-06-22
1
-1
/
+1
*
[refcnt] Add ref_init() wrapper function
Michael Brown
2010-06-22
1
-0
/
+1
[next]