summaryrefslogtreecommitdiffstats
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* Fix the length calculation for the final block of a sendfile(2)des2013-09-101-0/+12
* Use an unsigned long when indexing into mfchashtbl[] and mf6ctable[]. Thisjhb2013-09-051-2/+2
* Remove most of the remaining sysctl name list macros. They were onlyjhb2013-08-261-4/+0
* Implement the ip, tcp, and udp DTrace providers. The probe definitions usemarkj2013-08-255-2/+27
* Provide human readable debug output.tuexen2013-08-251-2/+2
* For now limit printf(9) %x of the 64bit pkthdr.csum_flags field to 32bits.andre2013-08-251-1/+1
* Restructure the mbuf pkthdr to make it fit for upcoming capabilities andandre2013-08-242-5/+5
* Fix an integer overflow in computing the size of a temporary bufferdelphij2013-08-221-0/+2
* Add m_clrprotoflags() to clear protocol specific mbuf flags at up andandre2013-08-194-3/+5
* Move the global M_SKIP_FIREWALL mbuf flags to a protocol layer specificandre2013-08-191-1/+6
* Return 0 in nbi->expire when la_expire == 0. Conversion from time_uptime tohrs2013-08-171-1/+5
* 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
OpenPOWER on IntegriCloud