summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_alc.c
AgeCommit message (Expand)Author
2019-07-06Re-add some printf's as they were originally.Kevin Lo
2019-06-17When reloading station address via TWSI is timed out, try to reloadKevin Lo
2019-06-03- Remove a redundant check within alc_mii_readreg_813x().Kevin Lo
2019-05-23Formatting fixes.Kevin Lo
2019-05-06Fix a logic error when configuring the driver to use msi.Kevin Lo
2019-03-27Add AR8152 PCI ids to alc_phy_down(), based on FreeBSD r272730.Kevin Lo
2019-03-25- Formatting fixes and in some cases bringing things a bit closer to theKevin Lo
2019-03-22- Fix the AR816X_REV_B0 / default DMA channel selection to be theKevin Lo
2019-03-22Mixmerge fixup.Kevin Lo
2019-03-22Add support for QCA AR816x/AR817x for alc(4).Kevin Lo
2017-09-08If you use sys/param.h, you don't need sys/types.hTheo de Raadt
2017-01-22move counting if_opackets next to counting if_obytes in if_enqueue.David Gwynne
2016-11-29m_free() and m_freem() test for NULL. Simplify callers which had their ownJonathan Gray
2016-04-13G/C IFQ_SET_READY().Martin Pieuchot
2016-03-15Ethernet drivers no longer need to include if_vlan_var.h for the VLANChristian Weisgerber
2015-11-25replace IFF_OACTIVE manipulation with mpsafe operations.David Gwynne
2015-11-09rework the start routines to avoid IF_PREPEND.David Gwynne
2015-10-25arp_ifinit() is no longer needed.Martin Pieuchot
2015-09-11Make room for media types of the future. Extend the ifmedia word to 64 bits.Stefan Sperling
2015-06-24Increment if_ipackets in if_input().Martin Pieuchot
2015-03-20Convert to if_input(), thanks to krw@ for testing.Martin Pieuchot
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2014-12-22unifdef INETTed Unangst
2014-11-27Fix a long standing bug in MAC statistics register access. OneBrad Smith
2014-11-18move arc4random prototype to systm.h. more appropriate for most codeTed Unangst
2014-07-22Fewer <netinet/in_systm.h>Martin Pieuchot
2013-12-28The few network drivers that called their children's (ie. mii PHYTheo de Raadt
2013-12-06Add a DVACT_WAKEUP op to the *_activate() API. This is called after theTheo de Raadt
2013-11-21Remove unneeded include.Martin Pieuchot
2013-08-07Most network drivers include netinet/in_var.h, but apparently theyAlexander Bluhm
2012-11-29Remove setting an initial assumed baudrate upon driver attach which is notBrad Smith
2011-10-19Add some missing bus_dmamap_sync()'s and sync the others withKevin Lo
2011-09-21Some minor clean up to the _start funtions to make the code read a littleKevin Lo
2011-09-13Fix up alc_encap() / alc_start():Kevin Lo
2011-09-03Disable PHY hibernation. The PHY will go into sleep state when itKevin Lo
2011-08-26Move the comment outside of the VLAN section of code and above thatKevin Lo
2011-08-21Help with the watchdog timeouts seen when unplugging the cable fromKevin Lo
2011-06-17Enable MSI support; tested by krw@, Mark Peoples, andKevin Lo
2011-05-27Whitespace nits; from BradKevin Lo
2011-05-25- For AR8132 fast ethernet controller, do not report 1000baseTKevin Lo
2011-05-18Support additional L2C variants and L1D (AR813x/AR815x chips).Stuart Henderson
2011-04-05mechanic rename M_{TCP|UDP}V4_CSUM_OUT -> M_{TCP|UDP}_CSUM_OUTHenning Brauer
2011-02-18alc_newbuf is always called from the interrupt context so it can't sleep;Mike Belopuhov
2011-01-29Fix two logic errors:Kevin Lo
2010-08-31Add DVACT_QUIECE support. This is called before splhigh() and beforeTheo de Raadt
2010-08-27remove the unused if_init callback in struct ifnetJonathan Gray
2010-07-27ca_activate handler for suspend/resume. untested -- if someone testsTheo de Raadt
2010-04-08these files don't need to include proc.h anymore. ok oga for agpTed Unangst
2010-02-27Fix multicast handling. All Atheros controllers use big-endian formKevin Lo
2010-01-07Rename _rxfilter functions to _iff for consistency. From Brad, ok kevlo@Stuart Henderson