aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* Really fix netmask address family this time.Alexander V. Chernikov2013-05-191-1/+1
* Finish r85740 : Make IPv6 netmask has address family set.Alexander V. Chernikov2013-05-191-0/+1
* Finally change the mbuf to have its own fib field instead of stealingJulian Elischer2013-05-161-1/+2
* Honor the net.inet6.ip6.v6only sysctl variable and the IPV6_V6ONLYMichael Tuexen2013-05-101-22/+7
* Use FF02:0:0:0:0:2:FF00::/104 prefix for IPv6 Node Information GroupHiroki Sato2013-05-044-6/+53
* Add const qualifier to the dst parameter of the ifnet if_output method.Gleb Smirnoff2013-04-262-3/+3
* Remove unused variable.Andrey V. Elsukov2013-04-242-3/+0
* Plug static llentry leak (ipv4 & ipv6 were affected).Oleg Bulyzhin2013-04-211-8/+10
* Fix build after r249543.Tijl Coosemans2013-04-161-1/+1
* Fix accounting after the r249528, also add several another counters toAndrey V. Elsukov2013-04-161-1/+12
* Use IP6S_M2MMAX macro.Andrey V. Elsukov2013-04-161-3/+1
* Replace hardcoded numbers.Andrey V. Elsukov2013-04-161-8/+12
* The source address selection algorithm tries to apply several rulesAndrey V. Elsukov2013-04-151-10/+7
* Free memory after deleting an address policy entry.Andrey V. Elsukov2013-04-121-0/+1
* Use IP6STAT_INC/IP6STAT_DEC macros to update ip6 stats.Andrey V. Elsukov2013-04-0911-91/+92
* Clean up some unused leftover code.Kevin Lo2013-03-221-8/+0
* Remove unused global variables.Kevin Lo2013-03-221-15/+0
* - Use m_getcl() instead of hand allocating.Gleb Smirnoff2013-03-154-104/+51
* - Use m_getcl() instead of hand allocating.Gleb Smirnoff2013-03-154-33/+22
* Use m_getcl() instead of hand made allocation.Gleb Smirnoff2013-03-151-10/+5
* Take the inpcb rlock before calculating checksum, it was accidentallyAndrey V. Elsukov2013-03-121-1/+1
* Generate lle_event in the IPv6 neighbor discovery code too.Navdeep Parhar2013-01-262-0/+7
* Avoid NULL dereference in nd6_storelladdr when no mbuf is provided. ItNavdeep Parhar2013-01-251-1/+1
* Simplify in6_setscope() function to get better performance.Andrey V. Elsukov2013-01-101-46/+17
* Remove unneeded variable.Andrey V. Elsukov2013-01-091-6/+1
* Add no_prefer_iface option.Hajimu UMEMOTO2013-01-092-4/+7
* The in6_setscope() function determines the scope zone id of an addressAndrey V. Elsukov2013-01-091-14/+15
* Temporarily revert rev 244678. This is causing loopback problems withPeter Wemm2013-01-031-9/+0
* The SIOCSIFFLAGS ioctl handler runs if_up()/if_down() that notifyGleb Smirnoff2012-12-251-0/+9
* When we have some address to forward (e.g. it was specified with ipfw fwd),Andrey V. Elsukov2012-12-191-7/+9
* Make dst_sa initialization only when it is actually needed.Andrey V. Elsukov2012-12-191-9/+12
* The selectroute functions does own account of EHOSTUNREACH errors,Andrey V. Elsukov2012-12-191-8/+0
* Use M_PROTO7 flag for M_IP6_NEXTHOP, because M_PROTO2 was used forAndrey V. Elsukov2012-12-171-1/+1
* In additional to the tailq of IPv6 addresses add the hash table.Andrey V. Elsukov2012-12-153-10/+40
* Fix problem in r238990. The LLE_LINKED flag should be tested prior toGleb Smirnoff2012-12-131-2/+8
* - Move definition of V_deembed_scopeid to scope6_var.h.Hiroki Sato2012-12-053-0/+16
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-0510-51/+51
* Remove opt_inet.h, it isn't required here.Andrey V. Elsukov2012-11-201-1/+0
* Check if an extracted zoneid is equal to the non-zero sin6_scope_id only whenHiroki Sato2012-11-181-6/+8
* Add support for SCTP/UDP/IPV6.Michael Tuexen2012-11-172-2/+8
* Reduce the overhead of locking, use IF_AFDATA_RLOCK() when we are doingAndrey V. Elsukov2012-11-165-18/+18
* if_afdata lock was converted from mutex to rwlock a long ago, so we canAndrey V. Elsukov2012-11-141-14/+15
* SCOPE6_LOCK protects V_sid_default, no need to acquire it withoutAndrey V. Elsukov2012-11-141-9/+0
* zoneid has unsigned type.Andrey V. Elsukov2012-11-141-1/+1
* Use consistent style.David E. O'Brien2012-11-131-3/+2
* Remove the recently added sysctl variable net.pfil.forward.Andrey V. Elsukov2012-11-025-13/+12
* Whitespace changes due to upstream integration of SCTP changes in theMichael Tuexen2012-10-291-14/+8
* Remove the IPFIREWALL_FORWARD kernel option and make possible to turnAndrey V. Elsukov2012-10-254-18/+10
* Remove __P.Xin LI2012-10-2218-285/+285
* Switch the entire IPv4 stack to keep the IP packet headerGleb Smirnoff2012-10-221-6/+0