summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice
AgeCommit message (Expand)AuthorFilesLines
2023-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-0/+39
2023-10-08ice: block default rule setting on LAG interfaceMichal Swiatkowski3-0/+39
2023-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+7
2023-10-04ice: fix linking when CONFIG_PTP_1588_CLOCK=nJacob Keller7-82/+76
2023-10-03ice: make use of DEFINE_FLEX() in ice_switch.cPrzemek Kitszel1-49/+14
2023-10-03ice: make use of DEFINE_FLEX() for struct ice_aqc_dis_txq_itemPrzemek Kitszel1-16/+4
2023-10-03ice: make use of DEFINE_FLEX() for struct ice_aqc_add_tx_qgrpPrzemek Kitszel2-32/+13
2023-10-03ice: make use of DEFINE_FLEX() in ice_ddp.cPrzemek Kitszel1-28/+11
2023-10-03ice: drop two params of ice_aq_move_sched_elems()Przemek Kitszel3-61/+23
2023-10-03ice: ice_sched_remove_elems: replace 1 elem array param by u32Przemek Kitszel1-17/+9
2023-10-03net: Tree wide: Replace xdp_do_flush_map() with xdp_do_flush().Sebastian Andrzej Siewior1-1/+1
2023-09-28ice: always add legacy 32byte RXDID in supported_rxdidsMichal Schmidt1-5/+7
2023-09-20ice: Remove the FW shared parametersMichal Michalik3-86/+0
2023-09-20ice: PTP: add clock domain number to auxiliary interfaceMichal Michalik4-147/+34
2023-09-20ice: Use PTP auxbus for all PHYs restart in E822Michal Michalik1-3/+21
2023-09-20ice: Auxbus devices & driver for E822 TSMichal Michalik5-17/+430
2023-09-18ice: check netlist before enabling ICE_F_GNSSJacob Keller4-0/+21
2023-09-18ice: introduce ice_pf_src_tmr_ownedJacob Keller4-5/+7
2023-09-18ice: fix pin assignment for E810-T without SMA controlJacob Keller1-3/+7
2023-09-18ice: remove ICE_F_PTP_EXTTS feature flagJacob Keller3-5/+1
2023-09-18ice: PTP: move quad value check inside ice_fill_phy_msg_e822Karol Kolacinski1-7/+12
2023-09-18ice: PTP: Rename macros used for PHY/QUAD port definitionsKarol Kolacinski2-11/+11
2023-09-18ice: PTP: Clean up timestamp registers correctlyKarol Kolacinski1-25/+45
2023-09-18ice: introduce hw->phy_model for handling PTP PHY differencesJacob Keller4-27/+117
2023-09-18ice: Support cross-timestamping for E823 devicesJacob Keller3-11/+21
2023-09-18ice: retry acquiring hardware semaphore during cross-timestamp requestKarol Kolacinski1-7/+15
2023-09-18ice: prefix clock timer command enumeration values with ICE_PTPSergey Temerkhanov2-51/+52
2023-09-17ice: implement dpll interface to control cguArkadiusz Kubalewski5-1/+2019
2023-09-17ice: add admin commands to access cgu configurationArkadiusz Kubalewski8-33/+1385
2023-09-13ice: Check CRC strip requirement for VLAN stripHaiyue Wang2-9/+58
2023-09-13ice: Support FCS/CRC strip disable for VFHaiyue Wang1-0/+15
2023-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2-6/+52
2023-08-25ice: avoid executing commands on other ports when driving syncJacob Keller2-6/+52
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-33/+14
2023-08-21ice: Fix NULL pointer deref during VF resetPetr Oros1-7/+8
2023-08-21Revert "ice: Fix ice VF reset during iavf initialization"Petr Oros4-25/+4
2023-08-21ice: fix receive buffer size miscalculationJesse Brandeburg1-1/+2
2023-08-19Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski19-735/+624
2023-08-19Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski1-1/+1
2023-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-0/+11
2023-08-17ice: split ice_aq_wait_for_event() func into twoPrzemek Kitszel3-28/+57
2023-08-17ice: embed &ice_rq_event_info event into struct ice_aq_taskPrzemek Kitszel3-49/+40
2023-08-17ice: ice_aq_check_events: fix off-by-one check when filling bufferPrzemek Kitszel1-6/+7
2023-08-17ice: drop two params from ice_aq_alloc_free_res()Przemek Kitszel4-34/+22
2023-08-17ice: use list_for_each_entry() helperYang Yingliang1-6/+2
2023-08-17ice: Remove redundant VSI configuration in eswitch setupMarcin Szycik1-4/+0
2023-08-17ice: move E810T functions to before device agnostic onesJacob Keller1-179/+179
2023-08-17ice: refactor ice_vsi_is_vlan_pruning_enaJan Sokolowski1-4/+1
2023-08-17ice: refactor ice_ptp_hw to make functions staticJan Sokolowski2-6/+3
2023-08-17ice: refactor ice_sched to make functions staticJan Sokolowski2-5/+1