summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice
AgeCommit message (Expand)AuthorFilesLines
2021-03-23ice: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2021-03-23ice: Fix prototype warningsTony Nguyen6-8/+8
2021-03-22ice: Check FDIR program status for AVFQi Zhang7-16/+541
2021-03-22ice: Add more FDIR filter type for AVFQi Zhang4-18/+545
2021-03-22ice: Add GTPU FDIR filter for AVFQi Zhang4-0/+218
2021-03-22ice: Add non-IP Layer2 protocol FDIR filter for AVFQi Zhang6-4/+73
2021-03-22ice: Add new actions support for VF FDIRQi Zhang3-1/+25
2021-03-22ice: Add FDIR pattern action parser for VFQi Zhang1-2/+345
2021-03-22ice: Enable FDIR Configure for AVFQi Zhang9-6/+1094
2021-03-22ice: Add support for per VF ctrl VSI enablingQi Zhang5-11/+129
2021-03-22ice: Enhanced IPv4 and IPv6 flow filterQi Zhang2-5/+53
2021-03-22ice: Support to separate GTP-U uplink and downlinkQi Zhang4-15/+241
2021-03-22ice: Add more advanced protocol support in flow filterQi Zhang3-6/+397
2021-03-22ice: Support non word aligned input set fieldQi Zhang8-36/+623
2021-03-22ice: Add more basic protocol support for flow filterQi Zhang5-6/+220
2021-03-17intel: Update drivers to use ethtool_sprintfAlexander Duyck1-38/+17
2021-03-15ice: optimize for XDP_REDIRECT in xsk pathMagnus Karlsson1-4/+8
2021-02-22ice: update the number of available RSS queuesHenry Tieman1-8/+19
2021-02-22ice: Fix state bits on LLDP mode switchDave Ertman3-2/+11
2021-02-22ice: Account for port VLAN in VF max packet size calculationBrett Creeley1-1/+32
2021-02-22ice: Set trusted VF as default VSI when setting allmulti onBrett Creeley1-1/+1
2021-02-22ice: report correct max number of TCsDave Ertman1-1/+1
2021-02-12ice: store the result of ice_rx_offset() onto ice_ringMaciej Fijalkowski2-21/+23
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-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-05net: use the new dev_page_is_reusable() instead of private versionsAlexander Lobakin1-11/+2