aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/le/lance.c
Commit message (Expand)AuthorAgeFilesLines
* ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-181-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* sys/dev: Replace zero with NULL for pointers.Pedro F. Giffuni2017-02-201-1/+1
* These files were getting sys/malloc.h and vm/uma.h with header pollutionGleb Smirnoff2016-02-011-0/+1
* In order to reduce use of M_EXT outside of the mbuf allocator andRobert Watson2015-01-061-2/+1
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-191-1/+1
* Use define from if_var.h to access a field inside struct if_data,Gleb Smirnoff2014-08-301-1/+1
* Update NetBSD Foundation copyrights to 2-clause BSDEd Maste2014-03-181-7/+0
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-3/+3
* Add new tunable 'net.link.ifqmaxlen' to set default send interfaceMaxim Sobolev2010-05-031-2/+2
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson2009-06-261-2/+2
* For setting the port PCnet chips must be powered down or stopped andMarius Strobl2007-01-201-7/+15
* Use our own callout instead of if_slowtimo() for driving lance_watchdog()Marius Strobl2006-12-061-8/+19
* - Revert if_le_pci.c rev. 1.2; although lnc(4) is now gone, le_pci_probe()Marius Strobl2006-05-161-118/+14
* Add le(4), a driver for AMD Am7900 LANCE and Am79C9xx PCnet NICs portedMarius Strobl2006-01-311-0/+908