summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_lib.c
AgeCommit message (Expand)Author
2022-05-17ice: Fix interrupt moderation settings getting clearedMichal Wilczynski
2022-04-08ice: arfs: fix use-after-free when freeing @rx_cpu_rmapAlexander Lobakin
2022-04-05ice: Set txq_teid to ICE_INVAL_TEID on ring creationAnatolii Gerasymenko
2022-04-01ice: Clear default forwarding VSI during VSI releaseIvan Vecera
2022-03-09ice: change "can't set link" message to dbg levelJonathan Toppins
2022-03-03ice: convert VF storage to hash table with krefs and RCUJacob Keller
2022-03-03ice: introduce VF accessor functionsJacob Keller
2022-03-03ice: factor VF variables to separate structureJacob Keller
2022-03-03ice: convert ice_for_each_vf to include VF entry iteratorJacob Keller
2022-03-03ice: store VF pointer instead of VF IDJacob Keller
2022-03-03ice: add TTY for GNSS module for E810T deviceKarol Kolacinski
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-14ice: Simplify tracking status of RDMA supportDave Ertman
2022-02-14ice: enable parsing IPSEC SPI headers for RSSJesse Brandeburg
2022-02-09ice: Advertise 802.1ad VLAN filtering and offloads for PF netdevBrett Creeley
2022-02-09ice: Add hot path support for 802.1Q and 802.1ad VLAN offloadsBrett Creeley
2022-02-09ice: Add outer_vlan_ops and VSI specific VLAN ops implementationsBrett Creeley
2022-02-09ice: Adjust naming for inner VLAN operationsBrett Creeley
2022-02-09ice: Use the proto argument for VLAN opsBrett Creeley
2022-02-09ice: Introduce ice_vlan structBrett Creeley
2022-02-09ice: Add new VSI VLAN opsBrett Creeley
2022-02-09ice: Add helper function for adding VLAN 0Brett Creeley
2022-02-09ice: Refactor spoofcheck configuration functionsBrett Creeley
2021-12-30ice: Add flow director support for channel modeKiran Patil
2021-12-14ice: Propagate error codesTony Nguyen
2021-12-14ice: Remove excess error variablesTony Nguyen
2021-12-14ice: Cleanup after ice_status removalTony Nguyen
2021-12-14ice: Remove enum ice_statusTony Nguyen
2021-12-14ice: Use int for ice_statusTony Nguyen
2021-12-14ice: Remove string printing for ice_statusTony Nguyen
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