| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix IPv6 regression introduced by r362900. | Alexander V. Chernikov | 2020-07-03 | 1 | -1/+1 |
* | Complete conversions from fib<4|6>_lookup_nh_<basic|ext> to fib<4|6>_lookup(). | Alexander V. Chernikov | 2020-07-02 | 1 | -10/+11 |
* | * Add rib_<add|del|change>_route() functions to manipulate the routing table. | Alexander V. Chernikov | 2020-06-01 | 1 | -0/+1 |
* | Revert r361704, it accidentally committed merged D25067 and D25070. | Alexander V. Chernikov | 2020-06-01 | 1 | -1/+0 |
* | * Add rib_<add|del|change>_route() functions to manipulate the routing table. | Alexander V. Chernikov | 2020-06-01 | 1 | -0/+1 |
* | Use fib[46]_lookup() in mtu calculations. | Alexander V. Chernikov | 2020-05-28 | 1 | -0/+2 |
* | Convert IP/IPv6 forwarding, ICMP processing and IP PCB laddr selection to | Alexander V. Chernikov | 2020-04-14 | 1 | -6/+7 |
* | Bring back redirect route expiration. | Alexander V. Chernikov | 2020-01-22 | 1 | -4/+4 |
* | Make icmp6_reflect() static. | Bjoern A. Zeeb | 2019-12-03 | 1 | -1/+2 |
* | Fix m_pullup() problem after removing PULLDOWN_TESTs and KAME EXT_*macros. | Bjoern A. Zeeb | 2019-12-01 | 1 | -57/+86 |
* | icmpv6: Fix mbuf change in mld | Bjoern A. Zeeb | 2019-11-18 | 1 | -1/+1 |
* | netinet6: Remove PULLDOWN_TESTs. | Bjoern A. Zeeb | 2019-11-15 | 1 | -136/+82 |
* | netinet*: update *mp to pass the proper value back | Bjoern A. Zeeb | 2019-11-12 | 1 | -4/+12 |
* | Remove unnecessary recursive epoch enter via INP_INFO_RLOCK | Gleb Smirnoff | 2019-11-07 | 1 | -3/+2 |
* | netinet*: variable cleanup | Bjoern A. Zeeb | 2019-11-07 | 1 | -23/+25 |
* | Widen NET_EPOCH coverage. | Gleb Smirnoff | 2019-10-07 | 1 | -12/+4 |
* | IPv6 cleanup: kernel | Bjoern A. Zeeb | 2019-08-02 | 1 | -14/+14 |
* | Fix hostname to be returned in an ICMPv6 NI Reply message defined | Hiroki Sato | 2019-05-16 | 1 | -14/+19 |
* | Mechanical cleanup of epoch(9) usage in network stack. | Gleb Smirnoff | 2019-01-09 | 1 | -13/+11 |
* | 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 | -19/+10 |
* | 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 |