Age | Commit message (Expand) | Author |
2017-07-13 | Get rid of ip6.maxifprefixes and ip6.maxifdefrouters, the kernel no | Florian Obser |
2017-07-12 | Get rid of ICMPV6CTL_ND6_DRLIST and ICMPV6CTL_ND6_PRLIST sysctls | Florian Obser |
2017-07-11 | Purging is at last at hand. Day of Doom is here. All that is evil | Florian Obser |
2017-07-08 | Enable slaacd on the installer and temporarily neuter router | Florian Obser |
2017-07-05 | The IP in IP input function strips the outer header and reinserts | Alexander Bluhm |
2017-07-05 | If we are sending a neighbor solicitation for a link local address | Florian Obser |
2017-06-30 | In OpenBSD 6.0 we had the check (ip6_forward_rt.ro_tableid != | Alexander Bluhm |
2017-06-27 | Convert ip6_input() to a pr_input style function. Goal is to process | Alexander Bluhm |
2017-06-26 | When pinging an IPv6 link-local address, the reflected packet had | Alexander Bluhm |
2017-06-26 | Assert that the corresponding socket is locked when manipulating socket | Martin Pieuchot |
2017-06-19 | When dealing with mbuf pointers passed down as function parameters, | Alexander Bluhm |
2017-06-19 | The IP multicast forward functions return an errno, call the variable | Alexander Bluhm |
2017-06-09 | Replace rtrequest(RTM_DELETE...) rtrequest_delete() and do not even | Martin Pieuchot |
2017-06-08 | Notify userland when a new ND is reachable. | Martin Pieuchot |
2017-06-07 | Grab the KERNEL_LOCK() around rtm*() functions. Routing sockets globals | Martin Pieuchot |
2017-05-31 | Move IPv4 & IPv6 incoming/forwarding path, PIPEX ppp processing and | Martin Pieuchot |
2017-05-30 | Carp balancing ip does not work since there is a mac filter in | friehm |
2017-05-30 | Keep ipv6_input() definition inside _KERNEL. | Martin Pieuchot |
2017-05-30 | Enable slaacd(8) by default and disable router solicitation and | Florian Obser |
2017-05-30 | Introduce ipv{4,6}_input(), two wrappers around IP queues. | Martin Pieuchot |
2017-05-29 | Allow passing in IN6_IFF_AUTOCONF from userland. Needed by slaacd(8) | Florian Obser |
2017-05-29 | Per-interface list of addresses, both multicast and unicast, are | Martin Pieuchot |
2017-05-28 | Rename ip_local() to ip_deliver() and give it the same parameters | Alexander Bluhm |
2017-05-23 | Bump the right counters. One of these was caught by clang because of a | Mark Kettenis |
2017-05-22 | Move IPsec forward and local policy check functions to ipsec_input.c | Alexander Bluhm |
2017-05-22 | Use the IPsec policy check from IPv4 also when doing local delivery | Alexander Bluhm |
2017-05-18 | Merge the content of <netinet/tcpip.h> and <netinet6/tcpipv6.h> in | Martin Pieuchot |
2017-05-18 | The function name ip4_input() is confusing as it also handles IPv6 | Alexander Bluhm |
2017-05-17 | The large and nested GIF #ifdef in protosw made it hard to figure | Alexander Bluhm |
2017-05-17 | Optimize multicast packet sending by using m_dup_pkt() instead of | Rafael Zalamena |
2017-05-16 | Replace remaining splsoftassert(IPL_SOFTNET) by NET_ASSERT_LOCKED(). | Martin Pieuchot |
2017-05-16 | Make the IPv6 multicast routing code use the OpenBSD routing table | Rafael Zalamena |
2017-05-13 | Return EADDRNOTAVAIL if UDP sendto(2) is used with a mapped address. | Alexander Bluhm |
2017-05-13 | Check for mapped addesses in rip6_output() like it is done in | Alexander Bluhm |
2017-05-13 | Do not check for locally bound mapped addresses in in6_pcbconnect(), | Alexander Bluhm |
2017-05-12 | Use the IPsec policy check from ipv4_input() also when forwarding | Alexander Bluhm |
2017-05-11 | Fix white spaces and wrap long line. No binary change. | Alexander Bluhm |
2017-05-09 | Remove rip_output() and rip6_output() from inetsw and inet6sw. The | Alexander Bluhm |
2017-05-09 | Kill commented out code referencing pfctlinput2() and a wrong comment | Martin Pieuchot |
2017-05-08 | Fix a compilation error on arm64 that was caught by clang. | Rafael Zalamena |
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-08 | Added initial IPv6 multicast routing support for multiple rdomains: | Rafael Zalamena |
2017-05-06 | Checking for IPv4 mapped addreses and dropping the packet is done | Alexander Bluhm |
2017-05-04 | If m is not a continuous mbuf cluster, m_pullup() in pr_input may | Alexander Bluhm |
2017-05-04 | Introduce sstosa() for converting sockaddr_storage with a type safe | Alexander Bluhm |
2017-05-04 | Reset the MLD default ip6_opts by using ip6_initpktopts(). This fixes a | Rafael Zalamena |
2017-05-03 | Change the ip6_setmoptions() function to receive the rdomain as a new | Rafael Zalamena |
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 |