Age | Commit message (Expand) | Author |
2007-06-01 | sc_carplladdr does not need to be dereferenced. | Marco Pfatschbacher |
2007-06-01 | apply the "skip ipsec if there are no flows" speedup diff to IPv6 too. | Henning Brauer |
2007-06-01 | Remove code to create a carp(4) Token Ring lladdr. | Marco Pfatschbacher |
2007-05-29 | Move tokenring support to the attic where it can join the cards that where | Claudio Jeker |
2007-05-28 | Users of arc4random() should include dev/rndvar.h directly. | Ryan Thomas McBride |
2007-05-27 | rewrite a static inline func that simply coerces a return type of another | David Gwynne |
2007-05-26 | one extern seems to be better than 20 for ifqmaxlen; ok krw | Jason Wright |
2007-05-06 | do not fill RTAX_GATEWAY for RTM_DELETE, ok claudio | Henning Brauer |
2007-05-04 | make carp's routing table modification attempts (imho broken by design) | Henning Brauer |
2007-03-27 | Don't pick up IPv6 link local IPs on address deletions. | Marco Pfatschbacher |
2007-03-25 | Synchronise carp advertisements on group demotion. | Marco Pfatschbacher |
2007-03-18 | Add IP load balancing support for carp(4). | Marco Pfatschbacher |
2006-12-13 | use IN6_IS_SCOPE_EMBED to check kernel-internal form addresses | Jun-ichiro itojun Hagino |
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 |