aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/lge
Commit message (Expand)AuthorAgeFilesLines
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-211-14/+15
* ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-181-1/+1
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-182-0/+4
* Shorten list of arguments to mbuf external storage freeing function.Gleb Smirnoff2017-10-091-8/+7
* Remove register keyword from sys/ and ANSIfy prototypesEd Maste2017-05-171-4/+4
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-191-7/+7
* All mbuf external free functions never fail, so let them be void.Gleb Smirnoff2014-07-111-4/+2
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Give (*ext_free) an int return value allowing for very sophisticatedAndre Oppermann2013-08-251-3/+3
* Add an mbuf pointer parameter to (*ext_free) to give the externalAndre Oppermann2013-08-241-4/+2
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-1/+1
* Remove duplicate const specifiers in many drivers (I hope I got all ofDimitry Andric2012-11-051-1/+1
* ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it againKevin Lo2012-01-071-1/+0
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-221-5/+1
* Close a race where SIOCGIFMEDIA ioctl get inconsistent link status.Pyun YongHyeon2011-10-171-1/+1
* - Remove unused remnants of MII bitbang'ing.Marius Strobl2011-10-112-20/+3
* - Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPMarius Strobl2011-05-031-6/+3
* Converted the remainder of the NIC drivers to use the mii_attach()Marius Strobl2010-10-151-4/+4
* - Hook into the existing stat timer to drive the transmit watchdog insteadJohn Baldwin2009-11-192-14/+13
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson2009-06-261-2/+2
* Remove unused variable.Christian Brueffer2009-05-121-3/+0
* Plug memory leak in jumbo buffer allocation failure path.Pyun YongHyeon2008-03-051-4/+12
* Give MEXTADD() another argument to make both void pointers to thePoul-Henning Kamp2008-02-011-1/+1
* Fix function prototype for device_shutdown method.Pyun YongHyeon2007-11-221-3/+3
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* - Consistently use if_printf() only in interface methods: if_start(),Gleb Smirnoff2006-09-152-12/+15
* Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp2006-05-161-1/+0
* Remove various bits of conditional Alpha code and fixup a few comments.John Baldwin2006-05-121-5/+0
* Do not touch ifp->if_baudrate in miibus aware drivers.Gleb Smirnoff2006-02-141-1/+0
* Add locking and mark MPSAFE:John Baldwin2005-11-232-55/+98
* - Store pointer to the link-level address right in "struct ifnet"Ruslan Ermilov2005-11-111-2/+2
* Replace FreeBSD 3.x syntax (controller miibus0) with 4.x syntaxWarner Losh2005-10-221-1/+1
* - Use if_printf() and device_printf() and axe lge_unit from the softc.John Baldwin2005-10-032-58/+41
* Make sure that we call if_free(ifp) after bus_teardown_intr. Since weWarner Losh2005-09-191-1/+1
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-091-13/+13
* Modify device drivers supporting multicast addresses to lock if_addr_mtxRobert Watson2005-08-031-0/+2
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-102-14/+27
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-291-2/+0
* Use BUS_PROBE_DEFAULT for pci probe return valueWarner Losh2005-03-051-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-062-2/+2
* Hide link up/down/media printfs behind bootverbosePoul-Henning Kamp2004-11-081-2/+3
* Since if_lge doesn't contain locking or run with INTR_MPSAFE, markRobert Watson2004-08-131-1/+2
* Remove the setting of the pci config variables on power state changes.Warner Losh2004-06-281-24/+0
* Replace handrolled CRC calculation with ether_crc32_[lb]e().Christian Weisgerber2004-06-091-28/+2
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-301-0/+1
* We don't need to initialize if_output, ether_ifattach() does itMaxime Henrion2004-05-231-1/+0
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-3/+2
* Announce ethernet MAC addresss in ether_ifattach().Matthew N. Dodd2004-03-141-5/+0
* Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones.David E. O'Brien2003-12-081-6/+6