index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
can
/
j1939
Age
Commit message (
Expand
)
Author
Lines
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-3
/
+3
2026-02-05
can: remove private CAN skb headroom infrastructure
Oliver Hartkopp
-8
/
+3
2026-02-05
can: move ifindex to CAN skb extensions
Oliver Hartkopp
-3
/
+3
2026-02-05
can: add CAN skb extension infrastructure
Oliver Hartkopp
-0
/
+35
2026-02-05
can: use skb hash instead of private variable in headroom
Oliver Hartkopp
-3
/
+0
2026-01-15
net: can: j1939: j1939_xtp_rx_rts_session_active(): deactivate session upon r...
Tetsuo Handa
-1
/
+9
2025-12-17
can: j1939: make j1939_sk_bind() fail if device is no longer registered
Tetsuo Handa
-0
/
+6
2025-12-17
can: j1939: make j1939_session_activate() fail if device is no longer registered
Tetsuo Handa
-0
/
+2
2025-11-04
net: Convert proto_ops connect() callbacks to use sockaddr_unsized
Kees Cook
-1
/
+1
2025-11-04
net: Convert proto_ops bind() callbacks to use sockaddr_unsized
Kees Cook
-1
/
+1
2025-10-13
can: j1939: add missing calls in NETDEV_UNREGISTER notification handler
Tetsuo Handa
-0
/
+2
2025-09-10
can: j1939: j1939_local_ecu_get(): undo increment when j1939_local_ecu_get() ...
Tetsuo Handa
-1
/
+4
2025-09-10
can: j1939: j1939_sk_bind(): call j1939_priv_put() immediately when j1939_loc...
Tetsuo Handa
-0
/
+3
2025-09-10
can: j1939: implement NETDEV_UNREGISTER notification handler
Tetsuo Handa
-0
/
+53
2025-06-10
can: add drop reasons in CAN protocols receive path
Davide Caratti
-2
/
+3
2025-04-15
can: fix missing decrement of j1939_proto.inuse_idx
Davide Caratti
-0
/
+1
2025-02-18
can: Switch to use hrtimer_setup()
Nam Cao
-8
/
+4
2025-02-08
can: j1939: j1939_sk_send_loop(): fix unable to send messages with data lengt...
Alexander Hölzl
-4
/
+5
2024-12-02
can: j1939: j1939_session_new(): fix skb reference counting
Dmitry Antipov
-1
/
+1
2024-08-30
can: j1939: use correct function name in comment
Zhang Changzhong
-4
/
+4
2024-06-21
net: can: j1939: recover socket queue on CAN bus error during BAM transmission
Oleksij Rempel
-0
/
+2
2024-06-21
net: can: j1939: Initialize unused data in j1939_send_one()
Shigeru Yoshida
-5
/
+1
2024-06-21
net: can: j1939: enhanced error handling for tightly received RTS messages in...
Oleksij Rempel
-2
/
+17
2024-02-14
can: j1939: Fix UAF in j1939_sk_match_filter during setsockopt(SO_J1939_FILTER)
Oleksij Rempel
-4
/
+19
2024-02-14
can: j1939: prevent deadlock by changing j1939_socks_lock to rwlock
Ziqi Zhao
-14
/
+14
2023-10-01
net: implement lockless SO_PRIORITY
Eric Dumazet
-1
/
+1
2023-09-01
net: annotate data-races around sk->sk_tsflags
Eric Dumazet
-4
/
+6
2023-06-24
sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
David Howells
-1
/
+0
2023-06-05
can: j1939: avoid possible use-after-free when j1939_can_rx_register fails
Fedor Pchelkin
-1
/
+3
2023-06-05
can: j1939: change j1939_netdev_lock type to mutex
Fedor Pchelkin
-11
/
+11
2023-06-05
can: j1939: j1939_sk_send_loop_abort(): improved error queue handling in J193...
Oleksij Rempel
-0
/
+5
2023-05-15
can: j1939: recvmsg(): allow MSG_CMSG_COMPAT flag
Oliver Hartkopp
-1
/
+1
2023-04-05
can: j1939: j1939_tp_tx_dat_new(): fix out-of-bounds memory access
Oleksij Rempel
-1
/
+4
2023-03-27
can: j1939: prevent deadlock by moving j1939_sk_errqueue()
Oleksij Rempel
-2
/
+6
2023-02-07
can: j1939: do not wait 250 ms if the same addr was already claimed
Devid Antonio Filoni
-0
/
+40
2023-02-02
can: j1939: fix errant WARN_ON_ONCE in j1939_session_deactivate
Ziyang Xuan
-4
/
+0
2022-12-13
Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
-1
/
+1
2022-11-18
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
-2
/
+2
2022-11-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-0
/
+3
2022-11-07
can: j1939: j1939_send_one(): fix missing CAN header initialization
Oliver Hartkopp
-0
/
+3
2022-10-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-1
/
+3
2022-10-27
can: j1939: transport: j1939_session_skb_drop_old(): spin_unlock_irqrestore()...
Yang Yingliang
-1
/
+3
2022-10-19
can: j1939: j1939_session_tx_eoma(): fix debug info
Zhang Changzhong
-1
/
+1
2022-09-15
can: skb: unify skb CAN frame identification helpers
Oliver Hartkopp
-0
/
+4
2022-08-09
can: j1939: j1939_session_destroy(): fix memory leak of skbs
Fedor Pchelkin
-1
/
+7
2022-08-09
can: j1939: j1939_sk_queue_activate_next_locked(): replace WARN_ON_ONCE with ...
Fedor Pchelkin
-1
/
+4
2022-04-28
net: SO_RCVMARK socket option for SO_MARK with recvmsg()
Erin MacNeil
-1
/
+1
2022-04-06
net: remove noblock parameter from skb_recv_datagram()
Oliver Hartkopp
-1
/
+1
2022-02-18
net-timestamp: convert sk->sk_tskey to atomic_t
Eric Dumazet
-1
/
+1
[next]