History log of /freebsd-10.1-release/sys/netgraph/ng_eiface.h
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 272461 02-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 215673 22-Nov-2010 zec

Allow for MTU sizes of up to ETHER_MAX_LEN_JUMBO (i.e. 9018) bytes to be
configured on ng_eiface ifnets. The default MTU remains unchanged at
1500 bytes.

Mark ng_eiface ifnets as IFCAP_VLAN_MTU capable, so that the associated
vlan(4) ifnets may use full-sized Ethernet MTUs (1500 bytes).

MFC after: 3 days


# 141193 03-Feb-2005 ru

Added ASCII version of the NGM_EIFACE_GET_IFNAME message, "getifname".


# 141140 02-Feb-2005 ru

Whitespace and "const" changes to reduce diffs to RELENG_4.
(Gives the same object when compiled without NETGRAPH_DEBUG.)


# 139823 06-Jan-2005 imp

/* -> /*- for license, minor formatting changes


# 123601 17-Dec-2003 ru

Use the (now standard) Ethernet address parse type.


# 122488 11-Nov-2003 ru

MFS: Change interface name from "nge" to "ngeth" to avoid conflict
with nge(4).


# 122481 11-Nov-2003 ru

Use a single style of multiple inclusion protection for Netgraph headers.

Reviewed by: archie, harti, emax


# 97685 31-May-2002 archie

Fix GCC warnings caused by initializing a zero length array. In the process,
simply things a bit by getting rid of 'struct ng_parse_struct_info' which
was useless because it only contained one field.

MFC after: 2 weeks


# 73035 25-Feb-2001 julian

slight cleanups during testing.


# 73006 25-Feb-2001 julian

Add a node that looks to all the word like an ethernet but delivers its
ehternet frames to a netgraph hook.

Submitted by: "Vitaly V. Belekhov" <vitaly@riss-telecom.ru>
translated to 5.0 by me. man page not yet written.

This node still needs a little work.. don't use yet. Not yet linked into
the build.