summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2021-04-08ionic: add ts_config replayShannon Nelson3-32/+60
2021-04-08ionic: ignore EBUSY on queue startShannon Nelson1-1/+1
2021-04-08ionic: re-start ptp after queues upShannon Nelson1-3/+3
2021-04-08ionic: add SKBTX_IN_PROGRESSShannon Nelson1-0/+1
2021-04-08ionic: check for valid tx_mode on SKBTX_HW_TSTAMP xmitShannon Nelson1-1/+1
2021-04-08ionic: remove unnecessary compat ifdefShannon Nelson1-2/+0
2021-04-08ionic: fix up a couple of code style nitsShannon Nelson1-6/+4
2021-04-08net: phy: marvell10g: change module descriptionMarek Behún1-1/+1
2021-04-08net: phy: marvell10g: differentiate 88E2110 vs 88E2111Marek Behún1-0/+62
2021-04-08net: phy: marvell10g: fix driver name for mv88e2110Marek Behún1-1/+1
2021-04-08net: phy: marvell10g: add separate structure for 88X3340Marek Behún1-2/+56
2021-04-08net: phy: marvell10g: support other MACTYPEsMarek Behún1-36/+54
2021-04-08net: phy: marvell10g: store temperature read method in chip strucutreMarek Behún1-9/+14
2021-04-08net: phy: marvell10g: check for correct supported interface modeMarek Behún1-7/+30
2021-04-08net: phy: marvell10g: support all rate matching modesMarek Behún1-11/+92
2021-04-08net: phy: marvell10g: add MACTYPE definitions for 88E21xxMarek Behún1-0/+9
2021-04-08net: phy: marvell10g: add all MACTYPE definitions for 88X33x0Marek Behún1-5/+13
2021-04-08net: phy: marvell10g: indicate 88X33x0 only port control registersMarek Behún1-7/+7
2021-04-08net: phy: marvell10g: allow 5gbase-r and usxgmiiMarek Behún1-1/+7
2021-04-08net: phy: marvell10g: fix typoMarek Behún1-1/+1
2021-04-08net: phy: marvell10g: rename registerMarek Behún1-4/+4
2021-04-08net: fealnx: use module_pci_driver to simplify the codeWei Yongjun1-12/+1
2021-04-08net: atheros: atl2: use module_pci_driver to simplify the codeWei Yongjun1-23/+1
2021-04-08net: sundance: use module_pci_driver to simplify the codeWei Yongjun1-14/+1
2021-04-08tulip: de2104x: use module_pci_driver to simplify the codeWei Yongjun1-12/+1
2021-04-08tulip: windbond-840: use module_pci_driver to simplify the codeWei Yongjun1-12/+1
2021-04-08enic: use module_pci_driver to simplify the codeWei Yongjun1-12/+1
2021-04-08net: encx24j600: use module_spi_driver to simplify the codeWei Yongjun1-11/+1
2021-04-08net: wan: z85230: drop unused async stateJohan Hovold1-39/+0
2021-04-08liquidio: Fix unintented sign extension of a left shift of a u16Colin Ian King1-1/+1
2021-04-08xircom: remove redundant error check on variable errColin Ian King1-2/+0
2021-04-08Merge tag 'linux-can-next-for-5.13-20210407' of git://git.kernel.org/pub/scm/...David S. Miller5-21/+90
2021-04-08net: remove the new_ifindex argument from dev_change_net_namespaceAndrei Vagin1-1/+1
2021-04-08Merge tag 'mlx5-updates-2021-04-06' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller14-278/+1097
2021-04-08mlxsw: core: Remove critical trip points from thermal zonesVadim Pasternak1-21/+6
2021-04-08stmmac: intel: Enable SERDES PHY rx clk for PSEVoon Weifeng2-0/+11
2021-04-07can: mcp251xfd: mcp251xfd_regmap_crc_read(): work around broken CRC on TBC re...Marc Kleine-Budde1-0/+34
2021-04-07can: mcp251xfd: mcp251xfd_regmap_crc_read_one(): Factor out crc check into se...Marc Kleine-Budde1-10/+20
2021-04-07can: mcp251xfd: add BQL supportMarc Kleine-Budde1-5/+18
2021-04-07can: c_can: remove unused enum BOSCH_C_CAN_PLATFORMMarc Kleine-Budde1-1/+0
2021-04-07can: m_can: m_can_receive_skb(): add missing error handling to can_rx_offload...Marc Kleine-Budde1-3/+10
2021-04-07can: skb: alloc_can{,fd}_skb(): set "cf" to NULL if skb allocation failsMarc Kleine-Budde1-2/+8
2021-04-07net/mlx5e: TC, Add support to offload sample actionChris Mi5-2/+328
2021-04-07net/mlx5e: TC, Handle sampled packetsChris Mi4-3/+35
2021-04-07net/mlx5e: TC, Refactor tc update skb functionChris Mi1-26/+33
2021-04-07net/mlx5e: TC, Add sampler restore handle APIChris Mi1-0/+108
2021-04-07net/mlx5e: TC, Add sampler object APIChris Mi1-0/+131
2021-04-07net/mlx5e: TC, Add sampler termination table APIChris Mi6-0/+129
2021-04-07net/mlx5e: TC, Parse sample actionChris Mi4-0/+44
2021-04-07net/mlx5: Instantiate separate mapping objects for FDB and NIC tablesChris Mi8-48/+43