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