index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
netinet
/
tcp_subr.c
Age
Commit message (
Expand
)
Author
2002-06-09
whitespace
Jun-ichiro itojun Hagino
2002-06-07
avoid is_ipv6 construct. a step towards IPv4-less kernel
Jun-ichiro itojun Hagino
2002-05-16
bring in ECN support from KAME.
Kenjiro Cho
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-03-08
use timeout(9) to schedule TCP timers. this avoid traversing all
Niels Provos
2002-03-02
disable immediate ack on TH_PUSH. make behaviour sysctl tuneable.
Niels Provos
2002-03-01
remove tcp_fasttimo and convert delayed acks to the timeout(9) API instead.
Niels Provos
2002-01-24
allocate tcp reassembly queue via pool; based on netbsd; okay art@ angelos@
Niels Provos
2002-01-23
Pool deals fairly well with physical memory shortage, but it doesn't deal
Artur Grabowski
2002-01-15
allocate sackholes with pool
Niels Provos
2002-01-15
change tcpcb allocation to pool
Niels Provos
2002-01-14
use macros to manage tcp timers; based on netbsd
Niels Provos
2001-07-21
repair IPv6 TCP. th_sum has to be initialized to 0 on template.
Jun-ichiro itojun Hagino
2001-07-18
zero tcp checksum field before calculating new value.
Marco S Hyman
2001-07-03
Pointer arithmetic fixes work better when you get the casting right.
Angelos D. Keromytis
2001-06-26
Appease gcc by not using void pointers in arithmetic operations.
Aaron Campbell
2001-06-25
Always defer output TCP checksumming until ip_output() (or hardware,
Angelos D. Keromytis
2001-06-23
Add comment on why checksum deferral is not useful in tcp_respond()
Angelos D. Keromytis
2001-06-08
Cut down on include files.
Angelos D. Keromytis
2001-06-05
repair copyright notices for NRL & cmetz; cmetz
Theo de Raadt
2001-06-04
use faster arc4random() in tcp_rndiss_next; niels ok
Michael Shalayeff
2001-05-31
Match IPSEC output prototypes.
Angelos D. Keromytis
2001-05-01
Fix tcp_signature_tdb_input decl; kernel compiles again if TCP_SIGNATURE
Federico G. Schwindt
2001-04-06
Move offsetof define into sys/param.h
Constantine Sapuntzakis
2001-03-14
provide a random start for tcp timestamps; niels@ ok
Michael Shalayeff
2001-02-16
pull in new pcb notification code from kame. better handling of scope address.
Jun-ichiro itojun Hagino
2000-12-21
correct ipv6 path mtu discovery.
Jun-ichiro itojun Hagino
2000-12-13
more random tcp sequence numbers. okay deraadt@, angelos@
Niels Provos
2000-12-11
nuke #ifdef TCP6 (no longer supported).
Jun-ichiro itojun Hagino
2000-10-13
validate mbuf chain length on *_ctlinput. remote node may be able to
Jun-ichiro itojun Hagino
2000-10-10
verify payload of the icmp need fragment message at the tcp layer. okay itojun@
Niels Provos
2000-09-25
on expiry of pmtu route, retry higher mtu. okay angelos@
Niels Provos
2000-09-20
correctly calculate mss
Niels Provos
2000-09-18
Path MTU discovery based on NetBSD but with the decision to use the DF
Niels Provos
2000-07-11
forgot to reset rscale
Niels Provos
2000-07-11
compute correct window scale when recvpipe option is set in route; based
Niels Provos
2000-07-05
more cleanup for IPv4 mapped address support. there seem to be some
Jun-ichiro itojun Hagino
2000-06-26
Make the definition of tcpstat in tcp_var.h extern.
Artur Grabowski
2000-06-03
correctly handle ctlinput messages for IPv6.
Jun-ichiro itojun Hagino
2000-03-21
Fix function to comply with prototype. Kind of moot, as tcp signatures
Angelos D. Keromytis
2000-02-29
ensure tcp window size does not overflow (16bit unsigned after window scale).
Jun-ichiro itojun Hagino
1999-12-29
fix _input/_output proto changes for tcp_signature; angelos@ ok
Michael Shalayeff
1999-12-21
enable SACK again
Niels Provos
1999-12-08
bring in KAME IPv6 code, dated 19991208.
Jun-ichiro itojun Hagino
1999-10-29
Get rid of unnecessary third argument in *_output routines of IPsec.
Angelos D. Keromytis
1999-08-27
Disable SACK for now, it has problems, deraadt@
Todd C. Miller
1999-07-06
Added support for TCP MD5 option (RFC 2385).
cmetz
1999-07-06
Removed bogus ifdef/define lines that resulted from an over-aggressive M-x.
cmetz
1999-07-02
Fixed a #ifdef defined()... typo that turned into a compilation failure.
cmetz
1999-07-02
Significant cleanups in the way TCP is made to handle multiple network
cmetz
[next]