Age | Commit message (Expand) | Author |
2005-06-23 | update if_lastchange for evey IFF_UP change not only SIOCSIFFLAGS; henning@ ok | Michael Shalayeff |
2005-06-14 | rename function and define to reflect the external -> egress name change | Henning Brauer |
2005-06-13 | check wether mask is NULL in if_group_routechange before dereferencing | Henning Brauer |
2005-06-12 | add SIOCGIFGMEMB ioctl, returns a list of all interfaces who are member of | Henning Brauer |
2005-06-08 | if a cloned interface's destroy function fails, re-join the interface class | Henning Brauer |
2005-06-08 | kill NS and DECNET bits | Henning Brauer |
2005-06-08 | more inet6 stuff that got exposed | Theo de Raadt |
2005-06-08 | handle ramdisks, and kernels without inet6; henning ok | Theo de Raadt |
2005-06-07 | introduce a default "external" interface group, containing the interface(s) | Henning Brauer |
2005-06-07 | do not handle CCITT any longer | Henning Brauer |
2005-06-06 | use a define instead of hardcoding "all" in 3 places | Henning Brauer |
2005-06-06 | make cloned interfaces join an interface class group (carp for carpX, tun | Henning Brauer |
2005-06-05 | const'ify the char *groupname param to if_addgroup and if_delgroup | Henning Brauer |
2005-05-26 | deny groupnames ending in digits in if_addgroup, frantzen ok | Henning Brauer |
2005-05-26 | oups another unused var | Henning Brauer |
2005-05-26 | unused var | Henning Brauer |
2005-05-26 | remove the interface family group (i. e. "em" for "em0") | Henning Brauer |
2005-05-25 | when an interface joins or leaves a group call back into pf so it can | Henning Brauer |
2005-05-24 | include trunk.h to get the NTRUNK value | Reyk Floeter |
2005-05-24 | add net.inet.ip.ifq for monitoring and changing ifqueue; similar to netbsd | Markus Friedl |
2005-05-24 | actually delete the interface from the member list when it leaves the group | Henning Brauer |
2005-05-24 | initial import of a trunking (link aggregation and link failover) | Reyk Floeter |
2005-05-24 | keep a list of member interfaces in ifg_group | Henning Brauer |
2005-05-22 | missing #if NPF > 0 around ifgroups attachments | Henning Brauer |
2005-05-22 | allow pf to match on interface groups | Henning Brauer |
2005-05-21 | make every interface join a group called "all", mcbride ok | Henning Brauer |
2005-05-21 | clean up and rework the interface absraction code big time, rip out multiple | Henning Brauer |
2005-05-09 | ansify. no binary change. | Marco Pfatschbacher |
2005-04-28 | Don't detach interface from pf's perspective until after IPv6 is done with it. | Christopher Pascoe |
2005-04-20 | Introduce if_linkstatehooks. | Marco Pfatschbacher |
2005-04-05 | Return EINVAL in SIOCSIFLLADDR if new lladdr is a multicast address. | Claudio Jeker |
2005-03-30 | add lladdr command to ifconfig to set MAC address. diffs from freebsd via | Ted Unangst |
2005-02-07 | Add new function if_link_state_change() to take care of sending messages | Ryan Thomas McBride |
2005-01-18 | If there is no match in ifaof_ifpforaddr() return the first match -- main | Claudio Jeker |
2005-01-14 | First step in Bluetooth protocol stack support. | Alexander Yurchenko |
2005-01-14 | remove old ifgroups ioctls | Henning Brauer |
2004-12-20 | Enforce an ordering on ifnet such that CARP interfaces appear later in the | Christopher Pascoe |
2004-12-08 | Call if_down() in if_clone_destroy(). Based on diff from Chris Pascoe. | 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-12-07 | KNF | Ryan Thomas McBride |
2004-12-04 | use C comments. | Markus Friedl |
2004-12-03 | do not use one struct timeout for the if congestion stuff, but embed | Henning Brauer |
2004-10-14 | avoid stupid commons | Michael Shalayeff |
2004-10-11 | ifgroups reqrite | Henning Brauer |
2004-09-15 | Kill more netiso ghosts. | Alexander Yurchenko |
2004-06-26 | cleanup ioctl for ifgroups; ok pb@ | Markus Friedl |
2004-06-25 | introduce "interface groups" | Philipp Buehler |
2004-05-29 | introduce SIOCSIFDESCR and SIOCGIFDESCR to maintain interface | joshua stein |
2004-04-28 | spacing | Theo de Raadt |