blob: 5b120c884471ddb41aec5b1ecd918b736d6f070c [file] [log] [blame]
0c6d9b44145d ("net: mvpp2: Don't use dynamic allocs for local variables")
47e0e14eb1a6 ("net: mvpp2: Make mvpp2_prs_hw_read a parser entry init function")
10fea26ce2aa ("net: mvpp2: Add support for unicast filtering")
ce2a27c761ac ("net: mvpp2: Simplify MAC filtering function parameters")
56beda3db602 ("net: mvpp2: Add hardware offloading for VLAN filtering")
7ac8ff95f48c ("mvpp2: fix multicast address filter")
1d17db08c056 ("net: mvpp2: limit TSO segments and use stop/wake thresholds")
239dd4ee4838 ("net: mvpp2: do not sleep in set_rx_mode")
20746d717ea3 ("net: mvpp2: fix invalid parameters order when calling the tcam init")
186cd4d4e414 ("net: mvpp2: software tso support")
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")
f9fd0e342383 ("net: mvpp2: Rename a jump label in mvpp2_prs_vlan_add()")
c9a7e1206a36 ("net: mvpp2: Rename a jump label in mvpp2_prs_double_vlan_add()")
bd6aaf5535a6 ("net: mvpp2: Improve a size determination in two functions")
c5b2ce24f3d2 ("net: mvpp2: Improve 27 size determinations")
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")