| Commit message (Expand) | Author | Age | Files | Lines |
* | Spelling and capitalization fixes. | scf | 2008-05-16 | 1 | -4/+4 |
* | Use a uint16_t type for the vlan tag rather an int. | thompsa | 2007-10-18 | 1 | -1/+1 |
* | The bridging output function puts the mbuf directly on the interfaces send | thompsa | 2007-10-18 | 1 | -0/+1 |
* | Sync ether_ioctl() with ioctl(2) and ifnet.if_ioctl | yar | 2007-05-29 | 1 | -1/+1 |
* | Add prototypes for ether_aton_r() and ether_ntoa_r() missed in previous | rwatson | 2007-05-13 | 1 | -0/+2 |
* | Add Ethertype for 802.3ad LACP. | bms | 2007-03-07 | 1 | -0/+1 |
* | style(9) nit. Prefer struct[space]name[space]{ to make grep searches more | csjp | 2007-01-01 | 1 | -2/+2 |
* | Use CTASSERT to make sure: | imp | 2006-12-01 | 1 | -1/+6 |
* | Fix typo in comment | csjp | 2006-11-18 | 1 | -1/+1 |
* | Currently, drivers that support hardware offload of VLAN tag | csjp | 2006-11-18 | 1 | -0/+19 |
* | mark struct ether_header packed so gcc honors alignment | sam | 2006-11-18 | 1 | -1/+1 |
* | add ETHERTYPE_PAE for EAPOL/802.1x | sam | 2004-10-05 | 1 | -0/+1 |
* | Add helper functions to calculate the standard ethernet CRC in | naddy | 2004-06-02 | 1 | -0/+2 |
* | general cleanups mostly aimed at improving portability of drivers | sam | 2002-11-14 | 1 | -43/+38 |
* | Add more ethernet types and move AppleTalk types into proper location. | sobomax | 2002-09-06 | 1 | -7/+257 |
* | Fix a couple of incorrect m_free() vs. m_freem() usages and related issues. | luigi | 2002-04-04 | 1 | -29/+9 |
* | Remove __P. | alfred | 2002-03-19 | 1 | -5/+5 |
* | Don't pass an interface pointer to VLAN_INPUT{,_TAG}. Get it from the | brooks | 2001-12-03 | 1 | -10/+10 |
* | Make vlan(4) loadable, unloadable, and clonable. As a side effect, | brooks | 2001-09-05 | 1 | -0/+35 |
* | Const'ify parameters to ethers(3) routines as appropriate. | archie | 2000-07-18 | 1 | -5/+5 |
* | Make all Ethernet drivers attach using ether_ifattach() and detach using | archie | 2000-07-13 | 1 | -0/+6 |
* | Provide forward declarations for struct ifnet and struct mbuf | archie | 2000-06-29 | 1 | -0/+3 |
* | Make the ng_ether(4) node type dynamically loadable like the rest. | archie | 2000-06-26 | 1 | -2/+14 |
* | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | peter | 1999-12-29 | 1 | -2/+2 |
* | KAME related header files additions and merges. | shin | 1999-11-05 | 1 | -3/+4 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Add preliminary support for IEEE 802.1Q VLAN tagging. It doesn't actually | wollman | 1998-03-18 | 1 | -1/+2 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Move the ethertypes from <netinet/if_ether.h> to <net/ethernet.h>. | wollman | 1997-01-03 | 1 | -1/+19 |
* | More cleanups to satisfy the following rules: | bde | 1996-12-19 | 1 | -5/+8 |
* | Clean up Bill's additions. | wollman | 1996-12-19 | 1 | -9/+11 |
* | Add prototypes for ethers.3 functions as per wollman: | wpaul | 1996-12-18 | 1 | -1/+11 |
* | Megacommit to straigthen out ETHER_ mess. | phk | 1996-08-06 | 1 | -6/+56 |
* | This file is the (intended) definitive source of the ETHER_ macros. | phk | 1996-08-05 | 1 | -0/+13 |