aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_base.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-11-09ice: Fix spurious interrupt during removal of trusted VFNorbert Zulinski1-1/+1
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski1-2/+1
2022-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-17/+0
2022-09-02ice: Fix DMA mappings leakPrzemyslaw Patynowski1-17/+0
2022-08-18ice: Implement control of FCS/CRC strippingJesse Brandeburg1-1/+1
2022-03-14ice: rename ice_virtchnl_pf.c to ice_sriov.cJacob Keller1-1/+1
2022-03-03ice: store VF pointer instead of VF IDJacob Keller1-2/+2
2022-02-09ice: Add support for VIRTCHNL_VF_OFFLOAD_VLAN_V2Brett Creeley1-0/+1
2022-02-09ice: Add hot path support for 802.1Q and 802.1ad VLAN offloadsBrett Creeley1-2/+16
2021-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+17
2021-12-17ice: xsk: allocate separate memory for XDP SW ringMaciej Fijalkowski1-0/+17
2021-12-14ice: Propagate error codesTony Nguyen1-2/+2
2021-12-14ice: Remove enum ice_statusTony Nguyen1-3/+3
2021-12-14ice: Use int for ice_statusTony Nguyen1-2/+2
2021-12-14ice: Remove string printing for ice_statusTony Nguyen1-4/+4
2021-11-03ice: Fix not stopping Tx queues for VFsBrett Creeley1-1/+1
2021-10-20ice: Add infrastructure for mqprio support via ndo_setup_tcKiran Patil1-6/+28
2021-10-15ice: split ice_ring onto Tx/Rx separate structsMaciej Fijalkowski1-28/+29
2021-10-15ice: move ice_container_type onto ice_ring_containerMaciej Fijalkowski1-0/+2
2021-10-07ice: introduce new type of VSI for switchdevGrzegorz Nitka1-1/+35
2021-06-11ice: enable transmit timestamps for E810 devicesJacob Keller1-0/+9
2021-06-11ice: enable receive hardware timestampingJacob Keller1-2/+3
2021-06-07ice: Refactor ice_setup_rx_ctxKrzysztof Kazimierczak1-47/+73
2021-04-14ice: refactor ITR data structuresJesse Brandeburg1-0/+3
2021-04-14ice: refactor interrupt moderation writesJesse Brandeburg1-17/+5
2021-03-31ice: Add Support for XPSBenita Bose1-0/+23
2021-03-12ice: move headroom initialization to ice_setup_rx_ctxMaciej Fijalkowski1-0/+18
2021-03-12ice: fix napi work done reporting in xsk pathMagnus Karlsson1-2/+4
2020-12-01xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel1-2/+2
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Rename xsk zero-copy driver interfacesMagnus Karlsson1-3/+3
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umemMagnus Karlsson1-8/+8
2020-07-01ice: replace single-element array used for C struct hackBruce Allan1-1/+1
2020-05-31ice: Always clear QRXFLXP_CNTXT before writing new valueBrett Creeley1-22/+11
2020-05-27ice: Check UMEM FQ size when allocating bufsKrzysztof Kazimierczak1-9/+21
2020-05-27ice: avoid undefined behaviorBruce Allan1-2/+3
2020-05-27ice: fix signed vs unsigned comparisonsJesse Brandeburg1-2/+2
2020-05-23Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller1-0/+1
2020-05-22ice: Initialize Flow Director resourcesHenry Tieman1-0/+1
2020-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-8/+8
2020-05-21ice: Fix casting issuesKarol Kolacinski1-10/+14
2020-05-21ice: Provide more meaningful error messageLihong Yang1-4/+4
2020-05-21ice, xsk: Migrate to new MEM_TYPE_XSK_BUFF_POOLBjörn Töpel1-8/+8
2020-02-19ice: add backslash-n to stringsJesse Brandeburg1-2/+1
2020-02-19ice: Always clear the QRXFLXP_CNTXT register for VF Rx queuesBrett Creeley1-2/+6
2020-02-15ice: remove unnecessary fallthrough commentsBruce Allan1-1/+0
2020-02-15ice: Add support to enable/disable all Rx queues before waitingBrett Creeley1-11/+31
2020-02-12ice: Cleanup ice_vsi_alloc_q_vectorsAnirudh Venkataramanan1-8/+3
2020-02-12ice: Make print statements more compactAnirudh Venkataramanan1-14/+8
2020-02-12ice: Use ice_pf_to_devAnirudh Venkataramanan1-6/+6
2020-01-03ice: Suppress Coverity warnings for xdp_rxq_info_regKrzysztof Kazimierczak1-0/+2