index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
netinet6
/
in6.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make KBI changes required for future MFCing of inpcb rtentry / llentry caching.
kmacy
2011-09-20
1
-0
/
+2
*
Add $ipv6_cpe_wanif to enable functionality required for IPv6 CPE
hrs
2011-09-13
1
-1
/
+3
*
Add an in6_localip() helper function as in6_localaddr() is not doing what
bz
2011-08-20
1
-0
/
+1
*
- Accept Router Advertisement messages even when net.inet6.ip6.forwarding=1.
hrs
2011-06-06
1
-1
/
+4
*
correct variable type name in comment
ticso
2011-04-25
1
-2
/
+2
*
Fix typos - remove duplicate "the".
brucec
2011-02-21
1
-1
/
+1
*
- Rename IP_NONLOCALOK IP socket option to IP_BINDANY, to be more consistent
pjd
2009-06-01
1
-0
/
+2
*
Merge final round of MLD changes from p4:
bms
2009-05-27
1
-0
/
+1
*
Add IN6ADDR_LINKLOCAL_ALLV2ROUTERS_INIT, in6addr_linklocal_allv2routers
bms
2009-04-29
1
-12
/
+19
*
add an llentry to struct route{_in6} to allow it to be passed around with
kmacy
2009-04-15
1
-0
/
+1
*
Default to ignoring potentially evil IPv6 Neighbor Solicitation
cperciva
2008-10-02
1
-1
/
+3
*
Clean up VCS Ids.
obrien
2007-12-10
1
-3
/
+3
*
Restore behavior changed with rev. 1.46 and make
bz
2007-07-19
1
-1
/
+1
*
Space cleanup
delphij
2007-07-05
1
-5
/
+5
*
ANSIfy[1] plus some style cleanup nearby.
delphij
2007-07-05
1
-1
/
+0
*
Link pf 4.1 to the build:
mlaier
2007-07-03
1
-0
/
+5
*
Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSEC
gnn
2007-07-03
1
-2
/
+2
*
Commit IPv6 support for FAST_IPSEC to the tree.
gnn
2007-07-01
1
-2
/
+3
*
Import rewrite of IPv4 socket multicast layer to support source-specific
bms
2007-06-12
1
-0
/
+20
*
This comment on various IPPORT_ defines was copied from in.h and
dwmalone
2006-03-28
1
-25
/
+3
*
updates net.inet6.ip6.kame_version as the proof of the latest KAME merge
suz
2006-03-19
1
-1
/
+1
*
sync with KAME regarding NDP
suz
2005-10-21
1
-4
/
+6
*
sync with KAME (removed a unnecesary non-standard macro)
suz
2005-10-19
1
-8
/
+0
*
added a knob to enable path MTU discovery for multicast packets.
ume
2005-08-13
1
-1
/
+5
*
supports stealth forwarding in IPv6, as well as in IPv4
suz
2005-08-10
1
-1
/
+3
*
scope cleanup. with this change
ume
2005-07-25
1
-0
/
+1
*
update comments:
ume
2005-07-20
1
-3
/
+3
*
/* -> /*- for license, minor formatting changes, separate for KAME
imp
2005-01-07
1
-2
/
+2
*
Remove advertising clause from University of California Regent's
imp
2004-04-07
1
-4
/
+0
*
byebye in6_ifawithscope(). it was a function for old source
ume
2003-11-05
1
-1
/
+0
*
source address selection part of RFC3484.
ume
2003-11-04
1
-1
/
+1
*
add management part of address selection policy described in
ume
2003-10-30
1
-0
/
+3
*
use uint32_t instead of u_int32_t for newly introduced
ume
2003-10-26
1
-1
/
+1
*
revert following unwanted changes:
ume
2003-10-25
1
-7
/
+7
*
correct namespace pollution.
ume
2003-10-25
1
-0
/
+5
*
Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542
ume
2003-10-24
1
-33
/
+90
*
- implement lock around IPv6 reassembly, to avoid panic due to
ume
2003-10-22
1
-1
/
+3
*
- change scope to zone.
ume
2003-10-21
1
-3
/
+8
*
nuke unused CTL_IPV6PROTO_NAMES macro.
ume
2003-10-07
1
-47
/
+0
*
Add definitions for IN6ADDR_LINKLOCAL_ALLMDNS_INIT and INADDR_ALLMDNS_GROUP.
mdodd
2003-04-29
1
-0
/
+3
*
o Merge <machine/ansi.h> and <machine/types.h> into a new header
mike
2002-08-21
1
-3
/
+3
*
correct comment for setsockopt arg size.
ume
2002-07-25
1
-3
/
+3
*
sin6_len is not an address family. I believe this doesn't
ume
2002-07-22
1
-1
/
+1
*
o Conditionalize sections for POSIX.1-2001 compatibility.
mike
2002-05-23
1
-31
/
+49
*
just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.
suz
2002-04-19
1
-12
/
+12
*
Unconditionalize the definition of INET_ADDRSTRLEN and
mike
2002-04-10
1
-2
/
+0
*
put an extern for ip6_protox in here where it is only used for kernel compiling
darrenr
2002-03-19
1
-0
/
+1
*
o Add INET_ADDRSTRLEN and INET6_ADDRSTRLEN defines to <arpa/inet.h>
mike
2002-03-10
1
-0
/
+2
*
Make faith loadable, unloadable, and clonable.
brooks
2001-09-25
1
-0
/
+2
*
remove IN6_IS_ADDR_ANY macro (outside of standard, #if 0'ed for a long time)
ume
2001-06-24
1
-7
/
+0
[next]