summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2021-07-26net/mlx5e: Move RX resources to a separate structMaxim Mikityanskiy14-154/+189
2021-07-26net/mlx5e: Move mlx5e_build_rss_params() call to init_rxMaxim Mikityanskiy3-8/+7
2021-07-26net/mlx5e: Convert RQT to a dedicated objectMaxim Mikityanskiy10-276/+295
2021-07-26net/mlx5e: Check if inner FT is supported outside of create/destroy functionsMaxim Mikityanskiy1-16/+15
2021-07-26net/mlx5: Take TIR destruction out of the TIR list lockMaxim Mikityanskiy1-1/+2
2021-07-26net/mlx5e: Block LRO if firmware asks for tunneled LROMaxim Mikityanskiy1-0/+15
2021-07-26net/mlx5e: Prohibit inner indir TIRs in IPoIBMaxim Mikityanskiy3-27/+7
2021-07-26net: ixp4xx_hss: use dma_pool_zallocJason Wang1-2/+1
2021-07-26nfp: add support for coalesce adaptive featureYinjun Zhang4-13/+160
2021-07-26net: mhi: Improve MBIM packet countingRichard Laing2-7/+11
2021-07-26net: hns3: add devlink reload support for VFHao Chen1-0/+71
2021-07-26net: hns3: add devlink reload support for PFHao Chen1-0/+70
2021-07-26net: hns3: add support for devlink get info for VFYufeng Mo1-0/+30
2021-07-26net: hns3: add support for devlink get info for PFYufeng Mo1-0/+30
2021-07-26net: hns3: add support for registering devlink for VFYufeng Mo5-1/+81
2021-07-26net: hns3: add support for registering devlink for PFYufeng Mo6-2/+82
2021-07-25can: flexcan: update Kconfig to enable coldfireAngelo Dureghello1-1/+2
2021-07-25can: flexcan: add mcf5441x supportAngelo Dureghello1-20/+104
2021-07-25can: etas_es58x: rewrite the message cast in es58{1,_fd}_tx_can_msg to increa...Vincent Mailhol2-4/+2
2021-07-25can: etas_es58x: use sizeof and sizeof_field macros instead of constant valuesVincent Mailhol2-2/+2
2021-07-25can: etas_es58x: add es58x_free_netdevs() to factorize codeVincent Mailhol1-22/+24
2021-07-25can: etas_es58x: use devm_kzalloc() to allocate device resourcesVincent Mailhol1-6/+3
2021-07-25can: etas_es58x: use error pointer during device probingVincent Mailhol1-13/+10
2021-07-25can: etas_es58x: fix three typos in author name and documentationVincent Mailhol3-10/+10
2021-07-25can: peak_usb: pcan_usb_decode_error(): upgrade handling of bus state changesStephane Grosjean1-123/+43
2021-07-25can: peak_usb: pcan_usb_encode_msg(): add informationStephane Grosjean1-2/+4
2021-07-25can: peak_usb: PCAN-USB: add support of loopback and one-shot modeStephane Grosjean1-4/+49
2021-07-25can: peak_usb: pcan_usb_get_device_id(): read value only in case of successStephane Grosjean1-1/+2
2021-07-25can: peak_pci: Add name and FW version of the card in kernel bufferStephane Grosjean1-11/+53
2021-07-25can: peak_pci: fix checkpatch warningsMarc Kleine-Budde1-2/+4
2021-07-25can: peak_pci: convert comments to network style commentsMarc Kleine-Budde1-35/+14
2021-07-25net: at91_can: fix the comments style issuePeng Li1-28/+14
2021-07-25net: at91_can: remove redundant spacePeng Li1-1/+1
2021-07-25net: at91_can: add braces {} to all arms of the statementPeng Li1-7/+7
2021-07-25net: at91_can: fix the alignment issuePeng Li1-11/+13
2021-07-25net: at91_can: use BIT macroPeng Li1-13/+13
2021-07-25net: at91_can: fix the code style issue about macroPeng Li1-8/+8
2021-07-25net: at91_can: add blank line after declarationsPeng Li1-0/+3
2021-07-25net: at91_can: remove redundant blank linesPeng Li1-2/+0
2021-07-25can: at91_can: use DEVICE_ATTR_RW() helper macroZhen Lei1-5/+5
2021-07-25can: janz-ican3: use DEVICE_ATTR_RO/RW() helper macroZhen Lei1-12/+11
2021-07-25can: esd_usb2: use DEVICE_ATTR_RO() helper macroZhen Lei1-6/+6
2021-07-25can: mcp251xfd: mcp251xfd_open(): request IRQ as sharedMarc Kleine-Budde1-2/+2
2021-07-25can: mcp251xfd: Fix header block to clarify independence from OFAndy Shevchenko1-2/+2
2021-07-25can: mcp251xfd: mcp251xfd_probe(): try to get crystal clock rate from propertyAndy Shevchenko1-3/+11
2021-07-25can: m_can: remove support for custom bit timingMarc Kleine-Budde2-21/+6
2021-07-25can: m_can: use devm_platform_ioremap_resource_bynameYang Yingliang1-2/+1
2021-07-25can: m_can: Add support for transceiver as phyFaiz Abbas3-1/+25
2021-07-25can: netlink: remove redundant check in can_validate()Vincent Mailhol1-1/+1
2021-07-25can: netlink: clear data_bittiming if FD is turned offVincent Mailhol1-2/+5