Age | Commit message (Expand) | Author |
2013-08-28 | Remove unused argument from *rtrequest() | Martin Pieuchot |
2013-08-27 | Sync comment with reality, the draft is now an RFC and OpenBSD follows | Martin Pieuchot |
2013-08-26 | No one uses the obsolete IPv6 ioctls SIOCGDRLST_IN6, SIOCGPRLST_IN6, | Alexander Bluhm |
2013-08-13 | Switch time_t, ino_t, clock_t, and struct kevent's ident and data | Philip Guenther |
2013-08-11 | To control the lifetime of IPv6 addresses, prefixes and default | Alexander Bluhm |
2013-07-31 | Move bridge_broadcast and subsequently all IPsec SPD lookup code out | Mike Belopuhov |
2013-07-04 | format string fixes: size_t and uint16_t | Stefan Fritsch |
2013-07-01 | Do not access queue fields directly, use FOREACH() macro instead. | Alexander Bluhm |
2013-07-01 | Use the LIST_FOREACH() macro when looping over advertising routers. | Alexander Bluhm |
2013-06-26 | put the cksum diff back, of course with the bug fixed where we could | Henning Brauer |
2013-06-20 | Revert previous and unbreak asr, the new include should be protected. | Martin Pieuchot |
2013-06-20 | Allocate the various hook head descriptors as part of the ifnet | Martin Pieuchot |
2013-06-17 | Remove unused field ia_plen from struct in6_ifaddr. The prefix | Alexander Bluhm |
2013-06-16 | If the prefixlen is 128, SIOCAIFADDR_IN6 does not add a prefix. In | Alexander Bluhm |
2013-06-13 | As it is correct that the loopback address has no prefix, do not | Alexander Bluhm |
2013-06-13 | Merge two blocks where we drop the packet to reduce the differences with | Martin Pieuchot |
2013-06-11 | Replace all ovbcopy with memmove; swap the src and dst arguments too | Theo de Raadt |
2013-06-05 | If an ICMP packet gets diverted to a raw IP socket, if must not be | Alexander Bluhm |
2013-06-04 | Implement pf divert-to and divert-reply also for IPv6 raw sockets. | Alexander Bluhm |
2013-06-01 | Pass the routing domain to IPv6 pr_ctlinput() like in IPv4. | Alexander Bluhm |
2013-05-31 | Remove a bunch of sockaddr_in6 pointer casts and replace others | Alexander Bluhm |
2013-05-31 | The function rip6_ctlinput() claims that sa6_src is constant to | Alexander Bluhm |
2013-05-30 | Do not allow SIOCSIFADDR on AF_INET6 sockets. The ioctl is handled down | Claudio Jeker |
2013-05-14 | Fix build with MRT6DEBUG defined. | Martin Pieuchot |
2013-05-02 | tedu broken Resource Reservation Protocol code that was ifdef RSVP_ISI. | Martin Pieuchot |
2013-04-24 | Instead of having various extern declarations for protocol variables, | Martin Pieuchot |
2013-04-11 | Remove the extern keyword from function declarations, document | Martin Pieuchot |
2013-04-10 | Remove various external variable declaration from sources files and | Martin Pieuchot |
2013-04-10 | Fix various glitches in queue macro usage. | Philip Guenther |
2013-04-09 | Remove read-only ipsec variables and directly use defines instead. | Martin Pieuchot |
2013-04-08 | Recalculate the IP and protocol checksums of packets (re)injected via | Lawrence Teo |
2013-04-07 | Make the SO_BINDANY socket option also work for raw IPv6 sockets. | Alexander Bluhm |
2013-04-04 | Make icmp6 ready for 64 bit time_t by adding a range check and an | Alexander Bluhm |
2013-04-02 | Use macros sotoinpcb() and intotcpcb() instead of casts. Use NULL | Alexander Bluhm |
2013-04-01 | Allow raw IPv6 sockets for IPsec protocols. IPv4 does the same. | Alexander Bluhm |
2013-04-01 | There is no IPv6 default scope in OpenBSD. Remove leftovers. | Alexander Bluhm |
2013-03-31 | The call to in_pcballoc() in user request attach was handled in | Alexander Bluhm |
2013-03-30 | Restrict protocol numbers for raw sockets to the range from 0 to 255. | Alexander Bluhm |
2013-03-28 | code that calls timeout functions should include timeout.h | Ted Unangst |
2013-03-28 | no need for a lot of code to include proc.h | Ted Unangst |
2013-03-28 | Convert the satosin, sintosa, ifatoia, satosin6, sin6tosa, ifatoia6 | Alexander Bluhm |
2013-03-28 | Unfortunately the satosin, sintosa, ifatoia, satosin6, sin6tosa, | Alexander Bluhm |
2013-03-26 | Remove various read-only *maxlen variables and use IFQ_MAXLEN directly. | Martin Pieuchot |
2013-03-26 | Remove a block of dead code in in6_ifdetach(). It was never executed | Alexander Bluhm |
2013-03-25 | Substitute the handcrafted list of IPv6 addresses by a proper TAILQ. | Martin Pieuchot |
2013-03-22 | simple replacement of LIST_END with NULL. ok mpi | Ted Unangst |
2013-03-22 | Replace hand-crafted nd_prefix loops with LIST_FOREACH macros. | Alexander Bluhm |
2013-03-20 | Introduce if_get() to retrieve an interface descriptor pointer given | Martin Pieuchot |
2013-03-14 | My lack of faith... These lines should stay, reported by ajacoutot@. | Martin Pieuchot |
2013-03-14 | tedu faith(4), suggested by todd@ some weeks ago after a submission by | Martin Pieuchot |