aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_main.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-15ice: destroy flow director filter mutex after releasing VSIsSudheer Mogilappagari1-1/+1
2022-03-15ice: fix NULL pointer dereference in ice_update_vsi_tx_ring_stats()Maciej Fijalkowski1-2/+3
2022-03-15ice: introduce ICE_VF_RESET_LOCK flagJacob Keller1-3/+1
2022-03-15ice: convert ice_reset_vf to take flagsJacob Keller1-1/+1
2022-03-15ice: drop is_vflr parameter from ice_reset_all_vfsJacob Keller1-2/+2
2022-03-14ice: rename ICE_MAX_VF_COUNT to avoid confusionJacob Keller1-1/+1
2022-03-14ice: remove circular header dependencies on ice.hJacob Keller1-0/+15
2022-03-10Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski1-3/+3
2022-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-17/+26
2022-03-10ice: Fix race condition during interface enslaveIvan Vecera1-1/+11
2022-03-09ice: Add slow path offload stats on port representor in switchdevMarcin Szycik1-3/+3
2022-03-08ice: Don't use GFP_KERNEL in atomic contextChristophe JAILLET1-1/+1
2022-03-08ice: Fix error with handling of bonding MTUDave Ertman1-15/+14
2022-03-03ice: convert VF storage to hash table with krefs and RCUJacob Keller1-0/+8
2022-03-03ice: factor VF variables to separate structureJacob Keller1-1/+1
2022-03-03ice: convert ice_for_each_vf to include VF entry iteratorJacob Keller1-22/+22
2022-03-03ice: store VF pointer instead of VF IDJacob Keller1-5/+5
2022-03-03ice: add TTY for GNSS module for E810T deviceKarol Kolacinski1-0/+11
2022-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2022-02-18ice: fix concurrent reset and removal of VFsJacob Keller1-0/+2
2022-02-14ice: Simplify tracking status of RDMA supportDave Ertman1-8/+5
2022-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-8/+20
2022-02-10ice: Avoid RTNL lock when re-creating auxiliary deviceDave Ertman1-0/+3
2022-02-10ice: fix IPIP and SIT TSO offloadJesse Brandeburg1-8/+17
2022-02-10Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller1-60/+262
2022-02-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-2/+2
2022-02-09ice: Advertise 802.1ad VLAN filtering and offloads for PF netdevBrett Creeley1-43/+217
2022-02-09ice: Support configuring the device to Double VLAN ModeBrett Creeley1-0/+12
2022-02-09ice: Add outer_vlan_ops and VSI specific VLAN ops implementationsBrett Creeley1-23/+37
2022-02-09ice: Adjust naming for inner VLAN operationsBrett Creeley1-3/+3
2022-02-09ice: Use the proto argument for VLAN opsBrett Creeley1-12/+10
2022-02-09ice: Introduce ice_vlan structBrett Creeley1-2/+6
2022-02-09ice: Add new VSI VLAN opsBrett Creeley1-15/+15
2022-01-27ice: Remove useless DMA-32 fallback configurationChristophe JAILLET1-2/+0
2022-01-27ice: Make Tx threshold dependent on ring lengthMaciej Fijalkowski1-2/+2
2022-01-06ice: improve switchdev's slow-pathWojciech Drewek1-0/+24
2021-12-30ice: Add flow director support for channel modeKiran Patil1-0/+75
2021-12-22ice: trivial: fix odd indentingJesse Brandeburg1-3/+4
2021-12-21ice: implement basic E822 PTP supportJacob Keller1-0/+7
2021-12-21ice: Fix E810 PTP reset flowKarol Kolacinski1-2/+6
2021-12-15ice: tighter control over VSI_DOWN stateJesse Brandeburg1-3/+4
2021-12-15ice: support immediate firmware activation via devlink reloadJacob Keller1-0/+8
2021-12-14ice: Propagate error codesTony Nguyen1-50/+18
2021-12-14ice: Remove excess error variablesTony Nguyen1-85/+74
2021-12-14ice: Cleanup after ice_status removalTony Nguyen1-35/+25
2021-12-14ice: Remove enum ice_statusTony Nguyen1-6/+6
2021-12-14ice: Use int for ice_statusTony Nguyen1-25/+25
2021-12-14ice: Remove string printing for ice_statusTony Nguyen1-117/+45
2021-12-14ice: Refactor status flow for DDP loadWojciech Drewek1-98/+68
2021-12-14ice: Refactor promiscuous functionsBrett Creeley1-18/+31