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_rtr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Delete the nd6 entries associated with an off-link prefix
qingli
2013-06-24
1
-1
/
+7
*
Reduce the overhead of locking, use IF_AFDATA_RLOCK() when we are doing
ae
2012-11-16
1
-6
/
+6
*
Remove __P.
delphij
2012-10-22
1
-7
/
+7
*
Mechanically remove the last stray remains of spl* calls from net*/*.
andre
2012-10-18
1
-36
/
+7
*
Merge multi-FIB IPv6 support from projects/multi-fibv6/head/:
bz
2012-02-17
1
-71
/
+117
*
Convert all users of IF_ADDR_LOCK to use new locking macros that specify
jhb
2012-01-05
1
-6
/
+6
*
Mark a couple of file local functions static and stop exporting them.
bz
2012-01-05
1
-3
/
+6
*
Use queue(3) macros instead of home-rolled versions in several places in
jhb
2011-12-29
1
-29
/
+19
*
A default route learned from the RAs could be deleted manually
qingli
2011-11-11
1
-2
/
+3
*
Add $ipv6_cpe_wanif to enable functionality required for IPv6 CPE
hrs
2011-09-13
1
-4
/
+6
*
- Accept Router Advertisement messages even when net.inet6.ip6.forwarding=1.
hrs
2011-06-06
1
-22
/
+18
*
After some off-list discussion, revert a number of changes to the
dim
2010-11-22
1
-1
/
+1
*
Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughout
dim
2010-11-14
1
-1
/
+1
*
MFP4: @176978-176982, 176984, 176990-176994, 177441
bz
2010-04-29
1
-5
/
+7
*
The IFA_RTSELF address flag marks a loopback route has been installed
qingli
2010-01-04
1
-1
/
+1
*
Improve flexibility of receiving Router Advertisement and
hrs
2009-09-12
1
-9
/
+7
*
Prefix on-link verification is being performed on statically
qingli
2009-08-30
1
-0
/
+9
*
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
-2
/
+2
*
Build on Jeff Roberson's linker-set based dynamic per-CPU allocator
rwatson
2009-07-14
1
-29
/
+10
*
Add address list locking for in6_ifaddrhead/ia_link: as with locking
rwatson
2009-06-25
1
-0
/
+6
*
Convert netinet6 to using queue(9) rather than hand-crafted linked lists
rwatson
2009-06-24
1
-4
/
+4
*
Modify most routines returning 'struct ifaddr *' to return references
rwatson
2009-06-23
1
-6
/
+28
*
After r193232 rt_tables in vnet.h are no longer indirectly dependent on
bz
2009-06-08
1
-1
/
+0
*
Convert the two dimensional array to be malloced and introduce
bz
2009-06-01
1
-4
/
+7
*
In preparation for turning on options VIMAGE in next commits,
zec
2009-04-26
1
-0
/
+1
*
Prefer structure fields (ifa_link) to macro aliases for them
rwatson
2009-04-20
1
-2
/
+2
*
Acquire interface address list lock around access to if_addrhead,
rwatson
2009-04-20
1
-2
/
+8
*
Use TAILQ_FOREACH() and TAILQ_FOREACH_SAFE() rather than manually
rwatson
2009-04-20
1
-3
/
+3
*
Update stats in struct icmpstat and icmp6stat using four new
rwatson
2009-04-12
1
-4
/
+4
*
For all files including net/vnet.h directly include opt_route.h and
bz
2009-02-27
1
-0
/
+1
*
When iterating through the list trying to find a router in
bz
2009-02-04
1
-1
/
+3
*
Remove unused local MACROs.
bz
2009-01-31
1
-2
/
+0
*
Remove the rt argument from nd6_storelladdr() because
qingli
2008-12-17
1
-2
/
+0
*
A couple of files were not meant to be committed.
qingli
2008-12-17
1
-10
/
+0
*
in6_clsroute() was applied to prefix routes causing some
qingli
2008-12-17
1
-0
/
+12
*
* Compare pointer with NULL
kmacy
2008-12-16
1
-6
/
+5
*
simplify locking in find_pfxlist_reachable_router
kmacy
2008-12-16
1
-8
/
+9
*
need to check that lle is not null before unlock if the break condition is no...
kmacy
2008-12-16
1
-3
/
+4
*
unlock the llentry after use in find_pfxlist_reachable_router
kmacy
2008-12-16
1
-1
/
+2
*
unlock looked up llentrys in defrouter_select
kmacy
2008-12-16
1
-0
/
+4
*
This main goals of this project are:
qingli
2008-12-15
1
-30
/
+37
*
Add missing include to sys/lock.h before sys/rwlock.h
imp
2008-12-08
1
-0
/
+1
*
- convert radix node head lock from mutex to rwlock
kmacy
2008-12-07
1
-0
/
+1
*
Rather than using hidden includes (with cicular dependencies),
bz
2008-12-02
1
-0
/
+2
*
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
-10
/
+6
*
Step 1.5 of importing the network stack virtualization infrastructure
zec
2008-10-02
1
-1
/
+19
*
Fix some of the formatting fixes.. It's amazing how some thing stand out
julian
2008-08-20
1
-1
/
+1
*
A bunch of formatting fixes brough to light by, or created by the Vimage commit
julian
2008-08-20
1
-1
/
+2
[next]