| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r264212,r264213,r264248,r265776,r265811,r265909: | kevlo | 2014-05-13 | 4 | -45/+140 |
* | MFC r264582: | ae | 2014-04-24 | 1 | -3/+0 |
* | MFC r264364: | ae | 2014-04-21 | 1 | -36/+29 |
* | MFC r263969,263971: | ae | 2014-04-07 | 1 | -5/+2 |
* | Merge r262763, r262767, r262771, r262806 from head: | glebius | 2014-03-21 | 3 | -15/+12 |
* | Merge r263091: fix mbuf flags clash that lead to failure of operation | glebius | 2014-03-18 | 2 | -14/+12 |
* | MFC: r261710 | brueffer | 2014-03-12 | 1 | -1/+1 |
* | Merge r261582, r261601, r261610, r261613, r261627, r261640, r261641, r261823, | glebius | 2014-03-04 | 3 | -51/+2 |
* | MFC r261835: | ae | 2014-02-20 | 1 | -1/+12 |
* | MFC r261400: | ae | 2014-02-10 | 1 | -1/+2 |
* | MFC r260485,260496: | ae | 2014-01-28 | 2 | -165/+146 |
* | MFC r260481: | ae | 2014-01-16 | 1 | -198/+96 |
* | MFC r260151 (by adrian): | ae | 2014-01-10 | 3 | -9/+10 |
* | MFC r259840: | dim | 2013-12-28 | 1 | -0/+4 |
* | MFC r256556: | tuexen | 2013-11-21 | 1 | -1/+3 |
* | MFC r257084: | ae | 2013-11-11 | 1 | -0/+1 |
* | Do not try to detach if the interface does not support IPv6. | hrs | 2013-10-10 | 1 | -0/+3 |
* | Fix mbuf leak. | glebius | 2013-10-07 | 1 | -1/+1 |
* | Update comment from draft to RFC number. | bz | 2013-09-22 | 1 | -3/+2 |
* | Unregister inet/inet6 pfil hooks on vnet destroy. | trociny | 2013-09-13 | 1 | -0/+4 |
* | Fix the length calculation for the final block of a sendfile(2) | des | 2013-09-10 | 1 | -0/+12 |
* | Use an unsigned long when indexing into mfchashtbl[] and mf6ctable[]. This | jhb | 2013-09-05 | 1 | -2/+2 |
* | Remove most of the remaining sysctl name list macros. They were only | jhb | 2013-08-26 | 1 | -4/+0 |
* | Implement the ip, tcp, and udp DTrace providers. The probe definitions use | markj | 2013-08-25 | 5 | -2/+27 |
* | Provide human readable debug output. | tuexen | 2013-08-25 | 1 | -2/+2 |
* | For now limit printf(9) %x of the 64bit pkthdr.csum_flags field to 32bits. | andre | 2013-08-25 | 1 | -1/+1 |
* | Restructure the mbuf pkthdr to make it fit for upcoming capabilities and | andre | 2013-08-24 | 2 | -5/+5 |
* | Fix an integer overflow in computing the size of a temporary buffer | delphij | 2013-08-22 | 1 | -0/+2 |
* | Add m_clrprotoflags() to clear protocol specific mbuf flags at up and | andre | 2013-08-19 | 4 | -3/+5 |
* | Move the global M_SKIP_FIREWALL mbuf flags to a protocol layer specific | andre | 2013-08-19 | 1 | -1/+6 |
* | Return 0 in nbi->expire when la_expire == 0. Conversion from time_uptime to | hrs | 2013-08-17 | 1 | -1/+5 |
* | Fix incompatibility in ICMPV6CTL_ND6_PRLIST sysctl, and SIOCGPRLST_IN6, | hrs | 2013-08-06 | 1 | -5/+8 |
* | - Use time_uptime instead of time_second in data structures for | hrs | 2013-08-05 | 8 | -42/+42 |
* | Fix a panic in tmpaddrtimer. | hrs | 2013-08-05 | 1 | -0/+2 |
* | Allocate in6_ifextra (ifp->if_afdata[AF_INET6]) only for IPv6-capable | hrs | 2013-07-31 | 3 | -8/+12 |
* | Remove the large part of struct ipsecstat. Only few fields of this | ae | 2013-07-23 | 3 | -6/+6 |
* | A complete duplication of binding should be allowed if on both new and | trociny | 2013-07-12 | 1 | -1/+1 |
* | Correct the size of allocated memory to store array of counters. | ae | 2013-07-09 | 1 | -3/+4 |
* | Migrate structs in6_ifstat and icmp6_ifstat to PCPU counters. | ae | 2013-07-09 | 2 | -18/+39 |
* | Migrate structs ip6stat, icmp6stat and rip6stat to PCPU counters. | ae | 2013-07-09 | 7 | -20/+39 |
* | Prepare network statistics structures for migration to PCPU counters. | ae | 2013-07-09 | 5 | -119/+119 |
* | In r227207, to fix the issue with possible NULL inp_socket pointer | trociny | 2013-07-04 | 2 | -11/+7 |
* | - Allow ND6_IFF_AUTO_LINKLOCAL for IFT_BRIDGE. An interface with IFT_BRIDGE | hrs | 2013-07-02 | 4 | -15/+51 |
* | Delete the nd6 entries associated with an off-link prefix | qingli | 2013-06-24 | 1 | -1/+7 |
* | Use IPSECSTAT_INC() and IPSEC6STAT_INC() macros for ipsec statistics | ae | 2013-06-20 | 3 | -6/+6 |
* | Use PIM6STAT_INC() and MRT6STAT_INC() macros for IPv6 multicast | ae | 2013-06-19 | 1 | -24/+26 |
* | Use RIP6STAT_INC() macro for raw ip6 statistics accounting. | ae | 2013-06-19 | 2 | -8/+10 |
* | Use ICMP6STAT_INC() macro for ICMPv6 errors accounting. | ae | 2013-06-19 | 1 | -17/+17 |
* | Really fix netmask address family this time. | melifaro | 2013-05-19 | 1 | -1/+1 |
* | Finish r85740 : Make IPv6 netmask has address family set. | melifaro | 2013-05-19 | 1 | -0/+1 |