summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
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-13i40e: Fix ST code value for Clause 45Ivan Vecera2-3/+3
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-12e1000e: Use pcie_capability_read_word() for reading LNKSTAIlpo Järvinen2-8/+4
2023-12-12iavf: Fix iavf_shutdown to call iavf_remove instead iavf_closeSlawomir Laba1-51/+21
2023-12-12iavf: Handle ntuple on/off based on new state machines for flow directorPiotr Gardocki1-0/+59
2023-12-12iavf: Introduce new state machines for flow directorPiotr Gardocki5-23/+139
2023-12-12e1000e: Use PCI_EXP_LNKSTA_NLW & FIELD_GET() instead of custom defines/codeIlpo Järvinen2-5/+4
2023-12-12igb: Use FIELD_GET() to extract Link WidthIlpo Järvinen1-3/+3
2023-12-08net: Convert some ethtool_sprintf() to ethtool_puts()justinstitt@google.com7-24/+13
2023-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-24/+14
2023-12-05iavf: validate tx_coalesce_usecs even if rx_coalesce_usecs is zeroJacob Keller2-11/+2
2023-12-05i40e: Fix unexpected MFS warning messageIvan Vecera1-1/+1
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
2023-12-05ice: periodically kick Tx timestamp interruptJacob Keller1-0/+50
2023-12-05ice: Re-enable timestamping correctly after resetKarol Kolacinski2-10/+11
2023-12-05ice: Improve logs for max ntuple errorsPawel Kaminski1-5/+8
2023-12-05ice: add CGU info to devlink info callbackArkadiusz Kubalewski1-0/+20
2023-12-05ice: read internal temperature sensorKonrad Knitter10-1/+249
2023-12-05net: Add NAPI IRQ supportAmritha Nambiar1-0/+2
2023-12-05ice: Add support in the driver for associating queue with napiAmritha Nambiar4-3/+84
2023-12-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-50/+118
2023-11-30ice: Fix VF Reset paths when interface in a failed over aggregateDave Ertman4-50/+118
2023-11-29Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski12-200/+90
2023-11-29ice: fix error code in ice_eswitch_attach()Dan Carpenter1-1/+3
2023-11-27iavf: use iavf_schedule_aq_request() helperPetr Oros2-17/+8
2023-11-27iavf: Remove queue tracking fields from iavf_adminq_ringIvan Vecera4-70/+39
2023-11-27i40e: Remove queue tracking fields from i40e_adminq_ringIvan Vecera4-70/+39
2023-11-27i40e: Remove AQ register definitions for VF typesIvan Vecera1-10/+0
2023-11-27i40e: Delete unused and useless i40e_pf fieldsIvan Vecera3-33/+4
2023-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-89/+92
2023-11-23i40e: Fix adding unsupported cloud filtersIvan Vecera1-7/+9
2023-11-23ice: restore timestamp configuration after device resetJacob Keller3-40/+51
2023-11-23ice: unify logic for programming PFINT_TSYN_MSKJacob Keller1-26/+34
2023-11-23ice: remove ptp_tx ring parameter flagJacob Keller3-18/+0
2023-11-19Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski14-422/+553
2023-11-19Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski6-42/+105
2023-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni5-16/+165
2023-11-15i40e: Delete unused i40e_mac_info fieldsIvan Vecera3-8/+2
2023-11-15i40e: Move inline helpers to i40e_prototype.hIvan Vecera2-68/+70
2023-11-15i40e: Remove VF MAC typesIvan Vecera2-31/+10
2023-11-15i40e: Use helpers to check running FW and AQ API versionsIvan Vecera4-58/+36
2023-11-15i40e: Add other helpers to check version of running firmware and AQ APIIvan Vecera1-0/+54
2023-11-15i40e: Move i40e_is_aq_api_ver_ge helperIvan Vecera2-19/+18
2023-11-15i40e: Initialize hardware capabilities at single placeIvan Vecera4-72/+51
2023-11-15i40e: Consolidate hardware capabilitiesIvan Vecera7-90/+85