aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_media.c
Commit message (Expand)AuthorAgeFilesLines
* if_media.c SIOCGMEDIAX handler: improve loopKonstantin Belousov2020-11-031-5/+7
* net/if_media.c: improve IFMEDIA_DEBUG output.Konstantin Belousov2020-11-011-4/+4
* Cleanup of net/if_media.c: simplify cleanup loop in ifmedia_removeall().Konstantin Belousov2020-11-011-2/+1
* Cleanup of net/if_media.c: some style.Konstantin Belousov2020-11-011-7/+7
* Cleanup of net/if_media.c: switch to ANSI C function definitions.Konstantin Belousov2020-11-011-31/+10
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+1
* if_media.c: staticize and constify ifmedia description structures used under ...Konstantin Belousov2020-02-111-16/+19
* if_media.c: use __FBSDID().Konstantin Belousov2020-02-111-1/+3
* Finish removing FDDI and tokenring media support.Brooks Davis2018-04-231-11/+0
* Remove support for FDDI networks.Brooks Davis2018-04-111-11/+0
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Remove register keyword from sys/ and ANSIfy prototypesEd Maste2017-05-171-1/+1
* Fix reference to free memory in ixgbe/if_media.cRyan Stone2017-01-201-0/+1
* Make IFMEDIA_DEBUG a kernel option.Gleb Smirnoff2015-04-211-0/+2
* ifmedia changes:Eric Joyner2015-04-071-5/+26
* Optimize SIOCGIFMEDIA handling removing malloc(9) and doubleGleb Smirnoff2015-03-041-58/+14
* Fix typos - remove duplicate "the".Rebecca Cran2011-02-211-1/+1
* - Introduce ifmedia_baudrate(), which returns correct baudrate of theGleb Smirnoff2006-02-141-0/+22
* add a sysctl to turn debug msgs on/off when built with IFMEDIA_DEBUGSam Leffler2005-12-251-0/+4
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-2/+2
* Add media types and options for ATM. While on most ATM cards media cannotHartmut Brandt2003-04-291-0/+11
* o add support for multi-mode devices like 802.11 wireless cards that supportSam Leffler2003-04-281-4/+20
* At long last, commit the zero copy sockets code.Kenneth D. Merry2002-06-261-1/+3
* Remove __P.Alfred Perlstein2002-03-191-3/+3
* Currently, each wireless networking driver has it's own control programPoul-Henning Kamp2001-05-261-0/+10
* Protect against negative numbers as wellAlfred Perlstein2001-02-261-0/+3
* fix typo in commentAlfred Perlstein2001-02-261-1/+1
* Santize a size variable passed to kernel malloc.Alfred Perlstein2001-02-261-10/+20
* Another round of the <sys/queue.h> FOREACH transmogriffer.Poul-Henning Kamp2001-02-041-2/+1
* Use <sys/queue.h> macro api rather than fondle its implementation detals.Poul-Henning Kamp2001-02-031-5/+5
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Hopefully make IFMEDIA_DEBUG compile. if_xname[] is a NetBSD addition,Peter Wemm1999-08-181-3/+3
* Bring the 'new-bus' to the i386. This extensively changes the way thePeter Wemm1999-04-161-1/+14
* Staticize.Eivind Eklund1998-02-091-3/+3
* Back out DIAGNOSTIC changes.Eivind Eklund1998-02-061-3/+1
* Turn DIAGNOSTIC into a new-style option.Eivind Eklund1998-02-041-1/+3
* Removed unused #includes.Bruce Evans1997-08-021-3/+1
* Make it compile on FreeBSD, add $Id$Peter Wemm1997-05-031-1/+2
* Backend support for if_media interface ioctl's. This is for supportingPeter Wemm1997-05-031-0/+475