summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_lib.h
AgeCommit message (Expand)AuthorFilesLines
2024-05-06ice: refactor struct ice_vsi_cfg_params to be inside of struct ice_vsiMateusz Polchlopek1-38/+1
2024-03-04ice: do not disable Tx queues twice in ice_down()Maciej Fijalkowski1-2/+0
2024-03-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+8
2024-02-21ice: Fix ASSERT_RTNL() warning during certain scenariosAmritha Nambiar1-2/+8
2024-02-02ice: make ice_vsi_cfg_txq() staticMaciej Fijalkowski1-6/+0
2024-02-02ice: make ice_vsi_cfg_rxq() staticMaciej Fijalkowski1-4/+0
2023-12-05ice: Add support in the driver for associating queue with napiAmritha Nambiar1-0/+4
2023-08-17ice: refactor ice_lib to make functions staticJan Sokolowski1-3/+0
2023-08-17ice: remove unused methodsJan Sokolowski1-2/+0
2023-07-27ice: Add driver support for firmware changes for LAGDave Ertman1-0/+1
2023-07-24ice: Unset src prune on uplink VSIWojciech Drewek1-0/+1
2023-05-16ice: track interrupt vectors with xarrayPiotr Raczynski1-5/+0
2023-05-16ice: add individual interrupt allocationPiotr Raczynski1-2/+2
2023-02-06ice: refactor VSI setup to use parameter structureJacob Keller1-8/+44
2023-02-03ice: update VSI instead of init in some caseMichal Swiatkowski1-2/+2
2023-02-03ice: move VSI delete outside deconfigMichal Swiatkowski1-1/+0
2023-02-03ice: split ice_vsi_setup into smaller functionsMichal Swiatkowski1-1/+6
2023-02-03ice: cleanup in VSI config/deconfig codeMichal Swiatkowski1-1/+1
2022-11-10ice: Fix spurious interrupt during removal of trusted VFNorbert Zulinski1-0/+1
2022-08-18ice: Implement control of FCS/CRC strippingJesse Brandeburg1-0/+2
2022-07-28ice: Introduce enabling promiscuous mode on multiple VF'sMichal Wilczynski1-7/+4
2022-03-03ice: store VF pointer instead of VF IDJacob Keller1-1/+2
2022-02-14ice: Simplify tracking status of RDMA supportDave Ertman1-1/+1
2022-02-09ice: Add outer_vlan_ops and VSI specific VLAN ops implementationsBrett Creeley1-0/+3
2022-02-09ice: Introduce ice_vlan structBrett Creeley1-0/+1
2022-02-09ice: Add new VSI VLAN opsBrett Creeley1-11/+0
2022-02-09ice: Add helper function for adding VLAN 0Brett Creeley1-1/+1
2021-12-14ice: Cleanup after ice_status removalTony Nguyen1-2/+1
2021-12-14ice: Remove enum ice_statusTony Nguyen1-3/+0
2021-12-14ice: Use int for ice_statusTony Nguyen1-1/+1
2021-10-29ice: Remove boolean vlan_promisc flag from functionBrett Creeley1-1/+1
2021-10-21ice: enable ndo_setup_tc support for mqprio_qdiscKiran Patil1-0/+1
2021-10-21ice: Add infrastructure for mqprio support via ndo_setup_tcKiran Patil1-3/+8
2021-10-19ice: update dim usage and moderationJesse Brandeburg1-0/+1
2021-10-19ice: Add support for VF rate limitingBrett Creeley1-1/+3
2021-10-15ice: split ice_ring onto Tx/Rx separate structsMaciej Fijalkowski1-3/+3
2021-10-14ice: Implement support for SMA and U.FL on E810-TMaciej Machnikowski1-0/+1
2021-10-07ice: manage VSI antispoof and destination overrideMichal Swiatkowski1-0/+12
2021-09-28ice: Add feature bitmap, helpers and a check for DSCPAnirudh Venkataramanan1-0/+2
2021-06-11ice: enable receive hardware timestampingJacob Keller1-1/+2
2021-06-07ice: wait for reset before reporting devlink infoJacob Keller1-0/+1
2021-06-07ice: Refactor VIRTCHNL_OP_CONFIG_VSI_QUEUES handlingBrett Creeley1-0/+4
2021-05-29ice: Initialize RDMA supportDave Ertman1-1/+1
2021-04-15ice: remove return variablePaul M Stillwell Jr1-1/+1
2021-04-15ice: refactor interrupt moderation writesJesse Brandeburg1-1/+2
2021-04-08ice: Ignore EMODE return for opcode 0x0605Anirudh Venkataramanan1-0/+2
2020-09-25ice: fix memory leak if register_netdev_failsJacob Keller1-6/+0
2020-07-24ice: Add advanced power mgmt for WoLAkeem G Abodunrin1-0/+2
2020-05-31ice: Always clear QRXFLXP_CNTXT before writing new valueBrett Creeley1-0/+3
2020-05-23ice: Initialize Flow Director resourcesHenry Tieman1-0/+2