summaryrefslogtreecommitdiffstats
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* Fix incompatibility in ICMPV6CTL_ND6_PRLIST sysctl, and SIOCGPRLST_IN6,hrs2013-08-061-5/+8
* - Use time_uptime instead of time_second in data structures forhrs2013-08-058-42/+42
* Fix a panic in tmpaddrtimer.hrs2013-08-051-0/+2
* Allocate in6_ifextra (ifp->if_afdata[AF_INET6]) only for IPv6-capablehrs2013-07-313-8/+12
* Remove the large part of struct ipsecstat. Only few fields of thisae2013-07-233-6/+6
* A complete duplication of binding should be allowed if on both new andtrociny2013-07-121-1/+1
* Correct the size of allocated memory to store array of counters.ae2013-07-091-3/+4
* Migrate structs in6_ifstat and icmp6_ifstat to PCPU counters.ae2013-07-092-18/+39
* Migrate structs ip6stat, icmp6stat and rip6stat to PCPU counters.ae2013-07-097-20/+39
* Prepare network statistics structures for migration to PCPU counters.ae2013-07-095-119/+119
* In r227207, to fix the issue with possible NULL inp_socket pointertrociny2013-07-042-11/+7
* - Allow ND6_IFF_AUTO_LINKLOCAL for IFT_BRIDGE. An interface with IFT_BRIDGEhrs2013-07-024-15/+51
* Delete the nd6 entries associated with an off-link prefixqingli2013-06-241-1/+7
* Use IPSECSTAT_INC() and IPSEC6STAT_INC() macros for ipsec statisticsae2013-06-203-6/+6
* Use PIM6STAT_INC() and MRT6STAT_INC() macros for IPv6 multicastae2013-06-191-24/+26
* Use RIP6STAT_INC() macro for raw ip6 statistics accounting.ae2013-06-192-8/+10
* Use ICMP6STAT_INC() macro for ICMPv6 errors accounting.ae2013-06-191-17/+17
* Really fix netmask address family this time.melifaro2013-05-191-1/+1
* Finish r85740 : Make IPv6 netmask has address family set.melifaro2013-05-191-0/+1
* Finally change the mbuf to have its own fib field instead of stealingjulian2013-05-161-1/+2
* Honor the net.inet6.ip6.v6only sysctl variable and the IPV6_V6ONLYtuexen2013-05-101-22/+7
* Use FF02:0:0:0:0:2:FF00::/104 prefix for IPv6 Node Information Grouphrs2013-05-044-6/+53
* Add const qualifier to the dst parameter of the ifnet if_output method.glebius2013-04-262-3/+3
* Remove unused variable.ae2013-04-242-3/+0
* Plug static llentry leak (ipv4 & ipv6 were affected).oleg2013-04-211-8/+10
* Fix build after r249543.tijl2013-04-161-1/+1
* Fix accounting after the r249528, also add several another counters toae2013-04-161-1/+12
* Use IP6S_M2MMAX macro.ae2013-04-161-3/+1
* Replace hardcoded numbers.ae2013-04-161-8/+12
* The source address selection algorithm tries to apply several rulesae2013-04-151-10/+7
* Free memory after deleting an address policy entry.ae2013-04-121-0/+1
* Use IP6STAT_INC/IP6STAT_DEC macros to update ip6 stats.ae2013-04-0911-91/+92
* Clean up some unused leftover code.kevlo2013-03-221-8/+0
* Remove unused global variables.kevlo2013-03-221-15/+0
* - Use m_getcl() instead of hand allocating.glebius2013-03-154-104/+51
* - Use m_getcl() instead of hand allocating.glebius2013-03-154-33/+22
* Use m_getcl() instead of hand made allocation.glebius2013-03-151-10/+5
* Take the inpcb rlock before calculating checksum, it was accidentallyae2013-03-121-1/+1
* Generate lle_event in the IPv6 neighbor discovery code too.np2013-01-262-0/+7
* Avoid NULL dereference in nd6_storelladdr when no mbuf is provided. Itnp2013-01-251-1/+1
* Simplify in6_setscope() function to get better performance.ae2013-01-101-46/+17
* Remove unneeded variable.ae2013-01-091-6/+1
* Add no_prefer_iface option.ume2013-01-092-4/+7
* The in6_setscope() function determines the scope zone id of an addressae2013-01-091-14/+15
* Temporarily revert rev 244678. This is causing loopback problems withpeter2013-01-031-9/+0
* The SIOCSIFFLAGS ioctl handler runs if_up()/if_down() that notifyglebius2012-12-251-0/+9
* When we have some address to forward (e.g. it was specified with ipfw fwd),ae2012-12-191-7/+9
* Make dst_sa initialization only when it is actually needed.ae2012-12-191-9/+12
* The selectroute functions does own account of EHOSTUNREACH errors,ae2012-12-191-8/+0
* Use M_PROTO7 flag for M_IP6_NEXTHOP, because M_PROTO2 was used forae2012-12-171-1/+1
OpenPOWER on IntegriCloud