index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
marvell
/
if_mvgbe.c
Age
Commit message (
Expand
)
Author
2022-05-21
Correct byte-order for bufsize field of RX descriptor.
rin
2022-05-21
m_freem() *after* bus_dmamap_sync() and bus_dmamap_load() for
rin
2022-05-21
Add DPRINTF() to catch failure of m_defrag() in mvgbe_encap().
rin
2022-05-21
Raise threshold of debug level to 3 for DPRINTF() in non-error path of
rin
2021-08-30
Add ARMEB support to mvgbe(4).
rin
2021-08-07
Merge thorpej-cfargs2.
thorpej
2021-04-24
Merge thorpej-cfargs branch:
thorpej
2020-02-03
Adopt <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-23
No functional change:
msaitoh
2019-04-22
On drivers which use MII(4) and have hook SIOC[GS]IFMEDIA which just pass to
msaitoh
2019-01-22
Change MII PHY read/write API from:
msaitoh
2018-11-16
Add intr_establish_xname support to arm and expose it to intrctl
jmcneill
2018-09-03
Rename min/max -> uimin/uimax for better honesty.
riastradh
2018-06-26
Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward
msaitoh
2017-06-01
remove checks for failure after memory allocation calls that cannot fail:
chs
2017-01-07
Support Marvell Dove.
kiyohara
2016-12-15
Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_input
ozaki-r
2016-12-08
Apply deferred if_start framework
ozaki-r
2016-06-10
Introduce m_set_rcvif and m_reset_rcvif
ozaki-r
2016-02-13
Pass all unicast addresses if it is promisc mode.
hikaru
2016-02-09
Add more #warning message 'Please use mvxpe instead of this'.
kiyohara
2016-02-09
Introduce softint-based if_input
ozaki-r
2015-04-15
add u-boot argument parser for Marvell ARMADA XP/370.
hsuenaga
2015-04-13
Convert sys/dev to use <sys/rndsource.h>.
riastradh
2014-08-10
Merge tls-earlyentropy branch into HEAD.
tls
2014-03-15
Support Armada 370 and DDR3 tags.
kiyohara
2014-02-25
Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before
pooka
2014-02-03
Carefully set IFF_OACTIVE in mvgbe_start(). Even if mvgbe_encap()
msaitoh
2013-12-23
Support Basic Mode for Armada XP.
kiyohara
2012-12-28
Fix a bug that a multicast filter entry is incorrectly overrode
msaitoh
2012-12-20
Check wheter an MII PHY is really connected or not.
msaitoh
2012-11-09
Add MVGBE_EVENT_COUNTERS for debugging. Count rxoverrrun and wdogsoft.
msaitoh
2012-11-08
Fix a bug that MVGBE_JLEN is miscalculated.
msaitoh
2012-11-08
When an interrput is link change, notify link change to mii layer using
msaitoh
2012-11-08
Don't use M_HASFCS flag.
msaitoh
2012-11-01
No functional change.
msaitoh
2012-10-26
Add missing mii_tick() call.
msaitoh
2012-10-17
Fix a bug that kernel panics when the system get a packet while calling
msaitoh
2012-10-16
Add code to modify interrupt coalescing with sysctl.
msaitoh
2012-10-14
Add Interrupt Coalescing setting by Robert Swindells.
msaitoh
2012-10-12
- The MVGBE_RX_MAX_FRAME_LEN_ERROR bit is used to check whether a packet
msaitoh
2012-10-04
Fix 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 causes
msaitoh
2012-09-21
Fix device timeout problem.
msaitoh
2012-09-06
Add missing bus_dmamap_sync() for the RX buffer.
msaitoh
2012-07-22
Fix mii_statchg to take a 'struct ifnet *' instead of device_t. This fixes
matt
2012-07-18
Add 88F6282. tested only OpenBlockS A6.
kiyohara
[next]