summaryrefslogtreecommitdiff
path: root/sys/dev/marvell
AgeCommit message (Expand)Author
2017-11-09use PR_NOWAIT instead of 0christos
2017-06-01remove checks for failure after memory allocation calls that cannot fail:chs
2017-03-31 Remove extra 0x. This bug was added when replacing bitmask_snprintf(9) withmsaitoh
2017-03-03Add check during mvsdio_attach that CMD line is in idle state.jakllsch
2017-01-09Add ATTR_AXI_DDR.kiyohara
2017-01-07Support Marvell Dove. Use irq array. Dove's irqs not sequencial.kiyohara
2017-01-07Remove unused function.kiyohara
2017-01-07Fix macro MVXORE_CHAN2BASE(). The XORE has 2 channels per port.kiyohara
2017-01-07Add tags for AXI_CS[01].kiyohara
2017-01-07Support Marvell Dove.kiyohara
2017-01-07Change MVSPI_SIZE to 0x80 instead of 0x50.kiyohara
2016-12-15Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_inputozaki-r
2016-12-08Apply deferred if_start frameworkozaki-r
2016-10-20Fix regisers typoskrll
2016-10-10The bus_dmamap_sync(PREREAD) is unnecessary for sent mbuf.kiyohara
2016-10-09PR/51540: Henning Petersen: replace , with ;christos
2016-10-04Add 88AP510.kiyohara
2016-06-10Introduce m_set_rcvif and m_reset_rcvifozaki-r
2016-04-23Merge nick-nhusbskrll
2016-03-12Add kernel configuration file for PogoPlug Pink, PogoPlug Mobile andjklos
2016-02-13Pass all unicast addresses if it is promisc mode.hikaru
2016-02-13Make all packets are enqueued into queue 0.hikaru
2016-02-13Fix typo in sysctls.hikaru
2016-02-13Count up if_{opackets,oerrors,ierrors,collisions}.hikaru
2016-02-13Style.hikaru
2016-02-13Preserve rx csum bad flags.hikaru
2016-02-13Fix mitake, disable SERDES error interrupts again.hikaru
2016-02-13Don't use RXTX intr that is excess and requires another IRQ handler,hikaru
2016-02-13Correct bus_dmamap_sync operaion.hikaru
2016-02-13Correct locks and missing breaks.hikaru
2016-02-12Fix the bitmask of MVXPE_PMACC0_FRAMESIZELIMIT. It did no harm.hikaru
2016-02-09Add more #warning message 'Please use mvxpe instead of this'.kiyohara
2016-02-09Introduce softint-based if_inputozaki-r
2016-01-15Switch to generic __BIT/__BITS macro, which doesn't depend onjoerg
2015-12-13PR/50533: David Binderman: Fix incorrect logicchristos
2015-11-27Use device name instead of fixed string "mvpex" for evcnt group.nonaka
2015-10-02PCI Extended Configuration stuff written by nonaka@:msaitoh
2015-08-08Fix calculate to address for window register.kiyohara
2015-07-28fix: panic at doing "vmstat -ev" after a PCIe device detached.knakahara
2015-07-11Improve spelling: regsiter -> registerkamil
2015-06-24fix: pexih->ih_evcnt->ev_name pointed stack address wrongly.knakahara
2015-06-03add new cryptographic accelerator driver 'mvxpsec.'hsuenaga
2015-06-03reduce magic numbers. SDRAM address space attribute register has cache coherencyhsuenaga
2015-06-03separate buffer management codes 'mvxpbm.c' from if_mvxpe.c.hsuenaga
2015-06-03move Marvell ARMADA SoC's device driver definitions from arm/marvellhsuenaga
2015-05-03add new ethernet driver mvxpe for recent MARVELL's SoC after ARMADA/XP.hsuenaga
2015-04-15add u-boot argument parser for Marvell ARMADA XP/370.hsuenaga
2015-04-14Include <sys/rndsource.h> where it is actually used.riastradh
2015-04-13Convert sys/dev to use <sys/rndsource.h>.riastradh
2015-01-11sizeof doesn't evaluate the expression, so increment of rxd doesn'tjoerg