aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* Revisions 264905 and 266860 added a "int fib" argument to ifa_ifwithnet andAlan Somers2014-09-111-1/+1
* Add const qualifier to in6_addrhash() function.Andrey V. Elsukov2014-09-112-1/+25
* * use M_ZERO flag with malloc instead of explicit zeroing.Andrey V. Elsukov2014-09-111-10/+2
* Introduce new scope related functions.Andrey V. Elsukov2014-09-112-1/+79
* * constify argument of in6_addrscope();Andrey V. Elsukov2014-09-112-52/+14
* Add additional checks for IPV6_PKTINFO handling (RFC 3542):Andrey V. Elsukov2014-09-101-2/+15
* Make in6_pcblookup_hash_locked and in6_pcbladdr static.Andrey V. Elsukov2014-09-102-7/+5
* Introduce INP6_PCBHASHKEY macro. Replace usage of hardcoded part ofAndrey V. Elsukov2014-09-101-12/+13
* Add the ability to set `prefer_source' flag to an IPv6 address.Andrey V. Elsukov2014-09-092-0/+11
* Add basic RSS awareness for the UDPv6 send path.Adrian Chadd2014-09-091-0/+24
* Add IP_NODEFAULTFLOWID awareness to ip6_output().Adrian Chadd2014-09-091-1/+10
* Use union sctp_sockstore instead of struct sockaddr_storage. ThisMichael Tuexen2014-09-071-4/+4
* Add the reverse part to rule #9. Also change its description in theAndrey V. Elsukov2014-09-011-0/+2
* Add some missing checks for unsupported interfaces (e.g. pflog(4)) whenMark Johnston2014-08-223-20/+41
* Change pr_output's prototype to avoid the need for explicit casts.Kevin Lo2014-08-153-8/+8
* Merge 'struct ip6protosw' and 'struct protosw' into one. Now we haveKevin Lo2014-08-088-72/+25
* Add new rule to source address selection algorithm. It prefers addressAndrey V. Elsukov2014-07-301-0/+6
* Garbage collect couple of unused fields from struct ifaddr:Gleb Smirnoff2014-07-291-3/+0
* Fix EtherIP. TOS field must be initialized when the inner protocol isHiroki Sato2014-07-241-0/+2
* When it's time to do 4-tuple UDP IPv6 hashing, make sure this is a knownAdrian Chadd2014-07-201-0/+2
* Add IPv6 flowid, bindmulti and RSS awareness.Adrian Chadd2014-07-122-0/+145
* Add INP_RSS_BUCKET_SET awareness for IPv6 pcbgroup entries.Adrian Chadd2014-07-121-0/+13
* Add the IPv6 versions of the multi-bind, hash/hash type and RSS options.Adrian Chadd2014-07-121-0/+6
* Fix condition.Andrey V. Elsukov2014-07-111-1/+1
* Use the appropriate IPv6 hashtype defines when looking up the PCBGROUPBryan Venteicher2014-07-071-2/+2
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-282-10/+5
* Revert r267961, r267973:Glen Barber2014-06-272-5/+10
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-272-10/+5
* Make nd6_gctimer tunable.Hajimu UMEMOTO2014-06-231-0/+2
* Catch up with r186809, correct comments.Kevin Lo2014-06-231-1/+1
* Remove unused variable.Andrey V. Elsukov2014-06-081-14/+2
* Fix unintended KBI change from r264905. Add _fib versions ofAlan Somers2014-05-291-1/+1
* Add rwlock to struct dadq. A panic could occur when a large number ofHiroki Sato2014-05-291-10/+32
* Fixed IPv4-in-IPv6 and IPv6-in-IPv4 IPsec tunnels.VANHULLEBUS Yvan2014-05-285-220/+69
* Cancel DAD for an ifa when the ifp has ND6_IFF_IFDISABLED as early asHiroki Sato2014-05-161-2/+16
* Pass radix head ptr along with rte to rtexpunge().Alexander V. Chernikov2014-05-031-1/+1
* Use "hash" value in rtalloc_mpath_fib() instead of RTF_ANNOUNCE flag.Alexander V. Chernikov2014-04-261-1/+1
* Unify sa_equal() macro usage.Alexander V. Chernikov2014-04-261-3/+0
* Fix subnet and default routes on different FIBs on the same subnet.Alan Somers2014-04-241-1/+1
* Remove unused variable.Andrey V. Elsukov2014-04-171-3/+0
* Properly release the in6_multi lock.Andrey V. Elsukov2014-04-121-36/+29
* Minor style cleanups.Kevin Lo2014-04-071-1/+1
* Add support for UDP-Lite protocol (RFC 3828) to IPv4 and IPv6 stacks.Kevin Lo2014-04-074-44/+139
* Remove unused label.Andrey V. Elsukov2014-03-311-1/+0
* Don't generate an ICMPv6 error message if packet was consumed by filter.Andrey V. Elsukov2014-03-311-4/+2
* Several years after initial development, merge prototype support forRobert Watson2014-03-152-5/+57
* Since both netinet/ and netinet6/ call into netipsec/ and netpfil/,Gleb Smirnoff2014-03-122-14/+12
* - Remove rt_metrics_lite and simply put its members into rtentry.Gleb Smirnoff2014-03-053-15/+12
* Remove more constants related to static sysctl nodes. The MAXID constantsJohn Baldwin2014-02-251-2/+1
* Remove KASSERT from in6p_lookup_mcast_ifp().Craig Rodrigues2014-02-231-2/+0