summaryrefslogtreecommitdiffstats
path: root/sys/net/if_media.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add media types for 802.11 AC.stsp2018-02-041-1/+34
* some more 25g media types, and a bunch of AOC types.dlg2017-11-151-1/+15
* A space here, a space there. Soon we're talking real whitespacekrw2017-01-241-2/+2
* fix typo (bas->base), "please commit" mikeb@sthen2016-12-141-2/+2
* New media types from FreeBSDmikeb2016-12-131-1/+85
* Remove wireless turbo mode support. It is a non-standard extensionstsp2016-01-121-3/+1
* Add ifmedia definitions for 802.11n.stsp2015-11-151-1/+235
* Make room for media types of the future. Extend the ifmedia word to 64 bits.stsp2015-09-111-76/+71
* Remove IFM_MAKEMODE. It is unused in base and ports and there doesn't seemstsp2015-09-091-3/+2
* Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>.mpi2014-12-051-2/+3
* Add 10GSFP+Cu to the Ethernet media types. This is for 10G direct attachedclaudio2010-02-091-1/+5
* s/hz/Hz/ on multiples of the SI unit hertz other than MHz.sobrado2009-11-021-4/+4
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* add 10GbaseT media type, 10 Gigabit Ethernet over CAT 6 unshielded orreyk2008-06-191-1/+6
* add a 2.5 Gbps fiber media type.brad2007-10-051-1/+5
* Use the proper baudrate for 10Gb hw now that it can fit into the buadratebrad2007-09-191-4/+4
* - Use a 64-bit int for the baudrate within the ifmedia_baudrate struct andbrad2007-09-171-3/+3
* remove token ring leftovers, ok mcbride pvalhenning2007-05-291-38/+1
* Add IFM_ETH_FMASK. From NetBSD.kettenis2006-12-291-1/+4
* Add IFM_ETH_RXPAUSE and IFM_ETH_TXPAUSE. From NetBSD.kettenis2006-12-271-1/+5
* add media types for 10Gb Ethernet, though only using a baudratebrad2006-06-211-1/+16
* kill spaces OK deraadt@claudio2005-08-101-23/+23
* Add an additional media subtype IFM_TDM_E1_G704_CRC4 for TDM interfaces.claudio2005-08-101-1/+9
* - prototype must not have variable name.brad2005-07-051-19/+18
* added new commands to ifconfig used by net80211 interfaces:reyk2004-11-021-4/+26
* media descriptions and such for carp, ryan daniel okhenning2004-10-281-1/+9
* Add an Ethernet option bit for master mode (for 1000baseT, the linkbrad2004-10-071-1/+5
* Media support for the 802.11 framework, missing in that commit the other day.millert2004-06-271-1/+32
* starting TDM T1->E3->whatever media interface model we will attemptderaadt2004-06-191-1/+59
* defines and struct for the ieee80211 framework; deraadt@ ok.fgsch2003-08-241-1/+3
* 1000baseTX -> 1000baseTnate2002-11-261-5/+8
* o Add ibss and ibss-master mediaopt for ifconfigmillert2002-04-101-1/+5
* i forgot these for if_wimickey2002-03-281-1/+3
* First round of __P removal in sysmillert2002-03-141-13/+13
* sync mii code with netbsdnate2000-08-261-15/+62
* small knits in .c, more media definitions from netbsd in .hmickey2000-03-211-1/+38
* use LIST_* macros where appropriate instead of using LIST* internals.mickey2000-02-261-1/+25
* From NetBSD:jason2000-02-181-4/+6
* expose ifmedia_matchjason2000-01-081-1/+5
* 1000baseXX mediajason1999-07-211-2/+10
* o OpenBSD gets if_media support (from NetBSD)jason1998-09-031-0/+356