summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2023-09-14virtchnl: add virtchnl version 2 opsPavan Kumar Linga2-0/+1724
2023-09-11iavf: Fix promiscuous mode configuration flow messagesBrett Creeley3-60/+74
2023-09-11i40e: fix potential memory leaks in i40e_remove()Andrii Staikov1-3/+7
2023-09-05igb: Change IGB_MIN to allow set rx/tx value between 64 and 80Olga Zaborska1-2/+2
2023-09-05igbvf: Change IGBVF_MIN to allow set rx/tx value between 64 and 80Olga Zaborska1-2/+2
2023-09-05igc: Change IGC_MIN to allow set rx/tx value between 64 and 80Olga Zaborska1-2/+2
2023-09-03igb: disable virtualization features on 82580Corinna Vinschen1-2/+3
2023-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni3-10/+59
2023-08-28igb: set max size RX buffer when store bad packet is enabledRadoslaw Tyl1-4/+7
2023-08-25ice: avoid executing commands on other ports when driving syncJacob Keller2-6/+52
2023-08-24e1000e: Add support for the next LOM generationSasha Neftin5-0/+17
2023-08-24igc: Decrease PTM short interval from 10 us to 1 usSasha Neftin1-1/+1
2023-08-24igc: Add support for multiple in-flight TX timestampsVinicius Costa Gomes6-63/+192
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski8-48/+30
2023-08-23i40e: fix potential NULL pointer dereferencing of pf->vf i40e_sync_vsi_filters()Andrii Staikov1-2/+3
2023-08-23igc: Fix the typo in the PTM Control macroSasha Neftin1-1/+1
2023-08-23igb: Avoid starting unnecessary workqueuesAlessio Igor Bogani1-12/+12
2023-08-21ice: Fix NULL pointer deref during VF resetPetr Oros1-7/+8
2023-08-21Revert "ice: Fix ice VF reset during iavf initialization"Petr Oros4-25/+4
2023-08-21ice: fix receive buffer size miscalculationJesse Brandeburg1-1/+2
2023-08-19Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski19-735/+624
2023-08-19Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski6-56/+42
2023-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-12/+104
2023-08-18Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski4-12/+93
2023-08-17ice: split ice_aq_wait_for_event() func into twoPrzemek Kitszel3-28/+57
2023-08-17ice: embed &ice_rq_event_info event into struct ice_aq_taskPrzemek Kitszel3-49/+40
2023-08-17ice: ice_aq_check_events: fix off-by-one check when filling bufferPrzemek Kitszel1-6/+7
2023-08-17ice: drop two params from ice_aq_alloc_free_res()Przemek Kitszel4-34/+22
2023-08-17ice: use list_for_each_entry() helperYang Yingliang1-6/+2
2023-08-17ice: Remove redundant VSI configuration in eswitch setupMarcin Szycik1-4/+0
2023-08-17ice: move E810T functions to before device agnostic onesJacob Keller1-179/+179
2023-08-17ice: refactor ice_vsi_is_vlan_pruning_enaJan Sokolowski1-4/+1
2023-08-17ice: refactor ice_ptp_hw to make functions staticJan Sokolowski2-6/+3
2023-08-17ice: refactor ice_sched to make functions staticJan Sokolowski2-5/+1
2023-08-17ice: Utilize assign_bit() helperTony Nguyen1-4/+1
2023-08-17ice: Block switchdev mode when ADQ is active and vice versaMarcin Szycik2-0/+11
2023-08-17ice: refactor ice_vf_lib to make functions staticJan Sokolowski2-236/+234
2023-08-17ice: refactor ice_lib to make functions staticJan Sokolowski2-38/+35
2023-08-17ice: refactor ice_ddp to make functions staticJan Sokolowski2-69/+61
2023-08-17ice: remove unused methodsJan Sokolowski6-86/+0
2023-08-16virtchnl: fix fake 1-elem arrays for structures allocated as `nents`Alexander Lobakin4-22/+16
2023-08-16virtchnl: fix fake 1-elem arrays in structures allocated as `nents + 1`Alexander Lobakin4-30/+24
2023-08-16virtchnl: fix fake 1-elem arrays in structs allocated as `nents + 1` - 1Alexander Lobakin1-4/+2
2023-08-16i40e: fix misleading debug logsAndrii Staikov1-8/+8
2023-08-16iavf: fix FDIR rule fields masks validationPiotr Gardocki3-4/+85
2023-08-16e1000e: Use PME poll to circumvent unreliable ACPI wakeKai-Heng Feng1-1/+3
2023-08-16net: e1000e: Remove unused declarationsYue Haibing1-2/+0
2023-08-13net: e1000: Remove unused declarationsYue Haibing2-4/+0
2023-08-12Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2-6/+6
2023-08-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-6/+48