Age | Commit message (Expand) | Author |
2014-07-22 | Fewer <netinet/in_systm.h> ! | Martin Pieuchot |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-09 | bpf code surgery / shuffling / simplification. | Henning Brauer |
2014-06-30 | Kill dead code, what does a negative number of addresses on a carp(4) | Martin Pieuchot |
2014-04-30 | Remove carp_seroute() it no longer does anything useful but mess with | Martin Pieuchot |
2014-04-21 | ip_output() using varargs always struck me as bizarre, esp since it's only | Henning Brauer |
2014-04-20 | ether_output: instead of assembling the ethernet header and then calling | Henning Brauer |
2014-04-14 | "struct pkthdr" holds a routing table ID, not a routing domain one. | Martin Pieuchot |
2014-03-27 | Stop mixing interface address flags with routing entry ones. | Martin Pieuchot |
2014-03-21 | Global lists of addresses are species near extinction, even carp do | Martin Pieuchot |
2014-03-18 | Rename rt_gettable() into rtable_get(), swap its arguments to be | Martin Pieuchot |
2014-02-13 | When sending a neighbor advertisement, correctly use the carp mac | Martin Pieuchot |
2014-02-07 | Make carp send IPv6 neighbour advertisements with the 'router' flag | Stefan Sperling |
2014-01-22 | Pass the receiving interface pointer to carp_input() instead of re- | Martin Pieuchot |
2014-01-13 | Call all local valiables of type struct in6_ifaddr "ia6". This is | Alexander Bluhm |
2014-01-09 | bzero/bcmp -> memset/memcmp. ok matthew | Ted Unangst |
2013-11-28 | Use the local variable referencing the receiving interface instead of | Martin Pieuchot |
2013-11-21 | Remove unneeded include. | Martin Pieuchot |
2013-10-28 | tedu FDDI support and the 3 flavors the driver for DEC devices, even | Martin Pieuchot |
2013-10-20 | Put a large chunk of the IPv6 rdomain support in-tree. | Peter Hessler |
2013-10-19 | Now carp_set_addr() and carp_set_addr6() break out of the loop after | Alexander Bluhm |
2013-10-19 | In carp_set_addr6() break out of the loop after the interface address | Alexander Bluhm |
2013-10-17 | The header file netinet/in_var.h included netinet6/in6_var.h. This | Alexander Bluhm |
2013-08-12 | In the common IPv4 and IPv6 file ip_carp.c an #ifdef INET6 was | Alexander Bluhm |
2013-06-20 | Revert previous and unbreak asr, the new include should be protected. | Martin Pieuchot |
2013-06-20 | Allocate the various hook head descriptors as part of the ifnet | Martin Pieuchot |
2013-06-18 | Use TAILQ_FOREACH() instead of handrolling our own version and stop | Martin Pieuchot |
2013-06-03 | fix typo in comment | YASUOKA Masahiko |
2013-06-02 | Exclude the mac address for the HMAC calculation if lladdr is the real | YASUOKA Masahiko |
2013-03-28 | code that calls timeout functions should include timeout.h | Ted Unangst |
2013-03-28 | do not include machine/cpu.h from a .c file; it is the responsibility of | Theo de Raadt |
2013-03-28 | no need for a lot of code to include proc.h | Ted Unangst |
2013-03-26 | Remove various read-only *maxlen variables and use IFQ_MAXLEN directly. | Martin Pieuchot |
2013-03-25 | Substitute the handcrafted list of IPv6 addresses by a proper TAILQ. | Martin Pieuchot |
2013-03-22 | simple replacement of LIST_END with NULL. ok mpi | Ted Unangst |
2012-10-08 | Make carp_ourether() shorter and more generic. Only a mac address | Camiel Dobbelaar |
2012-09-19 | Make rt_lookup return a pointer to an rtentry struct instead of | Bret Lambert |
2012-09-19 | inherit IFCAP_CSUM_* from the parent interface | Henning Brauer |
2012-04-11 | fix all the suser calls which pass an incorrect p_acflag argument; | Mike Belopuhov |
2011-11-19 | Select a routing table according to the rdomain. Allows one | Mike Belopuhov |
2011-10-30 | In the advbase 0 case, we have to use three times | Marco Pfatschbacher |
2011-10-24 | Lower carp demote count on interface detach, fixes a bug introduced by rev 1.... | Camiel Dobbelaar |
2011-10-16 | Use m_pullup() instead of IP6_EXTHDR_GET() to get the carp header | Marco Pfatschbacher |
2011-09-06 | Properly initialize struct carp_if (especially vhif_nvrs) with M_ZERO. | Marco Pfatschbacher |
2011-07-08 | mark carp advertisements to be queued at priority 6. losing them is bad, | Henning Brauer |
2011-07-04 | Don't make copy multicast packets for carp interfaces | Marco Pfatschbacher |
2011-07-04 | Allow advbase to be set to zero, which makes it possible to run | Marco Pfatschbacher |
2011-07-03 | avoid void * pointer arithmetic | David Hill |
2011-07-03 | Do not use LINK_STATE_UNKNOWN for the INIT state. LINK_STATE_UNKNOWN has | Claudio Jeker |
2011-05-04 | Collapse m_pullup and m_pullup2 into a single function, as they're | Bret Lambert |