aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_lib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-11-09ice: Fix spurious interrupt during removal of trusted VFNorbert Zulinski1-0/+25
2022-09-27ice: reorder PF/representor devlink port register/unregister flowsJiri Pirko1-3/+3
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-16/+26
2022-09-08ice: Fix crash by keep old cfg when update TCs more than queuesDing Hui1-16/+26
2022-08-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2022-08-22Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queueJakub Kicinski1-0/+22
2022-08-22ice: xsk: use Rx ring's XDP ring when picking NAPI contextMaciej Fijalkowski1-2/+2
2022-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+6
2022-08-18ice: Implement control of FCS/CRC strippingJesse Brandeburg1-0/+22
2022-08-17ice: Fix clearing of promisc mode with bridge over bondGrzegorz Siwik1-1/+5
2022-08-16ice: initialize cached_phctime when creating Rx ringsJacob Keller1-0/+1
2022-08-11ice: Fix VSI rebuild WARN_ON check for VFBenjamin Mikailenko1-1/+1
2022-07-28ice: Introduce enabling promiscuous mode on multiple VF'sMichal Wilczynski1-43/+24
2022-07-15ice: Add EXTTS feature to the feature bitmapAnirudh Venkataramanan1-0/+1
2022-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+37
2022-06-21ice: ethtool: Prohibit improper channel config for DCBAnatolii Gerasymenko1-5/+37
2022-06-10Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queueJakub Kicinski1-1/+1
2022-06-09drivers/net/ethernet/intel: fix typos in commentsJulia Lawall1-1/+1
2022-06-08ice: remove VLAN representor specific opsMichal Swiatkowski1-0/+3
2022-05-17ice: Fix interrupt moderation settings getting clearedMichal Wilczynski1-8/+8
2022-04-08ice: arfs: fix use-after-free when freeing @rx_cpu_rmapAlexander Lobakin1-1/+4
2022-04-05ice: Set txq_teid to ICE_INVAL_TEID on ring creationAnatolii Gerasymenko1-0/+1
2022-04-01ice: Clear default forwarding VSI during VSI releaseIvan Vecera1-0/+2
2022-03-09ice: change "can't set link" message to dbg levelJonathan Toppins1-3/+3
2022-03-03ice: convert VF storage to hash table with krefs and RCUJacob Keller1-6/+18
2022-03-03ice: introduce VF accessor functionsJacob Keller1-2/+2
2022-03-03ice: factor VF variables to separate structureJacob Keller1-4/+4
2022-03-03ice: convert ice_for_each_vf to include VF entry iteratorJacob Keller1-11/+10
2022-03-03ice: store VF pointer instead of VF IDJacob Keller1-71/+107
2022-03-03ice: add TTY for GNSS module for E810T deviceKarol Kolacinski1-1/+4
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+6
2022-02-14ice: Simplify tracking status of RDMA supportDave Ertman1-4/+4
2022-02-14ice: enable parsing IPSEC SPI headers for RSSJesse Brandeburg1-0/+6
2022-02-09ice: Advertise 802.1ad VLAN filtering and offloads for PF netdevBrett Creeley1-6/+21
2022-02-09ice: Add hot path support for 802.1Q and 802.1ad VLAN offloadsBrett Creeley1-0/+5
2022-02-09ice: Add outer_vlan_ops and VSI specific VLAN ops implementationsBrett Creeley1-12/+99
2022-02-09ice: Adjust naming for inner VLAN operationsBrett Creeley1-4/+4
2022-02-09ice: Use the proto argument for VLAN opsBrett Creeley1-1/+1
2022-02-09ice: Introduce ice_vlan structBrett Creeley1-1/+4
2022-02-09ice: Add new VSI VLAN opsBrett Creeley1-201/+5
2022-02-09ice: Add helper function for adding VLAN 0Brett Creeley1-1/+10
2022-02-09ice: Refactor spoofcheck configuration functionsBrett Creeley1-19/+0
2021-12-30ice: Add flow director support for channel modeKiran Patil1-13/+56
2021-12-14ice: Propagate error codesTony Nguyen1-11/+6
2021-12-14ice: Remove excess error variablesTony Nguyen1-39/+31
2021-12-14ice: Cleanup after ice_status removalTony Nguyen1-15/+14
2021-12-14ice: Remove enum ice_statusTony Nguyen1-36/+3
2021-12-14ice: Use int for ice_statusTony Nguyen1-19/+19
2021-12-14ice: Remove string printing for ice_statusTony Nguyen1-48/+48
2021-11-22ice: fix vsi->txq_map sizingMaciej Fijalkowski1-2/+7