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_src.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Properly handle IPV6_NEXTHOP socket option in selectroute().
ae
2015-08-02
1
-62
/
+23
*
Remove redundant check.
ae
2015-08-02
1
-6
/
+1
*
Convert in_ifaddr_lock and in6_ifaddr_lock to rmlock.
ae
2015-07-29
1
-4
/
+6
*
For now handle only multicast addresses, we still use routes to
ae
2014-11-10
1
-9
/
+9
*
Use embedded scope zone id to determine outgoing interface for link-local
ae
2014-11-09
1
-1
/
+13
*
Add the ability to set `prefer_source' flag to an IPv6 address.
ae
2014-09-09
1
-0
/
+10
*
Add the reverse part to rule #9. Also change its description in the
ae
2014-09-01
1
-0
/
+2
*
Add new rule to source address selection algorithm. It prefers address
ae
2014-07-30
1
-0
/
+6
*
Introduce IN6_MASK_ADDR() macro to unify various hand-rolled code
melifaro
2014-01-08
1
-5
/
+1
*
Use pointer to struct sockaddr_in6 in lla_lookup() call.
ae
2014-01-03
1
-1
/
+1
*
The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare
glebius
2013-10-26
1
-0
/
+1
*
Fix accounting after the r249528, also add several another counters to
ae
2013-04-16
1
-1
/
+12
*
The source address selection algorithm tries to apply several rules
ae
2013-04-15
1
-10
/
+7
*
Free memory after deleting an address policy entry.
ae
2013-04-12
1
-0
/
+1
*
Use IP6STAT_INC/IP6STAT_DEC macros to update ip6 stats.
ae
2013-04-09
1
-4
/
+4
*
Add no_prefer_iface option.
ume
2013-01-09
1
-4
/
+6
*
Reduce the overhead of locking, use IF_AFDATA_RLOCK() when we are doing
ae
2012-11-16
1
-2
/
+2
*
Use consistent style.
obrien
2012-11-13
1
-3
/
+2
*
Remove __P.
delphij
2012-10-22
1
-6
/
+6
*
Just add a comment to further investigate when being closer to that code
bz
2012-06-22
1
-0
/
+1
*
MFp4 bz_ipv6_fast:
bz
2012-05-25
1
-2
/
+1
*
In selectroute() add a missing fibnum argument to an in6_rtalloc()
bz
2012-02-24
1
-8
/
+7
*
Merge multi-FIB IPv6 support from projects/multi-fibv6/head/:
bz
2012-02-17
1
-18
/
+56
*
Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.
ed
2011-11-07
1
-1
/
+1
*
Decompose the current single inpcbinfo lock into two locks:
rwatson
2011-05-30
1
-1
/
+1
*
Move from passing a wildcard boolean to a general set up lookup flags into
rwatson
2011-05-23
1
-3
/
+3
*
Merge the two identical implementations for local port selections from
bz
2011-03-12
1
-67
/
+7
*
Push a possible "unbind" in some situation from in6_pcbsetport() to
bz
2011-03-12
1
-4
/
+1
*
After some off-list discussion, revert a number of changes to the
dim
2010-11-22
1
-2
/
+2
*
Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughout
dim
2010-11-14
1
-2
/
+2
*
MFP4: @176978-176982, 176984, 176990-176994, 177441
bz
2010-04-29
1
-5
/
+2
*
Make sure IPv6 source address selection does not change interface
bz
2010-04-27
1
-5
/
+20
*
Add ip4.saddrsel/ip4.nosaddrsel (and equivalent for ip6) to control
bz
2010-01-17
1
-0
/
+7
*
This patch fixes the following issues:
qingli
2009-09-05
1
-11
/
+19
*
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
-20
/
+6
*
Add address list locking for in6_ifaddrhead/ia_link: as with locking
rwatson
2009-06-25
1
-1
/
+5
*
Convert netinet6 to using queue(9) rather than hand-crafted linked lists
rwatson
2009-06-24
1
-1
/
+1
*
Make callers to in6_selectsrc() and in6_pcbladdr() pass in memory
bz
2009-06-23
1
-35
/
+28
*
Modify most routines returning 'struct ifaddr *' to return references
rwatson
2009-06-23
1
-1
/
+12
*
First pass at separating per-vnet initializer functions
zec
2009-04-06
1
-2
/
+6
*
Standardize the various prison_foo_ip[46] functions and prison_if to
jamie
2009-02-05
1
-12
/
+11
*
check return from lla_lookup against NULL not zero
kmacy
2008-12-16
1
-1
/
+1
*
Another step assimilating IPv[46] PCB code - directly use
bz
2008-12-15
1
-1
/
+1
*
This main goals of this project are:
qingli
2008-12-15
1
-20
/
+45
*
Rather than using hidden includes (with cicular dependencies),
bz
2008-12-02
1
-0
/
+3
*
MFp4:
bz
2008-11-29
1
-0
/
+21
*
Merge more of currently non-functional (i.e. resolving to
zec
2008-11-26
1
-1
/
+0
*
Change the initialization methodology for global variables scheduled
zec
2008-11-19
1
-2
/
+8
[next]