summaryrefslogtreecommitdiff
path: root/sys/dev/marvell/if_mvgbe.c
AgeCommit message (Expand)Author
2022-05-21Correct byte-order for bufsize field of RX descriptor.rin
2022-05-21m_freem() *after* bus_dmamap_sync() and bus_dmamap_load() forrin
2022-05-21Add DPRINTF() to catch failure of m_defrag() in mvgbe_encap().rin
2022-05-21Raise threshold of debug level to 3 for DPRINTF() in non-error path ofrin
2021-08-30Add ARMEB support to mvgbe(4).rin
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2020-02-03Adopt <net/if_stats.h>skrll
2019-09-13 if_flags is neither int nor short. It's unsigned short.msaitoh
2019-05-28 Use ETHER_LOCK()/ETHER_UNLOCK() for all ethernet drivers to protect ec_multi*.msaitoh
2019-05-23 Whitespace fix (mainly tabify).msaitoh
2019-05-23No functional change:msaitoh
2019-04-22 On drivers which use MII(4) and have hook SIOC[GS]IFMEDIA which just pass tomsaitoh
2019-01-22 Change MII PHY read/write API from:msaitoh
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
2017-06-01remove checks for failure after memory allocation calls that cannot fail:chs
2017-01-07Support Marvell Dove.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-06-10Introduce m_set_rcvif and m_reset_rcvifozaki-r
2016-02-13Pass all unicast addresses if it is promisc mode.hikaru
2016-02-09Add more #warning message 'Please use mvxpe instead of this'.kiyohara
2016-02-09Introduce softint-based if_inputozaki-r
2015-04-15add u-boot argument parser for Marvell ARMADA XP/370.hsuenaga
2015-04-13Convert sys/dev to use <sys/rndsource.h>.riastradh
2014-08-10Merge tls-earlyentropy branch into HEAD.tls
2014-03-15Support Armada 370 and DDR3 tags.kiyohara
2014-02-25Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist beforepooka
2014-02-03 Carefully set IFF_OACTIVE in mvgbe_start(). Even if mvgbe_encap()msaitoh
2013-12-23Support Basic Mode for Armada XP.kiyohara
2012-12-28Fix a bug that a multicast filter entry is incorrectly overrodemsaitoh
2012-12-20Check wheter an MII PHY is really connected or not.msaitoh
2012-11-09Add MVGBE_EVENT_COUNTERS for debugging. Count rxoverrrun and wdogsoft.msaitoh
2012-11-08Fix a bug that MVGBE_JLEN is miscalculated.msaitoh
2012-11-08When an interrput is link change, notify link change to mii layer usingmsaitoh
2012-11-08Don't use M_HASFCS flag.msaitoh
2012-11-01No functional change.msaitoh
2012-10-26Add missing mii_tick() call.msaitoh
2012-10-17Fix a bug that kernel panics when the system get a packet while callingmsaitoh
2012-10-16Add code to modify interrupt coalescing with sysctl.msaitoh
2012-10-14Add Interrupt Coalescing setting by Robert Swindells.msaitoh
2012-10-12- The MVGBE_RX_MAX_FRAME_LEN_ERROR bit is used to check whether a packetmsaitoh
2012-10-04Fix udpcsum-rx bug on fragmented case this time.msaitoh
2012-10-02- Fix a bug that a fragmented packet is marked as bad checksum. It causesmsaitoh
2012-09-21Fix device timeout problem.msaitoh
2012-09-06Add missing bus_dmamap_sync() for the RX buffer.msaitoh
2012-07-22Fix mii_statchg to take a 'struct ifnet *' instead of device_t. This fixesmatt
2012-07-18Add 88F6282. tested only OpenBlockS A6.kiyohara