summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice
AgeCommit message (Expand)AuthorFilesLines
2024-02-02ice: make ice_vsi_cfg_txq() staticMaciej Fijalkowski5-100/+82
2024-02-02ice: make ice_vsi_cfg_rxq() staticMaciej Fijalkowski5-63/+60
2024-02-01dpll: extend lock_status_get() op by status error and expose to userJiri Pirko1-0/+2
2024-01-30ice: stop destroying and reinitalizing Tx tracker during resetJacob Keller1-12/+21
2024-01-30ice: factor out ice_ptp_rebuild_owner()Jacob Keller3-28/+42
2024-01-30ice: rename ice_ptp_tx_cfg_intrJacob Keller1-6/+6
2024-01-30ice: don't check has_ready_bitmap in E810 functionsJacob Keller1-12/+11
2024-01-30ice: rename verify_cached to has_ready_bitmapJacob Keller2-9/+11
2024-01-30ice: pass reset type to PTP reset functionsJacob Keller3-12/+21
2024-01-30ice: introduce PTP state machineJacob Keller4-49/+74
2024-01-25ice: update xdp_rxq_info::frag_size for ZC enabled Rx queueMaciej Fijalkowski1-14/+23
2024-01-25intel: xsk: initialize skb_frag_t::bv_offset in ZC driversMaciej Fijalkowski1-1/+2
2024-01-25ice: remove redundant xdp_rxq_info registrationMaciej Fijalkowski1-5/+0
2024-01-25ice: work on pre-XDP prog frag countMaciej Fijalkowski3-14/+32
2024-01-25xsk: make xsk_buff_pool responsible for clearing xdp_buff::flagsMaciej Fijalkowski1-1/+0
2024-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-7/+12
2024-01-04Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski1-1/+2
2024-01-03ice: fix Get link status data lengthPaul Greenwalt1-1/+2
2024-01-02ice: Fix some null pointer dereference issues in ice_ptp.cKunwu Chan1-0/+4
2024-01-02ice: ice_base.c: Add const modifier to params and varsJan Glaza2-5/+5
2024-01-02ice: remove rx_len_errors statisticJan Sokolowski3-7/+0
2024-01-02ice: replace ice_vf_recreate_vsi() with ice_vf_reconfig_vsi()Jacob Keller4-33/+28
2024-01-02ice: Add support for packet mirroring using hardware in switchdev modeAndrii Staikov3-7/+60
2024-01-02ice: Enable SW interrupt from FW for LL TSKarol Kolacinski8-28/+274
2024-01-02ice: Schedule service task in IRQ top halfKarol Kolacinski2-10/+11
2023-12-27ice: dpll: fix phase offset valueArkadiusz Kubalewski1-3/+1
2023-12-27ice: Shut down VSI with "link-down-on-close" enabledNgai-Mint Kwan1-0/+2
2023-12-27ice: Fix link_down_on_close messageKatarzyna Wieczerzycka1-3/+7
2023-12-22Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...David S. Miller22-341/+240
2023-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni3-6/+7
2023-12-19Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski11-273/+508
2023-12-18ice: cleanup inconsistent codeJesse Brandeburg2-3/+3
2023-12-18ice: field get conversionJesse Brandeburg13-121/+82
2023-12-18ice: fix pre-shifted bit usageJesse Brandeburg3-11/+18
2023-12-18ice: field prep conversionJesse Brandeburg14-208/+139
2023-12-18ice: Fix PF with enabled XDP going no-carrier after resetLarysa Zaremba1-0/+3
2023-12-18ice: alter feature support check for SRIOV and LAGDave Ertman1-0/+2
2023-12-18ice: stop trashing VF VSI aggregator node ID informationJacob Keller1-4/+0
2023-12-14ice: add ability to read and configure FW log dataPaul M Stillwell Jr6-0/+405
2023-12-14ice: enable FW loggingPaul M Stillwell Jr4-0/+170
2023-12-14ice: configure FW loggingPaul M Stillwell Jr9-1/+796
2023-12-14ice: remove FW logging codePaul M Stillwell Jr5-319/+0
2023-12-14iavf: enable symmetric-xor RSS for Toeplitz hash functionAhmed Zaki3-0/+52
2023-12-14ice: enable symmetric-xor RSS for Toeplitz hash functionJeff Guo14-82/+402
2023-12-14ice: refactor the FD and RSS flow ID generationAhmed Zaki8-81/+55
2023-12-14ice: refactor RSS configurationQi Zhang5-169/+238
2023-12-14ice: fix ICE_AQ_VSI_Q_OPT_RSS_* register valuesAhmed Zaki3-13/+11
2023-12-14net: ethtool: get rid of get/set_rxfh_context functionsAhmed Zaki1-16/+13
2023-12-14net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki1-23/+21
2023-12-14ice: use VLAN proto from ring packet context in skb pathLarysa Zaremba2-10/+6