| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-10-17 | can: treewide: remove can_change_mtu() | Vincent Mailhol | 1 | -1/+0 |
| 2024-11-04 | can: {cc770,sja1000}_isa: allow building on x86_64 | Thomas Mühlbacher | 1 | -1/+1 |
| 2024-09-11 | can: Switch back to struct platform_driver::remove() | Uwe Kleine-König | 2 | -2/+2 |
| 2024-09-09 | net: can: cc770: Simplify parsing DT properties | Rob Herring (Arm) | 1 | -21/+11 |
| 2024-04-08 | net: handle HAS_IOPORT dependencies | Niklas Schnelle | 1 | -0/+1 |
| 2023-05-15 | can: cc770_platform: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
| 2023-05-15 | can: cc770_isa: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
| 2023-03-16 | net: Use of_property_read_bool() for boolean properties | Rob Herring | 1 | -6/+6 |
| 2022-11-24 | can: cc770: cc770_isa_probe(): add missing free_cc770dev() | Zhang Changzhong | 1 | -4/+6 |
| 2022-11-07 | can: dev: fix skb drop check | Oliver Hartkopp | 1 | -1/+1 |
| 2022-07-28 | can: tree-wide: advertise software timestamping capabilities | Vincent Mailhol | 1 | -0/+6 |
| 2022-07-20 | can: add CAN_ERR_CNT flag to notify availability of error counter | Vincent Mailhol | 1 | -0/+1 |
| 2022-01-05 | can: do not increase tx_bytes statistics for RTR frames | Vincent Mailhol | 1 | -6/+2 |
| 2022-01-05 | can: do not increase rx_bytes statistics for RTR frames | Vincent Mailhol | 1 | -2/+3 |
| 2022-01-05 | can: do not increase rx statistics when generating a CAN rx error message frame | Vincent Mailhol | 1 | -3/+0 |
| 2021-01-14 | can: dev: can_get_echo_skb(): extend to return can frame length | Marc Kleine-Budde | 1 | -1/+1 |
| 2021-01-14 | can: dev: can_put_echo_skb(): extend to handle frame_len | Vincent Mailhol | 1 | -1/+1 |
| 2020-11-20 | can: replace can_dlc as variable/element for payload length | Oliver Hartkopp | 1 | -7/+7 |
| 2020-11-20 | can: rename get_can_dlc() macro with can_cc_dlc2len() | Oliver Hartkopp | 1 | -1/+1 |
| 2020-09-21 | can: drivers: fix spelling mistakes | Marc Kleine-Budde | 2 | -2/+2 |
| 2020-06-14 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada | 1 | -2/+2 |
| 2020-01-06 | remove ioremap_nocache and devm_ioremap_nocache | Christoph Hellwig | 1 | -1/+1 |
| 2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 495 | Thomas Gleixner | 4 | -36/+4 |
| 2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2 | -0/+2 |
| 2018-07-27 | can: cc770: fix spelling mistake: "comptibility" -> "compatibility" | Colin Ian King | 1 | -1/+1 |
| 2018-03-26 | drivers/net: Use octal not symbolic permissions | Joe Perches | 2 | -10/+10 |
| 2018-03-19 | can: cc770: Fix use after free in cc770_tx_interrupt() | Andri Yngvason | 1 | -3/+2 |
| 2018-03-14 | can: cc770: Fix queue stall & dropped RTR reply | Andri Yngvason | 2 | -28/+68 |
| 2018-03-14 | can: cc770: Fix stalls on rt-linux, remove redundant IRQ ack | Andri Yngvason | 1 | -15/+0 |
| 2017-04-20 | Annotate hardware config module parameters in drivers/net/can/ | David Howells | 1 | -4/+4 |
| 2015-11-23 | can: fix assignment of error location in CAN error messages | Oliver Hartkopp | 1 | -1/+1 |
| 2015-07-15 | can: cc770: don't touch skb after netif_rx() | Marc Kleine-Budde | 1 | -2/+2 |
| 2015-03-17 | can: constify of_device_id array | Fabian Frederick | 1 | -1/+1 |
| 2015-01-20 | can: move can_stats.bus_off++ from can_bus_off into can_change_state | Andri Yngvason | 1 | -0/+1 |
| 2014-12-14 | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -2/+0 |
| 2014-12-07 | can: fix spelling errors | Jeremiah Mahler | 1 | -1/+1 |
| 2014-10-20 | net: can: cc770: drop owner assignment from platform_drivers | Wolfram Sang | 2 | -2/+0 |
| 2014-08-18 | net: can: use kbuild magic to inherit debug settings | Wolfram Sang | 1 | -2/+0 |
| 2014-03-17 | can: Unify MTU settings for CAN interfaces | Oliver Hartkopp | 1 | -0/+1 |
| 2013-09-21 | can: cc770: use dev_get_platdata() | Jingoo Han | 1 | -2/+2 |
| 2013-06-03 | net: can: use platform_{get,set}_drvdata() | Jingoo Han | 2 | -5/+4 |
| 2013-01-26 | can: Kconfig: convert 'depends on CAN_DEV' into 'if CAN_DEV...endif' block | Marc Kleine-Budde | 1 | -1/+1 |
| 2012-12-07 | drivers/net: fix up function prototypes after __dev* removals | Greg Kroah-Hartman | 1 | -2/+2 |
| 2012-12-03 | can: remove __dev* attributes | Bill Pemberton | 2 | -15/+15 |
| 2012-11-27 | can: cc770_platform: add MODULE_ALIAS and MODULE_DEVICE_TABLE | Marc Kleine-Budde | 1 | -0/+2 |
| 2012-07-20 | can: mark bittiming_const pointer in struct can_priv as const | Marc Kleine-Budde | 1 | -1/+1 |
| 2012-07-02 | can: cc770: fix sparse warning for cc770_interrupt | Marc Kleine-Budde | 1 | -1/+1 |
| 2012-06-03 | can: cc770: Fix likely misuse of | for & | Joe Perches | 1 | -1/+1 |
| 2012-03-03 | can: cc770: linux/can/dev.h included twice | Danny Kukawka | 1 | -1/+0 |
| 2012-02-03 | can: cc770: Fix indirect access deadlock on ISA cards | Wolfgang Zarre | 1 | -1/+15 |
| 2012-02-03 | can: cc770: store echo skb before starting the transfer | Wolfgang Grandegger | 1 | -1/+3 |
| 2011-12-01 | can: cc770: add platform bus driver for the CC770 and AN82527 | Wolfgang Grandegger | 3 | -0/+280 |
| 2011-12-01 | can: cc770: add legacy ISA bus driver for the CC770 and AN82527 | Wolfgang Grandegger | 3 | -0/+379 |
| 2011-12-01 | can: cc770: add driver core for the Bosch CC770 and Intel AN82527 | Wolfgang Grandegger | 4 | -0/+1094 |
| 2011-11-30 | can: Revert outdated cc770 driver patches. | David S. Miller | 5 | -1501/+0 |
| 2011-11-29 | can: cc770: legacy CC770 ISA bus driver | Wolfgang Grandegger | 3 | -0/+349 |
| 2011-11-29 | can: cc770: add driver core for the Bosch CC770 and Intel AN82527 | Wolfgang Grandegger | 4 | -0/+1152 |