summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2023-02-08net/mlx5e: Remove redundant code for handling vlan actionsRoi Dayan4-243/+14
2023-02-08net/mlx5e: Don't listen to remove flows eventLeon Romanovsky1-3/+1
2023-02-08net/mlx5: fw reset: Skip device ID check if PCI link up failedMoshe Shemesh1-0/+1
2023-02-08net/mlx5: Remove redundant health work lockShay Drory1-21/+7
2023-02-08mlx5: reduce stack usage in mlx5_setup_tcArnd Bergmann1-6/+11
2023-02-07net: mscc: ocelot: fix VCAP filters not matching on MAC with "protocol 802.1Q"Vladimir Oltean1-12/+12
2023-02-07amd-xgbe: fix mismatched prototypeArnd Bergmann1-1/+2
2023-02-07net: mscc: ocelot: un-export unused regmap symbolsColin Foster1-28/+14
2023-02-07Merge branch 'aux-bus-v11' of https://github.com/ajitkhaparde1/linuxJakub Kicinski6-316/+235
2023-02-07ice: switch: fix potential memleak in ice_add_adv_recipe()Zhang Changzhong1-1/+1
2023-02-07ice: Fix off by one in ice_tc_forward_to_queue()Dan Carpenter1-1/+1
2023-02-07ice: Fix disabling Rx VLAN filtering with port VLAN enabledBrett Creeley1-1/+15
2023-02-07ice: fix out-of-bounds KASAN warning in virtchnlMichal Swiatkowski2-18/+12
2023-02-07ice: Do not use WQ_MEM_RECLAIM flag for workqueueAnirudh Venkataramanan1-1/+1
2023-02-06ice: remove unnecessary virtchnl_ether_addr struct useJacob Keller5-35/+35
2023-02-06ice: introduce .irq_close VF operationJacob Keller3-0/+6
2023-02-06ice: introduce clear_reset_state operationJacob Keller4-4/+31
2023-02-06ice: convert vf_ops .vsi_rebuild to .create_vsiJacob Keller3-15/+40
2023-02-06ice: introduce ice_vf_init_host_cfg functionJacob Keller3-34/+57
2023-02-06ice: add a function to initialize vf entryJacob Keller3-14/+29
2023-02-06ice: Pull common tasks into ice_vf_post_vsi_rebuildJacob Keller2-4/+17
2023-02-06ice: move ice_vf_vsi_release into ice_vf_lib.cJacob Keller3-15/+19
2023-02-06ice: move vsi_type assignment from ice_vsi_alloc to ice_vsi_cfgJacob Keller1-25/+26
2023-02-06ice: refactor VSI setup to use parameter structureJacob Keller6-63/+147
2023-02-06ice: drop unnecessary VF parameter from several VSI functionsJacob Keller1-13/+8
2023-02-06ice: fix function comment referring to ice_vsi_allocJacob Keller1-1/+1
2023-02-06ice: Add more usage of existing function ice_get_vf_vsi(vf)Brett Creeley1-4/+4
2023-02-06net: enetc: act upon mqprio queue config in taprio offloadVladimir Oltean1-14/+6
2023-02-06net: enetc: act upon the requested mqprio queue configurationVladimir Oltean1-31/+70
2023-02-06net: enetc: request mqprio to validate the queue countsVladimir Oltean2-7/+7
2023-02-06net/sched: taprio: only pass gate mask per TXQ for igc, stmmac, tsnep, am65_cpswVladimir Oltean6-0/+93
2023-02-06net/sched: move struct tc_mqprio_qopt_offload from pkt_cls.h to pkt_sched.hVladimir Oltean12-2/+12
2023-02-06gve: Fix gve interrupt namesPraveen Kaligineedi1-5/+4
2023-02-06Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller10-967/+1142
2023-02-06net: microchip: sparx5: fix PTP init/deinit not checking all portsCasper Andersson1-2/+2
2023-02-06net: ngbe: Support Rx and Tx process pathMengyuan Lou2-13/+61
2023-02-06net: txgbe: Support Rx and Tx process pathJiawen Wu1-9/+28
2023-02-06net: libwx: Add tx path to process packetsMengyuan Lou4-0/+465
2023-02-06net: libwx: Support to receive packets in NAPIJiawen Wu4-1/+706
2023-02-06net: txgbe: Setup Rx and Tx ringJiawen Wu3-3/+44
2023-02-06net: libwx: Allocate Rx and Tx resourcesJiawen Wu5-0/+388
2023-02-06net: libwx: Configure Rx and Tx unit on hardwareJiawen Wu3-0/+684
2023-02-06net: txgbe: Add interrupt supportJiawen Wu2-0/+219
2023-02-06net: ngbe: Add irqs request flowMengyuan Lou2-1/+202
2023-02-06net: libwx: Add irq flow functionsMengyuan Lou6-2/+788
2023-02-06Merge tag 'mlx5-updates-2023-02-04' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller17-54/+129
2023-02-06sparx5: add support for configuring PSFP via tcDaniel Machon3-3/+240
2023-02-06net: microchip: sparx5: initialize PSFPDaniel Machon3-0/+23
2023-02-06net: microchip: sparx5: add support for PSFP stream filtersDaniel Machon2-0/+95
2023-02-06net: microchip: sparx5: add support for PSFP stream gatesDaniel Machon2-0/+179