summaryrefslogtreecommitdiff
path: root/drivers/net/can
AgeCommit message (Expand)Author
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 495Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 412Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 344Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 340Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 198Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 164Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-03-07peak_usb: fix clang build warningArnd Bergmann
2019-01-22can: flexcan: fix NULL pointer exception during bringupUwe Kleine-König
2019-01-22can: flexcan: fix 'passing zero to ERR_PTR()' warningYueHaibing
2019-01-22can: dev: __can_get_echo_skb(): fix bogous check for non-existing skb by remo...Manfred Schlaegl
2018-11-28can: flexcan: split the Message Buffer RAM areaPankaj Bansal
2018-11-28can: flexcan: Add provision for variable payload sizePankaj Bansal
2018-11-28can: flexcan: move rx_offload_add() from flexcan_probe() to flexcan_open()Pankaj Bansal
2018-11-28can: flexcan: flexcan_chip_start(): enable loopback mode in flexcanPankaj Bansal
2018-11-28can: flexcan: add self wakeup supportAisheng Dong
2018-11-28can: flexcan: flexcan_chip_start(): adjust comment to match the codeMarc Kleine-Budde
2018-11-28can: flexcan: FLEXCAN_IFLAG_MB: add () around macro argumentMarc Kleine-Budde
2018-11-28can: flexcan: flexcan_irq(): fix indentionMarc Kleine-Budde
2018-11-28can: flexcan: flexcan_start_xmit(): fix indentionMarc Kleine-Budde
2018-11-28can: flexcan: enable flexcan for all architecturesPankaj Bansal
2018-11-28can: rcar: add SPDX identifiers to Kconfig and MakefileKuninori Morimoto
2018-11-28can: rcar: use SPDX identifier for Renesas driversWolfram Sang
2018-11-28can: sja1000: plx_pci: add support for ASEM CAN raw deviceFlavio Suligoi
2018-11-28can: xilinx: add can 2.0 supportShubhrajyoti Datta
2018-11-28can: xilinx: fix return type of ndo_start_xmit functionYueHaibing
2018-11-28can: ucan: fix spelling mistake: "resumbmitting" -> "resubmitting"Colin Ian King
2018-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-11-09can: flexcan: use can_rx_offload_queue_sorted() for flexcan_irq_bus_*()Oleksij Rempel
2018-11-09can: rx-offload: rename can_rx_offload_irq_queue_err_skb() to can_rx_offload_...Oleksij Rempel
2018-11-09can: flexcan: handle tx-complete CAN frames via rx-offload infrastructureOleksij Rempel
2018-11-09can: rx-offload: introduce can_rx_offload_get_echo_skb() and can_rx_offload_q...Oleksij Rempel
2018-11-09can: dev: __can_get_echo_skb(): print error message, if trying to echo non ex...Marc Kleine-Budde
2018-11-09can: dev: __can_get_echo_skb(): Don't crash the kernel if can_priv::echo_skb ...Marc Kleine-Budde
2018-11-09can: dev: __can_get_echo_skb(): replace struct can_frame by canfd_frame to ac...Marc Kleine-Budde
2018-11-09can: dev: can_get_echo_skb(): factor out non sending code to __can_get_echo_s...Marc Kleine-Budde
2018-11-09can: flexcan: remove not needed struct flexcan_priv::tx_mb and struct flexcan...Marc Kleine-Budde
2018-11-09can: flexcan: Always use last mailbox for TXAlexander Stein
2018-11-09can: flexcan: Unlock the MB unconditionallyPankaj Bansal
2018-11-09can: hi311x: Use level-triggered interruptLukas Wunner
2018-11-09can: rcar_can: Fix erroneous registrationFabrizio Castro
2018-11-09can: ucan: remove duplicated include from ucan.cYueHaibing
2018-11-09can: ucan: remove set but not used variable 'udev'YueHaibing
2018-11-09can: kvaser_usb: Fix accessing freed memory in kvaser_usb_start_xmit()Jimmy Assarsson
2018-11-09can: kvaser_usb: Fix potential uninitialized variable useJimmy Assarsson