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
/
ip6_output.c
Age
Commit message (
Expand
)
Author
2006-12-10
In ip6_output(), make sure ia is initialized before it is used.
Miod Vallat
2006-12-09
switch IPv6 advanced API from RFC2292 to RFC3542 (2292 is superseded by 3542).
Jun-ichiro itojun Hagino
2006-12-08
leftover from interface-local multicast change.
Jun-ichiro itojun Hagino
2006-11-17
change semantics of ff01::/16 to interface local multicast
Jun-ichiro itojun Hagino
2006-06-18
Add support for equal-cost multipath IP.
Christopher Pascoe
2006-06-16
adjust functions dealing with the routing table to take a table ID as
Henning Brauer
2006-06-16
More spelling fixes.
Christopher Pascoe
2006-06-16
Spelling.
Christopher Pascoe
2006-05-27
Do the same thing as for IPv4. Use a sysctl to enable/disable mfrowarding
Claudio Jeker
2006-03-05
Use more queue macros rather than doing it by hand; ok otto@ krw@
Miod Vallat
2005-01-11
correctly deal with unspecified (zero) interface number in IPV6_MULTICAST_IF,
Damien Miller
2004-06-21
Get rid of pf_test_eh() wrapper.
Ryan Thomas McBride
2004-06-12
support IPV6_USE_MIN_MTU, to make BIND9 better.
Jun-ichiro itojun Hagino
2004-06-11
back out tree breakage. Like, come on
Theo de Raadt
2004-06-11
support IPV6_USE_MIN_MTU, which is needed to run BIND9 well. from kame
Jun-ichiro itojun Hagino
2004-02-04
strictly follow RFC2460 section 5, last paragraph (sender behavior when
Jun-ichiro itojun Hagino
2004-02-02
make the stack compile if NPF=0. ok deraadt@ markus@
Cedric Berger
2003-12-10
use if_indexlim (instead of if_index) and ifindex2ifnet[x] != NULL
Jun-ichiro itojun Hagino
2003-11-07
fix behavior when ipv6mr_interface is 0. reported on netbsd list
Jun-ichiro itojun Hagino
2003-10-01
use random number generator to generate IPv6 fragment ID/flowlabel.
Jun-ichiro itojun Hagino
2003-10-01
correct m_cat misuse. i remember it was ok'ed by someone but don't remember ...
Jun-ichiro itojun Hagino
2003-08-15
change arguments to suser. suser now takes the process, and a flags
Ted Unangst
2003-06-11
- sync up MLD declaration with RFC3542 (s/MLD6/MLD/)
Jun-ichiro itojun Hagino
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2002-10-31
plug memory leak. from sam leffler. sync w/kame
Jun-ichiro itojun Hagino
2002-09-23
correct length of PADN option before jumbo payload option. sync w/kame
Jun-ichiro itojun Hagino
2002-09-11
fix pointer signedness mixup. sync w/kame
Jun-ichiro itojun Hagino
2002-09-11
KNF - return is not a function. sync w/kame
Jun-ichiro itojun Hagino
2002-06-09
whitespace cleanup
Jun-ichiro itojun Hagino
2002-06-08
use splnet for ipsec
Jun-ichiro itojun Hagino
2002-06-08
splnet -> splsoftnet where appropriate
Jun-ichiro itojun Hagino
2002-06-08
sync with latest KAME in6_ifaddr/prefix/default router manipulation.
Jun-ichiro itojun Hagino
2002-06-07
move IPV6_CHECKSUM processing to ip6_raw_ctloutput(). bunch of KNFs.
Jun-ichiro itojun Hagino
2002-06-07
just for consistency/compatibility, have net.inet6.ip6.v6only sysctl MIB,
Jun-ichiro itojun Hagino
2002-06-07
style
Jun-ichiro itojun Hagino
2002-06-07
'fall through' is not a valid LINT keyword.
Jun-ichiro itojun Hagino
2002-05-31
do not try to update rmx_mtu if rmx_mtu == 0 (obey ifmtu)
Jun-ichiro itojun Hagino
2002-05-29
force fragment to minimum link MTU (1280) when needed (when PMTUD does
Jun-ichiro itojun Hagino
2002-05-29
attach nd_ifinfo structure to if_afdata.
Jun-ichiro itojun Hagino
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-01-21
remove couple of #if 0'ed portion we will never use
Jun-ichiro itojun Hagino
2001-12-07
whitespace/comment sync with kame
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-10-01
reinitialize ip6_hdr pointer after pf_test; ok dhartmei@ (noticed after
jasoni
2001-09-25
free mbuf when dropping a packet. ok dhartmei@ (also checked by
jasoni
2001-09-15
IPv6 support from Ryan McBride (mcbride@countersiege.com)
Mike Frantzen
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
[next]