summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-12-02bnxt: report FEC block stats via standard interfaceJakub Kicinski1-0/+8
2022-12-01r8169: use tp_to_dev instead of open codeJuhee Kang1-2/+3
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 Oltean3-14/+10
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-12-01Merge tag 'mlx5-updates-2022-11-29' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski19-88/+109
2022-12-01net: phy: Add link between phy dev and mac devXiaolei Wang1-0/+12
2022-12-01net: devlink: clean-up empty devlink_ops::info_get()Vincent Mailhol3-22/+0
2022-12-01net: devlink: let the core report the driver name instead of the driversVincent Mailhol20-96/+7
2022-12-01ice: implement direct read for NVM and Shadow RAM regionsJacob Keller1-0/+69
2022-12-01ice: use same function to snapshot both NVM and Shadow RAMJacob Keller1-72/+23
2022-12-01net: microchip: vcap: Change how the rule id is generatedHoratiu Vultur2-7/+1
2022-12-01octeontx2-af: Simplify a size computation in rvu_npc_exact_init()Christophe JAILLET1-1/+1
2022-12-01octeontx2-af: Fix the size of memory allocated for the 'id_bmap' bitmapChristophe JAILLET1-2/+2
2022-12-01octeontx2-af: Use the bitmap API to allocate bitmapsChristophe JAILLET1-3/+3
2022-12-01octeontx2-af: Slightly simplify rvu_npc_exact_init()Christophe JAILLET1-2/+1
2022-12-01octeontx2-af: Fix a potentially spurious error messageChristophe JAILLET1-1/+1
2022-11-30net/mlx5e: Support devlink reload of IPsec coreLeon Romanovsky4-23/+16
2022-11-30net/mlx5e: TC, Add offload support for trap with additional actionsMaor Dickman3-19/+18
2022-11-30net/mlx5e: Do early return when setup vports dests for slow path flowRoi Dayan1-5/+8
2022-11-30net/mlx5: Remove redundant checkLeon Romanovsky1-3/+0
2022-11-30net/mlx5e: Delete always true DMA checkLeon Romanovsky1-5/+5
2022-11-30net/mlx5e: Don't access directly DMA device pointerLeon Romanovsky1-1/+1
2022-11-30net/mlx5e: Don't use termination table when redundantRoi Dayan1-4/+28
2022-11-30net/mlx5: Use generic definition for UMR KLM alignmentTariq Toukan2-6/+6
2022-11-30net/mlx5: Generalize name of UMR alignment definitionTariq Toukan5-15/+14
2022-11-30net/mlx5e: Add padding when needed in UMR WQEsTariq Toukan1-0/+11
2022-11-30net/mlx5: Remove unused ctx variablesPetr Pavlu1-2/+0
2022-11-30net/mlx5e: Replace zero-length arrays with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva1-2/+2
2022-11-30net/mlx5e: Remove unneeded io-mapping.h #includeChristophe JAILLET3-3/+0
2022-11-30net: pcs: altera-tse: remove unnecessary register definitionsMaxime Chevallier1-9/+0
2022-11-30net: pcs: altera-tse: don't set the speed for 1000BaseXMaxime Chevallier1-1/+0
2022-11-30net: pcs: altera-tse: use read_poll_timeout to wait for resetMaxime Chevallier1-8/+3
2022-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski278-1439/+2613
2022-11-29Merge tag 'net-6.1-rc8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds48-197/+331
2022-11-29net: ethernet: renesas: ravb: Fix promiscuous mode after system resumedYoshihiro Shimoda1-0/+1
2022-11-29net/mlx5: Lag, Fix for loop when checking lagChris Mi1-2/+4
2022-11-29Revert "net/mlx5e: MACsec, remove replay window size limitation in offload path"Saeed Mahameed1-0/+16
2022-11-29nfp: ethtool: support reporting link modesYu Xiao5-0/+173