summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2023-01-20octeontx2-af: add mbox to return CPT_AF_FLT_INT infoSrujana Challa3-0/+56
2023-01-20octeontx2-af: update cpt lf alloc mailboxSrujana Challa2-3/+9
2023-01-20octeontx2-af: restore rxc conf after teardown sequenceNithin Dabilpuram1-4/+18
2023-01-20octeontx2-af: optimize cpt pf identificationSrujana Challa3-3/+20
2023-01-20octeontx2-af: modify FLR sequence for CPTSrujana Challa3-47/+53
2023-01-20octeontx2-af: add mbox for CPT LF resetSrujana Challa2-0/+41
2023-01-20octeontx2-af: recover CPT engine when it gets faultSrujana Challa1-30/+80
2023-01-20ice: use GNSS subsystem instead of TTYArkadiusz Kubalewski5-257/+149
2023-01-20net: hns: Switch to use acpi_evaluate_dsm_typed()Andy Shevchenko1-10/+10
2023-01-20Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller21-2395/+2582
2023-01-20net: microchip: sparx5: add support for DSCP rewriteDaniel Machon4-0/+124
2023-01-20net: microchip: sparx5: add support for PCP rewriteDaniel Machon4-14/+191
2023-01-20Merge tag 'mlx5-updates-2023-01-18' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski15-292/+174
2023-01-20devlink: remove devl*_port_health_reporter_destroy()Jiri Pirko2-2/+2
2023-01-20devlink: protect health reporter operation with instance lockJiri Pirko1-4/+4
2023-01-20net/mlx5: Remove MLX5E_LOCKED_FLOW flagJiri Pirko1-12/+2
2023-01-20net/mlx5e: Create separate devlink instance for ethernet auxiliary deviceJiri Pirko4-23/+55
2023-01-20devlink: remove linecards lockJiri Pirko1-4/+4
2023-01-20net: ethernet: ti: am65-cpsw: Handle -EPROBE_DEFER for Serdes PHYSiddharth Vadapalli1-0/+2
2023-01-19ice: Remove excess spaceTony Nguyen1-1/+1
2023-01-19ice: Introduce local var for readabilityTony Nguyen1-3/+6
2023-01-19ice: Match parameter name for ice_cfg_phy_fc()Tony Nguyen1-1/+1
2023-01-19ice: Explicitly return 0Tony Nguyen2-2/+2
2023-01-19ice: Reduce scope of variablesTony Nguyen2-5/+10
2023-01-19ice: Move support DDP code out of ice_flex_pipe.cSergey Temerkhanov6-2300/+2344
2023-01-19ice: Remove cppcheck suppressionsTony Nguyen4-8/+0
2023-01-19ice: combine cases in ice_ksettings_find_adv_link_speed()Przemek Kitszel1-12/+8
2023-01-19ice: Add support for 100G KR2/CR2/SR2 link reportingAnirudh Venkataramanan1-9/+32
2023-01-19ice: add missing checks for PF vsi typeJesse Brandeburg1-9/+8
2023-01-19ice: remove redundant non-null check in ice_setup_pf_sw()Anirudh Venkataramanan1-7/+5
2023-01-19ice: restrict PTP HW clock freq adjustments to 100, 000, 000 PPBSiddaraju DH1-1/+1
2023-01-19ice: Support drop actionAmritha Nambiar2-20/+40
2023-01-19ice: Handle LLDP MIB Pending changeAnatolii Gerasymenko3-15/+91
2023-01-19ice: Add 'Execute Pending LLDP MIB' Admin Queue commandTsotne Chakhvadze4-2/+33
2023-01-19net: phy: Remove probe_capabilitiesAndrew Lunn5-8/+0
2023-01-19net: mdio: Rework scanning of bus ready for quirksAndrew Lunn1-1/+1
2023-01-19net: lan743x: add fixed phy support for LAN7431 devicePavithra Sathyanarayanan1-2/+18
2023-01-19net: lan743x: add generic implementation for phy interface selectionPavithra Sathyanarayanan2-8/+24
2023-01-19net: lan743x: remove unwanted interface select settingsPavithra Sathyanarayanan1-8/+0
2023-01-19net: enetc: prioritize ability to go down over packet processingVladimir Oltean1-18/+63
2023-01-19net: enetc: set up XDP program under enetc_reconfigure()Vladimir Oltean1-19/+32
2023-01-19net: enetc: rename "xdp" and "dev" in enetc_setup_bpf()Vladimir Oltean2-9/+9
2023-01-19net: enetc: implement ring reconfiguration procedure for PTP RX timestampingVladimir Oltean1-12/+56
2023-01-19net: enetc: move phylink_start/stop out of enetc_start/stopVladimir Oltean1-13/+13
2023-01-19net: enetc: split ring resource allocation from assignmentVladimir Oltean2-70/+180
2023-01-19net: enetc: bring "bool extended" to top-level in enetc_open()Vladimir Oltean1-9/+11
2023-01-19net: enetc: drop redundant enetc_free_tx_frame() call from enetc_free_txbdr()Vladimir Oltean1-5/+0
2023-01-19net: enetc: rx_swbd and tx_swbd are never NULL in enetc_free_rxtx_rings()Vladimir Oltean1-6/+0
2023-01-19net: enetc: create enetc_dma_free_bdr()Vladimir Oltean1-14/+11
2023-01-19net: enetc: set up RX ring indices from enetc_setup_rxbdr()Vladimir Oltean1-7/+4