summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_lib.c
AgeCommit message (Expand)Author
2021-11-22ice: fix vsi->txq_map sizingMaciej Fijalkowski
2021-10-29ice: Remove boolean vlan_promisc flag from functionBrett Creeley
2021-10-28ice: Fix clang -Wimplicit-fallthrough in ice_pull_qvec_from_rc()Nathan Chancellor
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-10-20ice: enable ndo_setup_tc support for mqprio_qdiscKiran Patil
2021-10-20ice: Add infrastructure for mqprio support via ndo_setup_tcKiran Patil
2021-10-19ice: fix rate limit update after coalesce changeJesse Brandeburg
2021-10-19ice: update dim usage and moderationJesse Brandeburg
2021-10-19ice: Add support for VF rate limitingBrett Creeley
2021-10-15ice: make use of ice_for_each_* macrosMaciej Fijalkowski
2021-10-15ice: introduce XDP_TX fallback pathMaciej Fijalkowski
2021-10-15ice: unify xdp_rings accessesMaciej Fijalkowski
2021-10-15ice: split ice_ring onto Tx/Rx separate structsMaciej Fijalkowski
2021-10-15ice: remove ring_active from ice_ringMaciej Fijalkowski
2021-10-14ice: Fix failure to re-add LAN/RDMA Tx queuesBrett Creeley
2021-10-14ice: Implement support for SMA and U.FL on E810-TMaciej Machnikowski
2021-10-07ice: introduce new type of VSI for switchdevGrzegorz Nitka
2021-10-07ice: manage VSI antispoof and destination overrideMichal Swiatkowski
2021-10-07ice: Move devlink port to PF/VF structWojciech Drewek
2021-09-28ice: Add feature bitmap, helpers and a check for DSCPAnirudh Venkataramanan
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-17ice: reduce scope of variablesPaul M Stillwell Jr
2021-06-11ice: enable transmit timestamps for E810 devicesJacob Keller
2021-06-11ice: enable receive hardware timestampingJacob Keller
2021-06-11ice: add support for sideband messagesJacob Keller
2021-06-09ice: parameterize functions responsible for Tx ring managementMaciej Fijalkowski
2021-06-07Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller
2021-06-07Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-06-07ice: downgrade error print to debug printAnirudh Venkataramanan
2021-06-07ice: wait for reset before reporting devlink infoJacob Keller
2021-06-07ice: Re-organizes reqstd/avail {R, T}XQ check/code for efficiencySalil Mehta
2021-06-07ice: Refactor VIRTCHNL_OP_CONFIG_VSI_QUEUES handlingBrett Creeley
2021-06-07ice: Refactor ice_setup_rx_ctxKrzysztof Kazimierczak
2021-06-04ice: Fix allowing VF to request more/less queues via virtchnlBrett Creeley
2021-06-03ice: track AF_XDP ZC enabled queues in bitmapMaciej Fijalkowski
2021-05-28ice: Initialize RDMA supportDave Ertman
2021-04-14ice: remove return variablePaul M Stillwell Jr
2021-04-14ice: Set vsi->vf_id as ICE_INVAL_VFID for non VF VSI typesBrett Creeley
2021-04-14ice: use local for consistencyJesse Brandeburg
2021-04-14ice: refactor ITR data structuresJesse Brandeburg
2021-04-14ice: replace custom AIM algorithm with kernel's DIM libraryJacob Keller
2021-04-14ice: refactor interrupt moderation writesJesse Brandeburg
2021-04-14ice: Add new VSI states to track netdev alloc/registrationAnirudh Venkataramanan
2021-04-14ice: Drop leading underscores in enum ice_pf_stateAnirudh Venkataramanan
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-04-07ice: Ignore EMODE return for opcode 0x0605Anirudh Venkataramanan
2021-03-31ice: Consolidate VSI state and flagsAnirudh Venkataramanan
2021-03-31ice: Refactor ice_set/get_rss into LUT and key specific functionsBrett Creeley
2021-03-31ice: Refactor get/set RSS LUT to use struct parameterBrett Creeley
2021-03-31ice: Change ice_vsi_setup_q_map() to not depend on RSSBrett Creeley