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_msk.c
Age
Commit message (
Expand
)
Author
2018-01-06
rework the transmit and receive paths to address reliability issues.
David Gwynne
2017-10-03
Disable msi on the Yukon 88E8036 and 88E8053 as it triggers watchdog timeouts
Antoine Jacoutot
2017-06-02
only update the tx descriptors high address if it changes.
David Gwynne
2017-06-01
reorder ops in sk_start to avoid possibly rolling back ifq_deq.
David Gwynne
2017-04-10
Attempt to map msk(4) interrupt via MSI.
Jonathan Gray
2017-04-08
Use ADDR64 opcodes to specify 64bit DMA addresses for all buffers. This
Jonathan Matthew
2017-01-22
move counting if_opackets next to counting if_obytes in if_enqueue.
David Gwynne
2017-01-08
Use a macro for the Tx timeout value.
Visa Hankala
2016-04-13
G/C IFQ_SET_READY().
Martin Pieuchot
2015-11-25
replace IFF_OACTIVE manipulation with mpsafe operations.
David Gwynne
2015-11-24
You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.
Martin Pieuchot
2015-11-24
The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.
Martin Pieuchot
2015-11-20
shuffle struct ifqueue so in flight mbufs are protected by a mutex.
David Gwynne
2015-11-14
Do not include <net/if_vlan_var.h> when it's not necessary.
Martin Pieuchot
2015-10-25
arp_ifinit() is no longer needed.
Martin Pieuchot
2015-09-11
size for free()
Theo de Raadt
2015-06-24
Increment if_ipackets in if_input().
Martin Pieuchot
2015-04-30
Convert moar drivers to if_input().
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-24
rxr ioctl handling.
Brad Smith
2014-10-19
Use sc_if->sk_pktlen to specify the maximum DMA transfer size and maximum
Brad Smith
2014-10-09
Revert "enable MSI support", it introduced a regression on some chips.
Martin Pieuchot
2014-10-04
- Recognize the Yukon Prime and Yukon Optima 2 chipsets.
Brad Smith
2014-09-23
Enable MSI support.
Brad Smith
2014-07-22
Fewer <netinet/in_systm.h>
Martin Pieuchot
2014-07-12
add a size argument to free. will be used soon, but for now default to 0.
Ted Unangst
2014-07-09
avoid being too smart when filling the rx ring.
David Gwynne
2014-07-08
cut things that relied on mclgeti for rx ring accounting/restriction over
David Gwynne
2013-12-28
The few network drivers that called their children's (ie. mii PHY
Theo de Raadt
2013-12-08
simplify activate function
Theo de Raadt
2013-12-06
Add a DVACT_WAKEUP op to the *_activate() API. This is called after the
Theo de Raadt
2013-08-07
Most network drivers include netinet/in_var.h, but apparently they
Alexander Bluhm
2013-03-17
Correct the clock speeds used to calculate int moderation values provided
Brad Smith
2013-02-01
Rewrite the receive filter handling code and cleanup the ioctl bits.
Brad Smith
2012-11-29
Remove setting an initial assumed baudrate upon driver attach which is not
Brad Smith
2012-10-18
Convert a number of old private copies of code which predates
Theo de Raadt
2012-03-28
Take some additional steps needed to make the PHY on EC Ultra/8056
Jonathan Gray
2011-06-22
kill a few more casts that aren't helpful. ok krw miod
Ted Unangst
2011-04-03
use nitems(); no binary change for drivers that are compiled on amd64.
Jasper Lievisse Adriaanse
2010-11-17
Add support for Marvell 88E8059, found in HP mini 5102.
Kevin Lo
2010-09-20
Stop doing shutdown hooks in network drivers where possible. We already
Theo de Raadt
2010-09-12
Add some missing bus_dmamap_sync(). Fix a small whitespace problem while
Mark Kettenis
2010-08-31
Add DVACT_QUIECE support. This is called before splhigh() and before
Theo de Raadt
2010-05-19
BUS_DMA_ZERO instead of alloc, map, bzero.
Owain Ainsworth
2010-01-09
Remove typo and magic numbers from #if 0'd block, from Brad.
Stuart Henderson
2009-12-18
More device id ordering, from Brad
Stuart Henderson
2009-12-17
Device id ordering, from Brad
Stuart Henderson
2009-11-26
Only re-initialise interfaces on suspend if they were IFF_RUNNING.
Mark Kettenis
2009-11-24
Thoroughly reset the chip upon suspend and give the PHY a chance to
Mark Kettenis
[next]