summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2023-10-24idpf: set scheduling mode for completion queueMichal Kubiak2-3/+15
2023-10-20ixgbe: fix end of loop test in ixgbe_set_vf_macvlan()Dan Carpenter1-9/+10
2023-10-20igb: Fix an end of loop testDan Carpenter1-3/+6
2023-10-20ice: cleanup ice_find_netlist_nodeJacob Keller1-15/+15
2023-10-20ice: make ice_get_pf_c827_idx staticJacob Keller2-2/+1
2023-10-20ice: manage VFs MSI-X using resource trackingMichal Swiatkowski1-19/+151
2023-10-20ice: set MSI-X vector count on VFMichal Swiatkowski3-0/+84
2023-10-20ice: add bitmap to track VF MSI-X usageMichal Swiatkowski2-0/+11
2023-10-20ice: implement num_msix field per VFMichal Swiatkowski4-7/+14
2023-10-20ice: store VF's pci_dev ptr in ice_vfPrzemek Kitszel5-28/+32
2023-10-20ice: add drop rule matching on not active lportMichal Swiatkowski3-20/+75
2023-10-20ice: remove unused ice_flow_entry fieldsPrzemek Kitszel2-7/+1
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-4/+21
2023-10-19i40e: Align devlink info versions with ice driver and add docsIvan Vecera1-3/+15
2023-10-19iavf: delete unused iavf_mac_info fieldsMichal Schmidt4-51/+0
2023-10-19igc: replace deprecated strncpy with strscpyJustin Stitt1-1/+1
2023-10-19igbvf: replace deprecated strncpy with strscpyJustin Stitt1-1/+1
2023-10-19igb: replace deprecated strncpy with strscpyJustin Stitt1-1/+1
2023-10-19i40e: use scnprintf over strncpy+strncatJustin Stitt1-4/+3
2023-10-19fm10k: replace deprecated strncpy with strscpyJustin Stitt1-4/+4
2023-10-19e1000: replace deprecated strncpy with strscpyJustin Stitt1-1/+1
2023-10-19e100: replace deprecated strncpy with strscpyJustin Stitt1-1/+1
2023-10-19intel: fix format warningsJesse Brandeburg6-16/+18
2023-10-19intel: fix string truncation warningsJesse Brandeburg4-37/+30
2023-10-18ice: Refactor finding advertised link speedPawel Chmielewski3-65/+131
2023-10-15ice: dpll: implement phase related callbacksArkadiusz Kubalewski2-4/+226
2023-10-15i40e: Add PBA as board id info to devlink .info_getIvan Vecera1-0/+16
2023-10-15i40e: Refactor and rename i40e_read_pba_string()Ivan Vecera4-26/+39
2023-10-15i40e: Add handler for devlink .info_getIvan Vecera1-0/+90
2023-10-15i40e: Split and refactor i40e_nvm_version_str()Ivan Vecera3-44/+105
2023-10-15i40e: Add initial devlink supportIvan Vecera6-6/+164
2023-10-14ice: Fix safe mode when DDP is missingMateusz Pacuszka1-0/+3
2023-10-14ice: reset first in crash dump kernelsJesse Brandeburg1-0/+15
2023-10-14i40e: prevent crash on probe if hw registers have invalid valuesMichal Schmidt1-2/+2
2023-10-14ice: fix over-shifted variableJesse Brandeburg1-2/+1
2023-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-2/+42
2023-10-10ixgbe: fix crash with empty VF macvlan listDan Carpenter1-2/+3
2023-10-08ice: block default rule setting on LAG interfaceMichal Swiatkowski3-0/+39
2023-10-07Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski33-251/+227
2023-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+7
2023-10-05i40e: Move DDP specific macros and structures to i40e_ddp.cIvan Vecera3-26/+25
2023-10-05i40e: Remove circular header dependencies and fix headersIvan Vecera27-81/+72
2023-10-05i40e: Split i40e_osdep.hIvan Vecera8-71/+68
2023-10-05i40e: Move memory allocation structures to i40e_alloc.hIvan Vecera3-12/+15
2023-10-05i40e: Simplify memory allocation functionsIvan Vecera5-43/+14
2023-10-05i40e: Refactor I40E_MDIO_CLAUSE* macrosIvan Vecera2-15/+10
2023-10-05i40e: Move I40E_MASK macro to i40e_register.hIvan Vecera2-3/+3
2023-10-05i40e: Remove back pointer from i40e_hw structureIvan Vecera4-11/+31
2023-10-05Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski4-36/+33
2023-10-04ice: fix linking when CONFIG_PTP_1588_CLOCK=nJacob Keller7-82/+76