summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_main.c
AgeCommit message (Expand)AuthorFilesLines
2024-10-17ice: Fix netif_is_ice() in Safe ModeMarcin Szycik1-1/+2
2024-09-12ice: do not bring the VSI up, if it was down before the XDP setupLarysa Zaremba1-2/+5
2024-09-12ice: allow hot-swapping XDP programsMaciej Fijalkowski1-10/+9
2024-09-12ice: Use ice_max_xdp_frame_size() in ice_xdp_setup_prog()Maciej Fijalkowski1-14/+14
2024-09-12ice: Add netif_device_attach/detach into PF reset flowDawid Osuchowski1-0/+7
2024-08-29ice: Prepare legacy-rx for upcoming XDP multi-buffer supportMaciej Fijalkowski1-2/+8
2024-06-27ice: avoid IRQ collision to fix init failure on ACPI S3 resumeEn-Wei Wu1-1/+6
2024-06-27ice: move RDMA init to ice_idc.cMichal Swiatkowski1-23/+6
2024-03-15net: ice: Fix potential NULL pointer dereference in ice_bridge_setlink()Rand Deeb1-0/+2
2024-01-10ice: Shut down VSI with "link-down-on-close" enabledNgai-Mint Kwan1-0/+2
2024-01-10ice: Fix link_down_on_close messageKatarzyna Wieczerzycka1-3/+7
2023-10-25ice: Remove redundant pci_enable_pcie_error_reporting()Bjorn Helgaas1-3/+0
2023-10-25ice: reset first in crash dump kernelsJesse Brandeburg1-0/+15
2023-09-13ice: ice_aq_check_events: fix off-by-one check when filling bufferPrzemek Kitszel1-6/+7
2023-08-23ice: Block switchdev mode when ADQ is active and vice versaMarcin Szycik1-0/+5
2023-08-11ice: Fix RDMA VSI removal during queue rebuildRafal Rogalski1-0/+18
2023-07-23ice: Fix max_rate check while configuring TX rate limitsSridhar Samudrala1-8/+8
2023-07-19ice: handle extts in the miscellaneous interrupt threadKarol Kolacinski1-8/+21
2023-06-21ice: Fix XDP memory leak when NIC is brought up and downKamil Maziarz1-0/+4
2023-05-24ice: introduce clear_reset_state operationJacob Keller1-1/+1
2023-03-22ice: avoid bonding causing auxiliary plug/unplug under RTNL lockDave Ertman1-11/+8
2023-03-10ice: add missing checks for PF vsi typeJesse Brandeburg1-9/+8
2023-02-22ice: fix lost multicast packets in promisc modeJesse Brandeburg1-0/+26
2023-02-14ice: Do not use WQ_MEM_RECLAIM flag for workqueueAnirudh Venkataramanan1-1/+1
2023-02-09ice: Prevent set_channel from changing queues while RDMA activeDave Ertman1-2/+3
2022-11-22ice: fix handling of burst Tx timestampsJacob Keller1-6/+6
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski1-1/+1
2022-09-27ice: reorder PF/representor devlink port register/unregister flowsJiri Pirko1-6/+6
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-11/+14
2022-09-21ice: Add low latency Tx timestamp readKarol Kolacinski1-5/+27
2022-09-20ice: Fix interface being down after reset with link-down-on-close flag onMateusz Palczewski1-9/+12
2022-09-20ice: config netdev tc before setting queues numberMichal Swiatkowski1-0/+2
2022-09-08ice: Don't double unplug aux on peer initiated resetDave Ertman1-2/+0
2022-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-1/+9
2022-09-06ice: Allow operation with reduced device MSI-XTony Nguyen1-85/+100
2022-09-02ice: use bitmap_free instead of devm_kfreeMichal Swiatkowski1-1/+1
2022-09-02ice: Fix DMA mappings leakPrzemyslaw Patynowski1-0/+8
2022-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-8/+17
2022-08-23Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski1-2/+65
2022-08-22ice: xsk: use Rx ring's XDP ring when picking NAPI contextMaciej Fijalkowski1-8/+17
2022-08-18ice: Remove ucast_sharedSylwester Dziedziuch1-2/+0
2022-08-18ice: Implement FCS/CRC and VLAN stripping co-existence policyAnatolii Gerasymenko1-0/+25
2022-08-18ice: Implement control of FCS/CRC strippingJesse Brandeburg1-0/+40
2022-08-17ice: Fix clearing of promisc mode with bridge over bondGrzegorz Siwik1-1/+11
2022-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-1/+1
2022-08-01net: ice: fix error NETIF_F_HW_VLAN_CTAG_FILTER check in ice_vsi_sync_fltr()Jian Shen1-1/+1
2022-07-30Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski1-32/+54
2022-07-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+7
2022-07-28ice: allow toggling loopback mode via ndo_set_features callbackMaciej Fijalkowski1-1/+31
2022-07-28ice: compress branches in ice_set_features()Maciej Fijalkowski1-21/+19