summaryrefslogtreecommitdiffstats
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* Check for UDP/IPv6 packets that the length in the UDP header is at leasttuexen2014-10-021-12/+3
* Fix the checksum computation for UDPLite/IPv6. This requires thetuexen2014-10-023-15/+30
* Add an additional routing table lookup when m->m_pkthdr.fibnum is changedhrs2014-10-021-3/+16
* Remove lock init from radix.c.melifaro2014-10-011-1/+3
* The default for UDPLITE_RECV_CSCOV is zero. RFC 3828 recommendtuexen2014-10-011-2/+2
* If the checksum coverage field in the UDPLITE header is the lengthtuexen2014-09-301-2/+3
* Remove redundant call to ipsec_getpolicybyaddr().ae2014-09-301-11/+4
* When plen != ulen, it should only be checked when this is UDP.kevlo2014-09-301-1/+1
* Revisions 264905 and 266860 added a "int fib" argument to ifa_ifwithnet andasomers2014-09-111-1/+1
* Add const qualifier to in6_addrhash() function.ae2014-09-112-1/+25
* * use M_ZERO flag with malloc instead of explicit zeroing.ae2014-09-111-10/+2
* Introduce new scope related functions.ae2014-09-112-1/+79
* * constify argument of in6_addrscope();ae2014-09-112-52/+14
* Add additional checks for IPV6_PKTINFO handling (RFC 3542):ae2014-09-101-2/+15
* Make in6_pcblookup_hash_locked and in6_pcbladdr static.ae2014-09-102-7/+5
* Introduce INP6_PCBHASHKEY macro. Replace usage of hardcoded part ofae2014-09-101-12/+13
* Add the ability to set `prefer_source' flag to an IPv6 address.ae2014-09-092-0/+11
* Add basic RSS awareness for the UDPv6 send path.adrian2014-09-091-0/+24
* Add IP_NODEFAULTFLOWID awareness to ip6_output().adrian2014-09-091-1/+10
* Use union sctp_sockstore instead of struct sockaddr_storage. Thistuexen2014-09-071-4/+4
* Add the reverse part to rule #9. Also change its description in theae2014-09-011-0/+2
* Add some missing checks for unsupported interfaces (e.g. pflog(4)) whenmarkj2014-08-223-20/+41
* Change pr_output's prototype to avoid the need for explicit casts.kevlo2014-08-153-8/+8
* Merge 'struct ip6protosw' and 'struct protosw' into one. Now we havekevlo2014-08-088-72/+25
* Add new rule to source address selection algorithm. It prefers addressae2014-07-301-0/+6
* Garbage collect couple of unused fields from struct ifaddr:glebius2014-07-291-3/+0
* Fix EtherIP. TOS field must be initialized when the inner protocol ishrs2014-07-241-0/+2
* When it's time to do 4-tuple UDP IPv6 hashing, make sure this is a knownadrian2014-07-201-0/+2
* Add IPv6 flowid, bindmulti and RSS awareness.adrian2014-07-122-0/+145
* Add INP_RSS_BUCKET_SET awareness for IPv6 pcbgroup entries.adrian2014-07-121-0/+13
* Add the IPv6 versions of the multi-bind, hash/hash type and RSS options.adrian2014-07-121-0/+6
* Fix condition.ae2014-07-111-1/+1
* Use the appropriate IPv6 hashtype defines when looking up the PCBGROUPbryanv2014-07-071-2/+2
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-282-10/+5
* Revert r267961, r267973:gjb2014-06-272-5/+10
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-272-10/+5
* Make nd6_gctimer tunable.ume2014-06-231-0/+2
* Catch up with r186809, correct comments.kevlo2014-06-231-1/+1
* Remove unused variable.ae2014-06-081-14/+2
* Fix unintended KBI change from r264905. Add _fib versions ofasomers2014-05-291-1/+1
* Add rwlock to struct dadq. A panic could occur when a large number ofhrs2014-05-291-10/+32
* Fixed IPv4-in-IPv6 and IPv6-in-IPv4 IPsec tunnels.vanhu2014-05-285-220/+69
* Cancel DAD for an ifa when the ifp has ND6_IFF_IFDISABLED as early ashrs2014-05-161-2/+16
* Pass radix head ptr along with rte to rtexpunge().melifaro2014-05-031-1/+1
* Use "hash" value in rtalloc_mpath_fib() instead of RTF_ANNOUNCE flag.melifaro2014-04-261-1/+1
* Unify sa_equal() macro usage.melifaro2014-04-261-3/+0
* Fix subnet and default routes on different FIBs on the same subnet.asomers2014-04-241-1/+1
* Remove unused variable.ae2014-04-171-3/+0
* Properly release the in6_multi lock.ae2014-04-121-36/+29
* Minor style cleanups.kevlo2014-04-071-1/+1
OpenPOWER on IntegriCloud