summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_alc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Re-add some printf's as they were originally.kevlo2019-07-061-2/+23
* When reloading station address via TWSI is timed out, try to reloadkevlo2019-06-171-1/+3
* - Remove a redundant check within alc_mii_readreg_813x().kevlo2019-06-031-5/+1
* Formatting fixes.kevlo2019-05-231-19/+20
* Fix a logic error when configuring the driver to use msi.kevlo2019-05-061-2/+2
* Add AR8152 PCI ids to alc_phy_down(), based on FreeBSD r272730.kevlo2019-03-271-1/+3
* - Formatting fixes and in some cases bringing things a bit closer to thekevlo2019-03-251-92/+88
* - Fix the AR816X_REV_B0 / default DMA channel selection to be thekevlo2019-03-221-13/+16
* Mixmerge fixup.kevlo2019-03-221-11/+8
* Add support for QCA AR816x/AR817x for alc(4).kevlo2019-03-221-217/+954
* If you use sys/param.h, you don't need sys/types.hderaadt2017-09-081-2/+1
* move counting if_opackets next to counting if_obytes in if_enqueue.dlg2017-01-221-4/+1
* m_free() and m_freem() test for NULL. Simplify callers which had their ownjsg2016-11-291-5/+3
* G/C IFQ_SET_READY().mpi2016-04-131-2/+1
* Ethernet drivers no longer need to include if_vlan_var.h for the VLANnaddy2016-03-151-3/+1
* replace IFF_OACTIVE manipulation with mpsafe operations.dlg2015-11-251-6/+7
* rework the start routines to avoid IF_PREPEND.dlg2015-11-091-33/+19
* arp_ifinit() is no longer needed.mpi2015-10-251-4/+1
* 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