Age | Commit message (Expand) | Author |
2006-01-28 | Fix hmac calculation. | Marco Pfatschbacher |
2005-11-29 | Fix IPv6 hmac calculation. | Marco Pfatschbacher |
2005-11-29 | something in the eurobsdcon route-a-thon broke my simple home network | Jolan Luff |
2005-11-27 | don't let anything outside route.c access the routing table heads directly, | Henning Brauer |
2005-11-27 | Completly remove transition path INIT -> MASTER. | Marco Pfatschbacher |
2005-11-27 | Sort the IP addresses in ascending order when doing the carp hmac; makes | Ryan Thomas McBride |
2005-11-04 | Add carp_hash() - hash the ethernet address of the ARP request and use | Ryan Thomas McBride |
2005-10-31 | Fix a TAILQ_FOREACH where the item containing the next pointer could be | Christopher Pascoe |
2005-10-24 | Remove redundant duplicate packet length check. | Ryan Thomas McBride |
2005-09-29 | Rework of multicast deletion code. | Marco Pfatschbacher |
2005-08-31 | Comment out KASSERT(mc != NULL) in carp_ether_delmulti. Because we mess with | Ryan Thomas McBride |
2005-07-31 | Introduce bpf_mtap_af and bpf_mtap_hdr to be used when passing a mbuf chain | Christopher Pascoe |
2005-06-19 | Don't reflect CARP's internal state via IFF_UP (which a user can modify), use | Christopher Pascoe |
2005-05-27 | only access if_linkstatehooks inside splnet. | Marco Pfatschbacher |
2005-04-20 | Introduce if_linkstatehooks. | Marco Pfatschbacher |
2005-03-15 | - stop tearing down routes when the carp interface goes to backup in the | Ryan Thomas McBride |
2005-03-13 | fix a potential crash that could occur when CARP_LOG is being used. | Patrick Latifi |
2005-03-05 | Remove code which enforces a advskew=0 for the case | Marco Pfatschbacher |
2005-03-01 | Unbreak arp_input with carp; add back the call to carp_iamatch() | Ryan Thomas McBride |
2005-02-28 | Remove unused variable if_flags in struct carp_softc, ok mickey@ | Ryan Thomas McBride |
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-18 | Rewriting the lladdr can now be done without using mbuf tags. | Marco Pfatschbacher |
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 | Move processing of ARP packets for CARP addresses to the carp interface | Christopher Pascoe |
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-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 | 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-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-17 | Improved logging for advertisement failures: Add some carpstats.carps_onomem++ | Ryan Thomas McBride |