aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/an/if_an.c
Commit message (Expand)AuthorAgeFilesLines
* sys/dev: Replace zero with NULL for pointers.Pedro F. Giffuni2017-02-201-1/+1
* Reject ioctl commands for FLSHGCHR and FLSHPCHR if the size is greaterSean Bruno2016-05-241-0/+6
* Move mutex initialization from PCI probe to PCI attach. Drivers are notScott Long2016-05-121-17/+0
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().Justin Hibbits2016-02-271-6/+6
* In order to reduce use of M_EXT outside of the mbuf allocator andRobert Watson2015-01-061-4/+2
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-191-20/+20
* last is set and not used, most likely a cut and paste error from otherWarner Losh2014-08-081-3/+1
* Don't destroy bus_dma maps created by bus_dmamem_alloc(). In some cases,John Baldwin2014-06-101-8/+0
* Fix several panics when initialization of an ISA or PC-CARD device fails:Gavin Atkinson2013-12-141-4/+5
* 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-4/+4
* ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it againKevin Lo2012-01-071-1/+0
* Fix some net80211 enum nits:Bernhard Schmidt2011-12-171-2/+2
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+2
* Remove duplicate header includesKevin Lo2011-06-281-1/+0
* Add new tunable 'net.link.ifqmaxlen' to set default send interfaceMaxim Sobolev2010-05-031-2/+2
* - For 350 chips, don't set various INTR bits in TX control word; turning INTRJohn Baldwin2009-11-241-3/+3
* Use bus_*() rather than bus_space_*().John Baldwin2009-11-241-3/+0
* - Locking fixes to not do silly things like drop the lock only to call aJohn Baldwin2009-11-101-76/+66
* - Use device_printf() instead of printf() with an explicit unit numberJohn Baldwin2009-11-061-1/+1
* Use device_printf() and if_printf() instead of printf() with an explicitJohn Baldwin2009-11-061-68/+61
* Shutdown routine returns int.Warner Losh2009-02-041-2/+2
* In case INET is not defined, then ANCACHE is not defined andBjoern A. Zeeb2008-11-061-0/+2
* Style changes from avatar.Doug Ambrisko2008-01-181-39/+39
* First real attempt at proper locking. The locking is a little complicatedDoug Ambrisko2008-01-181-121/+248
* MFP4(129048): Eliminating an unnecessary check on an_gone insideTai-hwa Liang2007-11-271-4/+0
* MFP4(128855, 129015):Tai-hwa Liang2007-11-161-10/+17
* Fixing invalid channel display in ifconfig(8) by implementing requiredTai-hwa Liang2007-09-101-0/+17
* MFP4(123687): Closing another LOR by dropping the driver lock around callsTai-hwa Liang2007-08-071-1/+3
* MFP4(123686): Fixing various ancontrol(8) related panics by dropping locksTai-hwa Liang2007-08-021-12/+60
* Remove assignment to uninitialized variable that wasn't then used anyway.Matt Jacob2007-06-081-2/+0
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-061-5/+6
* Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp2006-05-161-1/+0
* Silence the strict-alias warnings. Make a trip through (void *) whenWarner Losh2006-02-041-16/+16
* Since the A-Z range is contained in the previous check, the else-if isNate Lawson2006-01-261-3/+2
* Don't leak mbufs and mbuf clusters in several error-handling situationsRobert Watson2006-01-151-0/+4
* If frame length is excessive, don't leak an mbuf and cluster whenRobert Watson2006-01-151-0/+1
* - Store pointer to the link-level address right in "struct ifnet"Ruslan Ermilov2005-11-111-2/+3
* - Make IFP2ENADDR() a pointer to IF_LLADDR() rather than anotherRuslan Ermilov2005-11-111-6/+0
* MFp4: KNF (mostly remove K&R function definitions). Fix some spaces leftWarner Losh2005-09-221-176/+82
* 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-12/+12
* Do not lock an to check gone flag. Only need to hold the lock to setMaksim Yevmenkin2005-08-021-2/+1
* Reorganize an_detach() a bit. Make sure ether_ifdetach() and if_free()Maksim Yevmenkin2005-07-271-3/+4
* Initialize sc->an_ifp when doing if_alloc(). This prevents an(4)Xin LI2005-06-141-1/+1
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-17/+23
* check copyin/copyout return valuesSam Leffler2005-03-281-14/+24
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Second part of ALTQ driver modifications, covering:Max Laier2004-08-011-5/+7