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
*
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
*
Retire the MALLOC and FREE macros. They are an abomination unto style(9).
des
2008-10-23
1
-2
/
+2
*
Bring over the change switching from using sequential to random
bz
2008-10-20
1
-47
/
+52
*
Step 1.5 of importing the network stack virtualization infrastructure
zec
2008-10-02
1
-0
/
+12
*
Commit step 1 of the vimage project, (network stack)
bz
2008-08-17
1
-31
/
+32
*
Pass the ucred along into in{,6}_pcblookup_local for upcoming
bz
2008-07-10
1
-3
/
+3
*
Document required locking in in6_sleectsrc() in case an inp is
bz
2008-07-09
1
-2
/
+4
*
Change the parameters to in6_selectsrc():
bz
2008-07-08
1
-4
/
+11
*
Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros to
rwatson
2008-04-17
1
-1
/
+1
*
This patch provides the back end support for equal-cost multi-path
qingli
2008-04-13
1
-0
/
+9
*
Correct the commented out debugging printf()s in REPLACE and NEXT macros.
bz
2008-01-20
1
-2
/
+8
*
un-__P()
obrien
2008-01-08
1
-7
/
+7
*
Clean up VCS Ids.
obrien
2007-12-10
1
-3
/
+5
*
Space cleanup
delphij
2007-07-05
1
-2
/
+2
*
ANSIfy[1] plus some style cleanup nearby.
delphij
2007-07-05
1
-57
/
+33
*
Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); in
rwatson
2007-06-12
1
-2
/
+1
[next]