summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2023-10-28iavf: delete the iavf client interfaceMichal Schmidt6-871/+1
2023-10-28iavf: add a common function for undoing the interrupt schemeMichal Schmidt1-11/+15
2023-10-28iavf: use unregister_netdevMichal Schmidt1-3/+1
2023-10-28iavf: rely on netdev's own registered stateMichal Schmidt2-7/+3
2023-10-28iavf: fix the waiting time for initial resetMichal Schmidt1-1/+1
2023-10-28iavf: in iavf_down, don't queue watchdog_task if comms failedMichal Schmidt1-2/+4
2023-10-28iavf: simplify mutex_trylock+sleep loopsMichal Schmidt1-4/+2
2023-10-28iavf: fix comments about old bit locksMichal Schmidt1-2/+2
2023-10-27ice: Hook up 4 E830 devices by adding their IDsPawel Chmielewski1-0/+4
2023-10-27ice: Remove redundant zeroing of the fields.Pawel Chmielewski1-27/+27
2023-10-27ice: Add support for E830 DDP package segmentDan Nowlin3-74/+382
2023-10-27ice: Add ice_get_link_status_datalenPaul Greenwalt2-6/+53
2023-10-27ice: Add 200G speed/phy type useAlice Michael4-3/+43
2023-10-27ice: Add E830 device IDs, MAC type and registersPaul Greenwalt7-61/+141
2023-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-26/+57
2023-10-26iavf: in iavf_down, disable queues when removing the driverMichal Schmidt1-1/+1
2023-10-25i40e: Fix wrong check for I40E_TXR_FLAGS_WB_ON_ITRIvan Vecera1-1/+1
2023-10-24page_pool: remove PP_FLAG_PAGE_FRAGYunsheng Lin1-3/+0
2023-10-24idpf: cancel mailbox work in error pathPavan Kumar Linga1-0/+1
2023-10-24idpf: set scheduling mode for completion queueMichal Kubiak2-3/+15
2023-10-21i40e: sync next_to_clean and next_to_process for programming status descTirthendu Sarkar1-1/+8
2023-10-21igc: Fix ambiguity in the ethtool advertisingSasha Neftin1-10/+25
2023-10-20igb: Fix potential memory leak in igb_add_ethtool_nfc_entryMateusz Palczewski1-1/+5
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-20i40e: Fix I40E_FLAG_VF_VLAN_PRUNING valueIvan Vecera1-1/+1
2023-10-20iavf: initialize waitqueues before starting watchdog_taskMichal Schmidt1-2/+3
2023-10-20i40e: xsk: remove count_maskMaciej Fijalkowski1-9/+13
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