summaryrefslogtreecommitdiffstats
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for UDP-Lite protocol (RFC 3828) to IPv4 and IPv6 stacks.kevlo2014-04-074-44/+139
* Remove unused label.ae2014-03-311-1/+0
* Don't generate an ICMPv6 error message if packet was consumed by filter.ae2014-03-311-4/+2
* Several years after initial development, merge prototype support forrwatson2014-03-152-5/+57
* Since both netinet/ and netinet6/ call into netipsec/ and netpfil/,glebius2014-03-122-14/+12
* - Remove rt_metrics_lite and simply put its members into rtentry.glebius2014-03-053-15/+12
* Remove more constants related to static sysctl nodes. The MAXID constantsjhb2014-02-251-2/+1
* Remove KASSERT from in6p_lookup_mcast_ifp().rodrigc2014-02-231-2/+0
* o Remove at compile time the HASH_ALL code, that was neverglebius2014-02-171-13/+2
* Further simplify nd6_output_lle.melifaro2014-02-131-72/+127
* Drop packets to multicast address whose scop field contains theae2014-02-131-1/+12
* Only count table lookups when we're actually processing packets.brueffer2014-02-101-1/+1
* For IPv6, return the same error code as IPv4 when mrouter is not initialized.brueffer2014-02-101-1/+1
* Simplify nd6_output_lle:melifaro2014-02-101-29/+14
* o Revamp API between flowtable and netinet, netinet6.glebius2014-02-073-39/+1
* Unlock entry before retry.ae2014-02-071-0/+1
* Take exclusive lock only when lle isn't NULL. We don't need write accessae2014-02-021-1/+1
* Further rework netinet6 address handling code:melifaro2014-01-194-132/+164
* Use in6_localip() instead of hand-rolled cycle.melifaro2014-01-181-17/+9
* Add in6_prepare_ifra() function to ease preparing in-kernel IPv6melifaro2014-01-184-49/+30
* Do some style(9) not done in r260851 to improve readability.melifaro2014-01-181-45/+40
* Split in6_update_ifa() into smaller pieces leaving functionality intact.melifaro2014-01-181-78/+131
* Mechanically replace direct accessing to if_xname to using if_name() macro.ae2014-01-102-36/+36
* revert part of r260485 which changes how part of the header getsjmg2014-01-091-1/+1
* Remove extra nesting from X_ip6_mforward() function.ae2014-01-092-166/+147
* Add MRT6_DLOG() macro for debugging.ae2014-01-091-198/+96
OpenPOWER on IntegriCloud