aboutsummaryrefslogtreecommitdiff
path: root/sys/net/ethernet.h
Commit message (Expand)AuthorAgeFilesLines
* bridge: Add support for emulated netmap modeMark Johnston2023-04-101-0/+1
* bpf: Add "_if" tap APIsJustin Hibbits2023-01-311-10/+5
* net(3): Fix a typo in a source code commentGordon Bergling2022-04-021-1/+1
* net: make ethernet.h self-containedKristof Provost2021-12-171-0/+2
* ifconfig: Minor documentation fixJose Luis Duran2021-05-031-2/+2
* bridge: Remove members when assigned to a new vnetKristof Provost2021-02-231-0/+4
* net: add ETHER_IS_IPV6_MULTICASTMitchell Horne2020-10-301-0/+2
* Add support for stacked VLANs (IEEE 802.1ad, AKA Q-in-Q).Alexander V. Chernikov2020-10-211-3/+10
* typo: stray spaces.Pedro F. Giffuni2020-02-071-1/+1
* ethernet: Add a couple more Ethertypes.Pedro F. Giffuni2020-02-051-0/+2
* typo: Registration.Pedro F. Giffuni2020-02-031-1/+1
* ethernet: Minor cleanup.Pedro F. Giffuni2020-02-031-5/+5
* style(9): Fix spaces after #define.Pedro F. Giffuni2020-02-021-4/+4
* ethernet: add some more Ethertypes.Pedro F. Giffuni2020-02-021-1/+1
* ethernet: add some more Ethertypes.Pedro F. Giffuni2020-02-021-0/+12
* net: add ETHER_IS_ZERO macro similar to ETHER_IS_BROADCASTEric Joyner2019-11-051-0/+3
* ether: add older ethertype definitions for QinQPhilip Paeps2019-10-171-0/+3
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-201-2/+2
* net: adjust randomized address bitsKyle Evans2019-04-171-1/+1
* ether: centralize fake hwaddr generationKyle Evans2019-03-141-0/+1
* Allow to specify PCP on packets not belonging to any VLAN.Konstantin Belousov2018-03-271-0/+16
* Define ethernet type 0x88A8 as ETHERTYPE_QINQ.Andrey V. Elsukov2018-03-061-0/+1
* ethernet: Add ethernet interface attached event and devctl notification.Sepherosa Ziehau2017-07-241-0/+6
* net/vlan: Revert 305177Sepherosa Ziehau2017-05-191-1/+1
* net/vlan: Shift for pri is 13 (pri mask 0xe000) not 1.Sepherosa Ziehau2016-09-011-1/+1
* Extract out the various local definitions of ETHER_IS_BROADCAST() andAdrian Chadd2016-08-071-0/+3
* Add ethertype reserved for network testingGeorge V. Neville-Neil2016-03-281-0/+1
* Move struct ether_vlan_header to ethernet.h, out of if_vlan_var.h,Gleb Smirnoff2014-11-111-0/+19
* Add const qualifier to the dst parameter of the ifnet if_output method.Gleb Smirnoff2013-04-261-2/+2
* Change if_output to take a struct route as its fourth argument in orderKip Macy2009-04-161-2/+2
* Move CTASSERT of ether header sizes out of the header file and intoEd Maste2008-08-271-5/+0
* Spelling and capitalization fixes.Sean Farley2008-05-161-4/+4
* Use a uint16_t type for the vlan tag rather an int.Andrew Thompson2007-10-181-1/+1
* The bridging output function puts the mbuf directly on the interfaces sendAndrew Thompson2007-10-181-0/+1
* Sync ether_ioctl() with ioctl(2) and ifnet.if_ioctlYaroslav Tykhiy2007-05-291-1/+1
* Add prototypes for ether_aton_r() and ether_ntoa_r() missed in previousRobert Watson2007-05-131-0/+2
* Add Ethertype for 802.3ad LACP.Bruce M Simpson2007-03-071-0/+1
* style(9) nit. Prefer struct[space]name[space]{ to make grep searches moreChristian S.J. Peron2007-01-011-2/+2
* Use CTASSERT to make sure:Warner Losh2006-12-011-1/+6
* Fix typo in commentChristian S.J. Peron2006-11-181-1/+1
* Currently, drivers that support hardware offload of VLAN tagChristian S.J. Peron2006-11-181-0/+19
* mark struct ether_header packed so gcc honors alignmentSam Leffler2006-11-181-1/+1
* add ETHERTYPE_PAE for EAPOL/802.1xSam Leffler2004-10-051-0/+1
* Add helper functions to calculate the standard ethernet CRC inChristian Weisgerber2004-06-021-0/+2
* general cleanups mostly aimed at improving portability of driversSam Leffler2002-11-141-43/+38
* Add more ethernet types and move AppleTalk types into proper location.Maxim Sobolev2002-09-061-7/+257
* Fix a couple of incorrect m_free() vs. m_freem() usages and related issues.Luigi Rizzo2002-04-041-29/+9
* Remove __P.Alfred Perlstein2002-03-191-5/+5
* Don't pass an interface pointer to VLAN_INPUT{,_TAG}. Get it from theBrooks Davis2001-12-031-10/+10
* Make vlan(4) loadable, unloadable, and clonable. As a side effect,Brooks Davis2001-09-051-0/+35