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
/
in_pcb.h
Age
Commit message (
Expand
)
Author
2001-07-05
IPComp itself (include files). angelos@ ok.
Jean-Jacques Bernard-Gundol
2001-06-12
IPsec-related socket options; these can be set/removed/retrieved, but
Angelos D. Keromytis
2001-06-09
Inclusion protection.
Angelos D. Keromytis
2001-05-27
Keep local authentication material on the PCB.
Angelos D. Keromytis
2001-05-21
Use a reference-counted structure for IPsec IDs and credentials, so we
Angelos D. Keromytis
2001-03-28
Allow tdbi's to appear in mbufs throughout the stack; this allows
Angelos D. Keromytis
2001-02-16
pull in new pcb notification code from kame. better handling of scope address.
Jun-ichiro itojun Hagino
2001-02-16
amove in6_{embed,recover}scope prototypes to in6_var.h (kernel only).
Jun-ichiro itojun Hagino
2001-02-08
witch raw ip6 socket code from NRL to kame.
Jun-ichiro itojun Hagino
2000-10-11
nuke inp_flags bits for controlling IPv4 mapped address.
Jun-ichiro itojun Hagino
2000-10-10
verify payload of the icmp need fragment message at the tcp layer. okay itojun@
Niels Provos
2000-10-09
check if we have a tcb connected to the destination quoted in the icmp need
Niels Provos
2000-09-18
Path MTU discovery based on NetBSD but with the decision to use the DF
Niels Provos
2000-06-18
sync with KAME udp6_output(). udp output logic is very different between
Jun-ichiro itojun Hagino
2000-06-13
allow link-local IPv6 addres in in6_pcbbind.
Jun-ichiro itojun Hagino
2000-04-27
add TCP port 587 to default list of reserved ports not to allocate dynamicall...
Todd C. Miller
2000-02-07
fix include file path related to ip6.
Jun-ichiro itojun Hagino
2000-01-11
Remove ifdef'ed out definitions.
Angelos D. Keromytis
1999-12-27
synchronize inp_flags definition across kame/*bsd.
Jun-ichiro itojun Hagino
1999-12-12
make it easier to synchronize INP_xx flags and IN6P_xx flags.
Jun-ichiro itojun Hagino
1999-12-08
bring in KAME IPv6 code, dated 19991208.
Jun-ichiro itojun Hagino
1999-03-27
add SADB_X_BINDSA to pfkey allowing incoming SAs to refer to an outgoing
Niels Provos
1999-03-24
Removed inclusion of netinet6/in6.h. This was an artifact of when the core
cmetz
1999-01-11
netinet merge of NRL stuff. some indent and shrinkage needed; NRL/cmetz
Theo de Raadt
1999-01-08
more IPV6 merge; cmetz
Theo de Raadt
1999-01-07
INET6 support
Theo de Raadt
1999-01-07
in_pcblookup() now takes ptr to both ip address arguments
Theo de Raadt
1999-01-07
rename baddynamic() to in_baddynamic(), and export it
Theo de Raadt
1998-05-18
first step to the setsockopt/getsockopt interface as described in
Niels Provos
1997-08-26
indent
Theo de Raadt
1997-08-19
Add DP_CLR() macro
Todd C. Miller
1997-08-19
Theo doesn't like extra kernel options, so don't allow
Todd C. Miller
1997-08-16
Allow DEFBADDYNAMICPORTS_TCP and DEFBADDYNAMICPORTS_UDP to be
Todd C. Miller
1997-08-09
The list of tcp/udp ports not to allocate dynamically is now
Todd C. Miller
1997-02-28
Moved IPsec socket state to the PCB.
Angelos D. Keromytis
1996-07-29
From FreeBSD (with slightly different sysctl names):
Jason Downs
1996-03-03
From NetBSD: 960217 merge
Niklas Hallqvist
1995-10-18
initial import of NetBSD tree
Theo de Raadt