summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2024-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski12-21/+100
2024-01-04Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski5-3/+42
2024-01-04Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/nexDavid S. Miller17-89/+381
2024-01-04Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski2-3/+40
2024-01-04Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski3-10/+14
2024-01-03igc: Fix hicredit calculationRodrigo Cataldo1-1/+1
2024-01-03ice: fix Get link status data lengthPaul Greenwalt1-1/+2
2024-01-03i40e: Restore VF MSI-X state during PCI resetAndrii Staikov3-0/+32
2024-01-03i40e: fix use-after-free in i40e_aqc_add_filters()Ke Xiao1-1/+7
2024-01-03i40e: Avoid unnecessary use of comma operatorSimon Horman1-1/+1
2024-01-03i40e: Fix VF disable behavior to block all trafficAndrii Staikov2-0/+33
2024-01-03ixgbe: Refactor returning internal error codesJedrzej Jagielski12-317/+264
2024-01-03ixgbe: Refactor overtemp event handlingJedrzej Jagielski5-41/+43
2024-01-03ixgbe: report link state for VF devicesOvidiu Panait1-0/+1
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-27igc: Check VLAN EtherType maskKurt Kanzenbach1-0/+8
2023-12-27igc: Check VLAN TCI maskKurt Kanzenbach2-3/+26
2023-12-27igc: Report VLAN EtherType matching back to userKurt Kanzenbach1-0/+6
2023-12-27i40e: Fix filter input checks to prevent config with invalid valuesSudheer Mogilappagari1-4/+4
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-26idpf: avoid compiler introduced padding in virtchnl2_rss_key structPavan Kumar Linga1-3/+3
2023-12-26idpf: fix corrupted frames and skb leaks in singleq modeAlexander Lobakin2-2/+1
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