summaryrefslogtreecommitdiffstats
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* MFC r264212,r264213,r264248,r265776,r265811,r265909:kevlo2014-05-134-45/+140
* MFC r264582:ae2014-04-241-3/+0
* MFC r264364:ae2014-04-211-36/+29
* MFC r263969,263971:ae2014-04-071-5/+2
* Merge r262763, r262767, r262771, r262806 from head:glebius2014-03-213-15/+12
* Merge r263091: fix mbuf flags clash that lead to failure of operationglebius2014-03-182-14/+12
* MFC: r261710brueffer2014-03-121-1/+1
* Merge r261582, r261601, r261610, r261613, r261627, r261640, r261641, r261823,glebius2014-03-043-51/+2
* MFC r261835:ae2014-02-201-1/+12
* MFC r261400:ae2014-02-101-1/+2
* MFC r260485,260496:ae2014-01-282-165/+146
* MFC r260481:ae2014-01-161-198/+96
* MFC r260151 (by adrian):ae2014-01-103-9/+10
* MFC r259840:dim2013-12-281-0/+4
* MFC r256556:tuexen2013-11-211-1/+3
* MFC r257084:ae2013-11-111-0/+1
* Do not try to detach if the interface does not support IPv6.hrs2013-10-101-0/+3
* Fix mbuf leak.glebius2013-10-071-1/+1
* Update comment from draft to RFC number.bz2013-09-221-3/+2
* Unregister inet/inet6 pfil hooks on vnet destroy.trociny2013-09-131-0/+4
* 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
OpenPOWER on IntegriCloud