| Commit message (Expand) | Author | Age | Files | Lines |
| * | In icmp6_rip6_input(), once we have a lock, make sure the inp is | Bjoern A. Zeeb | 2018-09-20 | 1 | -0/+4 |
| * | Use the new VNET_DEFINE_STATIC macro when we are defining static VNET | Andrew Turner | 2018-07-24 | 1 | -2/+2 |
| * | epoch(9): allow preemptible epochs to compose | Matt Macy | 2018-07-04 | 1 | -2/+3 |
| * | mechanical CK macro conversion of inpcbinfo lists | Matt Macy | 2018-06-12 | 1 | -1/+1 |
| * | UDP: further performance improvements on tx | Matt Macy | 2018-05-23 | 1 | -3/+3 |
| * | ifnet: Replace if_addr_lock rwlock with epoch + mutex | Matt Macy | 2018-05-18 | 1 | -2/+2 |
| * | icmp6_reflect() sends ICMPv6 message with new IPv6 header. So, it is | Andrey V. Elsukov | 2018-04-23 | 1 | -10/+1 |
| * | Remove some unneccessary variable sets in IPv6 code, as detected by | Jonathan T. Looney | 2018-03-24 | 1 | -1/+0 |
| * | Fix ICMPv6 redirects | Eric van Gyzen | 2018-02-09 | 1 | -0/+8 |
| * | Follow the RFC6980 and silently ignore following IPv6 NDP messages | Andrey V. Elsukov | 2017-12-15 | 1 | -0/+4 |
| * | sys: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 1 | -0/+2 |
| * | Fix two places in the ICMP6 code where we could dereference a NULL pointer | Jonathan T. Looney | 2017-05-30 | 1 | -2/+3 |
| * | Constrain IPv6 routes to single FIBs when net.add_addr_allfibs=0 | Alan Somers | 2017-03-17 | 1 | -2/+2 |
| * | Renumber copyright clause 4 | Warner Losh | 2017-02-28 | 1 | -1/+1 |
| * | Make ICMPv6 hard error handling for TCP consistent with the ICMPv4 | Michael Tuexen | 2016-10-21 | 1 | -1/+1 |
| * | Fix bug introduced in r274300. | Andrey V. Elsukov | 2016-09-29 | 1 | -1/+1 |
| * | Reduce code duplication around NDP message handlers in icmp6_input(). | Mark Johnston | 2016-09-20 | 1 | -108/+51 |
| * | Remove the 4.3BSD compatible macro m_copy(), use m_copym() instead. | Kevin Lo | 2016-09-15 | 1 | -3/+3 |
| * | Rework IPV6 TCP path MTU discovery to match IPv4 | Andrew Gallatin | 2016-08-01 | 1 | -3/+1 |
| * | Use Node Information flag names instead of hard-coding their values. | Mark Johnston | 2016-05-15 | 1 | -1/+3 |
| * | Split in6_selectsrc() into in6_selectsrc_addr() and in6_selectsrc_socket(). | Alexander V. Chernikov | 2016-01-10 | 1 | -13/+9 |
| * | Do not hold ifaddr reference for the whole icmp6_reflect() exec time. | Alexander V. Chernikov | 2016-01-10 | 1 | -16/+21 |
| * | Remove 'struct route_int6' argument from in6_selectsrc() and | Alexander V. Chernikov | 2016-01-03 | 1 | -5/+1 |
| * | Implement interface link header precomputation API. | Alexander V. Chernikov | 2015-12-31 | 1 | -1/+1 |
| * | Make in_arpinput(), inp_lookup_mcast_ifp(), icmp_reflect(), | Alexander V. Chernikov | 2015-12-09 | 1 | -18/+9 |
| * | Fix the handling of IPv6 On-Link Redirects. | Eric van Gyzen | 2015-09-14 | 1 | -11/+23 |
| * | Move comment to the right position. | Bjoern A. Zeeb | 2015-07-03 | 1 | -1/+2 |
| * | Remove unneded check. No need to do m_pullup to the size that we prepended. | Andrey V. Elsukov | 2014-12-02 | 1 | -2/+0 |
| * | Remove route chaching support from ipsec code. It isn't used for some time. | Andrey V. Elsukov | 2014-12-02 | 1 | -9/+0 |
| * | Consistently use if_link. | Gleb Smirnoff | 2014-11-10 | 1 | -2/+2 |
| * | Renove faith(4) and faithd(8) from base. It looks like industry | Alexander V. Chernikov | 2014-11-09 | 1 | -16/+0 |
| * | Remove ip6_getdstifaddr() and all functions to work with auxiliary data. | Andrey V. Elsukov | 2014-11-08 | 1 | -34/+14 |
| * | When deciding whether to call m_pullup() even though there is adequate | Robert Watson | 2014-10-12 | 1 | -1/+3 |
| * | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | Gleb Smirnoff | 2013-10-26 | 1 | -0/+1 |
| * | Initialize inc_fibnum for properly handling ICMP6_PACKET_TOO_BIG errors | Andrey V. Elsukov | 2013-10-25 | 1 | -0/+1 |
| * | - Use time_uptime instead of time_second in data structures for | Hiroki Sato | 2013-08-05 | 1 | -2/+2 |
| * | Migrate structs ip6stat, icmp6stat and rip6stat to PCPU counters. | Andrey V. Elsukov | 2013-07-09 | 1 | -2/+7 |
| * | Use ICMP6STAT_INC() macro for ICMPv6 errors accounting. | Andrey V. Elsukov | 2013-06-19 | 1 | -17/+17 |
| * | - Use m_getcl() instead of hand allocating. | Gleb Smirnoff | 2013-03-15 | 1 | -46/+25 |
| * | - Use m_getcl() instead of hand allocating. | Gleb Smirnoff | 2013-03-15 | 1 | -20/+13 |
| * | Mechanically substitute flags from historic mbuf allocator with | Gleb Smirnoff | 2012-12-05 | 1 | -19/+19 |
| * | Reduce the overhead of locking, use IF_AFDATA_RLOCK() when we are doing | Andrey V. Elsukov | 2012-11-16 | 1 | -2/+2 |
| * | Remove __P. | Xin LI | 2012-10-22 | 1 | -6/+6 |
| * | Merge the projects/pf/head branch, that was worked on for last six months, | Gleb Smirnoff | 2012-09-08 | 1 | -4/+0 |
| * | MFp4 bz_ipv6_fast: | Bjoern A. Zeeb | 2012-05-25 | 1 | -2/+2 |
| * | Add multi-FIB IPv6 support to the core network stack supplementing | Bjoern A. Zeeb | 2012-02-03 | 1 | -7/+11 |
| * | Convert all users of IF_ADDR_LOCK to use new locking macros that specify | John Baldwin | 2012-01-05 | 1 | -5/+5 |
| * | Use queue(3) macros instead of home-rolled versions in several places in | John Baldwin | 2011-12-29 | 1 | -1/+1 |
| * | Fix a bug where TAILQ_FIRST(&V_ifnet) was accessed without holding the | John Baldwin | 2011-12-24 | 1 | -1/+2 |
| * | In icmp6_redirect_input: | Gleb Smirnoff | 2011-11-07 | 1 | -11/+6 |