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_input.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-06-07
no need for IPv4 mapped addr support
Jun-ichiro itojun Hagino
2002-06-07
missing bzero! - now linklocal tcp works correctly
Jun-ichiro itojun Hagino
2002-05-31
Socket-specific IPsec policy.
Angelos D. Keromytis
2002-05-29
attach nd_ifinfo structure to if_afdata.
Jun-ichiro itojun Hagino
2002-05-16
bring in ECN support from KAME.
Kenjiro Cho
2002-03-19
drop TCP connections to broadcast address.
Jun-ichiro itojun Hagino
2002-03-15
Kill #if __STDC__ used to do K&R vs. ANSI varargs/stdarg; just do things
Todd C. Miller
2002-03-09
check tiflags instead of th as th might point to freed memory; pointed out
Niels Provos
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-15
allocate sackholes with pool
Niels Provos
2002-01-14
knf
Niels Provos
2002-01-14
use macros to manage tcp timers; based on netbsd
Niels Provos
2001-07-07
fix comment to make life easier for my special friend darren.
Niels Provos
2001-07-04
Make preprocessor happier, don't give it untasty tokens at end of input.
Marc Espie
2001-06-24
Save tdb_remote_auth on the PCB on latching; also save information on
Angelos D. Keromytis
2001-06-23
Clear the checksum flags after verification. Also, don't count
Angelos D. Keromytis
2001-06-23
Keep stats on TCP/UDP hardware checksumming.
Angelos D. Keromytis
2001-06-23
TCP, UDP, IPv4 input hardware checksumming processing; also IPv4
Angelos D. Keromytis
2001-06-12
IPsec-related socket options; these can be set/removed/retrieved, but
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-05-27
Also copy the authentication material to the new socket.
Angelos D. Keromytis
2001-05-27
Update pointers to IPsec-related PCB information when allocating new
Angelos D. Keromytis
2001-05-27
Use the new IPsec tags.
Angelos D. Keromytis
2001-05-20
Use packet tags instead of tdbi.
Angelos D. Keromytis
2001-05-12
Less verbose; angelos@ ok
Aaron Campbell
2001-05-11
Check m_pullup() and m_pullup2() return for NULL, not 0; itojun@ ok
Aaron Campbell
2001-05-01
Typo in comment.
Aaron Campbell
2001-04-04
do not check ip_mtudisc on IPv6 TCP.
Jun-ichiro itojun Hagino
2001-03-28
Allow tdbi's to appear in mbufs throughout the stack; this allows
Angelos D. Keromytis
2001-02-08
witch raw ip6 socket code from NRL to kame.
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-14
implement net.inet.tcp.rstppslimit. rate-limits outbound TCP RST traffic
Jun-ichiro itojun Hagino
2000-10-11
nuke inp_flags bits for controlling IPv4 mapped address.
Jun-ichiro itojun Hagino
2000-09-25
on expiry of pmtu route, retry higher mtu. okay angelos@
Niels Provos
2000-09-23
Angelos you forgot this one !!
Chris Cappuccio
2000-09-21
calculate maxopd at the right place
Niels Provos
2000-09-20
correctly calculate mss
Niels Provos
2000-09-19
only free tdbi if IPSEC
Theo de Raadt
2000-09-19
Lots and lots of changes.
Angelos D. Keromytis
2000-09-18
fix compilation problem on systems w/o inet6.
Federico G. Schwindt
2000-09-18
Path MTU discovery based on NetBSD but with the decision to use the DF
Niels Provos
2000-09-05
various fixes to SACK and FACK from adesai@cisco.com, tomh@tomh.org and
Niels Provos
2000-07-27
be proactive about unspecified IPv6 source address. pcb layer uses
Jun-ichiro itojun Hagino
[next]