index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
can
/
dev.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-07
can: dev: move driver related infrastructure into separate subdir
Marc Kleine-Budde
1
-1339
/
+0
2021-03-30
can: dev: Move device back to init netns on owning netns delete
Martin Willi
1
-0
/
+1
2021-02-04
can: dev: prevent potential information leak in can_fill_info()
Dan Carpenter
1
-1
/
+1
2021-01-27
can: dev: can_restart: fix use after free bug
Vincent Mailhol
1
-2
/
+2
2020-11-15
can: dev: can_restart(): post buffer from the right context
Alejandro Concepcion Rodriguez
1
-1
/
+1
2020-11-04
can: dev: __can_get_echo_skb(): fix real payload length return value for RTR ...
Oliver Hartkopp
1
-2
/
+6
2020-11-04
can: dev: can_get_echo_skb(): prevent call to kfree_skb() in hard IRQ context
Vincent Mailhol
1
-1
/
+5
2020-10-08
can: dev: add a helper function to calculate the duration of one bit
Vincent Mailhol
1
-7
/
+6
2020-09-21
can: dev: can_bus_off(): print scheduling of restart if activated
Marc Kleine-Budde
1
-1
/
+5
2020-09-21
can: dev: can_change_state(): print human readable state change messages
Marc Kleine-Budde
1
-1
/
+25
2020-09-21
can: dev: can_put_echo_skb(): propagate error in case of errors
Marc Kleine-Budde
1
-4
/
+7
2020-09-21
can: dev: can_put_echo_skb(): print number of echo_skb that is occupied
Marc Kleine-Budde
1
-1
/
+1
2020-03-04
can: add missing attribute validation for termination
Jakub Kicinski
1
-0
/
+1
2019-11-11
can: dev: can_restart(): remove unused code
Gustavo A. R. Silva
1
-3
/
+2
2019-11-04
can: dev: add missing of_node_put() after calling of_get_child_by_name()
Wen Yang
1
-0
/
+1
2019-09-05
Merge tag 'linux-can-next-for-5.4-20190904' of git://git.kernel.org/pub/scm/l...
David S. Miller
1
-4
/
+20
2019-09-04
can: make use of preallocated can_ml_priv for per device struct can_dev_rcv_l...
Marc Kleine-Budde
1
-0
/
+2
2019-09-04
can: introduce CAN midlayer private and allocate it automatically
Marc Kleine-Budde
1
-4
/
+18
2019-09-03
can: dev: can_dev_init(): convert from printk(KERN_INFO) to pr_info
Marc Kleine-Budde
1
-1
/
+1
2019-09-03
can: dev: can_dellink(): remove return at end of void function
Marc Kleine-Budde
1
-1
/
+0
2019-09-03
can: dev: can_restart(): convert NULL pointer check
Marc Kleine-Budde
1
-1
/
+1
2019-09-03
can: dev: remove unnecessary blank line
Marc Kleine-Budde
1
-1
/
+0
2019-09-03
can: dev: remove unnecessary parentheses
Marc Kleine-Budde
1
-5
/
+5
2019-09-03
can: dev: avoid long lines
Marc Kleine-Budde
1
-16
/
+27
2019-09-03
can: dev: convert block comments to network style comments
Marc Kleine-Budde
1
-52
/
+24
2019-07-24
can: dev: call netif_carrier_off() in register_candev()
Rasmus Villemoes
1
-0
/
+2
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 344
Thomas Gleixner
1
-12
/
+1
2019-01-22
can: dev: __can_get_echo_skb(): fix bogous check for non-existing skb by remo...
Manfred Schlaegl
1
-14
/
+13
2018-11-09
can: dev: __can_get_echo_skb(): print error message, if trying to echo non ex...
Marc Kleine-Budde
1
-13
/
+14
2018-11-09
can: dev: __can_get_echo_skb(): Don't crash the kernel if can_priv::echo_skb ...
Marc Kleine-Budde
1
-1
/
+5
2018-11-09
can: dev: __can_get_echo_skb(): replace struct can_frame by canfd_frame to ac...
Marc Kleine-Budde
1
-3
/
+6
2018-11-09
can: dev: can_get_echo_skb(): factor out non sending code to __can_get_echo_s...
Marc Kleine-Budde
1
-11
/
+25
2018-07-27
can: dev: enable multi-queue for SocketCAN devices
Zhu Yi
1
-3
/
+5
2018-07-27
can: dev: use skb_put_zero to simplfy code
YueHaibing
1
-4
/
+2
2018-05-08
can: dev: increase bus-off message severity
Jakob Unterwurzacher
1
-1
/
+1
2018-01-26
can: migrate documentation to restructured text
Robert Schwebel
1
-1
/
+1
2018-01-16
can: dev: Add support for limiting configured bitrate
Franklin S Cooper Jr
1
-1
/
+44
2017-06-27
net: add netlink_ext_ack argument to rtnl_link_ops.validate
Matthias Schiffer
1
-1
/
+2
2017-06-27
net: add netlink_ext_ack argument to rtnl_link_ops.changelink
Matthias Schiffer
1
-2
/
+3
2017-06-27
net: add netlink_ext_ack argument to rtnl_link_ops.newlink
Matthias Schiffer
1
-1
/
+2
2017-06-16
networking: make skb_put & friends return void pointers
Johannes Berg
1
-2
/
+2
2017-06-09
can: dev: make can_change_state() robust to be called with cf == NULL
Marc Kleine-Budde
1
-0
/
+3
2017-01-24
can: dev: add CAN interface API for fixed bitrates
Marc Kleine-Budde
1
-16
/
+65
2017-01-24
can: dev: can_changelink: allow to set bitrate on devices not providing {data...
Marc Kleine-Budde
1
-10
/
+30
2017-01-24
can: dev: add CAN interface termination API
Oliver Hartkopp
1
-1
/
+48
2016-09-22
can: dev: fix deadlock reported after bus-off
Sergei Miroshnichenko
1
-10
/
+17
2016-06-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+9
2016-06-23
can: fix oops caused by wrong rtnl dellink usage
Oliver Hartkopp
1
-0
/
+6
2016-06-23
can: fix handling of unmodifiable configuration options fix
Oliver Hartkopp
1
-0
/
+3
2016-06-17
can: dev: can-calc-bit-timing(): better sample point calculation
Marc Kleine-Budde
1
-55
/
+85
[next]