summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_main.c
AgeCommit message (Expand)AuthorFilesLines
2025-09-19ice: add E830 Earliest TxTime First Offload supportPaul Greenwalt1-1/+108
2025-09-11ice, libie: move fwlog code to libieMichal Swiatkowski1-0/+1
2025-09-11ice: prepare for moving file to libieMichal Swiatkowski1-2/+2
2025-09-11ice: introduce ice_fwlog structureMichal Swiatkowski1-1/+1
2025-09-11ice: drop ice_pf_fwlog_update_module()Michal Swiatkowski1-13/+0
2025-09-11ice: move get_fwlog_data() to fwlog fileMichal Swiatkowski1-27/+2
2025-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+7
2025-09-02ice: fix NULL access of tx->in_use in ice_ll_ts_intrJacob Keller1-5/+7
2025-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+11
2025-08-25ice: don't leave device non-functional if Tx scheduler config failsJacob Keller1-5/+11
2025-08-14ice: Don't use %pK through printk or tracepointsThomas Weißschuh1-1/+1
2025-07-24ice: use libie_aq_strMichal Swiatkowski1-59/+10
2025-07-24i40e: use libie adminq descriptorsMichal Swiatkowski1-0/+4
2025-07-24ice, libie: move generic adminq descriptors to libMichal Swiatkowski1-19/+19
2025-07-18ice: add E835 device IDsDawid Osuchowski1-0/+9
2025-07-03ice: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()Vladimir Oltean1-22/+2
2025-06-19udp_tunnel: remove rtnl_lock dependencyStanislav Fomichev1-1/+0
2025-06-14ice: add phase offset monitor for all PPS dpll inputsArkadiusz Kubalewski1-0/+4
2025-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2025-06-09ice: add link_down_events statisticMartyna Szapar-Mudlaw1-0/+3
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+1
2025-05-30ice: fix Tx scheduler error handling in XDP callbackMichal Kubiak1-14/+33
2025-05-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/tngu...Jakub Kicinski1-8/+10
2025-05-09iidc/ice/irdma: Update IDC to support multiple consumersDave Ertman1-4/+6
2025-04-30iidc/ice/irdma: Rename to iidc_* conventionDave Ertman1-4/+4
2025-04-11ice: support egress drop rules on PFLarysa Zaremba1-8/+55
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-14Merge 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-27ice: 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-18Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski1-0/+53
2025-01-17ice: 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-15ice: add fw and port health reportersKonrad Knitter1-0/+3
2025-01-15ice: ice_probe: init ice_adapter after HW initPrzemek Kitszel1-10/+11
2025-01-15ice: minor: rename goto labels from err to unrollPrzemek Kitszel1-8/+8
2025-01-15ice: split ice_init_hw() out from ice_init_dev()Przemek Kitszel1-11/+11
2025-01-15ice: 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-16Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski1-1/+32