summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2022-03-15ice: make ice_reset_all_vfs voidJacob Keller2-8/+5
2022-03-15ice: drop is_vflr parameter from ice_reset_all_vfsJacob Keller3-7/+6
2022-03-15ice: move reset functionality into ice_vf_lib.cJacob Keller5-490/+488
2022-03-15ice: fix a long line warning in ice_reset_vfJacob Keller1-1/+2
2022-03-15ice: introduce VF operations structure for reset flowsJacob Keller3-139/+196
2022-03-15ice: fix incorrect dev_dbg print mistaking 'i' for vf->vf_idJacob Keller1-1/+2
2022-03-15ice: introduce ice_vf_lib.c, ice_vf_lib.h, and ice_vf_lib_private.hJacob Keller8-711/+823
2022-03-15Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski23-7470/+7524
2022-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski1-6/+15
2022-03-15net: mscc: ocelot: fix build error due to missing IEEE_8021QAZ_MAX_TCSVladimir Oltean1-2/+2
2022-03-15net: sparx5: fix a couple warning messagesDan Carpenter1-2/+2
2022-03-14ice: use ice_is_vf_trusted helper functionJacob Keller1-10/+10
2022-03-14ice: log an error message when eswitch fails to configureJacob Keller1-1/+3
2022-03-14ice: cleanup error logging for ice_ena_vfsJacob Keller1-13/+19
2022-03-14ice: move ice_set_vf_port_vlan near other .ndo opsJacob Keller1-96/+96
2022-03-14ice: refactor spoofchk control code in ice_sriov.cJacob Keller1-11/+7
2022-03-14ice: rename ICE_MAX_VF_COUNT to avoid confusionJacob Keller3-7/+7
2022-03-14ice: remove unused definitions from ice_sriov.hJacob Keller2-7/+1
2022-03-14ice: convert vf->vc_ops to a const pointerJacob Keller3-23/+55
2022-03-14ice: remove circular header dependencies on ice.hJacob Keller14-11/+35
2022-03-14ice: rename ice_virtchnl_pf.c to ice_sriov.cJacob Keller7-8/+8
2022-03-14ice: rename ice_sriov.c to ice_vf_mbx.cJacob Keller4-6/+6
2022-03-14nfp: flower: avoid newline at the end of message in NL_SET_ERR_MSG_MODNiklas Söderlund1-1/+1
2022-03-14net/mlx5e: Fix use-after-free in mlx5e_stats_grp_sw_update_statsSaeed Mahameed1-2/+3
2022-03-14net/mlx4_en: use kzallocJulia Lawall1-2/+1
2022-03-14drivers: net: packetengines: fix typos in commentsJulia Lawall1-1/+1
2022-03-14dpaa2-mac: configure the SerDes phy on a protocol changeIoana Ciornei4-2/+100
2022-03-14dpaa2-mac: move setting up supported_interfaces into a functionIoana Ciornei1-19/+24
2022-03-14dpaa2-mac: retrieve API version and detect featuresIoana Ciornei2-0/+32
2022-03-14dpaa2-mac: add the MC API for reconfiguring the protocolIoana Ciornei3-0/+31
2022-03-14dpaa2-mac: add the MC API for retrieving the versionIoana Ciornei3-0/+40
2022-03-14net: dsa: felix: configure default-prio and dscp prioritiesVladimir Oltean1-0/+116
2022-03-12Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller9-75/+777
2022-03-11net: add per-cpu storage and net->core_statsEric Dumazet3-5/+5
2022-03-11nfp: add support for NFP3800/NFP3803 PCIe devicesDirk van der Merwe5-4/+29
2022-03-11nfp: take chip version into account for ring sizesJakub Kicinski4-10/+16
2022-03-11nfp: parametrize QCP offset/size using dev_infoJakub Kicinski6-9/+32
2022-03-11nfp: use dev_info for the DMA maskJakub Kicinski5-7/+6
2022-03-11nfp: use dev_info for PCIe config space BAR offsetsJakub Kicinski3-12/+12
2022-03-11nfp: introduce dev_info static chip dataJakub Kicinski11-13/+68
2022-03-11nfp: sort the device ID tablesJakub Kicinski1-2/+2
2022-03-11nfp: use PluDevice register for model for non-NFP6000 chipsDirk van der Merwe1-2/+7
2022-03-11nfp: use PCI_DEVICE_ID_NETRONOME_NFP6000_VF for VFs insteadDirk van der Merwe1-2/+1
2022-03-11nfp: remove pessimistic NFP_QCP_MAX_ADD limitsChristo du Toit1-30/+2
2022-03-11nfp: remove define for an unused control bitJakub Kicinski1-1/+0
2022-03-11ethernet: 8390: Remove unnecessary print function dev_err()Yang Li1-3/+1
2022-03-11ice: Support GTP-U and GTP-C offload in switchdevMarcin Szycik8-24/+765
2022-03-11ice: Fix FV offset searchingMichal Swiatkowski3-51/+12
2022-03-11net: lan966x: Improve the CPU TX bitrate.Horatiu Vultur1-0/+3
2022-03-11net: ethernet: ezchip: fix platform_get_irq.cocci warningYihao Han1-1/+0