summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice
AgeCommit message (Expand)AuthorFilesLines
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
2023-12-14ice: Implement VLAN tag hintLarysa Zaremba6-9/+59
2023-12-14ice: Support XDP hints in AF_XDP ZC modeLarysa Zaremba2-0/+19
2023-12-14ice: Support RX hash XDP hintLarysa Zaremba2-204/+281
2023-12-14ice: Support HW timestamp hintLarysa Zaremba7-7/+42
2023-12-14ice: Introduce ice_xdp_buffLarysa Zaremba3-5/+30
2023-12-14ice: Make ptype internal to descriptor info processingLarysa Zaremba4-13/+16
2023-12-14ice: make RX HW timestamp reading code more reusableLarysa Zaremba3-20/+36
2023-12-14ice: make RX hash reading code more reusableLarysa Zaremba1-11/+25
2023-12-13ice: fix theoretical out-of-bounds access in ethtool link modesMichal Schmidt1-2/+2
2023-12-13dpll: remove leftover mode_supported() op and use mode_get() insteadJiri Pirko1-26/+0
2023-12-08net: Convert some ethtool_sprintf() to ethtool_puts()justinstitt@google.com1-6/+3
2023-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-12/+11
2023-12-05ice: Restore fix disabling RX VLAN filteringMarcin Szycik1-3/+8
2023-12-05ice: change vfs.num_msix_per to vf->num_msixMichal Swiatkowski2-9/+3
2023-12-05ice: Rename E822 to E82XKarol Kolacinski6-281/+280