aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2023-11-14i40e: Use helpers to check running FW and AQ API versionsIvan Vecera4-58/+36
2023-11-14i40e: Add other helpers to check version of running firmware and AQ APIIvan Vecera1-0/+54
2023-11-14i40e: Move i40e_is_aq_api_ver_ge helperIvan Vecera2-19/+18
2023-11-14i40e: Initialize hardware capabilities at single placeIvan Vecera4-72/+51
2023-11-14i40e: Consolidate hardware capabilitiesIvan Vecera7-90/+85
2023-11-14i40e: Use DECLARE_BITMAP for flags field in i40e_hwIvan Vecera7-51/+55
2023-11-14i40e: Use DECLARE_BITMAP for flags and hw_features fields in i40e_pfIvan Vecera9-515/+544
2023-11-14i40e: Remove _t suffix from enum type namesIvan Vecera3-7/+7
2023-11-14i40e: Remove unused flagsIvan Vecera4-37/+31
2023-11-14i40e: Change user notification of non-SFP module in i40e_get_module_info()Andrii Staikov1-2/+2
2023-11-14i40e: add an error code check in i40e_vsi_setupSu Hui1-0/+4
2023-11-14i40e: increase max descriptors for XL710Justin Bronder2-6/+20
2023-11-13igc: Add support for PTP .getcyclesx64()Vinicius Costa Gomes6-36/+101
2023-11-13igc: Simplify setting flags in the TX data descriptorVinicius Costa Gomes1-6/+4
2023-11-13ice: reserve number of CP queuesMichal Swiatkowski4-7/+58
2023-11-13ice: adjust switchdev rebuild pathMichal Swiatkowski3-49/+28
2023-11-13ice: add VF representors one by oneMichal Swiatkowski5-242/+228
2023-11-13ice: realloc VSI stats arraysMichal Swiatkowski1-19/+39
2023-11-13ice: set Tx topology every time new repr is addedMichal Swiatkowski4-7/+59
2023-11-13ice: allow changing SWITCHDEV_CTRL VSI queuesMichal Swiatkowski1-3/+10
2023-11-13ice: return pointer to representorMichal Swiatkowski1-7/+10
2023-11-13ice: make representor code genericMichal Swiatkowski8-92/+131
2023-11-13ice: remove VF pointer reference in eswitch codeMichal Swiatkowski4-22/+25
2023-11-13ice: track port representors in xarrayMichal Swiatkowski5-101/+94
2023-11-13ice: use repr instead of vf->reprMichal Swiatkowski1-7/+7
2023-11-13ice: track q_id in representorMichal Swiatkowski3-1/+3
2023-11-13ice: remove unused control VSI parameterMichal Swiatkowski1-4/+3
2023-11-13ice: remove redundant max_vsi_num variableMichal Swiatkowski1-4/+0
2023-11-13ice: rename switchdev to eswitchMichal Swiatkowski4-42/+43
2023-11-13ice: fix DDP package download for packages without signature segmentDan Nowlin1-3/+100
2023-11-13ice: dpll: fix output pin capabilitiesArkadiusz Kubalewski3-4/+64
2023-11-13ice: dpll: fix check for dpll input priority rangeArkadiusz Kubalewski2-7/+0
2023-11-13ice: dpll: fix initial lock status of dpllArkadiusz Kubalewski1-2/+1
2023-11-08Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2-41/+91
2023-11-08Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2-5/+6
2023-11-06idpf: fix potential use-after-free in idpf_tso()Eric Dumazet1-2/+4
2023-11-06ice: Fix VF-VF direction matching in drop rule in switchdevMarcin Szycik1-1/+23
2023-11-06ice: Fix VF-VF filter rules in switchdev modeAniruddha Paul1-28/+62
2023-11-06ice: lag: in RCU, use atomic allocationMichal Schmidt1-3/+3
2023-11-06ice: Fix SRIOV LAG disable on non-compliant aggregateDave Ertman1-9/+3
2023-11-06i40e: Fix devlink port unregisteringIvan Vecera1-4/+6
2023-11-06i40e: Do not call devlink_port_type_clear()Ivan Vecera1-1/+0
2023-10-27iavf: delete the iavf client interfaceMichal Schmidt6-871/+1
2023-10-27iavf: add a common function for undoing the interrupt schemeMichal Schmidt1-11/+15
2023-10-27iavf: use unregister_netdevMichal Schmidt1-3/+1
2023-10-27iavf: rely on netdev's own registered stateMichal Schmidt2-7/+3
2023-10-27iavf: fix the waiting time for initial resetMichal Schmidt1-1/+1
2023-10-27iavf: in iavf_down, don't queue watchdog_task if comms failedMichal Schmidt1-2/+4
2023-10-27iavf: simplify mutex_trylock+sleep loopsMichal Schmidt1-4/+2
2023-10-27iavf: fix comments about old bit locksMichal Schmidt1-2/+2