summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_main.c
AgeCommit message (Expand)AuthorFilesLines
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-1/+1
2025-03-18ice: Add E830 checksum offload supportPaul Greenwalt1-0/+18
2025-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-2/+2
2025-03-05ice: register devlink prior to creating health reportersPrzemek Kitszel1-2/+2
2025-02-26ice: use napi's irq affinity and rmap IRQ notifiersAhmed Zaki1-44/+3
2025-02-10ice: Implement PTP support for E830 devicesMichal Michalik1-2/+7
2025-02-10ice: Process TSYN IRQ in a separate functionKarol Kolacinski1-16/+2
2025-02-05ice: init flow director before RDMAMichal Swiatkowski1-2/+4
2025-01-17Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski1-0/+53
2025-01-16ice: support FW Recovery ModeKonrad Knitter1-0/+53
2025-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+3
2025-01-14ice: add fw and port health reportersKonrad Knitter1-0/+3
2025-01-14ice: ice_probe: init ice_adapter after HW initPrzemek Kitszel1-10/+11
2025-01-14ice: minor: rename goto labels from err to unrollPrzemek Kitszel1-8/+8
2025-01-14ice: split ice_init_hw() out from ice_init_dev()Przemek Kitszel1-11/+11
2025-01-14ice: c827: move wait for FW to ice_init_hw()Przemek Kitszel1-37/+0
2025-01-13ice: Add correct PHY lane assignmentKarol Kolacinski1-3/+3
2024-12-17ice: Add MDD logging via devlink healthBen Shelton1-0/+6
2024-12-17ice: add Tx hang devlink health reporterPrzemek Kitszel1-5/+13
2024-12-17ice: rename devlink_port.[ch] to port.[ch]Przemek Kitszel1-1/+1
2024-12-05Merge tag 'net-6.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-3/+5
2024-12-03ice: Fix VLAN pruning in switchdev modeMarcin Szycik1-3/+5
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra1-1/+1
2024-11-15Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski1-1/+32
2024-11-15ndo_fdb_del: Add a parameter to report whether notification was sentPetr Machata1-1/+3
2024-11-15ndo_fdb_add: Add a parameter to report whether notification was sentPetr Machata1-1/+3
2024-11-13ice: Unbind the workqueueFrederic Weisbecker1-1/+1
2024-11-13ice: initialize pf->supported_rxdids immediately after loading DDPJacob Keller1-0/+31
2024-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-32/+7
2024-10-08ice: Make use of assign_bit() APIHongbo Li1-2/+1
2024-10-08ice: add E830 HW VF mailbox message limit supportPaul Greenwalt1-6/+18
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