summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice
Commit message (Expand)AuthorAgeFilesLines
* ice: Check FDIR program status for AVFQi Zhang2021-03-227-16/+541
* ice: Add more FDIR filter type for AVFQi Zhang2021-03-224-18/+545
* ice: Add GTPU FDIR filter for AVFQi Zhang2021-03-224-0/+218
* ice: Add non-IP Layer2 protocol FDIR filter for AVFQi Zhang2021-03-226-4/+73
* ice: Add new actions support for VF FDIRQi Zhang2021-03-223-1/+25
* ice: Add FDIR pattern action parser for VFQi Zhang2021-03-221-2/+345
* ice: Enable FDIR Configure for AVFQi Zhang2021-03-229-6/+1094
* ice: Add support for per VF ctrl VSI enablingQi Zhang2021-03-225-11/+129
* ice: Enhanced IPv4 and IPv6 flow filterQi Zhang2021-03-222-5/+53
* ice: Support to separate GTP-U uplink and downlinkQi Zhang2021-03-224-15/+241
* ice: Add more advanced protocol support in flow filterQi Zhang2021-03-223-6/+397
* ice: Support non word aligned input set fieldQi Zhang2021-03-228-36/+623
* ice: Add more basic protocol support for flow filterQi Zhang2021-03-225-6/+220
* intel: Update drivers to use ethtool_sprintfAlexander Duyck2021-03-171-38/+17
* ice: optimize for XDP_REDIRECT in xsk pathMagnus Karlsson2021-03-151-4/+8
* ice: update the number of available RSS queuesHenry Tieman2021-02-221-8/+19
* ice: Fix state bits on LLDP mode switchDave Ertman2021-02-223-2/+11
* ice: Account for port VLAN in VF max packet size calculationBrett Creeley2021-02-221-1/+32
* ice: Set trusted VF as default VSI when setting allmulti onBrett Creeley2021-02-221-1/+1
* ice: report correct max number of TCsDave Ertman2021-02-221-1/+1
* ice: store the result of ice_rx_offset() onto ice_ringMaciej Fijalkowski2021-02-122-21/+23
* ice: skip NULL check against XDP prog in ZC pathMaciej Fijalkowski2021-02-121-4/+3
* ice: remove redundant checks in ice_change_mtuMaciej Fijalkowski2021-02-121-9/+0
* ice: move skb pointer from rx_buf to rx_ringMaciej Fijalkowski2021-02-122-18/+14
* ice: simplify ice_run_xdpMaciej Fijalkowski2021-02-121-10/+5
* ice: Improve MSI-X fallback logicTony Nguyen2021-02-081-15/+25
* ice: Fix trivial error messageMitch Williams2021-02-081-1/+1
* ice: remove unnecessary castsBruce Allan2021-02-084-11/+11
* ice: Refactor DCB related variables out of the ice_port_info structChinh T Cao2021-02-087-78/+83
* ice: fix writeback enable logicJesse Brandeburg2021-02-082-35/+25
* ice: Use PSM clock frequency to calculate RL profilesBen Shelton2021-02-085-9/+63
* ice: create scheduler aggregator node config and move VSIsKiran Patil2021-02-089-20/+1207
* ice: Add initial support framework for LAGDave Ertman2021-02-087-0/+570
* ice: Remove xsk_buff_pool from VSI structureMichal Swiatkowski2021-02-083-79/+30
* ice: implement new LLDP filter commandDave Ertman2021-02-086-8/+82
* ice: log message when trusted VF goes in/out of promisc modeBrett Creeley2021-02-081-13/+19
* ice: remove dead codeBruce Allan2021-02-051-7/+1
* ice: use flex_array_size where possibleBruce Allan2021-02-052-2/+2
* ice: Replace one-element array with flexible-array memberGustavo A. R. Silva2021-02-052-4/+4
* ice: display stored UNDI firmware version via devlink infoJacob Keller2021-02-053-38/+113
* ice: display stored netlist versions via devlink infoJacob Keller2021-02-057-93/+176
* ice: display some stored NVM versions via devlink infoJacob Keller2021-02-053-4/+94
* ice: introduce function for reading from flash modulesJacob Keller2021-02-052-5/+179
* ice: cache NVM module bank informationJacob Keller2021-02-052-0/+188
* ice: introduce context struct for info reportJacob Keller2021-02-051-41/+68
* ice: create flash_info structure and separate NVM versionJacob Keller2021-02-054-62/+91
* ice: report timeout length for erasing during devlink flashJacob Keller2021-02-051-3/+7
* net: use the new dev_page_is_reusable() instead of private versionsAlexander Lobakin2021-02-041-11/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-286-21/+38
|\
| * ice: Fix MSI-X vector fallback logicBrett Creeley2021-01-263-12/+14