summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2021-02-12ixgbe: store the result of ixgbe_rx_offset() onto ixgbe_ringMaciej Fijalkowski2-7/+9
2021-02-12ice: store the result of ice_rx_offset() onto ice_ringMaciej Fijalkowski2-21/+23
2021-02-12i40e: store the result of i40e_rx_offset() onto i40e_ringMaciej Fijalkowski2-17/+19
2021-02-12i40e: Simplify the do-while allocation loopBjörn Töpel1-3/+1
2021-02-12ice: skip NULL check against XDP prog in ZC pathMaciej Fijalkowski1-4/+3
2021-02-12ice: remove redundant checks in ice_change_mtuMaciej Fijalkowski1-9/+0
2021-02-12ice: move skb pointer from rx_buf to rx_ringMaciej Fijalkowski2-18/+14
2021-02-12ice: simplify ice_run_xdpMaciej Fijalkowski1-10/+5
2021-02-12i40e: adjust i40e_is_non_eopMaciej Fijalkowski1-17/+6
2021-02-12i40e: drop misleading function commentsMaciej Fijalkowski1-27/+6
2021-02-12i40e: drop redundant check when setting xdp progMaciej Fijalkowski1-3/+0
2021-02-11i40e: remove the useless value assignment in i40e_clean_adminq_subtaskKaixu Xia1-1/+1
2021-02-11i40e: VLAN field for flow directorPrzemyslaw Patynowski4-292/+289
2021-02-11i40e: Add flow director support for IPv6Przemyslaw Patynowski4-119/+551
2021-02-11i40e: Add EEE status getting & setting implementationAleksandr Loktionov2-2/+123
2021-02-11i40e: Add netlink callbacks support for software based DCBArkadiusz Kubalewski1-7/+745
2021-02-11i40e: Add init and default config of software based DCBArkadiusz Kubalewski3-58/+497
2021-02-11i40e: Add hardware configuration for software based DCBArkadiusz Kubalewski7-13/+1365
2021-02-10Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller2-74/+86
2021-02-09i40e: Log error for oversized MTU on deviceEryk Rybak1-4/+7
2021-02-09i40e: consolidate handling of XDP program actionsCristian Dumitrescu1-37/+61
2021-02-09i40e: remove the redundant buffer info updatesCristian Dumitrescu1-19/+14
2021-02-09i40e: remove unnecessary cleaned_count updatesCristian Dumitrescu1-3/+1
2021-02-09i40e: remove unnecessary memory writes of the next to clean pointerCristian Dumitrescu1-19/+11
2021-02-09ice: Improve MSI-X fallback logicTony Nguyen1-15/+25
2021-02-09ice: Fix trivial error messageMitch Williams1-1/+1
2021-02-09ice: remove unnecessary castsBruce Allan4-11/+11
2021-02-09ice: Refactor DCB related variables out of the ice_port_info structChinh T Cao7-78/+83
2021-02-09ice: fix writeback enable logicJesse Brandeburg2-35/+25
2021-02-09ice: Use PSM clock frequency to calculate RL profilesBen Shelton5-9/+63
2021-02-09ice: create scheduler aggregator node config and move VSIsKiran Patil9-20/+1207
2021-02-09ice: Add initial support framework for LAGDave Ertman7-0/+570
2021-02-09ice: Remove xsk_buff_pool from VSI structureMichal Swiatkowski3-79/+30
2021-02-09ice: implement new LLDP filter commandDave Ertman6-8/+82
2021-02-09ice: 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-93/+176
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-05Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski12-21/+48
2021-02-05net: use the new dev_page_is_reusable() instead of private versionsAlexander Lobakin8-76/+16
2021-02-04e1000: drop unneeded assignment in e1000_set_itr()Sudip Mukherjee1-1/+0
2021-02-04e1000e: remove the redundant value assignment in e1000_update_nvm_checksum_sptKaixu Xia1-7/+0