aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2020-09-21rtlwifi: rtl8192cu: fix comparison to bool warning in hw.cZheng Bin1-1/+1
2020-09-21rtlwifi: rtl8821ae: fix comparison to bool warning in phy.cZheng Bin1-3/+3
2020-09-21rtlwifi: rtl8821ae: fix comparison to bool warning in hw.cZheng Bin1-1/+1
2020-09-21rtlwifi: rtl8192cu: fix comparison to bool warning in mac.cZheng Bin1-4/+4
2020-09-21rtlwifi: rtl8192c: fix comparison to bool warning in phy_common.cZheng Bin1-1/+1
2020-09-21rtlwifi: rtl8192ee: fix comparison to bool warning in hw.cZheng Bin1-1/+1
2020-09-21net: wilc1000: clean up resource in error path of init mon interfaceHuang Guobin1-2/+1
2020-09-21can: mcp25xxfd: add listen-only modeKurt Van Dijck1-6/+10
2020-09-21can: mcp25xxfd: add driver for Microchip MCP25xxFD SPI CANMarc Kleine-Budde2-0/+2908
2020-09-21can: mcp25xxfd: add regmap infrastructureMarc Kleine-Budde7-0/+1507
2020-09-21can: rx-offload: can_rx_offload_add_manual(): add new initialization functionMarc Kleine-Budde1-0/+11
2020-09-21can: mscan: simplify clock enable/disableZhang Changzhong1-18/+10
2020-09-21can: mscan: mpc5xxx_can: update contact emailWolfram Sang1-1/+1
2020-09-21can: mcp251x: add support for half duplex controllersTim Harvey1-7/+27
2020-09-21can: mcp251x: Use readx_poll_timeout() helperAndy Shevchenko1-31/+33
2020-09-21can: mcp251x: add GPIO supportTimo Schlüßler1-0/+243
2020-09-21can: mcp251x: sort include files alphabeticallyMarc Kleine-Budde1-2/+2
2020-09-21can: spi: Kconfig: remove unneeded dependencies form Kconfig symbolsMarc Kleine-Budde1-2/+0
2020-09-21can: pcan_usb: add support of rxerr/txerr countersStephane Grosjean1-16/+117
2020-09-21can: pcan_usb: Document the commands sent to the deviceStephane Grosjean1-7/+26
2020-09-21can: pch_can: use generic power managementVaibhav Gupta1-42/+21
2020-09-21can: peak_canfd: Remove unused macrosWang Hai1-2/+0
2020-09-21can: peak_usb: convert to use le32_add_cpu()Liu Shixin1-1/+1
2020-09-21can: ti_hecc: convert to devm_platform_ioremap_resource_byname()Dejin Zheng1-22/+5
2020-09-21can: mscan: mark expected switch fall-throughMarc Kleine-Budde1-0/+1
2020-09-21can: mcba_usb: remove redundant initialization of variable errColin Ian King1-1/+1
2020-09-21can: c_can: Remove unused inline functionYueHaibing1-9/+0
2020-09-21can: dev: can_bus_off(): print scheduling of restart if activatedMarc Kleine-Budde1-1/+5
2020-09-21can: dev: can_change_state(): print human readable state change messagesMarc Kleine-Budde1-1/+25
2020-09-21can: dev: can_put_echo_skb(): propagate error in case of errorsMarc Kleine-Budde1-4/+7
2020-09-21can: dev: can_put_echo_skb(): print number of echo_skb that is occupiedMarc Kleine-Budde1-1/+1
2020-09-21can: softing: update dead linkDiego Elio Pettenò1-1/+1
2020-09-21can: slcan: update dead linkDiego Elio Pettenò1-2/+2
2020-09-21can: drivers: fix spelling mistakesMarc Kleine-Budde21-36/+36
2020-09-21can: flexcan: fix spelling mistake "reserverd" -> "reserved"Alexandre Belloni1-1/+1
2020-09-21can: grcan: fix spelling mistake "buss" -> "bus"Colin Ian King1-1/+1
2020-09-20dpaa2-eth: drop double zeroingJulia Lawall1-1/+1
2020-09-20bnxt_en: Fix wrong flag value passed to HWRM_PORT_QSTATS_EXT fw call.Michael Chan1-1/+1
2020-09-20bnxt_en: Fix HWRM_FUNC_QSTATS_EXT firmware call.Michael Chan1-0/+1
2020-09-20bnxt_en: Return -EOPNOTSUPP for ETHTOOL_GREGS on VFs.Vasundhara Volam1-0/+3
2020-09-20bnxt_en: Protect bnxt_set_eee() and bnxt_set_pauseparam() with mutex.Michael Chan1-11/+20
2020-09-20bnxt_en: return proper error codes in bnxt_show_tempEdwin Peer1-6/+13
2020-09-20bnxt_en: Use memcpy to copy VPD field info.Vasundhara Volam1-3/+5
2020-09-20net: dsa: tag_8021q: add VLANs to the master interface tooVladimir Oltean1-1/+6
2020-09-20net: mventa: remove unused variable 'dummy' in mvneta_mib_counters_clear()Zhang Changzhong1-4/+3
2020-09-20net: mvneta: avoid copying shared_info frags in mvneta_swbm_build_skbLorenzo Bianconi1-7/+4
2020-09-20net: mvneta: recycle the page in case of out-of-orderLorenzo Bianconi1-1/+5
2020-09-20net: dsa: rtl8366: Skip PVID setting if not requestedLinus Walleij1-0/+3
2020-09-19net: phy: dp83822: Update the fiber advertisement for speedDan Murphy1-3/+10
2020-09-19net: dp83869: Add ability to advertise Fiber connectionDan Murphy1-0/+73