aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2022-01-26bnxt_en: Update firmware interface to 1.10.2.73Michael Chan1-39/+460
2022-01-26net: stmmac: use .mac_select_pcs() interfaceRussell King (Oracle)1-3/+12
2022-01-26net: stmmac: convert to phylink_generic_validate()Russell King (Oracle)1-24/+1
2022-01-26net: stmmac: remove phylink_config.pcs_poll usageRussell King (Oracle)1-1/+0
2022-01-26net: stmmac/xpcs: convert to pcs_validate()Russell King (Oracle)1-5/+0
2022-01-26net: stmmac: fill in supported_interfacesRussell King (Oracle)1-0/+8
2022-01-26net: stmmac: convert to phylink_get_linkmodes()Russell King (Oracle)1-83/+42
2022-01-26mlxsw: core_env: Forbid module reset on RJ45 portsDanielle Ratson1-0/+6
2022-01-26mlxsw: core_env: Forbid power mode set and get on RJ45 portsDanielle Ratson1-0/+13
2022-01-26mlxsw: core_env: Forbid getting module EEPROM on RJ45 portsDanielle Ratson1-3/+49
2022-01-26mlxsw: core_env: Query and store port module's type during initializationDanielle Ratson1-0/+28
2022-01-26mlxsw: reg: Add Port Module Type Mapping registerDanielle Ratson1-0/+53
2022-01-26mlxsw: spectrum_ethtool: Add support for two new link modesDanielle Ratson2-0/+12
2022-01-26mlxsw: Add netdev argument to mlxsw_env_get_module_info()Danielle Ratson4-4/+7
2022-01-26mlxsw: core_env: Do not pass number of modules as argumentIdo Schimmel1-9/+6
2022-01-26mlxsw: spectrum_ethtool: Remove redundant variableIdo Schimmel1-12/+6
2022-01-25amd: declance: use eth_hw_addr_set()Thomas Bogendoerfer1-1/+3
2022-01-25net: tulip: remove redundant assignment to variable new_csr6Colin Ian King1-1/+1
2022-01-25net: hns3: handle empty unknown interrupt for VFYufeng Mo1-2/+1
2022-01-25net: mana: Use struct_size() helper in mana_gd_create_dma_region()Gustavo A. R. Silva1-2/+2
2022-01-25r8169: use new PM macrosHeiner Kallweit1-12/+6
2022-01-25ionic: replace set_vf data with unionShannon Nelson4-67/+55
2022-01-25ionic: stretch heartbeat detectionShannon Nelson4-24/+20
2022-01-25ionic: remove the dbid_inuse bitmapShannon Nelson2-17/+1
2022-01-25ionic: disable napi when ionic_lif_init() failsBrett Creeley1-0/+1
2022-01-25ionic: Cleanups in the Tx hotpath codeBrett Creeley1-32/+34
2022-01-25ionic: Prevent filter add/del err msgs when the device is not availableBrett Creeley1-5/+32
2022-01-25ionic: Query FW when getting VF info via ndo_get_vf_configBrett Creeley5-8/+148
2022-01-25ionic: Allow flexibility for error reporting on dev commandsBrett Creeley2-4/+30
2022-01-25ionic: Correctly print AQ errors if completions aren't receivedBrett Creeley1-0/+2
2022-01-25ionic: fix up printing of timeout errorShannon Nelson1-2/+6
2022-01-25ionic: better handling of RESET eventShannon Nelson2-10/+24
2022-01-25ionic: add FW_STOPPING stateShannon Nelson4-11/+18
2022-01-25ionic: Don't send reset commands if FW isn't runningBrett Creeley3-13/+23
2022-01-25ionic: separate function for watchdog initShannon Nelson1-12/+19
2022-01-25ionic: start watchdog after all is setupShannon Nelson2-4/+3
2022-01-25ionic: fix type complaint in ionic_dev_cmd_clean()Shannon Nelson1-3/+3
2022-01-25net: fec_mpc52xx: don't discard const from netdev->dev_addrJakub Kicinski1-5/+7
2022-01-25net: cpsw: Properly initialise struct page_pool_paramsToke Høiland-Jørgensen1-1/+1
2022-01-25net: stmmac: reduce unnecessary wakeups from eee sw timerJisheng Zhang1-6/+7
2022-01-24net: use bool values to pass bool param of phy_init_eee()Jisheng Zhang5-5/+5
2022-01-24net: fec_ptp: remove redundant initialization of variable valColin Ian King1-1/+0
2022-01-24Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-80/+124
2022-01-24net: stmmac: remove unused members in struct stmmac_privJisheng Zhang1-2/+0
2022-01-24net: atlantic: Use the bitmap API instead of hand-writing itChristophe JAILLET1-4/+2
2022-01-24ibmvnic: remove unused ->wait_capabilitySukadev Bhattiprolu2-25/+14
2022-01-24ibmvnic: don't spin in taskletSukadev Bhattiprolu1-6/+0
2022-01-24ibmvnic: init ->running_cap_crqs earlySukadev Bhattiprolu1-35/+71
2022-01-24ibmvnic: Allow extra failures before disablingSukadev Bhattiprolu1-4/+17
2022-01-21bpf: add frags support to the bpf_xdp_adjust_tail() APIEelco Chaudron1-1/+2