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.12.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
/
c_can
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
2
-0
/
+2
*
can: c_can_pci: make c_can_pci_data const
Bhumika Goyal
2017-12-01
1
-2
/
+2
*
can: c_can: don't indicate triple sampling support for D_CAN
Richard Schütz
2017-11-10
2
-2
/
+0
*
can: constify platform_device_id
Arvind Yadav
2017-08-13
1
-1
/
+1
*
drivers: net: generalize napi_complete_done()
Eric Dumazet
2017-01-30
1
-1
/
+1
*
can: c_can_pci: fix null-pointer-deref in c_can_start() - set device pointer
Einar Jón
2017-01-18
1
-0
/
+1
*
can: c_can: Update D_CAN TX and RX functions to 32 bit - fix Altera Cyclone a...
Thor Thayer
2016-06-20
1
-7
/
+31
*
can: remove obsolete assignment for CAN protocol error type
Oliver Hartkopp
2015-11-23
1
-1
/
+0
*
can: fix assignment of error location in CAN error messages
Oliver Hartkopp
2015-11-23
1
-4
/
+2
*
can: c_can: Fix default pinmux glitch at init
J.D. Schroeder
2015-07-12
1
-2
/
+8
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-01-27
2
-11
/
+21
|
\
|
*
can: c_can: end pending transmission on network stop (ifdown)
Viktor Babrian
2015-01-21
1
-0
/
+3
|
*
can: c_can: use regmap_update_bits() to modify RAMINIT register
Roger Quadros
2015-01-15
1
-11
/
+18
*
|
can: move can_stats.bus_off++ from can_bus_off into can_change_state
Andri Yngvason
2015-01-20
1
-1
/
+1
|
/
*
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2014-12-14
1
-1
/
+0
|
\
|
*
net: can: c_can: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-20
1
-1
/
+0
*
|
net: can: c_can: Add support for TI am4372 DCAN
Roger Quadros
2014-11-17
1
-0
/
+1
*
|
can: c_can: Add support for TI am3352 DCAN
Roger Quadros
2014-11-17
1
-0
/
+12
*
|
can: c_can: Add support for TI DRA7 DCAN
Roger Quadros
2014-11-17
1
-0
/
+13
*
|
can: c_can: Disable pins when CAN interface is down
Roger Quadros
2014-11-17
1
-0
/
+13
*
|
can: c_can: Add support for START pulse in RAMINIT sequence
Roger Quadros
2014-11-17
2
-0
/
+8
*
|
can: c_can: Add syscon/regmap RAMINIT mechanism
Roger Quadros
2014-11-17
2
-41
/
+78
*
|
can: c_can: Add RAMINIT register information to driver data
Roger Quadros
2014-11-17
1
-0
/
+10
*
|
can: c_can: Introduce c_can_driver_data structure
Roger Quadros
2014-11-17
2
-23
/
+33
*
|
can: c_can: Add timeout to c_can_hw_raminit_ti()
Roger Quadros
2014-11-17
1
-1
/
+10
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-09-23
1
-2
/
+2
|
\
|
*
can: c_can_platform: fix parameters of c_can_hw_raminit_ti()
Roger Quadros
2014-09-18
1
-2
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-08-23
1
-1
/
+1
|
\
|
|
*
can: c_can: checking IS_ERR() instead of NULL
Dan Carpenter
2014-08-21
1
-1
/
+1
*
|
net: can: use kbuild magic to inherit debug settings
Wolfram Sang
2014-08-18
1
-2
/
+0
|
/
*
PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
Benoit Taine
2014-08-12
1
-1
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-07-30
1
-1
/
+2
|
\
|
*
can: c_can_platform: Fix raminit, use devm_ioremap() instead of devm_ioremap_...
George Cherian
2014-07-25
1
-1
/
+2
*
|
can: c_can: convert to use devm * api
Lad, Prabhakar
2014-07-15
1
-33
/
+10
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-05-24
2
-43
/
+0
|
\
|
*
can: c_can: remove obsolete STRICT_FRAME_ORDERING Kconfig option
Oliver Hartkopp
2014-05-19
2
-43
/
+0
*
|
can: c_can: add hwinit support for non-TI devices
Pavel Machek
2014-05-19
2
-4
/
+38
*
|
can: c_can: Add and make use of 32-bit accesses functions
Pavel Machek
2014-05-19
4
-10
/
+60
*
|
can: c_can: make {read,write}_reg functions const
Pavel Machek
2014-05-19
3
-13
/
+13
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-05-12
5
-375
/
+326
|
\
|
|
*
can: c_can_pci: enable PCI bus master only for MSI
Wolfgang Grandegger
2014-04-24
1
-2
/
+5
|
*
can: c_can: use proper type for 'instance'
Wolfram Sang
2014-04-24
2
-2
/
+2
|
*
can: c_can: Speed up tx buffer invalidation
Thomas Gleixner
2014-04-24
2
-15
/
+40
|
*
can: c_can: Remove tx locking
Thomas Gleixner
2014-04-24
2
-92
/
+43
|
*
can: c_can: Use proper u32 variables in c_can_write_msg_object()
Thomas Gleixner
2014-04-24
1
-9
/
+9
|
*
can: c_can: Cleanup c_can_write_msg_object()
Thomas Gleixner
2014-04-24
2
-33
/
+24
|
*
can: c_can: Cleanup c_can_msg_obj_put/get()
Thomas Gleixner
2014-04-24
1
-44
/
+16
|
*
can: c_can: Cleanup c_can_inval_msg_object()
Thomas Gleixner
2014-04-24
1
-5
/
+5
|
*
can: c_can: Cleanup setup of receive buffers
Thomas Gleixner
2014-04-24
1
-21
/
+17
|
*
can: c_can: Cleanup c_can_read_msg_object()
Thomas Gleixner
2014-04-24
1
-17
/
+15
[next]