index
:
Linux Stable
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.13.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
/
spi
/
hi311x.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
can: dev: fix skb drop check
Oliver Hartkopp
2022-11-07
1
-1
/
+1
*
can: tree-wide: advertise software timestamping capabilities
Vincent Mailhol
2022-07-28
1
-0
/
+6
*
can: add CAN_ERR_CNT flag to notify availability of error counter
Vincent Mailhol
2022-07-20
1
-0
/
+1
*
can: hi311x: do not report txerr and rxerr during bus-off
Vincent Mailhol
2022-07-20
1
-2
/
+3
*
can: can-dev: remove obsolete CAN LED support
Oliver Hartkopp
2022-05-19
1
-8
/
+0
*
can: Use netif_rx().
Sebastian Andrzej Siewior
2022-03-06
1
-3
/
+3
*
spi: make remove callback a void function
Uwe Kleine-König
2022-02-09
1
-3
/
+1
*
can: do not increase tx_bytes statistics for RTR frames
Vincent Mailhol
2022-01-05
1
-13
/
+11
*
can: do not increase rx_bytes statistics for RTR frames
Vincent Mailhol
2022-01-05
1
-3
/
+4
*
can: hi311x: hi3110_can_probe(): convert to use dev_err_probe()
Andy Shevchenko
2021-12-08
1
-9
/
+4
*
can: hi311x: hi3110_can_probe(): make use of device property API
Andy Shevchenko
2021-12-08
1
-6
/
+6
*
can: hi311x: hi3110_can_probe(): try to get crystal clock rate from property
Andy Shevchenko
2021-12-08
1
-2
/
+11
*
can: hi311x: hi3110_can_probe(): use devm_clk_get_optional() to get the input...
Andy Shevchenko
2021-12-08
1
-10
/
+6
*
can: hi311x: fix a signedness bug in hi3110_cmd()
Dan Carpenter
2021-07-30
1
-1
/
+1
*
can: hi311x: hi3110_can_probe(): silence clang warning
Marc Kleine-Budde
2021-05-27
1
-1
/
+1
*
can: dev: can_free_echo_skb(): extend to return can frame length
Marc Kleine-Budde
2021-03-30
1
-1
/
+1
*
can: dev: can_get_echo_skb(): extend to return can frame length
Marc Kleine-Budde
2021-01-14
1
-1
/
+1
*
can: dev: can_put_echo_skb(): extend to handle frame_len
Vincent Mailhol
2021-01-14
1
-1
/
+1
*
can: replace can_dlc as variable/element for payload length
Oliver Hartkopp
2020-11-20
1
-10
/
+10
*
can: rename get_can_dlc() macro with can_cc_dlc2len()
Oliver Hartkopp
2020-11-20
1
-1
/
+1
*
can: Delete unnecessary checks before the macro call “dev_kfree_skb”
Markus Elfring
2019-08-22
1
-2
/
+1
*
can: hi311x: remove custom DMA mapped buffer
Marc Kleine-Budde
2019-08-20
1
-49
/
+10
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-19
1
-4
/
+1
*
can: hi311x: Use level-triggered interrupt
Lukas Wunner
2018-11-09
1
-1
/
+1
*
can: hi311x: Work around TX complete interrupt erratum
Lukas Wunner
2018-05-10
1
-4
/
+5
*
can: hi311x: Acquire SPI lock on ->do_get_berr_counter
Lukas Wunner
2018-05-10
1
-0
/
+2
*
can: hi311x: Add Holt HI-311x CAN driver
Akshay Bhat
2017-04-04
1
-0
/
+1076