aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice
AgeCommit message (Expand)AuthorFilesLines
2021-03-31ice: rename ptype bitmapQi Zhang1-8/+8
2021-03-31ice: correct memory allocation callBruce Allan1-1/+1
2021-03-31ice: Check for bail out condition earlyAnirudh Venkataramanan1-5/+5
2021-03-31ice: remove unnecessary duplicated AQ command flag settingBruce Allan1-1/+1
2021-03-31ice: change link misconfiguration messagePaul Greenwalt1-1/+1
2021-03-31ice: handle increasing Tx or Rx ring sizesPaul M Stillwell Jr2-33/+92
2021-03-31ice: Update to use package info from ice segmentDan Nowlin4-22/+36
2021-03-31ice: Delay netdev registrationAnirudh Venkataramanan2-52/+47
2021-03-31ice: Add Support for XPSBenita Bose2-0/+29
2021-03-29ice: Cleanup fltr list in case of allocation issuesRobert Malz1-1/+2
2021-03-29ice: Use port number instead of PF ID for WoLAnirudh Venkataramanan3-8/+7
2021-03-29ice: Fix for dereference of NULL pointerJacek BuĊ‚atek1-5/+7
2021-03-29ice: remove DCBNL_DEVRESET bit from PF stateDave Ertman3-4/+0
2021-03-29ice: fix memory allocation callBruce Allan1-1/+1
2021-03-29ice: prevent ice_open and ice_stop during resetKrzysztof Goreczny3-2/+31
2021-03-29ice: Recognize 860 as iSCSI port in CEE modeChinh T Cao2-9/+30
2021-03-29ice: Increase control queue timeoutFabio Pricoco1-2/+2
2021-03-29ice: Continue probe on link/PHY errorsAnirudh Venkataramanan1-9/+6
2021-03-25Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-8/+7
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-24/+27
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-18bpf, devmap: Move drop error path to devmap for XDP_REDIRECTLorenzo Bianconi1-8/+7
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-03-12ice: move headroom initialization to ice_setup_rx_ctxMaciej Fijalkowski2-17/+18
2021-03-12ice: fix napi work done reporting in xsk pathMagnus Karlsson2-7/+9
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