summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_alc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make room for media types of the future. Extend the ifmedia word to 64 bits.stsp2015-09-111-3/+3
* Increment if_ipackets in if_input().mpi2015-06-241-3/+1
* Convert to if_input(), thanks to krw@ for testing.mpi2015-03-201-11/+5
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* unifdef INETtedu2014-12-221-5/+1
* Fix a long standing bug in MAC statistics register access. Onebrad2014-11-271-12/+4
* move arc4random prototype to systm.h. more appropriate for most codetedu2014-11-181-3/+1
* Fewer <netinet/in_systm.h>mpi2014-07-221-3/+1
* The few network drivers that called their children's (ie. mii PHYderaadt2013-12-281-2/+1
* Add a DVACT_WAKEUP op to the *_activate() API. This is called after thederaadt2013-12-061-4/+4
* Remove unneeded include.mpi2013-11-211-2/+1
* Most network drivers include netinet/in_var.h, but apparently theybluhm2013-08-071-2/+1
* Remove setting an initial assumed baudrate upon driver attach which is notbrad2012-11-291-2/+1
* Add some missing bus_dmamap_sync()'s and sync the others withkevlo2011-10-191-12/+26
* Some minor clean up to the _start funtions to make the code read a littlekevlo2011-09-211-5/+5
* Fix up alc_encap() / alc_start():kevlo2011-09-131-34/+23
* Disable PHY hibernation. The PHY will go into sleep state when itkevlo2011-09-031-7/+21
* Move the comment outside of the VLAN section of code and above thatkevlo2011-08-261-2/+2
* Help with the watchdog timeouts seen when unplugging the cable fromkevlo2011-08-211-11/+14
* Enable MSI support; tested by krw@, Mark Peoples, andkevlo2011-06-171-2/+2
* Whitespace nits; from Bradkevlo2011-05-271-4/+4
* - For AR8132 fast ethernet controller, do not report 1000baseTkevlo2011-05-251-6/+23
* Support additional L2C variants and L1D (AR813x/AR815x chips).sthen2011-05-181-98/+345
* mechanic rename M_{TCP|UDP}V4_CSUM_OUT -> M_{TCP|UDP}_CSUM_OUThenning2011-04-051-2/+2
* alc_newbuf is always called from the interrupt context so it can't sleep;mikeb2011-02-181-18/+8
* Fix two logic errors:kevlo2011-01-291-3/+3
* Add DVACT_QUIECE support. This is called before splhigh() and beforederaadt2010-08-311-2/+5
* remove the unused if_init callback in struct ifnetjsg2010-08-271-2/+1
* ca_activate handler for suspend/resume. untested -- if someone testsderaadt2010-07-271-2/+26
* these files don't need to include proc.h anymore. ok oga for agptedu2010-04-081-2/+1
* Fix multicast handling. All Atheros controllers use big-endian formkevlo2010-02-271-2/+4
* Rename _rxfilter functions to _iff for consistency. From Brad, ok kevlo@sthen2010-01-071-5/+6
* M_DUP_PKTHDR() define -> m_dup_pkthdr() function to properly dealkrw2009-09-131-27/+2
* alc(4) is a driver for the Atheros AR8131/AR8132 ethernet chip.kevlo2009-08-081-0/+2404