aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* soc: fsl: dpio: Unsigned compared against 0 in qbman_swp_set_irq_coalescing()Tim Gardner2021-10-201-6/+5
* net: dsa: qca8k: tidy for loop in setup and add cpu port checkAnsuel Smith2021-10-201-30/+44
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2021-10-2017-286/+764
|\
| * ice: fix an error code in ice_ena_vfs()Dan Carpenter2021-10-191-1/+2
| * ice: use devm_kcalloc() instead of devm_kzalloc()Gustavo A. R. Silva2021-10-192-4/+4
| * ice: Make use of the helper function devm_add_action_or_reset()Cai Huoqing2021-10-191-3/+1
| * ice: Refactor PR ethtool opsWojciech Drewek2021-10-191-25/+74
| * ice: Manage act flags for switchdev offloadsWojciech Drewek2021-10-195-138/+21
| * ice: Forbid trusted VFs in switchdev modeWojciech Drewek2021-10-191-5/+5
| * ice: fix software generating extra interruptsJesse Brandeburg2021-10-192-11/+16
| * ice: fix rate limit update after coalesce changeJesse Brandeburg2021-10-192-8/+13
| * ice: update dim usage and moderationJesse Brandeburg2021-10-194-87/+142
| * ice: Add support for VF rate limitingBrett Creeley2021-10-197-4/+486
* | ethernet: via-velocity: use eth_hw_addr_set()Jakub Kicinski2021-10-201-1/+3
* | ethernet: via-rhine: use eth_hw_addr_set()Jakub Kicinski2021-10-201-1/+3
* | ethernet: tlan: use eth_hw_addr_set()Jakub Kicinski2021-10-201-4/+6
* | ethernet: tehuti: use eth_hw_addr_set()Jakub Kicinski2021-10-201-2/+4
* | ethernet: stmmac: use eth_hw_addr_set()Jakub Kicinski2021-10-201-2/+6
* | ethernet: netsec: use eth_hw_addr_set()Jakub Kicinski2021-10-201-7/+9
* | net: dsa: sja1105: parse {rx, tx}-internal-delay-ps properties for RGMII delaysVladimir Oltean2021-10-203-47/+107
|/
* net: ethernet: ixp4xx: Make use of dma_pool_zalloc() instead of dma_pool_allo...Cai Huoqing2021-10-191-3/+2
* ieee802154: Remove redundant 'flush_workqueue()' callsChristophe JAILLET2021-10-191-2/+0
* ethernet: Remove redundant statementluo penghao2021-10-191-1/+0
* net: phylink: Support disabling autonegotiation for PCSRobert Hancock2021-10-191-5/+19
* net: phylink: rejig SFP interface selection in ksettings_set()Russell King (Oracle)2021-10-191-10/+10
* e1000e: Remove redundant statementluo penghao2021-10-191-1/+0
* ethernet: sparx5: use eth_hw_addr_gen()Jakub Kicinski2021-10-191-3/+1
* ethernet: mlxsw: use eth_hw_addr_gen()Jakub Kicinski2021-10-192-11/+7
* ethernet: fec: use eth_hw_addr_gen()Jakub Kicinski2021-10-191-4/+1
* ethernet: prestera: use eth_hw_addr_gen()Jakub Kicinski2021-10-191-2/+5
* ethernet: ocelot: use eth_hw_addr_gen()Jakub Kicinski2021-10-191-2/+1
* ethernet: smsc: use eth_hw_addr_set()Jakub Kicinski2021-10-192-15/+19
* ethernet: smc91x: use eth_hw_addr_set()Jakub Kicinski2021-10-192-2/+6
* ethernet: sis900: use eth_hw_addr_set()Jakub Kicinski2021-10-191-1/+3
* ethernet: sis190: use eth_hw_addr_set()Jakub Kicinski2021-10-191-1/+3
* ethernet: sxgbe: use eth_hw_addr_set()Jakub Kicinski2021-10-191-3/+6
* ethernet: rocker: use eth_hw_addr_set()Jakub Kicinski2021-10-191-3/+5
* ethernet: renesas: use eth_hw_addr_set()Jakub Kicinski2021-10-192-14/+18
* ethernet: r8169: use eth_hw_addr_set()Jakub Kicinski2021-10-191-1/+2
* ethernet: netxen: use eth_hw_addr_set()Jakub Kicinski2021-10-191-1/+3
* ethernet: lpc: use eth_hw_addr_set()Jakub Kicinski2021-10-191-1/+3
* ethernet: sky2/skge: use eth_hw_addr_set()Jakub Kicinski2021-10-192-4/+9
* ethernet: mv643xx: use eth_hw_addr_set()Jakub Kicinski2021-10-191-3/+7
* mlxsw: spectrum_qdisc: Make RED, TBF offloads classfulPetr Machata2021-10-191-1/+31
* mlxsw: spectrum_qdisc: Validate qdisc topologyPetr Machata2021-10-191-9/+82
* mlxsw: spectrum_qdisc: Clean stats recursively when priomap changesPetr Machata2021-10-191-8/+29
* mlxsw: spectrum_qdisc: Unify graft validationPetr Machata2021-10-191-18/+19
* mlxsw: spectrum_qdisc: Destroy children in mlxsw_sp_qdisc_destroy()Petr Machata2021-10-191-2/+4
* mlxsw: spectrum_qdisc: Extract two helpers for handling future FIFOsPetr Machata2021-10-191-15/+33
* mlxsw: spectrum_qdisc: Query tclass / priomap instead of caching itPetr Machata2021-10-191-34/+146