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
*
Do not initialize flag variables before needed.
bz
2010-11-17
1
-6
/
+7
*
No need to re-initialize the callout. We initially do it in in6_lltable_new()
bz
2010-11-17
1
-3
/
+1
*
Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughout
dim
2010-11-14
12
-30
/
+30
*
Make the IPsec SADB embedded route cache a union to be able to hold both the
bz
2010-10-23
1
-1
/
+1
*
Purposely tell the compiler that we ignore the return value of ADDCARRY()
rpaulo
2010-10-13
1
-1
/
+1
*
Add a bandaid for a long-standing race condition during route entry
delphij
2010-09-27
1
-1
/
+3
*
IP_BINDANY is not correctly handled in getsockopt() case.
attilio
2010-09-24
1
-0
/
+1
*
Remove unused variables.
tuexen
2010-09-15
1
-3
/
+5
*
MFp4 CH=183052 183053 183258:
bz
2010-09-02
2
-0
/
+61
*
Fix the the SCTP_WITH_NO_CSUM option when used in combination with
tuexen
2010-08-29
1
-1
/
+9
*
Fix the switching on/off of CMT using sysctl and socket option.
tuexen
2010-08-28
1
-1
/
+6
*
optp may be NULL.
ume
2010-08-20
1
-1
/
+2
*
Fix mbuf leakages and remove unneccessary duplicate mbuf frees.
anchie
2010-08-19
1
-13
/
+7
*
MFp4: anchie_soc2009 branch:
anchie
2010-08-19
6
-14
/
+602
*
Make `ping6 -I' work with net.inet6.ip6.use_defaultzone=1.
ume
2010-08-17
1
-2
/
+5
*
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
[next]