summaryrefslogtreecommitdiff
path: root/sys/dev/marvell
AgeCommit message (Expand)Author
2019-05-28 Use ETHER_LOCK()/ETHER_UNLOCK() for all ethernet drivers to protect ec_multi*.msaitoh
2019-05-24 Whilespace fix. No functional change.msaitoh
2019-05-23 Whitespace fix (mainly tabify).msaitoh
2019-05-23No functional change:msaitoh
2019-05-23-No functional change:msaitoh
2019-04-24 This driver uses MII(4) and have hook SIOC[GS]IFMEDIA which just pass tomsaitoh
2019-04-22 These drivers do ether_ioctl() on SIOC{ADD,DEL}MULTI, SIOC{G,S}IFMEDIA andmsaitoh
2019-04-22 On drivers which use MII(4) and have hook SIOC[GS]IFMEDIA which just pass tomsaitoh
2019-03-18 s/pakcet/packet/ in comment.msaitoh
2019-01-27Merge the [pgoyette-compat] branchpgoyette
2019-01-22 Change MII PHY read/write API from:msaitoh
2018-12-11Remove stray ; to fix the buildmartin
2018-12-11Add a convenience function, com_init_regs_stride(), that shifts the registerthorpej
2018-12-08Remove the COM_REGMAP option -- just use it all the time. While here,thorpej
2018-12-08Clean up initialization of com_regs structure, in preparation forthorpej
2018-11-16Add intr_establish_xname support to arm and expose it to intrctljmcneill
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2018-06-26 Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backwardmsaitoh
2018-06-01Renamemaxv
2018-05-07Fix double-free, m_tag_delete_chain is already called by m_free.maxv
2018-04-19s/static inline/static __inline/g for consistency.christos
2018-04-09Stop potential misuse of vendor names and USB vendor IDs in root hubjakllsch
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