summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski2024-02-153-23/+20
|\
| * igc: Remove temporary workaroundSasha Neftin2024-02-141-5/+1
| * igb: Fix string truncation warnings in igb_set_fw_versionKunwu Chan2024-02-142-18/+19
* | ice: Add check for lport extraction to LAG initDave Ertman2024-02-152-2/+26
|/
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller2024-02-142-15/+11
|\
| * i40e: take into account XDP Tx queues when stopping ringsMaciej Fijalkowski2024-02-131-6/+8
| * i40e: avoid double calling i40e_pf_rxq_wait()Maciej Fijalkowski2024-02-131-9/+3
| * i40e: Fix wrong mask used during DCB configIvan Vecera2024-02-131-1/+1
| * i40e: Fix waiting for queues of all VSIs to be disabledIvan Vecera2024-02-131-1/+1
* | i40e: Do not allow untrusted VF to remove administratively set MACIvan Vecera2024-02-131-5/+33
|/
* net: intel: fix old compiler regressionsJesse Brandeburg2024-02-073-3/+3
* idpf: avoid compiler padding in virtchnl2_ptype structPavan Kumar Linga2024-02-011-1/+1
* ixgbe: Fix an error handling path in ixgbe_read_iosf_sb_reg_x550()Christophe JAILLET2024-01-291-1/+2
* e1000e: correct maximum frequency adjustment valuesJacob Keller2024-01-292-7/+35
* i40e: update xdp_rxq_info::frag_size for ZC enabled Rx queueMaciej Fijalkowski2024-01-251-0/+7
* i40e: set xdp_rxq_info::frag_sizeMaciej Fijalkowski2024-01-252-25/+24
* ice: update xdp_rxq_info::frag_size for ZC enabled Rx queueMaciej Fijalkowski2024-01-251-14/+23
* intel: xsk: initialize skb_frag_t::bv_offset in ZC driversMaciej Fijalkowski2024-01-252-2/+4
* ice: remove redundant xdp_rxq_info registrationMaciej Fijalkowski2024-01-251-5/+0
* i40e: handle multi-buffer packets that are shrunk by xdp progTirthendu Sarkar2024-01-251-17/+23
* ice: work on pre-XDP prog frag countMaciej Fijalkowski2024-01-253-14/+32
* xsk: make xsk_buff_pool responsible for clearing xdp_buff::flagsMaciej Fijalkowski2024-01-252-2/+0
* idpf: distinguish vports by the dev_port attributeMichal Schmidt2024-01-211-0/+2
* i40e: Include types.h to some headersTony Nguyen2024-01-182-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-01-0512-21/+100
|\
| * Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2024-01-045-3/+42
| |\
| | * igc: Fix hicredit calculationRodrigo Cataldo2024-01-031-1/+1
| | * ice: fix Get link status data lengthPaul Greenwalt2024-01-031-1/+2
| | * i40e: Restore VF MSI-X state during PCI resetAndrii Staikov2024-01-033-0/+32
| | * i40e: fix use-after-free in i40e_aqc_add_filters()Ke Xiao2024-01-031-1/+7
| * | Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski2024-01-042-3/+40
| |\ \
| | * | igc: Check VLAN EtherType maskKurt Kanzenbach2023-12-271-0/+8
| | * | igc: Check VLAN TCI maskKurt Kanzenbach2023-12-272-3/+26
| | * | igc: Report VLAN EtherType matching back to userKurt Kanzenbach2023-12-271-0/+6
| | |/
| * | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2024-01-043-10/+14
| |\ \
| | * | i40e: Fix filter input checks to prevent config with invalid valuesSudheer Mogilappagari2023-12-271-4/+4
| | * | ice: dpll: fix phase offset valueArkadiusz Kubalewski2023-12-271-3/+1
| | * | ice: Shut down VSI with "link-down-on-close" enabledNgai-Mint Kwan2023-12-271-0/+2
| | * | ice: Fix link_down_on_close messageKatarzyna Wieczerzycka2023-12-271-3/+7
| | |/
| * | idpf: avoid compiler introduced padding in virtchnl2_rss_key structPavan Kumar Linga2023-12-261-3/+3
| * | idpf: fix corrupted frames and skb leaks in singleq modeAlexander Lobakin2023-12-262-2/+1
| |/
* | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/nexDavid S. Miller2024-01-0417-89/+381
|\ \
| * | ice: Fix some null pointer dereference issues in ice_ptp.cKunwu Chan2024-01-021-0/+4
| * | ice: ice_base.c: Add const modifier to params and varsJan Glaza2024-01-022-5/+5
| * | ice: remove rx_len_errors statisticJan Sokolowski2024-01-023-7/+0
| * | ice: replace ice_vf_recreate_vsi() with ice_vf_reconfig_vsi()Jacob Keller2024-01-024-33/+28
| * | ice: Add support for packet mirroring using hardware in switchdev modeAndrii Staikov2024-01-023-7/+60
| * | ice: Enable SW interrupt from FW for LL TSKarol Kolacinski2024-01-028-28/+274
| * | ice: Schedule service task in IRQ top halfKarol Kolacinski2024-01-022-10/+11
* | | i40e: Avoid unnecessary use of comma operatorSimon Horman2024-01-021-1/+1