index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
can
/
j1939
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
can: j1939: j1939_session_new(): fix skb reference counting
Dmitry Antipov
2024-12-02
1
-1
/
+1
*
can: j1939: use correct function name in comment
Zhang Changzhong
2024-08-30
1
-4
/
+4
*
net: can: j1939: recover socket queue on CAN bus error during BAM transmission
Oleksij Rempel
2024-06-21
1
-0
/
+2
*
net: can: j1939: Initialize unused data in j1939_send_one()
Shigeru Yoshida
2024-06-21
1
-5
/
+1
*
net: can: j1939: enhanced error handling for tightly received RTS messages in...
Oleksij Rempel
2024-06-21
1
-2
/
+17
*
can: j1939: Fix UAF in j1939_sk_match_filter during setsockopt(SO_J1939_FILTER)
Oleksij Rempel
2024-02-14
2
-4
/
+19
*
can: j1939: prevent deadlock by changing j1939_socks_lock to rwlock
Ziqi Zhao
2024-02-14
3
-14
/
+14
*
net: implement lockless SO_PRIORITY
Eric Dumazet
2023-10-01
1
-1
/
+1
*
net: annotate data-races around sk->sk_tsflags
Eric Dumazet
2023-09-01
1
-4
/
+6
*
sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
David Howells
2023-06-25
1
-1
/
+0
*
can: j1939: avoid possible use-after-free when j1939_can_rx_register fails
Fedor Pchelkin
2023-06-05
1
-1
/
+3
*
can: j1939: change j1939_netdev_lock type to mutex
Fedor Pchelkin
2023-06-05
1
-11
/
+11
*
can: j1939: j1939_sk_send_loop_abort(): improved error queue handling in J193...
Oleksij Rempel
2023-06-05
1
-0
/
+5
*
can: j1939: recvmsg(): allow MSG_CMSG_COMPAT flag
Oliver Hartkopp
2023-05-15
1
-1
/
+1
*
can: j1939: j1939_tp_tx_dat_new(): fix out-of-bounds memory access
Oleksij Rempel
2023-04-05
1
-1
/
+4
*
can: j1939: prevent deadlock by moving j1939_sk_errqueue()
Oleksij Rempel
2023-03-27
1
-2
/
+6
*
can: j1939: do not wait 250 ms if the same addr was already claimed
Devid Antonio Filoni
2023-02-07
1
-0
/
+40
*
can: j1939: fix errant WARN_ON_ONCE in j1939_session_deactivate
Ziyang Xuan
2023-02-02
1
-4
/
+0
*
Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2022-12-14
1
-1
/
+1
|
\
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-11-11
1
-0
/
+3
|
|
\
|
*
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-10-28
1
-1
/
+3
|
|
\
\
|
*
|
|
can: j1939: j1939_session_tx_eoma(): fix debug info
Zhang Changzhong
2022-10-19
1
-1
/
+1
*
|
|
|
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
2022-11-18
2
-2
/
+2
|
|
_
|
/
|
/
|
|
*
|
|
can: j1939: j1939_send_one(): fix missing CAN header initialization
Oliver Hartkopp
2022-11-07
1
-0
/
+3
|
|
/
|
/
|
*
|
can: j1939: transport: j1939_session_skb_drop_old(): spin_unlock_irqrestore()...
Yang Yingliang
2022-10-27
1
-1
/
+3
|
/
*
can: skb: unify skb CAN frame identification helpers
Oliver Hartkopp
2022-09-15
1
-0
/
+4
*
can: j1939: j1939_session_destroy(): fix memory leak of skbs
Fedor Pchelkin
2022-08-09
1
-1
/
+7
*
can: j1939: j1939_sk_queue_activate_next_locked(): replace WARN_ON_ONCE with ...
Fedor Pchelkin
2022-08-09
1
-1
/
+4
*
net: SO_RCVMARK socket option for SO_MARK with recvmsg()
Erin MacNeil
2022-04-28
1
-1
/
+1
*
net: remove noblock parameter from skb_recv_datagram()
Oliver Hartkopp
2022-04-06
1
-1
/
+1
*
net-timestamp: convert sk->sk_tskey to atomic_t
Eric Dumazet
2022-02-18
1
-1
/
+1
*
can: j1939: j1939_tp_cmd_recv(): check the dst address of TP.CM_BAM
Zhang Changzhong
2021-11-06
1
-0
/
+5
*
can: j1939: j1939_can_recv(): ignore messages with invalid source address
Zhang Changzhong
2021-11-06
1
-0
/
+7
*
can: j1939: j1939_tp_cmd_recv(): ignore abort message in the BAM transport
Zhang Changzhong
2021-11-06
1
-0
/
+6
*
can: j1939: j1939_xtp_rx_rts_session_new(): abort TP less than 9 bytes
Zhang Changzhong
2021-10-17
2
-0
/
+3
*
can: j1939: j1939_xtp_rx_dat_one(): cancel session if receive TP.DT with erro...
Zhang Changzhong
2021-10-17
1
-2
/
+5
*
can: j1939: j1939_netdev_start(): fix UAF for rx_kref of j1939_priv
Ziyang Xuan
2021-10-17
1
-2
/
+5
*
can: j1939: j1939_tp_rxtimer(): fix errant alert in j1939_tp_rxtimer
Ziyang Xuan
2021-10-17
1
-3
/
+2
*
can: j1939: extend UAPI to notify about RX status
Oleksij Rempel
2021-08-04
3
-34
/
+127
*
can: j1939: rename J1939_ERRQUEUE_* to J1939_ERRQUEUE_TX_*
Oleksij Rempel
2021-08-04
3
-10
/
+10
*
can: j1939: j1939_session_tx_dat(): fix typo
Marc Kleine-Budde
2021-08-03
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-07-31
1
-3
/
+8
|
\
|
*
can: j1939: j1939_xtp_rx_dat_one(): fix rxtimer value between consecutive TP....
Zhang Changzhong
2021-07-24
1
-1
/
+1
|
*
can: j1939: j1939_session_deactivate(): clarify lifetime of session object
Oleksij Rempel
2021-07-24
1
-2
/
+7
*
|
can: j1939: j1939_xtp_rx_dat_one(): use separate pointer for session skb cont...
Marc Kleine-Budde
2021-07-25
1
-4
/
+4
*
|
can: j1939: j1939_session_tx_dat(): use consistent name se_skcb for session s...
Marc Kleine-Budde
2021-07-25
1
-4
/
+4
*
|
can: j1939: j1939_session_completed(): use consistent name se_skb for the ses...
Marc Kleine-Budde
2021-07-25
1
-4
/
+4
*
|
can: j1939: replace fall through comment by fallthrough pseudo-keyword
Marc Kleine-Budde
2021-07-25
1
-5
/
+10
*
|
can: j1939: fix checkpatch warnings
Marc Kleine-Budde
2021-07-25
1
-2
/
+3
*
|
can: j1939: j1939_sk_sock_destruct(): correct a grammatical error
gushengxian
2021-07-25
1
-1
/
+1
|
/
[next]