blob: 477159be379d735031748d25f9a061ffa76cd2cb [file] [log] [blame]
fd3651b2ab66 ("net: mvpp2: use the GoP interrupt for link status changes")
65a2c09aea8b ("net: mvpp2: do not set GMAC autoneg when using XLG MAC")
f55744adeee8 ("net: mvpp2: improve the link management function")
968b211c620b ("net: mvpp2: simplify the link_event function")
542897d987b0 ("net: mvpp2: initialize the comphy")
f84bf386f395 ("net: mvpp2: initialize the GoP")
76eb1b1de5b6 ("net: mvpp2: set maximum packet size for 10G ports")
77321959feb9 ("net: mvpp2: initialize the XLG MAC when using a port")
3919357fb0bb ("net: mvpp2: initialize the GMAC when using a port")
2055d6268d75 ("net: mvpp2: move the mii configuration in the ndo_open path")
1068ec79d9cb ("net: mvpp2: fix the synchronization module bypass macro name")
81b6630ff721 ("net: mvpp2: unify register definitions coding style")
591f4cfab38a ("net: mvpp2: introduce queue_vector concept")
df089aa0acd7 ("net: mvpp2: move from cpu-centric naming to "software thread" naming")
09f8397553a2 ("net: mvpp2: introduce per-port nrxqs/ntxqs variables")
725757aee05e ("net: mvpp2: enable basic 10G support")
03bfffdef421 ("net: mvpp2: Improve another size determination in mvpp2_port_probe()")
59b9a31ede18 ("net: mvpp2: adapt rxq distribution to PPv2.2")
a73fef100275 ("net: mvpp2: rework RXQ interrupt group initialization for PPv2.2")
2697582144dd ("net: mvpp2: handle misc PPv2.1/PPv2.2 differences")
a786841df72e ("net: mvpp2: handle register mapping and access for PPv2.2")
b02f31fbf92d ("net: mvpp2: adjust mvpp2_{rxq, txq}_init for PPv2.2")
d01524d8abab ("net: mvpp2: adjust the allocation/free of BM pools for PPv2.2")
faca92479802 ("net: mvpp2: add hw_version field in "struct mvpp2"")
4e4a105f1fde ("net: mvpp2: store physical address of buffer in rx_desc->buf_cookie")
4d6c2a677fe5 ("net: mvpp2: remove mvpp2_txq_pend_desc_num_get() function")
aeb3d1109afa ("net: mvpp2: remove support for buffer header")
20396136fbe5 ("net: mvpp2: use "dma" instead of "phys" where appropriate")
d3158807e8d6 ("net: mvpp2: enable building on 64-bit platforms")
0e0372816b9c ("net: mvpp2: switch to build_skb() in the RX path")
3eb2d9982288 ("net: mvpp2: simplify mvpp2_bm_bufs_add()")
7ef7e1d949cd ("net: mvpp2: drop useless fields in mvpp2_bm_pool and related code")
36fb7435b6ac ("net: mvpp2: release reference to txq_cpu[] entry after unmapping")
ab42676af052 ("net: mvpp2: handle too large value in mvpp2_rx_time_coal_set()")
f8b0d5f8cc10 ("net: mvpp2: handle too large value handling in mvpp2_rx_pkts_coal_set()")
d63f9e41f981 ("net: mvpp2: remove useless arguments in mvpp2_rx_{pkts, time}_coal_set")
239a3b663647 ("net: mvpp2: fix DMA address calculation in mvpp2_txq_inc_put()")
8354491c9d5b ("net: mvpp2: fix dma unmapping of TX buffers for fragments")
a0627f776a45 ("net: marvell: Allow drivers to be built with COMPILE_TEST")