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