aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2021-02-08i40e: consolidate handling of XDP program actionsCristian Dumitrescu1-37/+61
2021-02-08i40e: remove the redundant buffer info updatesCristian Dumitrescu1-19/+14
2021-02-08i40e: remove unnecessary cleaned_count updatesCristian Dumitrescu1-3/+1
2021-02-08i40e: remove unnecessary memory writes of the next to clean pointerCristian Dumitrescu1-19/+11
2021-02-08ice: Improve MSI-X fallback logicTony Nguyen1-15/+25
2021-02-08ice: Fix trivial error messageMitch Williams1-1/+1
2021-02-08ice: remove unnecessary castsBruce Allan4-11/+11
2021-02-08ice: Refactor DCB related variables out of the ice_port_info structChinh T Cao7-78/+83
2021-02-08ice: fix writeback enable logicJesse Brandeburg2-35/+25
2021-02-08ice: Use PSM clock frequency to calculate RL profilesBen Shelton5-9/+63
2021-02-08ice: create scheduler aggregator node config and move VSIsKiran Patil9-20/+1207
2021-02-08ice: Add initial support framework for LAGDave Ertman7-0/+570
2021-02-08ice: Remove xsk_buff_pool from VSI structureMichal Swiatkowski3-79/+30
2021-02-08ice: implement new LLDP filter commandDave Ertman6-8/+82
2021-02-08ice: log message when trusted VF goes in/out of promisc modeBrett Creeley1-13/+19
2021-02-05ice: remove dead codeBruce Allan1-7/+1
2021-02-05ice: use flex_array_size where possibleBruce Allan2-2/+2
2021-02-05ice: Replace one-element array with flexible-array memberGustavo A. R. Silva2-4/+4
2021-02-05ice: display stored UNDI firmware version via devlink infoJacob Keller3-38/+113
2021-02-05ice: display stored netlist versions via devlink infoJacob Keller7-91/+174
2021-02-05ice: display some stored NVM versions via devlink infoJacob Keller3-4/+94
2021-02-05ice: introduce function for reading from flash modulesJacob Keller2-5/+179
2021-02-05ice: cache NVM module bank informationJacob Keller2-0/+188
2021-02-05ice: introduce context struct for info reportJacob Keller1-41/+68
2021-02-05ice: create flash_info structure and separate NVM versionJacob Keller4-62/+91
2021-02-05ice: report timeout length for erasing during devlink flashJacob Keller1-3/+7
2021-02-04Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queueJakub Kicinski12-21/+48
2021-02-04net: use the new dev_page_is_reusable() instead of private versionsAlexander Lobakin8-76/+16
2021-02-03e1000: drop unneeded assignment in e1000_set_itr()Sudip Mukherjee1-1/+0
2021-02-03e1000e: remove the redundant value assignment in e1000_update_nvm_checksum_sptKaixu Xia1-7/+0
2021-02-03igb: remove h from printk format specifierTom Rix1-1/+1
2021-02-03igb: Enable RSS for Intel I211 Ethernet ControllerNick Lowe1-2/+1
2021-02-03igb: fix TDBAL register show incorrect valueGal Hammer1-1/+1
2021-02-03igc: Fix TDBAL register show incorrect valueSasha Neftin1-1/+1
2021-02-03igc: Remove unused FUNC_1 maskSasha Neftin1-1/+0
2021-02-03igc: Remove unused local receiver maskSasha Neftin1-1/+0
2021-02-03igc: Prefer strscpy over strlcpySasha Neftin1-1/+1
2021-02-03igc: Expose the gPHY firmware versionSasha Neftin5-3/+28
2021-02-03igc: Expose the NVM versionSasha Neftin3-2/+17
2021-02-03igc: Add Host Good Packets Transmitted CountSasha Neftin1-0/+1
2021-02-03igc: Remove MULR mask defineSasha Neftin1-1/+0
2021-02-03igc: Remove igc_set_fw_version commentSasha Neftin1-1/+0
2021-02-03igc: Clean up nvm_operations structureSasha Neftin1-1/+0
2021-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-17/+5
2021-02-01i40e: Revert "i40e: don't report link up for a VF who hasn't enabled queues"Aleksandr Loktionov2-13/+1
2021-02-01igc: check return value of ret_val in igc_config_fc_after_link_upKevin Lo1-1/+1
2021-02-01igc: set the default return value to -IGC_ERR_NVM in igc_write_nvm_srwrKevin Lo1-2/+1
2021-02-01igc: Report speed and duplex as unknown when device is runtime suspendedKai-Heng Feng1-1/+2
2021-01-28e100: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-43/+49
2021-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski8-34/+60