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
*
In rip6_input(), in case of multicast, we might skip the normal processing
bz
2010-08-14
1
-0
/
+1
*
Unbreak LINT by moving all carp hooks to net/if.c / netinet/ip_carp.h, with
will
2010-08-11
1
-4
/
+1
*
Allow carp(4) to be loaded as a kernel module. Follow precedent set by
will
2010-08-11
2
-32
/
+6
*
MFp4 CH180235:
bz
2010-08-09
1
-0
/
+17
*
Document the mandatory argument to the arptimer() and
bz
2010-07-31
1
-7
/
+2
*
Since r186119 IP6 input counters for octets and packets were not
bz
2010-07-21
1
-3
/
+47
*
Fix our version of IPv6 address representation.
alfred
2010-05-19
1
-2
/
+19
*
allocate ipv6 flows from the ipv6 flow zone
kmacy
2010-05-16
1
-1
/
+1
*
do a proper fix
kmacy
2010-05-13
1
-1
/
+1
*
fix compile error on some builds by doing the equivalent of
kmacy
2010-05-13
1
-1
/
+1
*
try working around panic by validating rt and lle
kmacy
2010-05-12
1
-1
/
+2
*
boot time size the flowtable
kmacy
2010-05-10
1
-3
/
+15
*
Add flowtable support to IPv6
kmacy
2010-05-09
4
-6
/
+60
*
MFP4: @176978-176982, 176984, 176990-176994, 177441
bz
2010-04-29
17
-295
/
+175
*
Enhance the historic behaviour of raw sockets and jails in a way
bz
2010-04-27
1
-1
/
+1
*
Make sure IPv6 source address selection does not change interface
bz
2010-04-27
1
-5
/
+20
*
Provide 32bit compat for SIOCGDEFIFACE_IN6.
kib
2010-04-27
1
-0
/
+25
*
Plug reference leaks in the link-layer code ("new-arp") that previously
bz
2010-04-11
2
-1
/
+6
*
When embedding the scope ID in MLDv1 output, check if the scope of the address
bms
2010-04-10
1
-2
/
+4
*
* Fix some race condition in SACK/NR-SACK processing.
tuexen
2010-04-03
1
-1
/
+1
*
We are holding a write lock here so avoid aquiring it twice calling
bz
2010-03-25
1
-1
/
+1
*
The proper fix for the delayed SCTP checksum is to
rrs
2010-03-12
1
-1
/
+1
*
With the recent change of the sctp checksum to support offload,
rrs
2010-03-12
1
-0
/
+19
*
Use reference counting instead of locking to secure an address while
qingli
2010-02-27
1
-3
/
+6
*
No need to include security/mac/mac_framework.h here.
pjd
2010-02-18
1
-2
/
+0
*
Correct a typo.
bz
2010-01-24
1
-1
/
+1
*
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
[next]