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
/
netinet6
Age
Commit message (
Expand
)
Author
2002-03-24
double m_free() - niklas@openbsd
Jun-ichiro itojun Hagino
2002-03-23
correct arg to bcmp(). need to compare 15 bytes, not 3 bytes. sync w/kame
Jun-ichiro itojun Hagino
2002-03-20
remove obsolete comment
Jun-ichiro itojun Hagino
2002-03-19
check sa_len/family strictly
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-15
have a real lock around IPv6 reassembly.
Jun-ichiro itojun Hagino
2002-03-15
s/0/NULL/ for pointer assignment. sync w/kame
Jun-ichiro itojun Hagino
2002-03-15
Cosmetic changes only, primarily making comments line up nicely after the
Todd C. Miller
2002-03-14
Final __P removal plus some cosmetic fixups
Todd C. Miller
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-03-05
on redirect output, always try to attach target link layer address option.
Jun-ichiro itojun Hagino
2002-02-10
spelling
Theo de Raadt
2002-01-23
compatability -> compatibility.
Federico G. Schwindt
2002-01-21
remove couple of #if 0'ed portion we will never use
Jun-ichiro itojun Hagino
2002-01-08
do not log() in per-packet input path. sync w/kame
Jun-ichiro itojun Hagino
2002-01-08
correct behavior of IPv4 over IPv6 tunnel (using gif).
Jun-ichiro itojun Hagino
2002-01-02
at least ; required after label or case; openbsd@davidkrause.com
Theo de Raadt
2001-12-16
- Call pf_test6() after we have checked header length and protocol version.
jasoni
2001-12-07
give up local, instead of remote, on ping6 -w during memory starved
Jun-ichiro itojun Hagino
2001-12-07
correct icmp6 MIB counter mistake
Jun-ichiro itojun Hagino
2001-12-07
whitespace/comment sync with kame
Jun-ichiro itojun Hagino
2001-12-06
remove kame IPSEC code within #ifdef.
Jun-ichiro itojun Hagino
2001-11-30
unifdef OLDIP6OUTPUT
Jun-ichiro itojun Hagino
2001-11-28
typo in sockopt level name (ipsec6 related)
Jun-ichiro itojun Hagino
2001-11-26
add fastroute options similar to what is found in ipf
jasoni
2001-11-06
Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
Miod Vallat
2001-11-02
do not return value that overruns mbuf length from ip6_nexthdr.
Jun-ichiro itojun Hagino
2001-10-01
reinitialize ip6_hdr pointer after pf_test; ok dhartmei@ (noticed after
jasoni
2001-09-29
filter forwarded ipv6 packets; checked by itojun, tested by
jasoni
2001-09-25
free mbuf when dropping a packet. ok dhartmei@ (also checked by
jasoni
2001-09-19
comment; sockopt # 57-59 are also reserved
Jun-ichiro itojun Hagino
2001-09-15
IPv6 support from Ryan McBride (mcbride@countersiege.com)
Mike Frantzen
2001-08-24
Add a missing space
brian
2001-08-23
suppress printf() on non-multicast interface.
Jun-ichiro itojun Hagino
2001-08-23
don't try to enable IPv6 on IFT_PFLOG.
Jun-ichiro itojun Hagino
2001-08-22
IPCOMP policy stuff missed the last time round
Niklas Hallqvist
2001-08-22
Add IPCOMP setsockopt policy controls. While here fix the other policies too
Niklas Hallqvist
2001-08-21
Don't check for BYPASS options in PCB on ip_output/ip6_output --- this
Angelos D. Keromytis
2001-08-19
Pass the interface (if any) to ipip_input(), so it can be used in
Angelos D. Keromytis
2001-08-08
remove IPCOMP option. deraadt@ ok.
Jean-Jacques Bernard-Gundol
2001-07-27
variable name "gif" is way too generic - use "gif_softc". sync with kame
Jun-ichiro itojun Hagino
2001-07-18
avoid using malloc() during interupt context for multicast kludge entry.
Jun-ichiro itojun Hagino
2001-07-18
sync with draft-ietf-ipngwg-p2p-pingpong-00.txt. apply special behavior
Jun-ichiro itojun Hagino
2001-07-05
IPComp support. angelos@ ok.
Jean-Jacques Bernard-Gundol
2001-06-29
call defrouter_select() only if i am autoconfigured host
Jun-ichiro itojun Hagino
2001-06-27
do not try to update ipv6 default route if i'm not an autoconfigured host,
Jun-ichiro itojun Hagino
2001-06-27
ALTQ base modifications to the kernel.
Kenjiro Cho
2001-06-27
Get rid of M_COPY_* macros; either use M_MOVE_* or M_DUP_*, depending
Angelos D. Keromytis
2001-06-27
Don't check cached TDBs on the PCB -- always call ipsp_spd_lookup();
Angelos D. Keromytis
2001-06-26
modify m_pkthdr.len computation to work with both 4.4BSD M_COPY_PKTHDR
Jun-ichiro itojun Hagino
[prev]
[next]