summaryrefslogtreecommitdiff
path: root/drivers/net/can
AgeCommit message (Expand)Author
2020-12-05can: softing: softing_netdev_open(): fix error handlingZhang Qilong
2020-11-30can: kvaser_pciefd: kvaser_pciefd_open(): fix error handlingZhang Qilong
2020-11-30can: c_can: c_can_power_up(): fix error handlingZhang Qilong
2020-11-30can: sun4i_can: sun4i_can_err(): don't count arbitration lose as an errorJeroen Hofstee
2020-11-30can: sja1000: sja1000_err(): don't count arbitration lose as an errorJeroen Hofstee
2020-11-30can: m_can: tcan4x5x_can_probe(): fix error path: remove erroneous clk_disabl...Marc Kleine-Budde
2020-11-27can: m_can: m_can_dev_setup(): add support for bosch mcan version 3.3.0Pankaj Sharma
2020-11-27can: m_can: fix nominal bitiming tseg2 min for version >= 3.1Marc Kleine-Budde
2020-11-27can: m_can: m_can_open(): remove IRQF_TRIGGER_FALLING from request_threaded_i...Marc Kleine-Budde
2020-11-26can: mcp251xfd: mcp251xfd_probe(): bail out if no IRQ was givenMarc Kleine-Budde
2020-11-26can: gs_usb: fix endianess problem with candleLight firmwareMarc Kleine-Budde
2020-11-18can: m_can: process interrupt only when not runtime suspendedJarkko Nikula
2020-11-18can: flexcan: flexcan_chip_start(): fix erroneous flexcan_transceiver_enable(...Marc Kleine-Budde
2020-11-18can: kvaser_usb: kvaser_usb_hydra: Fix KCAN bittiming limitsJimmy Assarsson
2020-11-18can: kvaser_pciefd: Fix KCAN bittiming limitsJimmy Assarsson
2020-11-15can: m_can: m_can_stop(): set device to software init mode before closingFaiz Abbas
2020-11-15can: m_can: Fix freeing of can device from peripherialsDan Murphy
2020-11-15can: m_can: m_can_class_free_dev(): introduce new functionDan Murphy
2020-11-15can: m_can: m_can_handle_state_change(): fix state changeWu Bo
2020-11-15can: tcan4x5x: tcan4x5x_can_remove(): fix order of deregistrationMarc Kleine-Budde
2020-11-15can: tcan4x5x: tcan4x5x_can_probe(): add missing error checking for devm_regm...Marc Kleine-Budde
2020-11-15can: tcan4x5x: replace depends on REGMAP_SPI with depends on SPIEnric Balletbo i Serra
2020-11-15can: flexcan: fix failure handling of pm_runtime_get_sync()Zhang Qilong
2020-11-15can: flexcan: flexcan_setup_stop_mode(): add missing "req_bit" to stop mode p...Marc Kleine-Budde
2020-11-15can: peak_usb: fix potential integer overflow on shift of a intColin Ian King
2020-11-15can: mcba_usb: mcba_usb_start_xmit(): first fill skb, then pass to can_put_ec...Marc Kleine-Budde
2020-11-15can: ti_hecc: Fix memleak in ti_hecc_probeZhang Qilong
2020-11-15can: dev: can_restart(): post buffer from the right contextAlejandro Concepcion Rodriguez
2020-11-03can: flexcan: flexcan_remove(): disable wakeup completelyJoakim Zhang
2020-11-03can: flexcan: add ECC initialization for VF610Joakim Zhang
2020-11-03can: flexcan: add ECC initialization for LX2160AJoakim Zhang
2020-11-03can: flexcan: remove FLEXCAN_QUIRK_DISABLE_MECR quirk for LS1021AJoakim Zhang
2020-11-03can: mcp251xfd: remove unneeded breakTom Rix
2020-11-03can: mcp251xfd: mcp251xfd_regmap_nocrc_read(): fix semicolon.cocci warningskernel test robot
2020-11-03can: mcp251xfd: mcp251xfd_regmap_crc_read(): increase severity of CRC read er...Marc Kleine-Budde
2020-11-03can: peak_canfd: pucan_handle_can_rx(): fix echo management when loopback is onStephane Grosjean
2020-11-03can: peak_usb: peak_usb_get_ts_time(): fix timestamp wrappingStephane Grosjean
2020-11-03can: peak_usb: add range checking in decode operationsDan Carpenter
2020-11-03can: xilinx_can: handle failure cases of pm_runtime_get_syncNavid Emamdoost
2020-11-03can: ti_hecc: ti_hecc_probe(): add missed clk_disable_unprepare() in error pathZhang Changzhong
2020-11-03can: dev: __can_get_echo_skb(): fix real payload length return value for RTR ...Oliver Hartkopp
2020-11-03can: dev: can_get_echo_skb(): prevent call to kfree_skb() in hard IRQ contextVincent Mailhol
2020-11-03can: rx-offload: don't call kfree_skb() from IRQ contextMarc Kleine-Budde
2020-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-10-07can: xilinx_can: Fix incorrect variable and initialize with a default valueSrinivas Neeli
2020-10-07can: xilinx_can: Check return value of set_reset_modeSrinivas Neeli
2020-10-07can: xilinx_can: Limit CANFD brp to 2Srinivas Neeli
2020-10-07can: flexcan: remove ack_grp and ack_bit handling from driverMarc Kleine-Budde
2020-10-07can: dev: add a helper function to calculate the duration of one bitVincent Mailhol
2020-10-06can: m_can_platform: don't call m_can_class_suspend in runtime suspendLucas Stach