summaryrefslogtreecommitdiffstats
path: root/drivers/net/can
AgeCommit message (Expand)AuthorFilesLines
2020-11-15can: m_can: m_can_stop(): set device to software init mode before closingFaiz Abbas1-0/+3
2020-11-15can: m_can: Fix freeing of can device from peripherialsDan Murphy3-19/+33
2020-11-15can: m_can: m_can_class_free_dev(): introduce new functionDan Murphy2-0/+7
2020-11-15can: m_can: m_can_handle_state_change(): fix state changeWu Bo1-2/+2
2020-11-15can: tcan4x5x: tcan4x5x_can_remove(): fix order of deregistrationMarc Kleine-Budde1-2/+2
2020-11-15can: tcan4x5x: tcan4x5x_can_probe(): add missing error checking for devm_regm...Marc Kleine-Budde1-0/+4
2020-11-15can: tcan4x5x: replace depends on REGMAP_SPI with depends on SPIEnric Balletbo i Serra1-1/+2
2020-11-15can: flexcan: fix failure handling of pm_runtime_get_sync()Zhang Qilong1-2/+6
2020-11-15can: flexcan: flexcan_setup_stop_mode(): add missing "req_bit" to stop mode p...Marc Kleine-Budde1-1/+1
2020-11-15can: peak_usb: fix potential integer overflow on shift of a intColin Ian King1-2/+2
2020-11-15can: mcba_usb: mcba_usb_start_xmit(): first fill skb, then pass to can_put_ec...Marc Kleine-Budde1-2/+2
2020-11-15can: ti_hecc: Fix memleak in ti_hecc_probeZhang Qilong1-5/+8
2020-11-15can: dev: can_restart(): post buffer from the right contextAlejandro Concepcion Rodriguez1-1/+1
2020-11-03can: flexcan: flexcan_remove(): disable wakeup completelyJoakim Zhang1-0/+2
2020-11-03can: flexcan: add ECC initialization for VF610Joakim Zhang1-1/+1
2020-11-03can: flexcan: add ECC initialization for LX2160AJoakim Zhang1-2/+3
2020-11-03can: flexcan: remove FLEXCAN_QUIRK_DISABLE_MECR quirk for LS1021AJoakim Zhang1-2/+1
2020-11-03can: mcp251xfd: remove unneeded breakTom Rix1-11/+11
2020-11-03can: mcp251xfd: mcp251xfd_regmap_nocrc_read(): fix semicolon.cocci warningskernel test robot1-1/+1
2020-11-03can: mcp251xfd: mcp251xfd_regmap_crc_read(): increase severity of CRC read er...Marc Kleine-Budde1-8/+8
2020-11-03can: peak_canfd: pucan_handle_can_rx(): fix echo management when loopback is onStephane Grosjean1-3/+8
2020-11-03can: peak_usb: peak_usb_get_ts_time(): fix timestamp wrappingStephane Grosjean1-5/+46
2020-11-03can: peak_usb: add range checking in decode operationsDan Carpenter1-11/+37
2020-11-03can: xilinx_can: handle failure cases of pm_runtime_get_syncNavid Emamdoost1-3/+3
2020-11-03can: ti_hecc: ti_hecc_probe(): add missed clk_disable_unprepare() in error pathZhang Changzhong1-3/+5
2020-11-03can: dev: __can_get_echo_skb(): fix real payload length return value for RTR ...Oliver Hartkopp1-2/+6
2020-11-03can: dev: can_get_echo_skb(): prevent call to kfree_skb() in hard IRQ contextVincent Mailhol1-1/+5
2020-11-03can: rx-offload: don't call kfree_skb() from IRQ contextMarc Kleine-Budde1-2/+2
2020-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+0
2020-10-07can: xilinx_can: Fix incorrect variable and initialize with a default valueSrinivas Neeli1-2/+2
2020-10-07can: xilinx_can: Check return value of set_reset_modeSrinivas Neeli1-1/+5
2020-10-07can: xilinx_can: Limit CANFD brp to 2Srinivas Neeli1-2/+2
2020-10-07can: flexcan: remove ack_grp and ack_bit handling from driverMarc Kleine-Budde1-9/+4
2020-10-07can: dev: add a helper function to calculate the duration of one bitVincent Mailhol1-7/+6
2020-10-06can: m_can_platform: don't call m_can_class_suspend in runtime suspendLucas Stach1-2/+0
2020-10-06can: c_can: reg_map_{c,d}_can: mark as __maybe_unusedMarc Kleine-Budde1-2/+2
2020-10-06can: softing: softing_card_shutdown(): add braces around empty body in an 'i...Marc Kleine-Budde1-1/+2
2020-09-30can: flexcan: disable runtime PM if register flexcandev failedJoakim Zhang1-0/+2
2020-09-30can: flexcan: add flexcan driver for i.MX8MPJoakim Zhang1-0/+9
2020-09-30can: flexcan: initialize all flexcan memory for ECC functionJoakim Zhang1-2/+51
2020-09-30can: mcp251xfd: rename all remaining occurrence to mcp251xfdMarc Kleine-Budde4-1277/+1277
2020-09-30can: mcp251xfd: rename all user facing strings to mcp251xfdMarc Kleine-Budde3-12/+12
2020-09-30can: mcp251xfd: rename driver files and subdir to mcp251xfdMarc Kleine-Budde9-13/+13
2020-09-30can: mcp25xxfd: narrow down wildcards in device tree bindings to "microchip,m...Thomas Kopp2-11/+11
2020-09-30can: mcp25xxfd: mcp25xxfd_irq(): add missing initialization of variable set_n...Marc Kleine-Budde1-1/+1
2020-09-30can: mcp25xxfd: mcp25xxfd_ring_free(): fix memory leak during cleanupDan Carpenter1-1/+1
2020-09-30can: mcp25xxfd: mcp25xxfd_probe(): add SPI clk limit related errata informationThomas Kopp1-5/+14
2020-09-30can: mcp25xxfd: mcp25xxfd_handle_eccif(): add ECC related errata and update l...Thomas Kopp1-7/+14
2020-09-22can: flexcan: add lx2160ar1 supportJoakim Zhang1-0/+8
2020-09-22can: flexcan: add imx8qm supportJoakim Zhang1-9/+17