summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/marvell
AgeCommit message (Expand)AuthorFilesLines
2021-07-03Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-6/+6
2021-06-30treewide: Add missing semicolons to __assign_str usesJoe Perches1-6/+6
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-6/+0
2021-06-29net: switchdev: add a context void pointer to struct switchdev_notifier_infoVladimir Oltean1-3/+3
2021-06-25net: mdiobus: withdraw fwnode_mdbiobus_registerMarcin Wojtas1-2/+8
2021-06-24marvell: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen2-6/+0
2021-06-22net: marvell: return csum computation result from mvneta_rx_csum/mvpp2_rx_csumLorenzo Bianconi2-21/+12
2021-06-22octeontx2-af: Avoid field-overflowing memcpy()Kees Cook1-1/+1
2021-06-22net: mvpp2: remove unused 'has_phy' fieldMarcin Wojtas2-4/+0
2021-06-22net: mvpp2: enable using phylink with ACPIMarcin Wojtas1-5/+17
2021-06-22net: mvmdio: add ACPI supportMarcin Wojtas1-2/+12
2021-06-18net: pxa168_eth: Fix a potential data race in pxa168_eth_removePavel Machek1-1/+1
2021-06-18ethernet: marvell/octeontx2: Simplify the return expression of npc_is_samedingsenjie1-5/+2
2021-06-16net: marvell: prestera: Add matchall supportSerhiy Boiko10-1/+367
2021-06-16net: marvell: Implement TC flower offloadSerhiy Boiko11-2/+1404
2021-06-15octeontx2-pf: Fix spelling mistake "morethan" -> "more than"Colin Ian King1-1/+1
2021-06-15octeontx2-pf: Add police action for TC flowerSubbaraya Sundeep3-23/+178
2021-06-15octeontx2-pf: Use NL_SET_ERR_MSG_MOD for TCSubbaraya Sundeep1-12/+17
2021-06-15octeontx2-pf: TC_MATCHALL ingress ratelimiting offloadSunil Goutham5-0/+423
2021-06-15octeontx2-af: cn10k: Debugfs support for bandwidth profilesSunil Goutham5-4/+187
2021-06-15octeontx2-af: cn10k: Bandwidth profiles config supportSunil Goutham6-4/+757
2021-06-14net: marvell: prestera: devlink: add traps with DROP actionOleksandr Mazur3-0/+137
2021-06-14net: marvell: prestera: devlink: add traps/groups implementationOleksandr Mazur6-3/+452
2021-06-14octeontx2-pf: Cleanup flow rule managementSunil Goutham5-63/+181
2021-06-11octeontx2-pf: add support for ndo_set_vf_trustHariprasad Kelam2-25/+109
2021-06-11octeontx2-af: add new mailbox to configure VF trust modeHariprasad Kelam5-6/+83
2021-06-11octeontx2-nicvf: add ndo_set_rx_mode support for multicast & promiscNaveen Mamindlapalli1-2/+56
2021-06-11octeontx2-af: add support for multicast/promisc packet replication featureNaveen Mamindlapalli9-158/+482
2021-06-11net: marvell: prestera: add LAG supportSerhiy Boiko5-31/+531
2021-06-11net: marvell: prestera: do not propagate netdev events to prestera_switchdev.cVadym Kochan3-37/+19
2021-06-11net: marvell: prestera: move netdev topology validation to prestera_mainVadym Kochan2-23/+26
2021-06-10mvpp2: prefetch pageMatteo Croce1-3/+7
2021-06-10mvpp2: prefetch right addressMatteo Croce1-2/+2
2021-06-08mvneta: recycle buffersMatteo Croce1-4/+7
2021-06-08mvpp2: recycle buffersMatteo Croce1-1/+1
2021-06-08skbuff: add a parameter to __skb_frag_unrefMatteo Croce1-1/+1
2021-06-08net: mvpp2: check return value after calling platform_get_resource()Yang Yingliang1-0/+4
2021-06-02octeontx2-af: Fix spelling mistake "vesion" -> "version"Colin Ian King1-1/+1
2021-06-02net: marvell: prestera: try to load previous fw versionVadym Kochan1-22/+61
2021-06-02net: marvell: prestera: bump supported firmware version to 3.0Vadym Kochan1-1/+1
2021-06-02net: marvell: prestera: align flood setting according to latest firmware versionVadym Kochan3-11/+94
2021-06-02net: marvell: prestera: disable events interrupt while handlingVadym Kochan1-0/+19
2021-05-30octeontx2-pf: Fix fall-through warning for ClangGustavo A. R. Silva1-0/+1
2021-05-30octeontx2-af: Update the default KPU profile and fixesGeorge Cherian2-848/+2908
2021-05-30octeontx2-af: support for coalescing KPU profilesHarman Kalra2-15/+79
2021-05-30octeontx2-af: adding new lt def registers supportHarman Kalra5-4/+112
2021-05-30octeontx2-af: load NPC profile via firmware databaseHarman Kalra2-17/+101
2021-05-30octeontx2-af: add support for custom KPU entriesStanislaw Kardach5-40/+286
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-9/+71
2021-05-26net: mvpp2: add buffer header handling in RXStefan Chulski2-9/+67