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.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
/
net
/
can
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-13
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
1
-4
/
+4
2019-12-08
can: j1939: j1939_sk_bind(): take priv after lock is held
Oleksij Rempel
1
-3
/
+7
2019-11-13
can: j1939: warn if resources are still linked on destroy
Oleksij Rempel
2
-0
/
+7
2019-11-13
can: j1939: j1939_can_recv(): add priv refcounting
Oleksij Rempel
1
-0
/
+2
2019-11-13
can: j1939: transport: j1939_cancel_active_session(): use hrtimer_try_to_canc...
Oleksij Rempel
1
-1
/
+5
2019-11-13
can: j1939: make sure socket is held as long as session exists
Oleksij Rempel
1
-0
/
+2
2019-11-13
can: j1939: transport: make sure the aborted session will be deactivated only...
Oleksij Rempel
1
-8
/
+17
2019-11-13
can: j1939: socket: rework socket locking for j1939_sk_release() and j1939_sk...
Oleksij Rempel
1
-18
/
+39
2019-11-13
can: j1939: main: j1939_ndev_to_priv(): avoid crash if can_ml_priv is NULL
Oleksij Rempel
1
-0
/
+3
2019-11-13
can: j1939: move j1939_priv_put() into sk_destruct callback
Oleksij Rempel
1
-2
/
+35
2019-11-13
can: af_can: export can_sock_destruct()
Oleksij Rempel
1
-1
/
+2
2019-11-04
can: j1939: transport: j1939_xtp_rx_eoma_one(): Add sanity check for correct ...
Oleksij Rempel
1
-0
/
+18
2019-11-04
can: j1939: transport: j1939_session_fresh_new(): make sure EOMA is send with...
Oleksij Rempel
1
-1
/
+1
2019-11-04
can: j1939: fix memory leak if filters was set
Oleksij Rempel
1
-0
/
+1
2019-11-04
can: j1939: fix resource leak of skb on error return paths
Colin Ian King
1
-2
/
+6
2019-09-04
can: add support of SAE J1939 protocol
The j1939 authors
10
-0
/
+4520
2019-09-04
can: introduce CAN_REQUIRED_SIZE macro
Kurt Van Dijck
2
-4
/
+4
2019-09-04
can: af_can: use spin_lock_bh() for &net->can.rcvlists_lock
Oleksij Rempel
1
-4
/
+4
2019-09-04
can: af_can: remove NULL-ptr checks from users of can_dev_rcv_lists_find()
Marc Kleine-Budde
1
-29
/
+16
2019-09-04
can: make use of preallocated can_ml_priv for per device struct can_dev_rcv_l...
Marc Kleine-Budde
1
-38
/
+7
2019-09-04
can: introduce CAN midlayer private and allocate it automatically
Marc Kleine-Budde
3
-15
/
+2
2019-09-04
can: af_can: can_pernet_exit(): no need to iterate over and cleanup registere...
Marc Kleine-Budde
1
-15
/
+0
2019-09-04
can: af_can: can_rx_register(): use max() instead of open coding it
Marc Kleine-Budde
1
-2
/
+2
2019-09-04
can: af_can: give variable holding the CAN receiver and the receiver list a s...
Marc Kleine-Budde
1
-51
/
+50
2019-09-04
can: af_can: rename find_dev_rcv_lists() to can_dev_rcv_lists_find()
Marc Kleine-Budde
1
-5
/
+5
2019-09-04
can: af_can: rename find_rcv_list() to can_rcv_list_find()
Marc Kleine-Budde
1
-5
/
+5
2019-09-04
can: proc: give variable holding the CAN per device receive lists a sensible ...
Marc Kleine-Budde
1
-18
/
+20
2019-09-04
can: af_can: give variable holding the CAN per device receive lists a sensibl...
Marc Kleine-Budde
1
-45
/
+44
2019-09-04
can: netns: remove "can_" prefix from members struct netns_can
Marc Kleine-Budde
2
-24
/
+24
2019-09-04
can: proc: give variables holding CAN statistics a sensible name
Marc Kleine-Budde
1
-58
/
+58
2019-09-04
can: af_can: give variables holding CAN statistics a sensible name
Marc Kleine-Budde
1
-15
/
+15
2019-09-04
can: netns: give members of struct netns_can holding the statistics a sensibl...
Marc Kleine-Budde
2
-23
/
+23
2019-09-04
can: netns: give structs holding the CAN statistics a sensible name
Marc Kleine-Budde
3
-14
/
+14
2019-08-13
can: gw: add support for CAN FD frames
Oliver Hartkopp
1
-27
/
+187
2019-08-13
can: gw: use struct canfd_frame as internal data structure
Oliver Hartkopp
1
-105
/
+117
2019-08-13
can: gw: cgw_parse_attr(): remove unnecessary braces for single statement block
Marc Kleine-Budde
1
-2
/
+1
2019-08-13
can: gw: cgw_dump_jobs(): avoid long lines
Marc Kleine-Budde
1
-2
/
+3
2019-08-13
can: gw: can_can_gw_rcv(): remove return at end of void function
Marc Kleine-Budde
1
-1
/
+0
2019-08-13
can: gw: add missing spaces around operators
Marc Kleine-Budde
1
-18
/
+18
2019-08-13
can: gw: remove unnecessary blank lines, add suggested blank lines
Marc Kleine-Budde
1
-14
/
+1
2019-08-13
can: gw: convert block comments to network style comments
Marc Kleine-Budde
1
-16
/
+8
2019-08-13
can: bcm: switch timer to HRTIMER_MODE_SOFT and remove hrtimer_tasklet
Thomas Gleixner
1
-104
/
+52
2019-08-13
can: bcm: bcm_sock_no_ioctlcmd(): mark function as static
Marc Kleine-Budde
1
-2
/
+2
2019-08-13
can: raw: raw_sock_no_ioctlcmd(): mark function as static
Marc Kleine-Budde
1
-2
/
+2
2019-08-13
can: raw: raw_module_init(): use pr_err() instead of printk(KERN_ERR, ...)
Marc Kleine-Budde
1
-1
/
+1
2019-08-13
can: raw: balance braces around else statements
Marc Kleine-Budde
1
-4
/
+8
2019-08-13
can: raw: remove unnecessary blank lines, add suggested blank lines
Marc Kleine-Budde
1
-3
/
+1
2019-08-13
can: raw: convert block comments to network style comments
Marc Kleine-Budde
1
-8
/
+4
2019-08-13
can: af_can: add missing identifiers to struct receiver::func
Marc Kleine-Budde
1
-1
/
+1
2019-08-13
can: af_can: can_pernet_init(): Use preferred style kzalloc(sizeof()) usage
Marc Kleine-Budde
1
-3
/
+3
[next]