summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
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-22Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...David S. Miller70-1016/+733
2023-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni5-9/+10
2023-12-19Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski11-273/+508
2023-12-18idpf: refactor some missing field get/prep conversionsJesse Brandeburg2-35/+30
2023-12-18ice: cleanup inconsistent codeJesse Brandeburg2-3/+3
2023-12-18ice: field get conversionJesse Brandeburg13-121/+82
2023-12-18iavf: field get conversionJesse Brandeburg2-15/+8
2023-12-18i40e: field get conversionJesse Brandeburg11-226/+145
2023-12-18igc: field get conversionJesse Brandeburg4-13/+8
2023-12-18intel: legacy: field get conversionJesse Brandeburg25-162/+118
2023-12-18igc: field prep conversionJesse Brandeburg1-2/+2
2023-12-18ice: fix pre-shifted bit usageJesse Brandeburg3-11/+18
2023-12-18ice: field prep conversionJesse Brandeburg14-208/+139
2023-12-18iavf: field prep conversionJesse Brandeburg2-19/+14
2023-12-18i40e: field prep conversionJesse Brandeburg5-151/+109
2023-12-18intel: legacy: field prep conversionJesse Brandeburg8-23/+16
2023-12-18intel: add bit macro includes where neededJesse Brandeburg16-23/+36
2023-12-18e1000e: make lost bits explicitJesse Brandeburg1-6/+7
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-15Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller10-315/+1366
2023-12-15Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski3-5/+5
2023-12-15i40e: remove fake support of rx-frames-irqJason Xing1-3/+2
2023-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-73/+218
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-14Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski3-16/+11
2023-12-14iavf: enable symmetric-xor RSS for Toeplitz hash functionAhmed Zaki9-8/+137
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 Zaki9-153/+153
2023-12-14idpf: add get/set for Ethtool's header split ringparamMichal Kubiak5-7/+90
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