| Age | Commit message (Expand) | Author |
| 2020-03-15 | Define 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 with | thorpej |
| 2019-12-05 | Fix 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 media | msaitoh |
| 2019-10-03 | Add 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-10 | Remove extra parenthesis. | msaitoh |
| 2019-04-24 | No 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 entries | msaitoh |
| 2017-06-05 | No functional change: | msaitoh |
| 2016-09-14 | Introduce IFM_GENERIC. | roy |
| 2012-10-25 | Add 1000baseT-FDX. | msaitoh |
| 2011-02-20 | add MBSS. From FreeBSD. | cegger |
| 2011-01-26 | Add some 10-gigabit media words used by Intel 82599. | dyoung |
| 2009-10-05 | Replace u_quad_t with uint64_t. u_quad_t is just a typedef for | dyoung |
| 2009-08-12 | Add 1000BASE-BX10. | msaitoh |
| 2008-09-09 | Add support for SerDes controllers; from the OpenBSD driver. Tested on a | mhitch |
| 2008-06-15 | - Add more definitions from FreeBSD | christos |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-02-13 | CARP is Common *Address* Redundancy Protocol | skrll |
| 2008-01-10 | Add a helper subroutine for ethernet drivers, ifmedia_change(). | dyoung |
| 2006-06-03 | Add IFM_10G_SR and IFM_10G_CX4, to keep in sync with FreeBSD. | ragge |
| 2006-05-18 | Integrate Common Address Redundancy Procotol (CARP) from OpenBSD | liamjfoy |
| 2006-03-08 | Use the SI capitalization for "Hz", "kHz", and "MHz" in comments and strings. | lukem |
| 2005-12-10 | Multiple inclusion protection, as suggested by christos@ on tech-kern@ | elad |
| 2004-11-11 | Add prototypes for functions that convert media to/from strings. | dsl |
| 2004-10-16 | Put spaces either side of '|' for clarity ('|' looks too much like 'I' or 'l') | dsl |
| 2004-04-09 | De-__P'ify. | thorpej |
| 2004-04-09 | Add flow control-related media bits / descriptions. | thorpej |
| 2004-03-10 | Add 10GBASE-LR to IFM_10G_LR. | keihan |
| 2004-02-19 | Add media type 10GbaseLR. Change ifmb_baudrate and ifmedia_baudrate() | ragge |
| 2003-10-13 | Add constants and strings for 802.11 radios with OFDM PHY (802.11a, | dyoung |
| 2003-07-08 | prototype must not have variable name | itojun |
| 2003-04-23 | Accept standard IEEE 802.3 names for Ethernet medium types. | bjh21 |
| 2003-02-25 | Add support for Prism monitor mode. From Kevin Lahey | dyoung |
| 2002-11-07 | Fix more signed/unsigned comparison warnings. | thorpej |
| 2002-11-07 | Make ifm_data unsigned. | thorpej |
| 2002-11-07 | Make media and mask unsigned. | thorpej |
| 2002-09-27 | Change ifmb_baudrate for IFM_IEEE80211_DS5: 5Mbps -> 5.5Mbps | onoe |
| 2002-08-21 | Delete IFM_IEEE80211_IBSS [ibss] and IFM_IEEE80211_IBSSMASTER [ibss-master] | onoe |
| 2002-08-10 | Add "hostap", "ibss", and "ibss-master" 802.11 media options. | thorpej |
| 2001-06-30 | Rename an IFM_1000_TX occurrence missed in previous. | kleink |
| 2001-06-30 | IFM_1000_TX -> IFM_1000_T, as (breifly) discussed on tech-net. | bjh21 |
| 2001-05-31 | Add an Ethernet option bit for master mode (for 1000baseTX, the link | thorpej |
| 2000-03-06 | Add ifmedia_baudrate(), which returns a value suitable for ifi_baudrate | thorpej |
| 2000-02-17 | More 802.11 subtypes: there's also 1MB/s DS | sommerfeld |