index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
can
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-23
can: j1939: add missing calls in NETDEV_UNREGISTER notification handler
Tetsuo Handa
1
-0
/
+2
2025-09-10
can: j1939: j1939_local_ecu_get(): undo increment when j1939_local_ecu_get() fails
Tetsuo Handa
1
-1
/
+4
2025-09-10
can: j1939: j1939_sk_bind(): call j1939_priv_put() immediately when j1939_local_ecu_get() failed
Tetsuo Handa
1
-0
/
+3
2025-09-10
can: j1939: implement NETDEV_UNREGISTER notification handler
Tetsuo Handa
3
-0
/
+53
2025-06-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2025-06-10
can: add drop reasons in CAN protocols receive path
Davide Caratti
4
-8
/
+12
2025-06-10
can: add drop reasons in the receive path of AF_CAN
Davide Caratti
1
-3
/
+3
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
1
-1
/
+1
2025-05-19
can: bcm: add missing rcu read protection for procfs content
Oliver Hartkopp
1
-4
/
+9
2025-05-19
can: bcm: add locking for bcm_op runtime updates
Oliver Hartkopp
1
-21
/
+45
2025-05-06
can: gw: fix RCU/BH usage in cgw_create_job()
Oliver Hartkopp
1
-59
/
+90
2025-04-15
can: fix missing decrement of j1939_proto.inuse_idx
Davide Caratti
1
-0
/
+1
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
1
-1
/
+1
2025-03-26
Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
4
-2
/
+9
2025-03-25
Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
4
-26
/
+16
2025-03-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
3
-31
/
+39
2025-03-14
can: add protocol counter for AF_CAN sockets
Davide Caratti
4
-1
/
+8
2025-03-14
can: statistics: use atomic access in hot path
Oliver Hartkopp
3
-31
/
+39
2025-02-18
net: initialize mark in sockcm_init
Willem de Bruijn
1
-1
/
+1
2025-02-18
can: Switch to use hrtimer_setup()
Nam Cao
4
-26
/
+16
2025-02-08
can: j1939: j1939_sk_send_loop(): fix unable to send messages with data length zero
Alexander Hölzl
2
-4
/
+5
2024-12-16
sock: support SO_PRIORITY cmsg
Anna Emese Nyiri
1
-1
/
+1
2024-12-02
can: j1939: j1939_session_new(): fix skb reference counting
Dmitry Antipov
1
-1
/
+1
2024-10-15
can: gw: Use rtnl_register_many().
Kuniyuki Iwashima
1
-17
/
+12
2024-10-15
net: af_can: do not leave a dangling sk pointer in can_create()
Ignat Korchagin
1
-0
/
+1
2024-10-04
net_tstamp: add SCM_TS_OPT_ID for RAW sockets
Vadim Fedorenko
1
-1
/
+1
2024-09-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+3
2024-09-12
can: bcm: Clear bo->bcm_proc_read after remove_proc_entry().
Kuniyuki Iwashima
1
-1
/
+3
2024-09-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+4
2024-08-30
can: j1939: use correct function name in comment
Zhang Changzhong
1
-4
/
+4
2024-08-06
can: bcm: Remove proc entry when dev is unregistered.
Kuniyuki Iwashima
1
-0
/
+4
2024-06-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-7
/
+20
2024-06-21
net: can: j1939: recover socket queue on CAN bus error during BAM transmission
Oleksij Rempel
1
-0
/
+2
2024-06-21
net: can: j1939: Initialize unused data in j1939_send_one()
Shigeru Yoshida
1
-5
/
+1
2024-06-21
net: can: j1939: enhanced error handling for tightly received RTS messages in xtp_rx_rts_session_new
Oleksij Rempel
1
-2
/
+17
2024-06-20
can: isotp: remove ISO 15675-2 specification version where possible
Oliver Hartkopp
2
-11
/
+11
2024-02-20
Merge tag 'linux-can-next-for-6.9-20240220' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next
Paolo Abeni
1
-6
/
+11
2024-02-20
can: raw: raw_getsockopt(): reduce scope of err
Marc Kleine-Budde
1
-5
/
+8
2024-02-20
can: raw: fix getsockopt() for new CAN_RAW_XL_VCID_OPTS
Oliver Hartkopp
1
-1
/
+3
2024-02-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-18
/
+33
2024-02-14
can: j1939: Fix UAF in j1939_sk_match_filter during setsockopt(SO_J1939_FILTER)
Oleksij Rempel
2
-4
/
+19
2024-02-14
can: j1939: prevent deadlock by changing j1939_socks_lock to rwlock
Ziqi Zhao
3
-14
/
+14
2024-02-13
can: canxl: add virtual CAN network identifier support
Oliver Hartkopp
2
-8
/
+87
2024-02-12
can: isotp: support dynamic flow control parameters
Oliver Hartkopp
1
-2
/
+3
2024-02-12
can: bcm: add recvmsg flags for own, local and remote traffic
Nicolas Maier
1
-12
/
+57
2023-10-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-11
/
+8
2023-10-06
can: isotp: isotp_sendmsg(): fix TX state detection and wait behavior
Lukas Magel
1
-11
/
+8
2023-10-04
can: raw: Remove NULL check before dev_{put, hold}
Jiapeng Chong
1
-2
/
+1
2023-10-01
net: implement lockless SO_PRIORITY
Eric Dumazet
2
-2
/
+2
2023-09-01
net: annotate data-races around sk->sk_tsflags
Eric Dumazet
1
-4
/
+6
[next]