Age | Commit message (Expand) | Author |
2010-04-25 | Properly adjust group demotion counters when groups are added or | Marco Pfatschbacher |
2008-06-14 | add carppeer; an option to specify a different multicast address or | Reyk Floeter |
2008-02-05 | Move carp load balancing (ARP/IP) to a simpler configuration scheme. | Marco Pfatschbacher |
2007-12-14 | add sysctl entry points into various network layers, in particular to | Theo de Raadt |
2007-11-22 | Factor out the virtual host portion of carp into a separate struct | Marco Pfatschbacher |
2007-09-03 | Make use of the carp preempt counter to signal number of transitions of | Joel Knight |
2007-03-18 | Add IP load balancing support for carp(4). | Marco Pfatschbacher |
2006-06-02 | Introduce attributes to interface groups. | Marco Pfatschbacher |
2006-04-27 | use underscore variants of _BYTE_ORDER macros which are always defined | Ted Unangst |
2005-12-10 | in ansi c, bitfields must be done against int, unsigned int, or _Bool. | Theo de Raadt |
2005-04-20 | Introduce if_linkstatehooks. | Marco Pfatschbacher |
2005-03-01 | Unbreak arp_input with carp; add back the call to carp_iamatch() | Ryan Thomas McBride |
2005-01-18 | Rewriting the lladdr can now be done without using mbuf tags. | Marco Pfatschbacher |
2004-12-19 | Make it possible for carp to work on fddi and token ring again. | Ryan Thomas McBride |
2004-12-17 | Reorder code in the ethernet output path, and enhance unicast address | Christopher Pascoe |
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-10 | Rename carp_output() to carp_fix_lladdr(). | 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-07-29 | Document the CARP header layout. | Ryan Thomas McBride |
2004-05-05 | Remove unused #define. | Ryan Thomas McBride |
2004-04-28 | carp stats cleanup: | Ryan Thomas McBride |
2004-04-28 | Make carp(4) aware of its physical interface: | Ryan Thomas McBride |
2003-11-16 | convert __attribute__((__packed__)) to __packed so that parsers unaware | Anil Madhavapeddy |
2003-11-07 | Check to make sure that the packet was received on a carp-enabled interface. | Ryan Thomas McBride |
2003-10-31 | Add IPv6 support to CARP. | Ryan Thomas McBride |
2003-10-17 | Common Address Redundancy Protocol | Ryan Thomas McBride |