index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
fdt
/
if_mvpp.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename the macro MCLGETI to MCLGETL and removes the dead parameter ifp.
jan
2020-12-12
1
-2
/
+2
*
Use 1000baseKX, 2500baseKX and 10GbaseKR media types for fixed link
kettenis
2020-12-07
1
-2
/
+20
*
Use bus_space_mmap(9) instead of pmap_extract(9) to find out the physical
kettenis
2020-11-19
1
-8
/
+5
*
Add 10G media support. This makes the 10G ports on the "single shot" model
kettenis
2020-11-14
1
-2
/
+11
*
Assert reset before configuring the MACs. Otherwise we leave the 10G MAC
kettenis
2020-11-13
1
-7
/
+4
*
Reconfigure the COMPHY mode when we find an SFP and configure inband media
kettenis
2020-11-12
1
-3
/
+29
*
Enable optical output when bringing an interface up and disable it again
kettenis
2020-11-10
1
-1
/
+14
*
Rework MAC initialization code. Properly turn comphy off and on again
patrick
2020-11-09
1
-87
/
+164
*
Clear TX sent counter on up/down.
patrick
2020-11-09
1
-1
/
+4
*
On interface down, drop received packets by adding them back into the
patrick
2020-11-09
1
-5
/
+48
*
Small whitespace cleanup.
patrick
2020-11-09
1
-5
/
+5
*
Add supported media types for SFPs.
kettenis
2020-11-08
1
-1
/
+16
*
U-Boot might not have cleaned its pools. The pool needs to be empty
patrick
2020-11-08
1
-2
/
+23
*
Hand the pool a physical address, not a virtual one.
patrick
2020-11-08
1
-3
/
+3
*
Check that DMA memory has been allocated for the rings and the BM. While
patrick
2020-11-08
1
-2
/
+5
*
Have mvpp(4) pass MII flags depending on the phy mode specified in
patrick
2020-11-03
1
-2
/
+23
*
Disable HW PHY polling. It's enabled by default.
patrick
2020-11-03
1
-1
/
+5
*
Rework unicast/multicast configuration. Keep note that this only changes
patrick
2020-08-22
1
-99
/
+68
*
Correct oversize rxq initialization in the classifier.
patrick
2020-08-22
1
-1
/
+8
*
IPv4 protocol parser init fixup and a few whitespace fixes.
patrick
2020-08-22
1
-7
/
+12
*
Consistently use sizeof(pe) or sizeof(*pe) for the parser entry struct.
patrick
2020-08-22
1
-19
/
+19
*
Use sizeof(variable) instead of using a macro for the length parameter.
patrick
2020-08-22
1
-2
/
+2
*
Simplify some code by getting rid of an extra variable.
patrick
2020-08-22
1
-7
/
+9
*
More consistent use of the BIT() macro.
patrick
2020-08-22
1
-5
/
+5
*
Simplify check for return code.
patrick
2020-08-22
1
-5
/
+2
*
Rename gmac interrupt register defines to stay consistent with other gmac
patrick
2020-08-17
1
-9
/
+9
*
Some register define renaming.
patrick
2020-08-17
1
-10
/
+8
*
Even more whitespace and header changes.
patrick
2020-08-17
1
-57
/
+57
*
Even more whitespace fixup.
patrick
2020-07-23
1
-4
/
+4
*
Init GOP and COMPHY.
patrick
2020-07-22
1
-27
/
+186
*
Pass tid we're looking for to mvpp2_prs_hw_read(), then we can zero the
patrick
2020-07-22
1
-28
/
+19
*
Rework mvpp2_prs_flow_find() to return a tid instead of a whole prs
patrick
2020-07-22
1
-35
/
+24
*
Fix more whitespace issues.
patrick
2020-07-22
1
-3
/
+3
*
Use correct ethertype and IP proto defines.
patrick
2020-07-22
1
-23
/
+24
*
Fix whitespace issue.
patrick
2020-07-22
1
-2
/
+2
*
Use 1U for BIT(x), always define it and use it in four more places.
patrick
2020-07-22
1
-5
/
+5
*
Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.
patrick
2020-07-10
1
-3
/
+3
*
MVPP2_TXQ_SCHED_TOKEN_CNTR_REG() expects the logical queue id.
patrick
2020-06-26
1
-7
/
+5
*
Add RX refill handling. Each mvpp(4) controller has up to 8 Buffer
patrick
2020-06-26
1
-15
/
+92
*
Add TX completion handling. I'm not quite sure, but I think that we
patrick
2020-06-26
1
-8
/
+39
*
Since we send packets on the aggregated TX queue instead of the physical
patrick
2020-06-26
1
-4
/
+4
*
Return negative value to show that no index was found. The callers
patrick
2020-06-25
1
-3
/
+3
*
Register mvmdio(4) in the MII "framework". On the Armada 7K and 8K
patrick
2020-06-25
1
-2
/
+2
*
Add mvpp(4), a driver for the Marvell Packet Processor v2, as used on
patrick
2020-06-25
1
-0
/
+4122