Age | Commit message (Expand) | Author |
2005-02-17 | miscellaneous typo fixes: | Jean-Francois Brousseau |
2005-02-08 | build w/o INET6; ok mpf@, mcbride@ | Markus Friedl |
2005-02-07 | Unrevert the changes introduced in 1.96 and accidentally removed in 1.97 | Ryan Thomas McBride |
2005-02-07 | Prevent carp from attaching to other carp interfaces, which the | Ryan Thomas McBride |
2005-02-07 | There is no SIOCDIFADDR call into interfaces on address deletion, so | Christopher Pascoe |
2005-01-29 | Check the carpdev link state when we attach to it, makes a firewall | Ryan Thomas McBride |
2005-01-20 | expire ipforward_rt cache in ip_slowtimeo; fixes pr 1697; ok claudio | Markus Friedl |
2005-01-18 | Rewriting the lladdr can now be done without using mbuf tags. | Marco Pfatschbacher |
2005-01-18 | Use correct source address for ICMP errors generated from packets that were | Claudio Jeker |
2005-01-15 | From NetBSD: | Christopher Pascoe |
2005-01-15 | fix comment | Brad Smith |
2005-01-14 | Duplicate nested if statement in PIM code. | Ryan Thomas McBride |
2005-01-14 | Add kernel support for Protocol Independant Multicast (PIM) | Ryan Thomas McBride |
2005-01-10 | Make sure bogus values don't make their way into tcp_xmit_timer() calculations. | Ryan Thomas McBride |
2005-01-06 | spacing | Theo de Raadt |
2005-01-06 | Attach multicast to the carp interface for IPv6 (makes it consistent with | Ryan Thomas McBride |
2005-01-06 | Error path cleanups for carp_output. Use ENOBUFS instead of ENOMEM when | Christopher Pascoe |
2005-01-06 | Tag all packets sent via a CARP interface for link local address | Christopher Pascoe |
2005-01-04 | restrict forwarding to ipsec processed traffic of ip.forwarding==2 | Markus Friedl |
2005-01-04 | Move processing of ARP packets for CARP addresses to the carp interface | Christopher Pascoe |
2005-01-04 | Use pseudo_AF_HDRCMPLT for outgoing ARP messages, otherwise the provided | Christopher Pascoe |
2004-12-30 | handle rtt < 0; markus ok | Theo de Raadt |
2004-12-29 | fix indent | Markus Friedl |
2004-12-22 | Instead of running carp_setroute synchronously, use if_addrhooks to get a | Christopher Pascoe |
2004-12-19 | #define sc_if sc_ac.ac_if, makes things a little more readable, and | Ryan Thomas McBride |
2004-12-19 | Make it possible for carp to work on fddi and token ring again. | Ryan Thomas McBride |
2004-12-18 | Decrement carp_suppress_preempt when detaching an interface that has | Christopher Pascoe |
2004-12-17 | Temporary fix to get IPv6 working again. | Marco Pfatschbacher |
2004-12-17 | Reorder code in the ethernet output path, and enhance unicast address | Christopher Pascoe |
2004-12-17 | Remember to decrement carp_suppress_preempt when detaching. | Ryan Thomas McBride |
2004-12-15 | Add IFF_NOARP to carp interface, we want arp requests to be handled via | Ryan Thomas McBride |
2004-12-15 | * fix the multicast memberships removal | Patrick Latifi |
2004-12-15 | protect against multiple inclusion | Patrick Latifi |
2004-12-14 | move ioctls together w/ all other ifaces; mcbride@ ok | Michael Shalayeff |
2004-12-13 | zap lvalue assignment, okay markus@. approved miod@ | Marc Espie |
2004-12-10 | Add carp_set_enaddr(), call carp_set_state() after changing the vhid | Ryan Thomas McBride |
2004-12-10 | Rename carp_output() to carp_fix_lladdr(). | Ryan Thomas McBride |
2004-12-08 | * knf | Patrick Latifi |
2004-12-08 | allow ToS to be set on raw ip sockets | Henning Brauer |
2004-12-08 | Remove code duplication duplication. Use carpdetach() in carp_clone_destroy(). | Ryan Thomas McBride |
2004-12-08 | Merge in more fixes from a pre-carpdev diff from Chris Pascoe. | Ryan Thomas McBride |
2004-12-08 | Check if_type in carp_carpdev_state() to make sure we're not | Ryan Thomas McBride |
2004-12-07 | Convert carp(4) to behave more like a regular interface, much in the same | Ryan Thomas McBride |
2004-12-06 | also consider NFS_PORT to be a reserved port, as in 1.18 or something like | Theo de Raadt |
2004-12-06 | ipsec udpencap check was done after baddynamicports ports checks (those | Theo de Raadt |
2004-11-30 | Use %s, not %d to print the interface name. From Max Laier. | Ryan Thomas McBride |
2004-11-28 | Reverse bogus sc == NULL check in CARP_LOG(), from Max Laier. | Ryan Thomas McBride |
2004-11-25 | resolve conflict between M_TUNNEL and M_ANYCAST6, remove M_COMP (it's | Markus Friedl |
2004-11-25 | use ttl from setsockopt(), similar to bsd/os; ok henning, mcbride, fgsch | Markus Friedl |
2004-11-25 | fix for race between invocation for timer and network input | Markus Friedl |