summaryrefslogtreecommitdiff
path: root/sys/net/if_media.h
AgeCommit message (Expand)Author
2020-03-15Define and implement a locking protocol for the ifmedia / mii layers:thorpej
2020-02-17- Remove 50GBASE-LR10.msaitoh
2020-02-01- Add an ifmedia_fini() routine, to free resources assocated withthorpej
2019-12-05Fix previous comment change for ifm_media. It was correct.msaitoh
2019-11-28 Fix comment. The ifm_media member of struct ifmedia is NOT user-set mediamsaitoh
2019-10-03Add IFM_IEEE80211_VHT subtype, IFM_IEEE80211_11AC operating mode, and missing...jmcneill
2019-05-17 The max subtype of the ifmedia word is 31. It's too small for Ethernet now.msaitoh
2019-05-10Remove extra parenthesis.msaitoh
2019-04-24No functional change:msaitoh
2019-04-17 Tabify. No functional change.msaitoh
2017-10-04 Add 2.5GBASE-T and 5GBASE-T.msaitoh
2017-10-04 All Ethernet media more than 1000Mbps don't support half duplex.msaitoh
2017-06-08- Add some missing baudrate entriesmsaitoh
2017-06-05No functional change:msaitoh
2016-09-14Introduce IFM_GENERIC.roy
2012-10-25Add 1000baseT-FDX.msaitoh
2011-02-20add MBSS. From FreeBSD.cegger
2011-01-26Add some 10-gigabit media words used by Intel 82599.dyoung
2009-10-05Replace u_quad_t with uint64_t. u_quad_t is just a typedef fordyoung
2009-08-12Add 1000BASE-BX10.msaitoh
2008-09-09Add support for SerDes controllers; from the OpenBSD driver. Tested on amhitch
2008-06-15- Add more definitions from FreeBSDchristos
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-02-13CARP is Common *Address* Redundancy Protocolskrll
2008-01-10Add a helper subroutine for ethernet drivers, ifmedia_change().dyoung
2006-06-03Add IFM_10G_SR and IFM_10G_CX4, to keep in sync with FreeBSD.ragge
2006-05-18Integrate Common Address Redundancy Procotol (CARP) from OpenBSDliamjfoy
2006-03-08Use the SI capitalization for "Hz", "kHz", and "MHz" in comments and strings.lukem
2005-12-10Multiple inclusion protection, as suggested by christos@ on tech-kern@elad
2004-11-11Add prototypes for functions that convert media to/from strings.dsl
2004-10-16Put spaces either side of '|' for clarity ('|' looks too much like 'I' or 'l')dsl
2004-04-09De-__P'ify.thorpej
2004-04-09Add flow control-related media bits / descriptions.thorpej
2004-03-10Add 10GBASE-LR to IFM_10G_LR.keihan
2004-02-19Add media type 10GbaseLR. Change ifmb_baudrate and ifmedia_baudrate()ragge
2003-10-13Add constants and strings for 802.11 radios with OFDM PHY (802.11a,dyoung
2003-07-08prototype must not have variable nameitojun
2003-04-23Accept standard IEEE 802.3 names for Ethernet medium types.bjh21
2003-02-25Add support for Prism monitor mode. From Kevin Laheydyoung
2002-11-07Fix more signed/unsigned comparison warnings.thorpej
2002-11-07Make ifm_data unsigned.thorpej
2002-11-07Make media and mask unsigned.thorpej
2002-09-27Change ifmb_baudrate for IFM_IEEE80211_DS5: 5Mbps -> 5.5Mbpsonoe
2002-08-21Delete IFM_IEEE80211_IBSS [ibss] and IFM_IEEE80211_IBSSMASTER [ibss-master]onoe
2002-08-10Add "hostap", "ibss", and "ibss-master" 802.11 media options.thorpej
2001-06-30Rename an IFM_1000_TX occurrence missed in previous.kleink
2001-06-30IFM_1000_TX -> IFM_1000_T, as (breifly) discussed on tech-net.bjh21
2001-05-31Add an Ethernet option bit for master mode (for 1000baseTX, the linkthorpej
2000-03-06Add ifmedia_baudrate(), which returns a value suitable for ifi_baudratethorpej
2000-02-17More 802.11 subtypes: there's also 1MB/s DSsommerfeld