summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_main.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-14ice: Sync VLAN filtering features for DVMRoman Storozhenko1-18/+31
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+4
2022-05-17ice: fix possible under reporting of ethtool Tx and Rx statisticsPaul Greenwalt1-3/+4
2022-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2022-05-09rtnetlink: add extack support in fdb del handlersAlaa Mohamed1-1/+2
2022-05-06ice: Fix race during aux device (un)pluggingIvan Vecera1-0/+2
2022-05-05ice: get switch id on switchdev devicesMichal Swiatkowski1-0/+15
2022-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2022-04-26ice: wait 5 s for EMP reset after firmware flashPetr Oros1-0/+3
2022-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-10/+8
2022-04-12ice: Add mpls+tso supportJoe Damato1-1/+3
2022-04-08ice: arfs: fix use-after-free when freeing @rx_cpu_rmapAlexander Lobakin1-10/+8
2022-04-05ice: clear cmd_type_offset_bsz for TX ringsMaciej Fijalkowski1-1/+1
2022-04-05ice: synchronize_rcu() when terminating ringsMaciej Fijalkowski1-1/+3
2022-04-01ice: Fix broken IFF_ALLMULTI handlingIvan Vecera1-33/+81
2022-04-01ice: Fix MAC address settingIvan Vecera1-2/+5
2022-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-10/+15
2022-03-23ice: fix 'scheduling while atomic' on aux critical err interruptAlexander Lobakin1-10/+15
2022-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+4
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