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
*
Add an additional routing table lookup when m->m_pkthdr.fibnum is changed
hrs
2014-10-02
1
-3
/
+16
*
Remove lock init from radix.c.
melifaro
2014-10-01
1
-1
/
+3
*
The default for UDPLITE_RECV_CSCOV is zero. RFC 3828 recommend
tuexen
2014-10-01
1
-2
/
+2
*
If the checksum coverage field in the UDPLITE header is the length
tuexen
2014-09-30
1
-2
/
+3
*
Remove redundant call to ipsec_getpolicybyaddr().
ae
2014-09-30
1
-11
/
+4
*
When plen != ulen, it should only be checked when this is UDP.
kevlo
2014-09-30
1
-1
/
+1
*
Revisions 264905 and 266860 added a "int fib" argument to ifa_ifwithnet and
asomers
2014-09-11
1
-1
/
+1
*
Add const qualifier to in6_addrhash() function.
ae
2014-09-11
2
-1
/
+25
*
* use M_ZERO flag with malloc instead of explicit zeroing.
ae
2014-09-11
1
-10
/
+2
*
Introduce new scope related functions.
ae
2014-09-11
2
-1
/
+79
*
* constify argument of in6_addrscope();
ae
2014-09-11
2
-52
/
+14
*
Add additional checks for IPV6_PKTINFO handling (RFC 3542):
ae
2014-09-10
1
-2
/
+15
*
Make in6_pcblookup_hash_locked and in6_pcbladdr static.
ae
2014-09-10
2
-7
/
+5
*
Introduce INP6_PCBHASHKEY macro. Replace usage of hardcoded part of
ae
2014-09-10
1
-12
/
+13
*
Add the ability to set `prefer_source' flag to an IPv6 address.
ae
2014-09-09
2
-0
/
+11
*
Add basic RSS awareness for the UDPv6 send path.
adrian
2014-09-09
1
-0
/
+24
*
Add IP_NODEFAULTFLOWID awareness to ip6_output().
adrian
2014-09-09
1
-1
/
+10
*
Use union sctp_sockstore instead of struct sockaddr_storage. This
tuexen
2014-09-07
1
-4
/
+4
*
Add the reverse part to rule #9. Also change its description in the
ae
2014-09-01
1
-0
/
+2
*
Add some missing checks for unsupported interfaces (e.g. pflog(4)) when
markj
2014-08-22
3
-20
/
+41
*
Change pr_output's prototype to avoid the need for explicit casts.
kevlo
2014-08-15
3
-8
/
+8
*
Merge 'struct ip6protosw' and 'struct protosw' into one. Now we have
kevlo
2014-08-08
8
-72
/
+25
*
Add new rule to source address selection algorithm. It prefers address
ae
2014-07-30
1
-0
/
+6
*
Garbage collect couple of unused fields from struct ifaddr:
glebius
2014-07-29
1
-3
/
+0
*
Fix EtherIP. TOS field must be initialized when the inner protocol is
hrs
2014-07-24
1
-0
/
+2
*
When it's time to do 4-tuple UDP IPv6 hashing, make sure this is a known
adrian
2014-07-20
1
-0
/
+2
*
Add IPv6 flowid, bindmulti and RSS awareness.
adrian
2014-07-12
2
-0
/
+145
*
Add INP_RSS_BUCKET_SET awareness for IPv6 pcbgroup entries.
adrian
2014-07-12
1
-0
/
+13
*
Add the IPv6 versions of the multi-bind, hash/hash type and RSS options.
adrian
2014-07-12
1
-0
/
+6
*
Fix condition.
ae
2014-07-11
1
-1
/
+1
*
Use the appropriate IPv6 hashtype defines when looking up the PCBGROUP
bryanv
2014-07-07
1
-2
/
+2
*
Pull in r267961 and r267973 again. Fix for issues reported will follow.
hselasky
2014-06-28
2
-10
/
+5
*
Revert r267961, r267973:
gjb
2014-06-27
2
-5
/
+10
*
Extend the meaning of the CTLFLAG_TUN flag to automatically check if
hselasky
2014-06-27
2
-10
/
+5
*
Make nd6_gctimer tunable.
ume
2014-06-23
1
-0
/
+2
*
Catch up with r186809, correct comments.
kevlo
2014-06-23
1
-1
/
+1
*
Remove unused variable.
ae
2014-06-08
1
-14
/
+2
*
Fix unintended KBI change from r264905. Add _fib versions of
asomers
2014-05-29
1
-1
/
+1
*
Add rwlock to struct dadq. A panic could occur when a large number of
hrs
2014-05-29
1
-10
/
+32
*
Fixed IPv4-in-IPv6 and IPv6-in-IPv4 IPsec tunnels.
vanhu
2014-05-28
5
-220
/
+69
*
Cancel DAD for an ifa when the ifp has ND6_IFF_IFDISABLED as early as
hrs
2014-05-16
1
-2
/
+16
*
Pass radix head ptr along with rte to rtexpunge().
melifaro
2014-05-03
1
-1
/
+1
*
Use "hash" value in rtalloc_mpath_fib() instead of RTF_ANNOUNCE flag.
melifaro
2014-04-26
1
-1
/
+1
*
Unify sa_equal() macro usage.
melifaro
2014-04-26
1
-3
/
+0
*
Fix subnet and default routes on different FIBs on the same subnet.
asomers
2014-04-24
1
-1
/
+1
*
Remove unused variable.
ae
2014-04-17
1
-3
/
+0
*
Properly release the in6_multi lock.
ae
2014-04-12
1
-36
/
+29
*
Minor style cleanups.
kevlo
2014-04-07
1
-1
/
+1
*
Add support for UDP-Lite protocol (RFC 3828) to IPv4 and IPv6 stacks.
kevlo
2014-04-07
4
-44
/
+139
*
Remove unused label.
ae
2014-03-31
1
-1
/
+0
[next]