Age | Commit message (Expand) | Author |
2006-11-16 | in carp_attach, create the "carp" interface group, so that it is always | Henning Brauer |
2006-08-31 | Automatically add a IPv6 link-local address to carp interfaces when the | Ryan Thomas McBride |
2006-08-28 | Make carp see all IPv6 address additions and remove dead code in carp_ioctl() | Ryan Thomas McBride |
2006-08-16 | Send out a second delayed gratuitous ARP request after | Marco Pfatschbacher |
2006-06-16 | adjust functions dealing with the routing table to take a table ID as | Henning Brauer |
2006-06-02 | Introduce attributes to interface groups. | Marco Pfatschbacher |
2006-05-22 | Check for NULL cookies before calling hook_disestablish(). Just in case | Kenneth R Westerback |
2006-05-18 | Add a duplicate check for our own advertisements. This is necessary | Marco Pfatschbacher |
2006-03-26 | if_link_state_change() is more appropriate here. | Camiel Dobbelaar |
2006-03-25 | allow bpf(4) to ignore packets based on their direction (inbound or | Damien Miller |
2006-03-23 | Set a carp MAC address of 00:00:00:00:00:00 if no vhid is assigned. | Ryan Thomas McBride |
2006-03-22 | prevent anything outside rote.c from accessing the routing table heads | Henning Brauer |
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 |