summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_lib.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* ice: do not disable Tx queues twice in ice_down()Maciej Fijalkowski2024-03-041-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-291-2/+8
|\
| * ice: Fix ASSERT_RTNL() warning during certain scenariosAmritha Nambiar2024-02-201-2/+8
* | ice: make ice_vsi_cfg_txq() staticMaciej Fijalkowski2024-02-021-6/+0
* | ice: make ice_vsi_cfg_rxq() staticMaciej Fijalkowski2024-02-021-4/+0
|/
* ice: Add support in the driver for associating queue with napiAmritha Nambiar2023-12-051-0/+4
* ice: refactor ice_lib to make functions staticJan Sokolowski2023-08-171-3/+0
* ice: remove unused methodsJan Sokolowski2023-08-171-2/+0
* ice: Add driver support for firmware changes for LAGDave Ertman2023-07-271-0/+1
* ice: Unset src prune on uplink VSIWojciech Drewek2023-07-241-0/+1
* ice: track interrupt vectors with xarrayPiotr Raczynski2023-05-161-5/+0
* ice: add individual interrupt allocationPiotr Raczynski2023-05-161-2/+2
* ice: refactor VSI setup to use parameter structureJacob Keller2023-02-061-8/+44
* ice: update VSI instead of init in some caseMichal Swiatkowski2023-02-031-2/+2
* ice: move VSI delete outside deconfigMichal Swiatkowski2023-02-031-1/+0
* ice: split ice_vsi_setup into smaller functionsMichal Swiatkowski2023-02-031-1/+6
* ice: cleanup in VSI config/deconfig codeMichal Swiatkowski2023-02-031-1/+1
* ice: Fix spurious interrupt during removal of trusted VFNorbert Zulinski2022-11-091-0/+1
* ice: Implement control of FCS/CRC strippingJesse Brandeburg2022-08-181-0/+2
* ice: Introduce enabling promiscuous mode on multiple VF'sMichal Wilczynski2022-07-281-7/+4
* ice: store VF pointer instead of VF IDJacob Keller2022-03-031-1/+2
* ice: Simplify tracking status of RDMA supportDave Ertman2022-02-141-1/+1
* ice: Add outer_vlan_ops and VSI specific VLAN ops implementationsBrett Creeley2022-02-091-0/+3
* ice: Introduce ice_vlan structBrett Creeley2022-02-091-0/+1
* ice: Add new VSI VLAN opsBrett Creeley2022-02-091-11/+0
* ice: Add helper function for adding VLAN 0Brett Creeley2022-02-091-1/+1
* ice: Cleanup after ice_status removalTony Nguyen2021-12-141-2/+1
* ice: Remove enum ice_statusTony Nguyen2021-12-141-3/+0
* ice: Use int for ice_statusTony Nguyen2021-12-141-1/+1
* ice: Remove boolean vlan_promisc flag from functionBrett Creeley2021-10-291-1/+1
* ice: enable ndo_setup_tc support for mqprio_qdiscKiran Patil2021-10-211-0/+1
* ice: Add infrastructure for mqprio support via ndo_setup_tcKiran Patil2021-10-211-3/+8
* ice: update dim usage and moderationJesse Brandeburg2021-10-191-0/+1
* ice: Add support for VF rate limitingBrett Creeley2021-10-191-1/+3
* ice: split ice_ring onto Tx/Rx separate structsMaciej Fijalkowski2021-10-151-3/+3
* ice: Implement support for SMA and U.FL on E810-TMaciej Machnikowski2021-10-141-0/+1
* ice: manage VSI antispoof and destination overrideMichal Swiatkowski2021-10-071-0/+12
* ice: Add feature bitmap, helpers and a check for DSCPAnirudh Venkataramanan2021-09-281-0/+2
* ice: enable receive hardware timestampingJacob Keller2021-06-111-1/+2
* ice: wait for reset before reporting devlink infoJacob Keller2021-06-071-0/+1
* ice: Refactor VIRTCHNL_OP_CONFIG_VSI_QUEUES handlingBrett Creeley2021-06-071-0/+4
* ice: Initialize RDMA supportDave Ertman2021-05-291-1/+1
* ice: remove return variablePaul M Stillwell Jr2021-04-151-1/+1
* ice: refactor interrupt moderation writesJesse Brandeburg2021-04-151-1/+2
* ice: Ignore EMODE return for opcode 0x0605Anirudh Venkataramanan2021-04-081-0/+2
* ice: fix memory leak if register_netdev_failsJacob Keller2020-09-251-6/+0
* ice: Add advanced power mgmt for WoLAkeem G Abodunrin2020-07-231-0/+2
* ice: Always clear QRXFLXP_CNTXT before writing new valueBrett Creeley2020-05-311-0/+3
* ice: Initialize Flow Director resourcesHenry Tieman2020-05-231-0/+2
* ice: refactor filter functionsMichal Swiatkowski2020-05-221-7/+2