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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Garbage collect references to the no longer implemented tcp_fasttimo().
bz
2010-01-17
1
-1
/
+0
*
Add ip4.saddrsel/ip4.nosaddrsel (and equivalent for ip6) to control
bz
2010-01-17
1
-0
/
+7
*
Replace several instances of 'if (!a & b)' with 'if (!(a &b))' in order
trasz
2010-01-08
1
-1
/
+1
*
Correct a typo.
bz
2010-01-06
1
-1
/
+1
*
The IFA_RTSELF address flag marks a loopback route has been installed
qingli
2010-01-04
1
-1
/
+1
*
Multiple IPv6 addresses of the same prefix can be installed on the
qingli
2009-12-30
1
-2
/
+22
*
The proxy arp entries could not be added into the system over the
qingli
2009-12-30
1
-4
/
+12
*
Use ALLOW_NEW_SOURCES and BLOCK_OLD_SOURCES to signal a join or leave
bms
2009-12-22
2
-16
/
+60
*
Add missing #include <sys/ktr.h>.
bms
2009-12-15
1
-0
/
+1
*
Throughout the network stack we have a few places of
bz
2009-12-13
1
-1
/
+1
*
Adapt r197136 to IPv6 stack:
bms
2009-11-19
1
-2
/
+21
*
Adapt r197135 to IPv6 stack:
bms
2009-11-19
1
-8
/
+14
*
Adapt r197132 to IPv6 stack:
bms
2009-11-19
1
-15
/
+35
*
Adapt r197314 to IPv6 stack:
bms
2009-11-19
1
-3
/
+5
*
Adapt r197130 to IPv6 stack:
bms
2009-11-19
1
-1
/
+3
*
Adapt the fix for IGMPv2 in r199287 for the IPv6 stack.
bms
2009-11-19
1
-8
/
+30
*
- We are not guaranteed that we're not dropping a reference that
ume
2009-11-12
1
-11
/
+10
*
CURVNET_RESTORE() was not called in certain cases.
ume
2009-11-11
1
-1
/
+1
*
Make nd6_llinfo_timer() does its job, again. ln->la_expire was
ume
2009-11-06
1
-1
/
+1
*
Don't call LLE_FREE() after nd6_free().
ume
2009-11-06
1
-0
/
+1
*
Use the correct option name in the preprocessor command to enable
qingli
2009-10-23
1
-1
/
+1
*
Explicitly compare to a return code.
bz
2009-10-14
1
-1
/
+1
*
- Do not assign a link-local address when ND6_IFF_IFDISABLED.
hrs
2009-10-12
1
-0
/
+3
*
Virtualize the pfil hooks so that different jails may chose different
julian
2009-10-11
4
-15
/
+17
*
Enable adding a link-local address even if ND6_IFF_IFDISABLED.
hrs
2009-10-02
1
-1
/
+0
*
Support for VNET in SCTP (hopefully)
rrs
2009-09-17
1
-4
/
+4
*
Self pointing routes are installed for configured interface addresses
qingli
2009-09-15
1
-39
/
+5
*
Improve flexibility of receiving Router Advertisement and
hrs
2009-09-12
8
-34
/
+115
*
The addresses that are assigned to the loopback interface
qingli
2009-09-05
1
-4
/
+7
*
This patch fixes an address scope violation. Considering the
qingli
2009-09-05
1
-0
/
+4
*
This patch fixes the following issues:
qingli
2009-09-05
3
-21
/
+35
*
Prefix on-link verification is being performed on statically
qingli
2009-08-30
1
-0
/
+9
*
When multiple interfaces exist in the system, with each interface having
qingli
2009-08-26
1
-2
/
+25
*
Use locks specific to the lltable code, rather than borrow the ifnet
rwatson
2009-08-25
1
-1
/
+1
*
Rework global locks for interface list and index management, correcting
rwatson
2009-08-23
4
-19
/
+14
*
A piece of code was added to install a host route when an IPv6 interface
qingli
2009-08-12
1
-12
/
+3
*
Many network stack subsystems use a single global data structure to hold
rwatson
2009-08-02
1
-0
/
+14
*
Merge the remainder of kern_vimage.c and vimage.h into vnet.c and
rwatson
2009-08-01
24
-24
/
+2
*
This patch does the following:
qingli
2009-07-27
1
-2
/
+6
*
Introduce and use a sysinit-based initialization scheme for virtual
rwatson
2009-07-23
2
-42
/
+13
*
sysctl_msec_to_ticks is used with both virtualized and
bz
2009-07-21
1
-10
/
+2
*
Garbage collect vnet module registrations that have neither constructors
rwatson
2009-07-20
2
-21
/
+0
*
Reimplement and/or implement vnet list locking by replacing a mostly
rwatson
2009-07-19
2
-9
/
+11
*
Fix a problem, whereby misbehaving IPv6 applications, which don't include
bms
2009-07-18
1
-2
/
+12
*
Remove unused VNET_SET() and related macros; only VNET_GET() is
rwatson
2009-07-16
19
-100
/
+100
*
Build on Jeff Roberson's linker-set based dynamic per-CPU allocator
rwatson
2009-07-14
30
-858
/
+412
*
This patch adds a host route to an interface address (that is assigned
qingli
2009-07-12
1
-0
/
+46
*
Fix "options VIMAGE_GLOBALS" build following introduction of
rwatson
2009-06-29
1
-1
/
+1
*
In in6_update_ifa(), jump to 'cleanup' rather than returning directly
rwatson
2009-06-27
1
-4
/
+7
*
Add address list locking for in6_ifaddrhead/ia_link: as with locking
rwatson
2009-06-25
7
-5
/
+46
[next]