Age | Commit message (Expand) | Author |
2017-08-08 | Increase the limit of the IP protocol queues from 256 to 2048 mbufs. | Alexander Bluhm |
2017-08-06 | Reduce contention on the NET_LOCK() by moving the nd6 address expiration | Martin Pieuchot |
2017-08-06 | in6_leavegroup can't fail; OK phessler | Florian Obser |
2017-08-04 | Since we have TAILQ_FOREACH_SAFE in nd6_purge() it is not necessary | Alexander Bluhm |
2017-08-04 | The in_pcbhashlookup() in in_pcbconnect() enforces that the 4 tupel | Alexander Bluhm |
2017-08-04 | We do have SO_TIMESTAMP since some time and there is other code in the | Florian Obser |
2017-08-03 | RFC 1885 was obsoleted nearly 20 years ago by RFC 2463 which was obsoleted | Florian Obser |
2017-07-28 | Add an error argument to rtm_send() instead of rerolling it inside | Martin Pieuchot |
2017-07-27 | Grab the KERNEL_LOCK() before calling sorwakeup(). | Martin Pieuchot |
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 |