summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* r8169: use tp_to_dev instead of open codeJuhee Kang2022-12-011-2/+3
* net: dpaa2-mac: move rtnl_lock() only around phylink_{,dis}connect_phy()Vladimir Oltean2022-12-013-8/+5
* net: dpaa2-switch: serialize changes to priv->mac with a mutexVladimir Oltean2022-12-013-10/+55
* net: dpaa2-eth: serialize changes to priv->mac with a mutexVladimir Oltean2022-12-013-16/+91
* net: dpaa2-eth: connect to MAC before requesting the "endpoint changed" IRQVladimir Oltean2022-12-011-9/+9
* net: dpaa2-switch replace direct MAC access with dpaa2_switch_port_has_mac()Vladimir Oltean2022-12-011-1/+1
* net: dpaa2: publish MAC stringset to ethtool -S even if MAC is missingVladimir Oltean2022-12-012-18/+5
* net: dpaa2-switch: assign port_priv->mac after dpaa2_mac_connect() callVladimir Oltean2022-12-011-9/+12
* net: dpaa2-eth: assign priv->mac after dpaa2_mac_connect() callVladimir Oltean2022-12-011-9/+12
* net: dpaa2-mac: remove defensive check in dpaa2_mac_disconnect()Vladimir Oltean2022-12-011-3/+0
* net: dpaa2-mac: absorb phylink_start() call into dpaa2_mac_start()Vladimir Oltean2022-12-013-8/+10
* net: dpaa2: replace dpaa2_mac_is_type_fixed() with dpaa2_mac_is_type_phy()Vladimir Oltean2022-12-013-14/+10
* net: dpaa2-eth: don't use -ENOTSUPP error codeVladimir Oltean2022-12-012-2/+2
* net: microchip: sparx5: Fix error handling in vcap_show_admin()Dan Carpenter2022-12-011-4/+11
* bonding: uninitialized variable in bond_miimon_inspect()Dan Carpenter2022-12-011-1/+1
* Merge tag 'mlx5-updates-2022-11-29' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2022-12-0119-88/+109
|\
| * net/mlx5e: Support devlink reload of IPsec coreLeon Romanovsky2022-11-304-23/+16
| * net/mlx5e: TC, Add offload support for trap with additional actionsMaor Dickman2022-11-303-19/+18
| * net/mlx5e: Do early return when setup vports dests for slow path flowRoi Dayan2022-11-301-5/+8
| * net/mlx5: Remove redundant checkLeon Romanovsky2022-11-301-3/+0
| * net/mlx5e: Delete always true DMA checkLeon Romanovsky2022-11-301-5/+5
| * net/mlx5e: Don't access directly DMA device pointerLeon Romanovsky2022-11-301-1/+1
| * net/mlx5e: Don't use termination table when redundantRoi Dayan2022-11-301-4/+28
| * net/mlx5: Use generic definition for UMR KLM alignmentTariq Toukan2022-11-302-6/+6
| * net/mlx5: Generalize name of UMR alignment definitionTariq Toukan2022-11-305-15/+14
| * net/mlx5e: Add padding when needed in UMR WQEsTariq Toukan2022-11-301-0/+11
| * net/mlx5: Remove unused ctx variablesPetr Pavlu2022-11-301-2/+0
| * net/mlx5e: Replace zero-length arrays with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva2022-11-301-2/+2
| * net/mlx5e: Remove unneeded io-mapping.h #includeChristophe JAILLET2022-11-303-3/+0
* | net: phy: Add link between phy dev and mac devXiaolei Wang2022-12-011-0/+12
* | net: devlink: clean-up empty devlink_ops::info_get()Vincent Mailhol2022-12-013-22/+0
* | net: devlink: let the core report the driver name instead of the driversVincent Mailhol2022-12-0120-96/+7
* | ice: implement direct read for NVM and Shadow RAM regionsJacob Keller2022-12-011-0/+69
* | ice: use same function to snapshot both NVM and Shadow RAMJacob Keller2022-12-011-72/+23
* | net: microchip: vcap: Change how the rule id is generatedHoratiu Vultur2022-12-012-7/+1
* | octeontx2-af: Simplify a size computation in rvu_npc_exact_init()Christophe JAILLET2022-12-011-1/+1
* | octeontx2-af: Fix the size of memory allocated for the 'id_bmap' bitmapChristophe JAILLET2022-12-011-2/+2
* | octeontx2-af: Use the bitmap API to allocate bitmapsChristophe JAILLET2022-12-011-3/+3
* | octeontx2-af: Slightly simplify rvu_npc_exact_init()Christophe JAILLET2022-12-011-2/+1
* | octeontx2-af: Fix a potentially spurious error messageChristophe JAILLET2022-12-011-1/+1
|/
* net: pcs: altera-tse: remove unnecessary register definitionsMaxime Chevallier2022-11-301-9/+0
* net: pcs: altera-tse: don't set the speed for 1000BaseXMaxime Chevallier2022-11-301-1/+0
* net: pcs: altera-tse: use read_poll_timeout to wait for resetMaxime Chevallier2022-11-301-8/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-29278-1439/+2613
|\
| * Merge tag 'net-6.1-rc8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-11-2948-197/+331
| |\
| | * net: ethernet: renesas: ravb: Fix promiscuous mode after system resumedYoshihiro Shimoda2022-11-291-0/+1
| | * net/mlx5: Lag, Fix for loop when checking lagChris Mi2022-11-291-2/+4
| | * Revert "net/mlx5e: MACsec, remove replay window size limitation in offload path"Saeed Mahameed2022-11-291-0/+16
| | * net: marvell: prestera: Fix a NULL vs IS_ERR() check in some functionsShang XiaoJing2022-11-292-3/+3
| | * net: tun: Fix use-after-free in tun_detach()Shigeru Yoshida2022-11-291-1/+3