summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice
AgeCommit message (Expand)Author
2023-10-20ice: manage VFs MSI-X using resource trackingMichal Swiatkowski
2023-10-20ice: set MSI-X vector count on VFMichal Swiatkowski
2023-10-20ice: add bitmap to track VF MSI-X usageMichal Swiatkowski
2023-10-20ice: implement num_msix field per VFMichal Swiatkowski
2023-10-20ice: store VF's pci_dev ptr in ice_vfPrzemek Kitszel
2023-10-20ice: add drop rule matching on not active lportMichal Swiatkowski
2023-10-20ice: remove unused ice_flow_entry fieldsPrzemek Kitszel
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-18intel: fix format warningsJesse Brandeburg
2023-10-18intel: fix string truncation warningsJesse Brandeburg
2023-10-18ice: Refactor finding advertised link speedPawel Chmielewski
2023-10-15ice: dpll: implement phase related callbacksArkadiusz Kubalewski
2023-10-13ice: Fix safe mode when DDP is missingMateusz Pacuszka
2023-10-13ice: reset first in crash dump kernelsJesse Brandeburg
2023-10-13ice: fix over-shifted variableJesse Brandeburg
2023-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-08ice: block default rule setting on LAG interfaceMichal Swiatkowski
2023-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-04ice: fix linking when CONFIG_PTP_1588_CLOCK=nJacob Keller
2023-10-03ice: make use of DEFINE_FLEX() in ice_switch.cPrzemek Kitszel
2023-10-03ice: make use of DEFINE_FLEX() for struct ice_aqc_dis_txq_itemPrzemek Kitszel
2023-10-03ice: make use of DEFINE_FLEX() for struct ice_aqc_add_tx_qgrpPrzemek Kitszel
2023-10-03ice: make use of DEFINE_FLEX() in ice_ddp.cPrzemek Kitszel
2023-10-03ice: drop two params of ice_aq_move_sched_elems()Przemek Kitszel
2023-10-03ice: ice_sched_remove_elems: replace 1 elem array param by u32Przemek Kitszel
2023-10-03net: Tree wide: Replace xdp_do_flush_map() with xdp_do_flush().Sebastian Andrzej Siewior
2023-09-28ice: always add legacy 32byte RXDID in supported_rxdidsMichal Schmidt
2023-09-20ice: Remove the FW shared parametersMichal Michalik
2023-09-20ice: PTP: add clock domain number to auxiliary interfaceMichal Michalik
2023-09-20ice: Use PTP auxbus for all PHYs restart in E822Michal Michalik
2023-09-20ice: Auxbus devices & driver for E822 TSMichal Michalik
2023-09-18ice: check netlist before enabling ICE_F_GNSSJacob Keller
2023-09-18ice: introduce ice_pf_src_tmr_ownedJacob Keller
2023-09-18ice: fix pin assignment for E810-T without SMA controlJacob Keller
2023-09-18ice: remove ICE_F_PTP_EXTTS feature flagJacob Keller
2023-09-18ice: PTP: move quad value check inside ice_fill_phy_msg_e822Karol Kolacinski
2023-09-18ice: PTP: Rename macros used for PHY/QUAD port definitionsKarol Kolacinski
2023-09-18ice: PTP: Clean up timestamp registers correctlyKarol Kolacinski
2023-09-18ice: introduce hw->phy_model for handling PTP PHY differencesJacob Keller
2023-09-18ice: Support cross-timestamping for E823 devicesJacob Keller
2023-09-18ice: retry acquiring hardware semaphore during cross-timestamp requestKarol Kolacinski
2023-09-18ice: prefix clock timer command enumeration values with ICE_PTPSergey Temerkhanov
2023-09-17ice: implement dpll interface to control cguArkadiusz Kubalewski
2023-09-17ice: add admin commands to access cgu configurationArkadiusz Kubalewski
2023-09-13ice: Check CRC strip requirement for VLAN stripHaiyue Wang
2023-09-13ice: Support FCS/CRC strip disable for VFHaiyue Wang
2023-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2023-08-25ice: avoid executing commands on other ports when driving syncJacob Keller
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-21ice: Fix NULL pointer deref during VF resetPetr Oros