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
/
nd6_nbr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge the remainder of kern_vimage.c and vimage.h into vnet.c and
rwatson
2009-08-01
1
-1
/
+0
*
Remove unused VNET_SET() and related macros; only VNET_GET() is
rwatson
2009-07-16
1
-4
/
+4
*
Build on Jeff Roberson's linker-set based dynamic per-CPU allocator
rwatson
2009-07-14
1
-19
/
+10
*
Make callers to in6_selectsrc() and in6_pcbladdr() pass in memory
bz
2009-06-23
1
-7
/
+8
*
Modify most routines returning 'struct ifaddr *' to return references
rwatson
2009-06-23
1
-2
/
+12
*
Clean up common ifaddr management:
rwatson
2009-06-21
1
-5
/
+5
*
Change the curvnet variable from a global const struct vnet *,
zec
2009-05-05
1
-11
/
+9
*
Update stats in struct icmpstat and icmp6stat using four new
rwatson
2009-04-12
1
-6
/
+6
*
Like with r185713 make sure to not leak a lock as rtalloc1(9) returns
bz
2009-01-31
1
-1
/
+1
*
avoid lock recursion by deferring the link check until after LLE lock is dropped
kmacy
2008-12-24
1
-1
/
+5
*
explicitly check return of lla_lookup against NULL
kmacy
2008-12-16
1
-3
/
+3
*
This main goals of this project are:
qingli
2008-12-15
1
-42
/
+56
*
Rather than using hidden includes (with cicular dependencies),
bz
2008-12-02
1
-0
/
+1
*
Merge more of currently non-functional (i.e. resolving to
zec
2008-11-26
1
-1
/
+1
*
Change the initialization methodology for global variables scheduled
zec
2008-11-19
1
-3
/
+7
*
Step 1.5 of importing the network stack virtualization infrastructure
zec
2008-10-02
1
-0
/
+12
*
Default to ignoring potentially evil IPv6 Neighbor Solicitation
cperciva
2008-10-02
1
-0
/
+18
*
another missed V_
julian
2008-08-25
1
-1
/
+1
*
Commit step 1 of the vimage project, (network stack)
bz
2008-08-17
1
-25
/
+26
*
This patch provides the back end support for equal-cost multi-path
qingli
2008-04-13
1
-0
/
+14
*
un-__P()
obrien
2008-01-08
1
-8
/
+8
*
Clean up VCS Ids.
obrien
2007-12-10
1
-3
/
+5
*
Space cleanup
delphij
2007-07-05
1
-1
/
+1
*
ANSIfy[1] plus some style cleanup nearby.
delphij
2007-07-05
1
-42
/
+24
*
Commit IPv6 support for FAST_IPSEC to the tree.
gnn
2007-07-01
1
-1
/
+2
*
some minor modification to the previous commit to sys/netinet6/nd6.c and nd6_...
suz
2007-05-05
1
-0
/
+5
*
fixed a memory leak in unresolved ND queue processing
suz
2007-05-04
1
-11
/
+4
*
MFp4: 92972, 98913 + one more change
bz
2006-12-12
1
-23
/
+35
*
With exception of the if_name() macro, all definitions in net_osdep.h
brooks
2006-08-04
1
-2
/
+0
*
the response NS to a DAD NS was not sent correctly due to the
ume
2005-12-08
1
-5
/
+5
*
sync with KAME regarding NDP
suz
2005-10-21
1
-30
/
+37
*
sync with KAME (renamed a macro IPV6_DADOUTPUT to IPV6_UNSPECSRC)
suz
2005-10-21
1
-1
/
+1
*
sync with KAME (nuked unused code, use NULL to denote a NULL pointer)
suz
2005-10-19
1
-13
/
+1
*
sync with KAME regarding the following clarification in RFC3542:
suz
2005-10-19
1
-2
/
+39
*
sync with KAME in the following points:
suz
2005-10-19
1
-13
/
+13
*
plugged a possible memory leak
suz
2005-09-16
1
-1
/
+1
*
Add support for multicast to the bridge and allow inet6 addresses to be
thompsa
2005-09-06
1
-0
/
+1
*
- fix typo in comment.
ume
2005-08-12
1
-34
/
+13
*
Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and
rwatson
2005-08-09
1
-1
/
+1
*
scope cleanup. with this change
ume
2005-07-25
1
-52
/
+109
*
Fix IPv6 neighbor discovery by using IF_LLADDR to get the mac address
brooks
2005-06-12
1
-1
/
+2
*
Add CARP (Common Address Redundancy Protocol), which allows multiple
glebius
2005-02-22
1
-3
/
+26
*
/* -> /*- for license, minor formatting changes, separate for KAME
imp
2005-01-07
1
-1
/
+1
*
ifp has the same value as rt->rti_ifp so remove the dependency
luigi
2004-04-19
1
-2
/
+2
*
we don't need to include ipsec.h.
ume
2004-02-16
1
-8
/
+0
*
pass pcb rather than so. it is expected that per socket policy
ume
2004-02-03
1
-8
/
+0
*
- cleanup SP refcnt issue.
ume
2003-11-04
1
-0
/
+8
*
use arc4random.
ume
2003-10-31
1
-2
/
+2
*
use a local variable to avoid holding a lock across a call out of view
sam
2003-10-30
1
-4
/
+6
*
- change scope to zone.
ume
2003-10-21
1
-5
/
+2
[next]