summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2021-04-07ice: Remove rx_gro_dropped statAnirudh Venkataramanan
2021-04-07ice: Use local variable instead of pointer derefsAnirudh Venkataramanan
2021-04-07ice: Remove unnecessary variableAnirudh Venkataramanan
2021-04-07ice: Limit forced overrides based on FW versionJeb Cramer
2021-04-07ice: Use default configuration mode for PHY configurationAnirudh Venkataramanan
2021-04-07ice: Replace some memsets and memcpys with assignmentAnirudh Venkataramanan
2021-04-07ice: Fix error return codes in ice_set_link_ksettingsAnirudh Venkataramanan
2021-04-07ice: Rename a couple of variablesAnirudh Venkataramanan
2021-04-07ice: Remove unnecessary checker loopAnirudh Venkataramanan
2021-04-07ice: Ignore EMODE return for opcode 0x0605Anirudh Venkataramanan
2021-04-07ice: Align macro names to the specificationAnirudh Venkataramanan
2021-04-07ice: Modify recursive way of adding nodesVictor Raj
2021-04-07ice: Re-send some AQ commands, as result of EBUSY AQ errorChinh T Cao
2021-04-07net: hso: fix null-ptr-deref during tty device unregistrationAnirudh Rayabharam
2021-04-07net: fealnx: use module_pci_driver to simplify the codeWei Yongjun
2021-04-07net: atheros: atl2: use module_pci_driver to simplify the codeWei Yongjun
2021-04-07net: sundance: use module_pci_driver to simplify the codeWei Yongjun
2021-04-07tulip: de2104x: use module_pci_driver to simplify the codeWei Yongjun
2021-04-07tulip: windbond-840: use module_pci_driver to simplify the codeWei Yongjun
2021-04-07enic: use module_pci_driver to simplify the codeWei Yongjun
2021-04-07net: encx24j600: use module_spi_driver to simplify the codeWei Yongjun
2021-04-07Merge tag 'wireless-drivers-2021-04-07' of git://git.kernel.org/pub/scm/linux...David S. Miller
2021-04-07net: wan: z85230: drop unused async stateJohan Hovold
2021-04-07liquidio: Fix unintented sign extension of a left shift of a u16Colin Ian King
2021-04-07ethtool: Remove link_mode param and derive link params from driverDanielle Ratson
2021-04-07xircom: remove redundant error check on variable errColin Ian King
2021-04-07Merge tag 'linux-can-next-for-5.13-20210407' of git://git.kernel.org/pub/scm/...David S. Miller
2021-04-07net: remove the new_ifindex argument from dev_change_net_namespaceAndrei Vagin
2021-04-07Merge tag 'mlx5-updates-2021-04-06' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller
2021-04-07mlxsw: core: Remove critical trip points from thermal zonesVadim Pasternak
2021-04-07stmmac: intel: Enable SERDES PHY rx clk for PSEVoon Weifeng
2021-04-07can: mcp251xfd: mcp251xfd_regmap_crc_read(): work around broken CRC on TBC re...Marc Kleine-Budde
2021-04-07can: mcp251xfd: mcp251xfd_regmap_crc_read_one(): Factor out crc check into se...Marc Kleine-Budde
2021-04-07can: mcp251xfd: add BQL supportMarc Kleine-Budde
2021-04-07can: c_can: remove unused enum BOSCH_C_CAN_PLATFORMMarc Kleine-Budde
2021-04-07can: m_can: m_can_receive_skb(): add missing error handling to can_rx_offload...Marc Kleine-Budde
2021-04-07can: skb: alloc_can{,fd}_skb(): set "cf" to NULL if skb allocation failsMarc Kleine-Budde
2021-04-06net/mlx5e: TC, Add support to offload sample actionChris Mi
2021-04-06net/mlx5e: TC, Handle sampled packetsChris Mi
2021-04-06net/mlx5e: TC, Refactor tc update skb functionChris Mi
2021-04-06net/mlx5e: TC, Add sampler restore handle APIChris Mi
2021-04-06net/mlx5e: TC, Add sampler object APIChris Mi
2021-04-06net/mlx5e: TC, Add sampler termination table APIChris Mi
2021-04-06net/mlx5e: TC, Parse sample actionChris Mi
2021-04-06net/mlx5: Instantiate separate mapping objects for FDB and NIC tablesChris Mi
2021-04-06net/mlx5: Map register values to restore objectsChris Mi
2021-04-06net/mlx5: E-switch, Set per vport table default group numberChris Mi
2021-04-06net/mlx5: E-switch, Generalize per vport table APIChris Mi
2021-04-06net/mlx5: E-switch, Rename functions to follow naming convention.Chris Mi
2021-04-06net/mlx5: E-switch, Move vport table functions to a new fileChris Mi