aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-12-01Merge branch 'fix-rtnl_mutex-deadlock-with-dpaa2-and-sfp-modules'Paolo Abeni9-104/+212
2022-12-01net: dpaa2-mac: move rtnl_lock() only around phylink_{,dis}connect_phy()Vladimir Oltean3-8/+5
2022-12-01net: dpaa2-switch: serialize changes to priv->mac with a mutexVladimir Oltean3-10/+55
2022-12-01net: dpaa2-eth: serialize changes to priv->mac with a mutexVladimir Oltean3-16/+91
2022-12-01net: dpaa2-eth: connect to MAC before requesting the "endpoint changed" IRQVladimir Oltean1-9/+9
2022-12-01net: dpaa2-switch replace direct MAC access with dpaa2_switch_port_has_mac()Vladimir Oltean1-1/+1
2022-12-01net: dpaa2: publish MAC stringset to ethtool -S even if MAC is missingVladimir Oltean2-18/+5
2022-12-01net: dpaa2-switch: assign port_priv->mac after dpaa2_mac_connect() callVladimir Oltean1-9/+12
2022-12-01net: dpaa2-eth: assign priv->mac after dpaa2_mac_connect() callVladimir Oltean1-9/+12
2022-12-01net: dpaa2-mac: remove defensive check in dpaa2_mac_disconnect()Vladimir Oltean1-3/+0
2022-12-01net: dpaa2-mac: absorb phylink_start() call into dpaa2_mac_start()Vladimir Oltean3-8/+10
2022-12-01net: dpaa2: replace dpaa2_mac_is_type_fixed() with dpaa2_mac_is_type_phy()Vladimir Oltean4-17/+16
2022-12-01net: dpaa2-eth: don't use -ENOTSUPP error codeVladimir Oltean2-2/+2
2022-12-01net: microchip: sparx5: Fix error handling in vcap_show_admin()Dan Carpenter1-4/+11
2022-12-01bonding: uninitialized variable in bond_miimon_inspect()Dan Carpenter1-1/+1
2022-11-30Merge tag 'mlx5-updates-2022-11-29' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski22-135/+153
2022-11-30net: phy: Add link between phy dev and mac devXiaolei Wang2-0/+16
2022-11-30Merge branch 'net-devlink-return-the-driver-name-in-devlink_nl_info_fill'Jakub Kicinski22-130/+26
2022-11-30net: devlink: clean-up empty devlink_ops::info_get()Vincent Mailhol3-22/+0
2022-11-30net: devlink: make the devlink_ops::info_get() callback optionalVincent Mailhol1-7/+6
2022-11-30net: devlink: let the core report the driver name instead of the driversVincent Mailhol22-106/+25
2022-11-30dt-bindings: nfc: nxp,nci: Document NQ310 compatibleLuca Weiss1-1/+3
2022-11-30Merge branch 'support-direct-read-from-region'Jakub Kicinski6-80/+215
2022-11-30ice: implement direct read for NVM and Shadow RAM regionsJacob Keller2-2/+75
2022-11-30ice: document 'shadow-ram' devlink regionJacob Keller1-0/+5
2022-11-30ice: use same function to snapshot both NVM and Shadow RAMJacob Keller1-72/+23
2022-11-30devlink: support directly reading from region memoryJacob Keller4-17/+94
2022-11-30devlink: refactor region_read_snapshot_fill to use a callback functionJacob Keller1-9/+35
2022-11-30devlink: remove unnecessary parameter from chunk_fill functionJacob Keller1-8/+2
2022-11-30devlink: find snapshot in devlink_nl_cmd_region_read_dumpitJacob Keller1-11/+14
2022-11-30devlink: report extended error message in region_read_dumpit()Jacob Keller1-4/+12
2022-11-30devlink: use min_t to calculate data_sizeJacob Keller1-4/+2
2022-11-30net: microchip: vcap: Change how the rule id is generatedHoratiu Vultur2-7/+1
2022-11-30octeontx2-af: Simplify a size computation in rvu_npc_exact_init()Christophe JAILLET1-1/+1
2022-11-30octeontx2-af: Fix the size of memory allocated for the 'id_bmap' bitmapChristophe JAILLET1-2/+2
2022-11-30octeontx2-af: Use the bitmap API to allocate bitmapsChristophe JAILLET1-3/+3
2022-11-30octeontx2-af: Slightly simplify rvu_npc_exact_init()Christophe JAILLET1-2/+1
2022-11-30octeontx2-af: Fix a potentially spurious error messageChristophe JAILLET1-1/+1
2022-11-29selftests/net: add csum offload testWillem de Bruijn3-0/+988
2022-11-29net/mlx5e: Support devlink reload of IPsec coreLeon Romanovsky4-23/+16
2022-11-29net/mlx5e: TC, Add offload support for trap with additional actionsMaor Dickman3-19/+18
2022-11-29net/mlx5e: Do early return when setup vports dests for slow path flowRoi Dayan1-5/+8
2022-11-29net/mlx5: Remove redundant checkLeon Romanovsky1-3/+0
2022-11-29net/mlx5e: Delete always true DMA checkLeon Romanovsky1-5/+5
2022-11-29net/mlx5e: Don't access directly DMA device pointerLeon Romanovsky1-1/+1
2022-11-29net/mlx5e: Don't use termination table when redundantRoi Dayan1-4/+28
2022-11-29net/mlx5: Fix orthography errors in documentationRahul Rameshbabu1-41/+41
2022-11-29net/mlx5: Use generic definition for UMR KLM alignmentTariq Toukan3-7/+7
2022-11-29net/mlx5: Generalize name of UMR alignment definitionTariq Toukan6-17/+16
2022-11-29net/mlx5: Remove unused UMR MTT definitionsTariq Toukan1-2/+0