| Commit message (Expand) | Author | Age | Files | Lines |
* | rework icmp6_error() to be closer to icmp_error() |  denis | 2018-12-25 | 1 | -39/+56 |
* | When forwarding IPv6 packets, generated ICMP6 packets used the |  bluhm | 2018-12-10 | 1 | -2/+8 |
* | M_LEADINGSPACE() and M_TRAILINGSPACE() are just wrappers for |  claudio | 2018-11-09 | 1 | -2/+2 |
* | factor error code in icmp6_mtudisc_clone(); ok kn@ florian@ |  miko | 2018-09-05 | 1 | -17/+12 |
* | rtm_send() the cloned routes because of ICMP mtu changes. Until now |  claudio | 2018-07-11 | 1 | -1/+2 |
* | Move the declarations of the raw ip and ip6 pcb tables into the |  bluhm | 2018-06-02 | 1 | -2/+1 |
* | All places that call carp_lsdrop() use the interface pointer already. |  bluhm | 2018-05-21 | 1 | -4/+3 |
* | Use memcpy instead of bcopy when the memory does not overlap. |  dhill | 2018-03-27 | 1 | -7/+7 |
* | The pf code marks ICMP packets belonging to an TCP or UDP divert |  bluhm | 2017-12-14 | 1 | -1/+6 |
* | We are processing Router Solicitation / Advertisement messages only |  florian | 2017-11-03 | 1 | -18/+9 |
* | When reusing an mbuf at the upper end of the network stack, strip |  bluhm | 2017-10-18 | 1 | -7/+10 |
* | Setting the IPV6_MINMTU flag in the call to ip6_output() was moved |  bluhm | 2017-10-18 | 1 | -7/+1 |
* | Reduces the scope of the NET_LOCK() in sysctl(2) path. |  mpi | 2017-10-09 | 1 | -4/+10 |
* | Change sosetopt() to no longer free the mbuf it receives and change |  mpi | 2017-09-01 | 1 | -6/+2 |
* | icmp_mtudisc() might be called by TCP even on loopback after a |  bluhm | 2017-08-10 | 1 | -1/+11 |
* | RFC 1885 was obsoleted nearly 20 years ago by RFC 2463 which was obsoleted |  florian | 2017-08-03 | 1 | -16/+1 |
* | Get rid of ICMPV6CTL_ND6_DRLIST and ICMPV6CTL_ND6_PRLIST sysctls |  florian | 2017-07-12 | 1 | -4/+1 |
* | When pinging an IPv6 link-local address, the reflected packet had |  bluhm | 2017-06-26 | 1 | -5/+1 |
* | Carp balancing ip does not work since there is a mac filter in |  friehm | 2017-05-30 | 1 | -2/+2 |
* | Fix a possible NULL pointer deference on icmp6 echo reply caught by |  rzalamena | 2017-05-08 | 1 | -3/+3 |
* | Remove icmp6_reflect() micro optimization to simplify code and avoid a |  rzalamena | 2017-05-08 | 1 | -17/+8 |
* | If m is not a continuous mbuf cluster, m_pullup() in pr_input may |  bluhm | 2017-05-04 | 1 | -3/+3 |
* | icmp6_rip6_input() was mostly duplicated code from rip6_input(). |  bluhm | 2017-04-19 | 1 | -103/+2 |
* | Use the rt_rmx defines that hide the struct rt_kmetrics indirection. |  bluhm | 2017-04-19 | 1 | -6/+6 |
* | Pass down the address family through the pr_input calls. This |  bluhm | 2017-04-14 | 1 | -2/+2 |
* | When building counter memory in preparation to copy to userland, always |  deraadt | 2017-04-05 | 1 | -2/+2 |
* | Replace a panic with a compile time assert in icmp6_reflect(). |  bluhm | 2017-03-03 | 1 | -5/+3 |
* | Use the routing table rather than the global list of IPv6 address. |  mpi | 2017-03-02 | 1 | -13/+15 |
* | Dedup calls to icmp6stat_inc in icmp6_errcount, should save a few bytes |  jca | 2017-02-09 | 1 | -26/+29 |
* | percpu counters for raw ipv6 and icmp6 stats |  jca | 2017-02-09 | 1 | -45/+61 |
* | Use percpu counters for ip6stat |  jca | 2017-02-05 | 1 | -2/+7 |
* | In sogetopt, preallocate an mbuf to avoid using sleeping mallocs with |  dhill | 2017-02-01 | 1 | -4/+2 |
* | RFC 8021 "IPv6 Atomic Fragments Considered Harmful" deprecates |  bluhm | 2017-01-19 | 1 | -6/+2 |
* | Use LIST_FOREACH to traverse icmp6_mtudisc_callbacks. Fix whitespaces. |  bluhm | 2017-01-18 | 1 | -7/+5 |
* | Introduce the NET_LOCK() a rwlock used to serialize accesses to the parts |  mpi | 2016-12-19 | 1 | -3/+3 |
* | Explicitly initialize rti_ifa when automagically adding a route. |  mpi | 2016-11-28 | 1 | -1/+2 |
* | Bring icmp6_mtudisc_clone() in line with icmp_mtudisc_clone(). The |  bluhm | 2016-11-16 | 1 | -14/+15 |
* | Inherit route label when creating dynamic routes for path MTU. |  bluhm | 2016-11-16 | 1 | -3/+6 |
* | Do not call splsoftnet() recursively, this won't work with a lock. |  mpi | 2016-11-09 | 1 | -7/+5 |
* | Use rtalloc(9) directly instead of in6_selectsr() in icmp6_reflect(). |  mpi | 2016-08-24 | 1 | -15/+12 |
* | Commit in6_selectsrc() split again, with missing assignment fixed. |  vgross | 2016-08-04 | 1 | -2/+2 |
* | Revert in_selectsrc() refactoring, it breaks IPv6. |  mpi | 2016-07-22 | 1 | -2/+2 |
* | Split in6_selectsrc() into a low-level part and a pcb-level part, and |  vgross | 2016-07-20 | 1 | -2/+2 |
* | Expand IN6_IFF_NOTREADY, ok bluhm@ |  mpi | 2016-07-05 | 1 | -8/+8 |
* | remove dead stores and unused variables |  chl | 2016-03-29 | 1 | -6/+1 |
* | add a missing if_put() in a carp specific path |  jsg | 2016-01-21 | 1 | -2/+4 |
* | Always pass a valid interface pointer to rtdeletemsg(). |  mpi | 2015-12-09 | 1 | -13/+21 |
* | ip_send()/ip6_send() allow PF to send response packet in ipsoftnet task. |  sashan | 2015-12-03 | 1 | -2/+2 |
* | When destroying an interface, we have to wait until all references |  bluhm | 2015-12-02 | 1 | -3/+3 |
* | Kill the RT_REPORT flag to rtalloc() and stop sending RTM_MISS messages |  claudio | 2015-12-02 | 1 | -2/+2 |