Age | Commit message (Expand) | Author |
2015-09-12 | consistently name the ifnet * that refers to the parent interface | David Gwynne |
2015-09-12 | vhif_ifp in struct carp_ifs is set but never used. it can be trimmed. | David Gwynne |
2015-09-12 | vhif_nvrs in carp_if is used to count the number of entries in | David Gwynne |
2015-09-11 | Kill yet another argument to functions in IPv6. This time ip6_output's | Claudio Jeker |
2015-09-10 | pass a cookie argument to interface input handlers that can be used | Mike Belopuhov |
2015-09-10 | if_put after if_get. | David Gwynne |
2015-09-10 | move the if input handler list to an SRP list. | David Gwynne |
2015-07-02 | By design if_input_process() needs to hold a reference on the receiving | Martin Pieuchot |
2015-06-30 | Rename if_output() into if_enqueue() to avoid confusion with comments | Martin Pieuchot |
2015-06-29 | count if_ibytes in if_input like we do for if_ipackets. | David Gwynne |
2015-06-24 | Increment if_ipackets in if_input(). | Martin Pieuchot |
2015-06-16 | Store a unique ID, an interface index, rather than a pointer to the | Martin Pieuchot |
2015-06-08 | Move carp-related logic from ether_output() into carp_start(). | Martin Pieuchot |
2015-06-02 | Take carp(4) out of ether_input(). | Martin Pieuchot |
2015-05-21 | Correctly state the link state to INVALID when creating a carp interface. | Martin Pieuchot |
2015-05-15 | Give carp(4) interfaces their own low priority. The change should not | Claudio Jeker |
2015-05-15 | Remove a NULL check in carp_set_ifp() as we always pass a valid ifp | Martin Pieuchot |
2015-04-28 | Make sure to overwrite sdl_type after calling ether_ifattach(). | Martin Pieuchot |
2015-04-22 | Add the necessary glue to keep carp(4) working while other pseudo-drivers | Martin Pieuchot |
2015-04-21 | Revert previous. Packets going through carp_input() but not destinated | Martin Pieuchot |
2015-04-15 | Add the necessary glue to keep carp(4) working while other pseudo-drivers | Martin Pieuchot |
2015-04-15 | Use ether_ifattach() and ether_ifdetach() when cloning/destroying an | Martin Pieuchot |
2015-04-07 | Do not pass an `ifp' argument to interface input handlers since it | Martin Pieuchot |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2015-03-04 | Explicitly fallback to a carp IP address if the parent does not have any | Martin Pieuchot |
2015-02-11 | Until carp(4) is converted to call ether_ifattach() and ether_ifdetach(), | Martin Pieuchot |
2015-01-21 | Remove the code to automagically find a "carpdev". | Martin Pieuchot |
2015-01-08 | Do not unconditionally set a link-local address. | Martin Pieuchot |
2014-12-19 | unifdef INET in net code as a precursor to removing the pretend option. | Ted Unangst |
2014-12-17 | Remove the "multicast_" prefix from the fields a multicast-only struct. | Martin Pieuchot |
2014-12-17 | Use an interface index instead of a pointer for multicast options. | Martin Pieuchot |
2014-12-05 | Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>. | Martin Pieuchot |
2014-11-20 | sizes for simple free cases. sizeof(*) and one case where len is clear. | Ted Unangst |
2014-11-18 | move arc4random prototype to systm.h. more appropriate for most code | Ted Unangst |
2014-11-03 | Fix kernel stack overflow by preventing carp_send_ad_all() from re-entrant | Gerhard Roth |
2014-10-07 | Do not protect the SIOCSIFADDR call by splnet(). Drivers already | Martin Pieuchot |
2014-09-28 | Remove a limitation that ignored IPv6 link-local addresses on carp(4). | Reyk Floeter |
2014-09-08 | remove uneeded route.h includes | Jonathan Gray |
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 |