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
/
in6.c
Age
Commit message (
Expand
)
Author
2010-02-08
More destatic and ansification.
Joel Sing
2010-01-13
instead of fiddling with the per-interface address lists directly in
Henning Brauer
2010-01-13
adding an empty ifaddr struct to the per-interface ifaddr list and
Henning Brauer
2009-12-21
typo in comment; Holger Mikolon
Stuart Henderson
2009-06-04
allow IPvShit to be turned off completely per-interface.
Henning Brauer
2009-03-15
Introduce splsoftassert(), similar to splassert() but for soft interrupt
Miod Vallat
2009-01-30
"XXX: should this be performed under splnet()?"... Yes, yes it should.
Ryan Thomas McBride
2008-10-01
If a neighbor solictation isn't from the unspecified address, make sure
Claudio Jeker
2008-07-13
Do not specify the gateway on RTM_DELETE -- similar fix was done in the arp
Claudio Jeker
2008-06-11
ANSIfy to sync with KAME. From Karl Sjodahl <dunceor@gmail.com>.
Ryan Thomas McBride
2008-06-11
From KAME, allow adjustable limits on NDP entries and discovered routes.
Ryan Thomas McBride
2008-05-11
rtrequest to rtrequest1 conversion in inet6. With that no rtrequest should
Claudio Jeker
2008-05-07
Implement routing priorities. Every route inserted has a priority assigned
Claudio Jeker
2007-12-09
take advantage of M_ZERO
Hans-Joerg Hoexer
2006-11-17
change semantics of ff01::/16 to interface local multicast
Jun-ichiro itojun Hagino
2006-11-15
unifdef -USCOPEDROUTING
Jun-ichiro itojun Hagino
2006-11-14
typo
Jun-ichiro itojun Hagino
2006-10-31
Only run address hooks on SIOCAIFADDR_IN6 and SIOCDIFADDR_IN6.
Marco Pfatschbacher
2006-08-28
Make carp see all IPv6 address additions and remove dead code in carp_ioctl()
Ryan Thomas McBride
2006-06-16
adjust functions dealing with the routing table to take a table ID as
Henning Brauer
2006-05-27
Do the same thing as for IPv4. Use a sysctl to enable/disable mfrowarding
Claudio Jeker
2006-04-16
Fix typo in queue.h conversion.
Can Erkin Acar
2006-03-05
Use more queue macros rather than doing it by hand; ok otto@ krw@
Miod Vallat
2006-03-04
With the exception of two other small uncommited diffs this moves
Brad Smith
2006-02-14
Fix pasto: clear correct buffer, from James Juran via NetBSD. ok markus@
Otto Moerbeek
2005-09-19
remove the unused in6_ifindex2scopeid()
Brad Smith
2004-10-07
missing dohooks(), needed for (em0:network) style notation with v6, was not
Henning Brauer
2004-08-24
revert. itojun notes that 128 is ok because of bitlen check.
Ted Unangst
2004-08-21
correct bounds checks. found at/by Coverity.
Ted Unangst
2004-06-21
First step towards more sane time handling in the kernel -- this changes
Thorsten Lockert
2004-06-17
correct multicast handling for special groups (like solicited node multicast).
Jun-ichiro itojun Hagino
2004-06-15
avoid creating multiple multicast filter entry for the same group.
Jun-ichiro itojun Hagino
2004-02-23
avoid touching out-of-bound memory if len == 128.
Jun-ichiro itojun Hagino
2004-01-13
Expose in6_ifremloop() and in6_ifaddloop() so that they can be used by carp.
Ryan Thomas McBride
2003-12-10
use if_indexlim (instead of if_index) and ifindex2ifnet[x] != NULL
Jun-ichiro itojun Hagino
2003-06-24
use time.tv_sec directly, rather than having time_second (freebsd NIH).
Jun-ichiro itojun Hagino
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2002-10-17
do not differentiate manually configured address from autoconfigured ones
Jun-ichiro itojun Hagino
2002-09-23
better "ifconfig ipv6addr deprecated" flag handling. 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-14
spelling; from Brian Poole <raj@cerias.purdue.edu>
Todd T. Fries
2002-06-11
silence some of log(), as the codepath will be visited for IPv6-non-capable
Jun-ichiro itojun Hagino
2002-06-09
whitespace cleanup
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-08
in6_len2mask is a duplicate of in6_prefixlen2mask. unify. sync w/kame
Jun-ichiro itojun Hagino
2002-06-08
on SIOCAIFADDR_IN6 check if sin6_len is sane. sync w/kame
Jun-ichiro itojun Hagino
2002-06-07
style
Jun-ichiro itojun Hagino
2002-06-07
whitespace sync w/kame
Jun-ichiro itojun Hagino
2002-06-07
'fall through' is not a valid LINT keyword.
Jun-ichiro itojun Hagino
[next]