summaryrefslogtreecommitdiffstats
path: root/sys/net/ethernet.h
Commit message (Expand)AuthorAgeFilesLines
* MFC 305177sephe2016-10-301-1/+1
* Add ethertype reserved for network testinggnn2016-03-281-0/+1
* Move struct ether_vlan_header to ethernet.h, out of if_vlan_var.h,glebius2014-11-111-0/+19
* Add const qualifier to the dst parameter of the ifnet if_output method.glebius2013-04-261-2/+2
* Change if_output to take a struct route as its fourth argument in orderkmacy2009-04-161-2/+2
* Move CTASSERT of ether header sizes out of the header file and intoemaste2008-08-271-5/+0
* Spelling and capitalization fixes.scf2008-05-161-4/+4
* Use a uint16_t type for the vlan tag rather an int.thompsa2007-10-181-1/+1
* The bridging output function puts the mbuf directly on the interfaces sendthompsa2007-10-181-0/+1
* Sync ether_ioctl() with ioctl(2) and ifnet.if_ioctlyar2007-05-291-1/+1
* Add prototypes for ether_aton_r() and ether_ntoa_r() missed in previousrwatson2007-05-131-0/+2
* Add Ethertype for 802.3ad LACP.bms2007-03-071-0/+1
* style(9) nit. Prefer struct[space]name[space]{ to make grep searches morecsjp2007-01-011-2/+2
* Use CTASSERT to make sure:imp2006-12-011-1/+6
* Fix typo in commentcsjp2006-11-181-1/+1
* Currently, drivers that support hardware offload of VLAN tagcsjp2006-11-181-0/+19
* mark struct ether_header packed so gcc honors alignmentsam2006-11-181-1/+1
* add ETHERTYPE_PAE for EAPOL/802.1xsam2004-10-051-0/+1
* Add helper functions to calculate the standard ethernet CRC innaddy2004-06-021-0/+2
* general cleanups mostly aimed at improving portability of driverssam2002-11-141-43/+38
* Add more ethernet types and move AppleTalk types into proper location.sobomax2002-09-061-7/+257
* Fix a couple of incorrect m_free() vs. m_freem() usages and related issues.luigi2002-04-041-29/+9
* Remove __P.alfred2002-03-191-5/+5
* Don't pass an interface pointer to VLAN_INPUT{,_TAG}. Get it from thebrooks2001-12-031-10/+10
* Make vlan(4) loadable, unloadable, and clonable. As a side effect,brooks2001-09-051-0/+35
* Const'ify parameters to ethers(3) routines as appropriate.archie2000-07-181-5/+5
* Make all Ethernet drivers attach using ether_ifattach() and detach usingarchie2000-07-131-0/+6
* Provide forward declarations for struct ifnet and struct mbufarchie2000-06-291-0/+3
* Make the ng_ether(4) node type dynamically loadable like the rest.archie2000-06-261-2/+14
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-2/+2
* KAME related header files additions and merges.shin1999-11-051-3/+4
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add preliminary support for IEEE 802.1Q VLAN tagging. It doesn't actuallywollman1998-03-181-1/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Move the ethertypes from <netinet/if_ether.h> to <net/ethernet.h>.wollman1997-01-031-1/+19
* More cleanups to satisfy the following rules:bde1996-12-191-5/+8
* Clean up Bill's additions.wollman1996-12-191-9/+11
* Add prototypes for ethers.3 functions as per wollman:wpaul1996-12-181-1/+11
* Megacommit to straigthen out ETHER_ mess.phk1996-08-061-6/+56
* This file is the (intended) definitive source of the ETHER_ macros.phk1996-08-051-0/+13
OpenPOWER on IntegriCloud