Age | Commit message (Expand) | Author |
2017-12-14 | The pf code marks ICMP packets belonging to an TCP or UDP divert | Alexander Bluhm |
2017-11-03 | We are processing Router Solicitation / Advertisement messages only | Florian Obser |
2017-10-18 | When reusing an mbuf at the upper end of the network stack, strip | Alexander Bluhm |
2017-10-18 | Setting the IPV6_MINMTU flag in the call to ip6_output() was moved | Alexander Bluhm |
2017-10-09 | Reduces the scope of the NET_LOCK() in sysctl(2) path. | Martin Pieuchot |
2017-09-01 | Change sosetopt() to no longer free the mbuf it receives and change | Martin Pieuchot |
2017-08-10 | icmp_mtudisc() might be called by TCP even on loopback after a | Alexander Bluhm |
2017-08-03 | RFC 1885 was obsoleted nearly 20 years ago by RFC 2463 which was obsoleted | Florian Obser |
2017-07-12 | Get rid of ICMPV6CTL_ND6_DRLIST and ICMPV6CTL_ND6_PRLIST sysctls | Florian Obser |
2017-06-26 | When pinging an IPv6 link-local address, the reflected packet had | Alexander Bluhm |
2017-05-30 | Carp balancing ip does not work since there is a mac filter in | friehm |
2017-05-08 | Fix a possible NULL pointer deference on icmp6 echo reply caught by | Rafael Zalamena |
2017-05-08 | Remove icmp6_reflect() micro optimization to simplify code and avoid a | Rafael Zalamena |
2017-05-04 | If m is not a continuous mbuf cluster, m_pullup() in pr_input may | Alexander Bluhm |
2017-04-19 | icmp6_rip6_input() was mostly duplicated code from rip6_input(). | Alexander Bluhm |
2017-04-19 | Use the rt_rmx defines that hide the struct rt_kmetrics indirection. | Alexander Bluhm |
2017-04-14 | Pass down the address family through the pr_input calls. This | Alexander Bluhm |
2017-04-05 | When building counter memory in preparation to copy to userland, always | Theo de Raadt |
2017-03-03 | Replace a panic with a compile time assert in icmp6_reflect(). | Alexander Bluhm |
2017-03-02 | Use the routing table rather than the global list of IPv6 address. | Martin Pieuchot |
2017-02-09 | Dedup calls to icmp6stat_inc in icmp6_errcount, should save a few bytes | Jeremie Courreges-Anglas |
2017-02-09 | percpu counters for raw ipv6 and icmp6 stats | Jeremie Courreges-Anglas |
2017-02-05 | Use percpu counters for ip6stat | Jeremie Courreges-Anglas |
2017-02-01 | In sogetopt, preallocate an mbuf to avoid using sleeping mallocs with | David Hill |
2017-01-19 | RFC 8021 "IPv6 Atomic Fragments Considered Harmful" deprecates | Alexander Bluhm |
2017-01-18 | Use LIST_FOREACH to traverse icmp6_mtudisc_callbacks. Fix whitespaces. | Alexander Bluhm |
2016-12-19 | Introduce the NET_LOCK() a rwlock used to serialize accesses to the parts | Martin Pieuchot |
2016-11-28 | Explicitly initialize rti_ifa when automagically adding a route. | Martin Pieuchot |
2016-11-16 | Bring icmp6_mtudisc_clone() in line with icmp_mtudisc_clone(). The | Alexander Bluhm |
2016-11-16 | Inherit route label when creating dynamic routes for path MTU. | Alexander Bluhm |
2016-11-09 | Do not call splsoftnet() recursively, this won't work with a lock. | Martin Pieuchot |
2016-08-24 | Use rtalloc(9) directly instead of in6_selectsr() in icmp6_reflect(). | Martin Pieuchot |
2016-08-04 | Commit in6_selectsrc() split again, with missing assignment fixed. | Vincent Gross |
2016-07-22 | Revert in_selectsrc() refactoring, it breaks IPv6. | Martin Pieuchot |
2016-07-20 | Split in6_selectsrc() into a low-level part and a pcb-level part, and | Vincent Gross |
2016-07-05 | Expand IN6_IFF_NOTREADY, ok bluhm@ | Martin Pieuchot |
2016-03-29 | remove dead stores and unused variables | Charles Longeau |
2016-01-21 | add a missing if_put() in a carp specific path | Jonathan Gray |
2015-12-09 | Always pass a valid interface pointer to rtdeletemsg(). | Martin Pieuchot |
2015-12-03 | ip_send()/ip6_send() allow PF to send response packet in ipsoftnet task. | Alexandr Nedvedicky |
2015-12-02 | When destroying an interface, we have to wait until all references | Alexander Bluhm |
2015-12-02 | Kill the RT_REPORT flag to rtalloc() and stop sending RTM_MISS messages | Claudio Jeker |
2015-12-01 | Kill redundant or unused arguments in rtredirect(). | Martin Pieuchot |
2015-11-21 | Use if_get() rather than dereferencing rt_ifp directly. | Martin Pieuchot |
2015-11-03 | Remove dead assignments. | Charles Longeau |
2015-10-30 | Rename rtrequest1() to rtrequest(). | Alexander Bluhm |
2015-10-28 | Remove linkmtu and maxmtu from struct nd_ifinfo. IN6_LINKMTU can now | Florian Obser |
2015-10-22 | Inspired by satosin(), use inline functions to convert sockaddr dl. | Alexander Bluhm |
2015-10-19 | Stop checking for RTF_UP directly, call rtisvalid(9) instead. | Martin Pieuchot |
2015-09-18 | Do not manually decrement rt's refcounter in nd6_lookup() and let the | Martin Pieuchot |