| Age | Commit message (Expand) | Author |
| 2006-03-16 | Add a new function called ether_snprintf() which takes an external buffer | christos |
| 2006-01-29 | fix VLAN_ATTACHED() macro, it was always true due to condition bug | jdolecek |
| 2005-12-10 | Multiple inclusion protection, as suggested by christos@ on tech-kern@ | elad |
| 2005-03-18 | add agr(4), a pseudo network device driver for link aggregation. | yamt |
| 2005-02-20 | expose the new VLAN macros only within kernel | jdolecek |
| 2005-02-20 | add several VLAN tagging related macros, to reduce code duplication | jdolecek |
| 2005-01-08 | constify broadcastaddr. | yamt |
| 2005-01-08 | remove an unused member, enm_ec from ether_multi. | yamt |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-06-26 | Test for symbol "_KERNEL_OPT" instead of "_LKM" as suggested by | tron |
| 2003-06-26 | Don't include "opt_mbuftrace.h" if "_LKM" is defined. This fixes a build | tron |
| 2003-06-23 | Make sure to include opt_foo.h if a defflag option FOO is used. | martin |
| 2003-03-25 | Make promiscous mode work on vlans: introduce a new link-layer m_flag | bouyer |
| 2003-02-26 | Add MBUFTRACE kernel option. | matt |
| 2002-09-16 | Use "const" for all input parameters of ethers(3) functions. | tron |
| 2002-03-05 | bring in latest ALTQ from kjc. ALTQify some of the drivers. | itojun |
| 2001-11-05 | Switch to using queue access macros instead of refering to the member | matt |
| 2001-06-03 | Consider the configured MTU of the interface when determining | thorpej |
| 2001-06-03 | Add a capability bit that indicates support for Gigabit Ethernet | thorpej |
| 2001-04-07 | Add altq_etherclassify(), a slight hack modified from the kame/freebsd4 | thorpej |
| 2001-04-07 | ether_*() functions belong in if_ether.h, not if.h. | thorpej |
| 2000-11-17 | Supports hardware 802.1q VLAN tagging, per discussion on tech-net. The tag is | bouyer |
| 2000-10-11 | Implement ether_ioctl(), ioctl operations common to all Ethernet | thorpej |
| 2000-10-03 | Improve the VLAN support, in particular, handling of MTU: | thorpej |
| 2000-09-28 | Factor out and give a name to the common functionality to translate | enami |
| 2000-06-17 | Ansify before committing my next change. | matt |
| 2000-03-29 | Fix typo in comment. | enami |
| 2000-03-29 | Extern etherbroadcastaddr, ether_ipmulticast_min and ether_ipmulticast_max. | simonb |
| 2000-03-06 | - Initialize ifp->if_baudrate to a sensible value when the interface is | thorpej |
| 1999-11-19 | Add the `packed' attribute to structures which describe wire protocol | thorpej |
| 1999-08-10 | u_char -> u_int8_t in the IPv6 goo. | thorpej |
| 1999-08-05 | M_HASCRC -> M_HASFCS, as suggested by Christoph Badura. | thorpej |
| 1999-08-04 | Define an Ethernet-specific flag which drivers can use to tell | thorpej |
| 1999-07-01 | IPv6 kernel code, based on KAME/NetBSD 1.4, SNAP kit 19990628. | itojun |
| 1999-04-09 | don't expose structures and prototypes to _STANDALONE programs | drochner |
| 1999-03-25 | Define several constants related to the Ethernet protocol: | thorpej |
| 1999-03-25 | define ETHER_CRC_LEN, for if_vr.c | explorer |
| 1998-07-28 | Remove obsolete comment. | is |
| 1998-02-09 | add multiple inclusion protection (and cleanup). | perry |
| 1997-11-02 | * modify ether_aton, ether_hostton, and ether_line to take 'const char *' | lukem |
| 1997-03-15 | New ARP system, supports IPv4 over any hardware link. | is |