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