index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
fdt
/
if_mvpp.c
Age
Commit message (
Expand
)
Author
2024-05-13
remove prototypes with no matching function
Jonathan Gray
2024-03-18
Pass PHY OF node to the MII layer for use by PHY drivers.
Patrick Wildt
2023-11-10
Make ifq and ifiq interface MP safe.
Alexander Bluhm
2023-04-08
correct write to MV_XLG_PORT_MAC_CTRL4_REG
Jonathan Gray
2022-04-06
constify struct cfattach
Christian Weisgerber
2021-07-07
Rework TX handling to be more similar and comparable to our other modern
Patrick Wildt
2021-07-07
When the list of free RX descriptors fills up completely, the consumed
Patrick Wildt
2021-06-03
Implement multicast support in mvpp(4) to make IPv6 work. With this
Patrick Wildt
2021-06-02
Linux folks introduced "10gbase-r" since it is "more correct" and we're
Mark Kettenis
2020-12-12
Rename the macro MCLGETI to MCLGETL and removes the dead parameter ifp.
jan
2020-12-07
Use 1000baseKX, 2500baseKX and 10GbaseKR media types for fixed link
Mark Kettenis
2020-11-19
Use bus_space_mmap(9) instead of pmap_extract(9) to find out the physical
Mark Kettenis
2020-11-14
Add 10G media support. This makes the 10G ports on the "single shot" model
Mark Kettenis
2020-11-13
Assert reset before configuring the MACs. Otherwise we leave the 10G MAC
Mark Kettenis
2020-11-12
Reconfigure the COMPHY mode when we find an SFP and configure inband media
Mark Kettenis
2020-11-10
Enable optical output when bringing an interface up and disable it again
Mark Kettenis
2020-11-09
Rework MAC initialization code. Properly turn comphy off and on again
Patrick Wildt
2020-11-09
Clear TX sent counter on up/down.
Patrick Wildt
2020-11-09
On interface down, drop received packets by adding them back into the
Patrick Wildt
2020-11-09
Small whitespace cleanup.
Patrick Wildt
2020-11-08
Add supported media types for SFPs.
Mark Kettenis
2020-11-08
U-Boot might not have cleaned its pools. The pool needs to be empty
Patrick Wildt
2020-11-08
Hand the pool a physical address, not a virtual one.
Patrick Wildt
2020-11-08
Check that DMA memory has been allocated for the rings and the BM. While
Patrick Wildt
2020-11-03
Have mvpp(4) pass MII flags depending on the phy mode specified in
Patrick Wildt
2020-11-03
Disable HW PHY polling. It's enabled by default.
Patrick Wildt
2020-08-22
Rework unicast/multicast configuration. Keep note that this only changes
Patrick Wildt
2020-08-22
Correct oversize rxq initialization in the classifier.
Patrick Wildt
2020-08-22
IPv4 protocol parser init fixup and a few whitespace fixes.
Patrick Wildt
2020-08-22
Consistently use sizeof(pe) or sizeof(*pe) for the parser entry struct.
Patrick Wildt
2020-08-22
Use sizeof(variable) instead of using a macro for the length parameter.
Patrick Wildt
2020-08-22
Simplify some code by getting rid of an extra variable.
Patrick Wildt
2020-08-22
More consistent use of the BIT() macro.
Patrick Wildt
2020-08-22
Simplify check for return code.
Patrick Wildt
2020-08-17
Rename gmac interrupt register defines to stay consistent with other gmac
Patrick Wildt
2020-08-17
Some register define renaming.
Patrick Wildt
2020-08-17
Even more whitespace and header changes.
Patrick Wildt
2020-07-23
Even more whitespace fixup.
Patrick Wildt
2020-07-22
Init GOP and COMPHY.
Patrick Wildt
2020-07-22
Pass tid we're looking for to mvpp2_prs_hw_read(), then we can zero the
Patrick Wildt
2020-07-22
Rework mvpp2_prs_flow_find() to return a tid instead of a whole prs
Patrick Wildt
2020-07-22
Fix more whitespace issues.
Patrick Wildt
2020-07-22
Use correct ethertype and IP proto defines.
Patrick Wildt
2020-07-22
Fix whitespace issue.
Patrick Wildt
2020-07-22
Use 1U for BIT(x), always define it and use it in four more places.
Patrick Wildt
2020-07-10
Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.
Patrick Wildt
2020-06-26
MVPP2_TXQ_SCHED_TOKEN_CNTR_REG() expects the logical queue id.
Patrick Wildt
2020-06-26
Add RX refill handling. Each mvpp(4) controller has up to 8 Buffer
Patrick Wildt
2020-06-26
Add TX completion handling. I'm not quite sure, but I think that we
Patrick Wildt
2020-06-26
Since we send packets on the aggregated TX queue instead of the physical
Patrick Wildt
[next]