summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_main.c
AgeCommit message (Expand)AuthorFilesLines
2024-10-08ice: Flush FDB entries before resetWojciech Drewek1-21/+3
2024-10-08ice: Fix netif_is_ice() in Safe ModeMarcin Szycik1-1/+2
2024-10-08ice: Fix entering Safe ModeMarcin Szycik1-3/+1
2024-09-30ice: fix memleak in ice_init_tx_topology()Przemek Kitszel1-7/+1
2024-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+0
2024-09-09ice: stop calling pci_disable_device() as we use pcimPrzemek Kitszel1-2/+0
2024-09-06ice: base subfunction aux driverPiotr Raczynski1-0/+10
2024-09-06ice: treat subfunction VSI the same as PF VSIMichal Swiatkowski1-2/+3
2024-09-06ice: add basic devlink subfunctions supportPiotr Raczynski1-0/+7
2024-09-06ice: export ice ndo_ops functionsPiotr Raczynski1-29/+6
2024-09-06ice: add new VSI type for subfunctionsPiotr Raczynski1-2/+5
2024-09-03ice: do not bring the VSI up, if it was down before the XDP setupLarysa Zaremba1-2/+5
2024-09-03ice: check for XDP rings instead of bpf program when unconfiguringLarysa Zaremba1-2/+2
2024-09-03ice: protect XDP configuration with a mutexLarysa Zaremba1-5/+14
2024-09-03ice: move netif_queue_set_napi to rtnl-protected sectionsLarysa Zaremba1-4/+13
2024-08-28ice: Add netif_device_attach/detach into PF reset flowDawid Osuchowski1-0/+7
2024-08-07ice: Fix reset handlerGrzegorz Nitka1-0/+2
2024-07-29ice: improve updating ice_{t,r}x_ring::xsk_poolMaciej Fijalkowski1-1/+1
2024-07-11ice: remove eswitch rebuildMichal Swiatkowski1-2/+0
2024-07-11net: intel: Remove MODULE_AUTHORsTony Nguyen1-1/+0
2024-06-28ice: Distinguish driver reset and removal for AQ shutdownPiotr Gardocki1-3/+3
2024-06-28ice: Check all ice_vsi_rebuild() errors in functionEric Joyner1-2/+11
2024-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+9
2024-06-23ice: Rebuild TC queues on VSI queue reconfigurationJan Sokolowski1-1/+9
2024-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+9
2024-06-13ice: fix 200G link speed message logPaul Greenwalt1-0/+3
2024-06-13ice: avoid IRQ collision to fix init failure on ACPI S3 resumeEn-Wei Wu1-1/+6
2024-06-10ice: use irq_update_affinity_hint()Michal Schmidt1-2/+2
2024-06-05ice: map XDP queues to vectors in ice_vsi_map_rings_to_vectors()Larysa Zaremba1-39/+57
2024-06-05ice: add flag to distinguish reset from .ndo_bpf in XDP rings configLarysa Zaremba1-10/+12
2024-05-07Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski1-8/+14
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet1-1/+1
2024-05-06ice: refactor struct ice_vsi_cfg_params to be inside of struct ice_vsiMateusz Polchlopek1-4/+4
2024-05-06ice: update E830 device ids and commentsPaul Greenwalt1-4/+4
2024-05-06ice: add additional E830 device idsPaul Greenwalt1-0/+6
2024-04-25Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski1-0/+1
2024-04-24net: intel: introduce {, Intel} Ethernet common libraryAlexander Lobakin1-0/+1
2024-04-22ice: Enable switching default Tx scheduler topologyMichal Wilczynski1-19/+89
2024-04-17ice: Add automatic VF reset on Tx MDD eventsMarcin Szycik1-11/+46
2024-04-02Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski1-5/+13
2024-04-01Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski1-8/+4
2024-04-01ice: hold devlink lock for whole init/cleanupMichal Swiatkowski1-4/+3
2024-04-01ice: move devlink port code to a separate filePiotr Raczynski1-0/+1
2024-04-01ice: move ice_devlink.[ch] to devlink folderMichal Swiatkowski1-1/+1
2024-04-01ice: add ice_adapter for shared data across PFs on the same NICMichal Schmidt1-0/+8
2024-03-29netlink: introduce type-checking attribute iterationJohannes Berg1-5/+2
2024-03-29net: intel: implement modern PM ops declarationsJesse Brandeburg1-8/+4
2024-03-25ice: remove switchdev control plane VSIMichal Swiatkowski1-8/+2
2024-03-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-13/+11
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2