index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
can
/
cc770
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
2
-0
/
+2
*
can: cc770: fix spelling mistake: "comptibility" -> "compatibility"
Colin Ian King
2018-07-27
1
-1
/
+1
*
drivers/net: Use octal not symbolic permissions
Joe Perches
2018-03-26
2
-10
/
+10
*
can: cc770: Fix use after free in cc770_tx_interrupt()
Andri Yngvason
2018-03-19
1
-3
/
+2
*
can: cc770: Fix queue stall & dropped RTR reply
Andri Yngvason
2018-03-14
2
-28
/
+68
*
can: cc770: Fix stalls on rt-linux, remove redundant IRQ ack
Andri Yngvason
2018-03-14
1
-15
/
+0
*
Annotate hardware config module parameters in drivers/net/can/
David Howells
2017-04-20
1
-4
/
+4
*
can: fix assignment of error location in CAN error messages
Oliver Hartkopp
2015-11-23
1
-1
/
+1
*
can: cc770: don't touch skb after netif_rx()
Marc Kleine-Budde
2015-07-15
1
-2
/
+2
*
can: constify of_device_id array
Fabian Frederick
2015-03-17
1
-1
/
+1
*
can: move can_stats.bus_off++ from can_bus_off into can_change_state
Andri Yngvason
2015-01-20
1
-0
/
+1
*
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2014-12-14
2
-2
/
+0
|
\
|
*
net: can: cc770: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-20
2
-2
/
+0
*
|
can: fix spelling errors
Jeremiah Mahler
2014-12-07
1
-1
/
+1
|
/
*
net: can: use kbuild magic to inherit debug settings
Wolfram Sang
2014-08-18
1
-2
/
+0
*
can: Unify MTU settings for CAN interfaces
Oliver Hartkopp
2014-03-17
1
-0
/
+1
*
can: cc770: use dev_get_platdata()
Jingoo Han
2013-09-21
1
-2
/
+2
*
net: can: use platform_{get,set}_drvdata()
Jingoo Han
2013-06-03
2
-5
/
+4
*
can: Kconfig: convert 'depends on CAN_DEV' into 'if CAN_DEV...endif' block
Marc Kleine-Budde
2013-01-26
1
-1
/
+1
*
drivers/net: fix up function prototypes after __dev* removals
Greg Kroah-Hartman
2012-12-07
1
-2
/
+2
*
can: remove __dev* attributes
Bill Pemberton
2012-12-03
2
-15
/
+15
*
can: cc770_platform: add MODULE_ALIAS and MODULE_DEVICE_TABLE
Marc Kleine-Budde
2012-11-27
1
-0
/
+2
*
can: mark bittiming_const pointer in struct can_priv as const
Marc Kleine-Budde
2012-07-20
1
-1
/
+1
*
can: cc770: fix sparse warning for cc770_interrupt
Marc Kleine-Budde
2012-07-02
1
-1
/
+1
*
can: cc770: Fix likely misuse of | for &
Joe Perches
2012-06-03
1
-1
/
+1
*
can: cc770: linux/can/dev.h included twice
Danny Kukawka
2012-03-03
1
-1
/
+0
*
can: cc770: Fix indirect access deadlock on ISA cards
Wolfgang Zarre
2012-02-03
1
-1
/
+15
*
can: cc770: store echo skb before starting the transfer
Wolfgang Grandegger
2012-02-03
1
-1
/
+3
*
can: cc770: add platform bus driver for the CC770 and AN82527
Wolfgang Grandegger
2011-12-01
3
-0
/
+280
*
can: cc770: add legacy ISA bus driver for the CC770 and AN82527
Wolfgang Grandegger
2011-12-01
3
-0
/
+379
*
can: cc770: add driver core for the Bosch CC770 and Intel AN82527
Wolfgang Grandegger
2011-12-01
4
-0
/
+1094
*
can: Revert outdated cc770 driver patches.
David S. Miller
2011-11-30
5
-1501
/
+0
*
can: cc770: legacy CC770 ISA bus driver
Wolfgang Grandegger
2011-11-29
3
-0
/
+349
*
can: cc770: add driver core for the Bosch CC770 and Intel AN82527
Wolfgang Grandegger
2011-11-29
4
-0
/
+1152