Age | Commit message (Expand) | Author |
2006-06-02 | Introduce attributes to interface groups. | Marco Pfatschbacher |
2006-05-27 | remove IFCAP_JUMBO_MTU interface capabilities flag and set if_hardmtu in a few | Brad Smith |
2006-05-26 | rename jumbo mtu to if_hardmtu; ok brad reyk | Theo de Raadt |
2006-05-19 | add a if_jumbo_mtu field to the interface structure for drivers | Reyk Floeter |
2006-03-04 | With the exception of two other small uncommited diffs this moves | Brad Smith |
2006-02-09 | add an interface detach hook and use it with the vlan(4) driver. this | Reyk Floeter |
2005-06-14 | rename function and define to reflect the external -> egress name change | Henning Brauer |
2005-06-14 | use "egress" instead of "external" for the interface group containing the | Henning Brauer |
2005-06-12 | add SIOCGIFGMEMB ioctl, returns a list of all interfaces who are member of | Henning Brauer |
2005-06-07 | introduce a default "external" interface group, containing the interface(s) | Henning Brauer |
2005-06-06 | use a define instead of hardcoding "all" in 3 places | Henning Brauer |
2005-06-05 | const'ify the char *groupname param to if_addgroup and if_delgroup | Henning Brauer |
2005-05-24 | add net.inet.ip.ifq for monitoring and changing ifqueue; similar to netbsd | Markus Friedl |
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 | allow pf to match on interface groups | Henning Brauer |
2005-05-21 | clean up and rework the interface absraction code big time, rip out multiple | Henning Brauer |
2005-04-20 | Introduce if_linkstatehooks. | Marco Pfatschbacher |
2005-02-07 | Add new function if_link_state_change() to take care of sending messages | Ryan Thomas McBride |
2005-01-14 | remove old ifgroups ioctls | Henning Brauer |
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-03 | do not use one struct timeout for the if congestion stuff, but embed | Henning Brauer |
2004-11-10 | Safer IF_INPUT_ENQUEUE macro. | Alexander Yurchenko |
2004-10-14 | avoid stupid commons | Michael Shalayeff |
2004-10-11 | ifgroups reqrite | Henning Brauer |
2004-06-26 | cleanup ioctl for ifgroups; ok pb@ | Markus Friedl |
2004-06-25 | introduce "interface groups" | Philipp Buehler |
2004-06-20 | undo mbuf cluster breakage that causes free'ed packets to show up on the | Bob Beck |
2004-05-29 | introduce SIOCSIFDESCR and SIOCGIFDESCR to maintain interface | joshua stein |
2004-05-18 | if_ether.h | Brad Smith |
2004-04-26 | Before enqueueing the packet, copy the contents of incoming clusters | Ryan Thomas McBride |
2004-04-17 | add a congestion indicator to if_queue. It is set when the input queue | Henning Brauer |
2004-01-15 | add a RTM_IFANNOUNCE message; from netbsd; ok itojun, henning | Markus Friedl |
2003-12-16 | return error in ifc_destroy; ok deraadt, itojun, cedric, hshoexer | Markus Friedl |
2003-12-10 | use if_indexlim (instead of if_index) and ifindex2ifnet[x] != NULL | Jun-ichiro itojun Hagino |
2003-12-08 | add IOCIFGCLONERS; ifconfig -C; from netbsd; ok henning, deraadt | Markus Friedl |
2003-12-03 | support for network interface "cloning", e.g. gif(4) via ifconfig(8) | Markus Friedl |
2003-10-19 | more typos | David Krause |
2003-10-17 | Common Address Redundancy Protocol | Ryan Thomas McBride |
2003-08-25 | if_init support, required by ieee80211. | Federico G. Schwindt |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2002-07-03 | Change all variables definitions (int foo) in sys/sys/*.h to variable | Miod Vallat |
2002-06-30 | allocate sockaddr_dl for ifnet in if_alloc_sadl(), as we don't always know | Jun-ichiro itojun Hagino |
2002-06-23 | g/c last remains of old ipv6 prefix management | Jun-ichiro itojun Hagino |
2002-05-27 | if_attach() gets called before domaininit(). scan all interfaces for if_afdata | Jun-ichiro itojun Hagino |
2002-05-27 | framework to add af-dependent data structure to struct ifnet. | Jun-ichiro itojun Hagino |
2002-04-24 | Add hooks to struct ifnet that allow to register callbacks that will be | Daniel Hartmeier |
2002-03-15 | Cosmetic changes only, primarily making comments line up nicely after the | Todd C. Miller |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |