summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice
AgeCommit message (Expand)AuthorFilesLines
2024-10-09ice: Fix increasing MSI-X on VFMarcin Szycik3-5/+9
2024-10-09ice: Flush FDB entries before resetWojciech Drewek3-22/+8
2024-10-09ice: Fix netif_is_ice() in Safe ModeMarcin Szycik1-1/+2
2024-10-09ice: Fix entering Safe ModeMarcin Szycik1-3/+1
2024-10-04Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski10-45/+117
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-10-01ice: fix VLAN replay after resetDave Ertman1-2/+0
2024-10-01ice: disallow DPLL_PIN_STATE_SELECTABLE for dpll output pinsArkadiusz Kubalewski1-0/+2
2024-10-01ice: fix memleak in ice_init_tx_topology()Przemek Kitszel3-39/+31
2024-10-01ice: clear port vlan config during resetMichal Swiatkowski3-0/+65
2024-10-01ice: Fix improper handling of refcount in ice_sriov_set_msix_vec_count()Gui-Dong Han1-2/+6
2024-10-01ice: Fix improper handling of refcount in ice_dpll_init_rclk_pins()Gui-Dong Han1-2/+2
2024-10-01ice: set correct dst VSI in only LAN filtersMichal Swiatkowski1-0/+11
2024-09-15ice: Fix a NULL vs IS_ERR() check in probe()Dan Carpenter1-2/+2
2024-09-15ice: Fix a couple NULL vs IS_ERR() bugsDan Carpenter1-4/+4
2024-09-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-11/+10
2024-09-09ice: fix VSI lists confusion when adding VLANsMichal Schmidt1-1/+1
2024-09-09ice: stop calling pci_disable_device() as we use pcimPrzemek Kitszel1-2/+0
2024-09-09ice: fix accounting for filters shared by multiple VSIsJacob Keller1-1/+1
2024-09-09ice: Fix lldp packets dropping after changing the number of channelsMartyna Szapar-Mudlaw1-7/+8
2024-09-06ice: subfunction activation and base devlink opsPiotr Raczynski4-0/+290
2024-09-06ice: basic support for VLAN in subfunctionsMichal Swiatkowski4-0/+39
2024-09-06ice: support subfunction devlink Tx topologyMichal Swiatkowski3-5/+20
2024-09-06ice: implement netdevice ops for SF representorMichal Swiatkowski1-14/+43
2024-09-06ice: check if SF is ready in ethtool opsMichal Swiatkowski3-4/+16
2024-09-06ice: don't set target VSI for subfunctionMichal Swiatkowski1-1/+1
2024-09-06ice: create port representor for SFMichal Swiatkowski6-4/+113
2024-09-06ice: make representor code genericMichal Swiatkowski7-76/+121
2024-09-06ice: implement netdev for subfunctionPiotr Raczynski1-1/+85
2024-09-06ice: base subfunction aux driverPiotr Raczynski7-1/+215
2024-09-06ice: allocate devlink for subfunctionPiotr Raczynski3-0/+47
2024-09-06ice: treat subfunction VSI the same as PF VSIMichal Swiatkowski1-2/+3
2024-09-06ice: add basic devlink subfunctions supportPiotr Raczynski7-2/+341
2024-09-06ice: export ice ndo_ops functionsPiotr Raczynski4-29/+35
2024-09-06ice: add new VSI type for subfunctionsPiotr Raczynski6-6/+35
2024-09-06ice: Remove setting of RX software timestampGal Pressman1-2/+0
2024-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-161/+113
2024-09-03ice: do not bring the VSI up, if it was down before the XDP setupLarysa Zaremba1-2/+5
2024-09-03ice: remove ICE_CFG_BUSY locking from AF_XDP codeLarysa Zaremba1-9/+0
2024-09-03ice: check ICE_VSI_DOWN under rtnl_lock when preparing for resetLarysa Zaremba1-6/+6
2024-09-03ice: check for XDP rings instead of bpf program when unconfiguringLarysa Zaremba3-7/+7
2024-09-03ice: protect XDP configuration with a mutexLarysa Zaremba4-19/+39
2024-09-03ice: move netif_queue_set_napi to rtnl-protected sectionsLarysa Zaremba4-118/+49
2024-08-29ice: Add netif_device_attach/detach into PF reset flowDawid Osuchowski1-0/+7
2024-08-28Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski5-102/+119
2024-08-27ice: add callbacks for Embedded SYNC enablement on dpll pinsArkadiusz Kubalewski2-3/+221
2024-08-26ice: Adjust over allocation of memory in ice_sched_add_root_node() and ice_sc...Aleksandr Mishin1-4/+2
2024-08-26ice: Report NVM version numbers on mismatch during loadSergey Temerkhanov1-4/+10
2024-08-26ice: remove unnecessary control queue cmd_buf arraysJacob Keller2-30/+2
2024-08-26ice: reword comments referring to control queuesJacob Keller1-12/+13