summaryrefslogtreecommitdiff
path: root/net/can
AgeCommit message (Expand)AuthorFilesLines
2024-12-14net: af_can: do not leave a dangling sk pointer in can_create()Ignat Korchagin1-0/+1
2024-12-14can: j1939: j1939_session_new(): fix skb reference countingDmitry Antipov1-1/+1
2024-10-17can: bcm: Clear bo->bcm_proc_read after remove_proc_entry().Kuniyuki Iwashima1-1/+3
2024-10-17can: j1939: use correct function name in commentZhang Changzhong1-4/+4
2024-09-12can: bcm: Remove proc entry when dev is unregistered.Kuniyuki Iwashima1-0/+4
2024-07-05net: can: j1939: enhanced error handling for tightly received RTS messages in...Oleksij Rempel1-2/+17
2024-07-05net: can: j1939: recover socket queue on CAN bus error during BAM transmissionOleksij Rempel1-0/+2
2024-07-05net: can: j1939: Initialize unused data in j1939_send_one()Shigeru Yoshida1-5/+1
2024-02-23can: j1939: Fix UAF in j1939_sk_match_filter during setsockopt(SO_J1939_FILTER)Oleksij Rempel2-4/+19
2024-02-23can: j1939: prevent deadlock by changing j1939_socks_lock to rwlockZiqi Zhao3-14/+14
2024-01-15can: raw: add support for SO_MARKMarc Kleine-Budde1-0/+1
2024-01-15can: raw: add support for SO_TXTIME/SCM_TXTIMEMarc Kleine-Budde1-1/+10
2023-11-08can: isotp: isotp_sendmsg(): fix TX state detection and wait behaviorOliver Hartkopp1-11/+8
2023-11-08can: isotp: isotp_bind(): do not validate unused address informationOliver Hartkopp1-12/+17
2023-11-08can: isotp: add local echo tx processing and tx without FCOliver Hartkopp1-144/+254
2023-11-08can: isotp: handle wait_event_interruptible() return valuesOliver Hartkopp1-0/+4
2023-11-08can: isotp: check CAN address family in isotp_bind()Oliver Hartkopp1-0/+3
2023-11-08can: isotp: isotp_bind(): return -EINVAL on incorrect CAN ID formattingOliver Hartkopp1-0/+5
2023-11-08can: isotp: set max PDU size to 64 kByteOliver Hartkopp1-2/+2
2023-08-30can: raw: add missing refcount for memory leak fixOliver Hartkopp1-9/+25
2023-08-30can: raw: fix lockdep issue in raw_release()Eric Dumazet1-2/+3
2023-08-30can: raw: fix receiver memory leakZiyang Xuan1-33/+24
2023-07-27can: bcm: Fix UAF in bcm_proc_show()YueHaibing1-6/+6
2023-07-05can: isotp: isotp_sendmsg(): fix return error fix on TX pathOliver Hartkopp1-2/+3
2023-06-14can: j1939: avoid possible use-after-free when j1939_can_rx_register failsFedor Pchelkin1-1/+3
2023-06-14can: j1939: change j1939_netdev_lock type to mutexFedor Pchelkin1-11/+11
2023-06-14can: j1939: j1939_sk_send_loop_abort(): improved error queue handling in J193...Oleksij Rempel1-0/+5
2023-05-24can: isotp: recvmsg(): allow MSG_CMSG_COMPAT flagOliver Hartkopp1-1/+1
2023-05-24can: j1939: recvmsg(): allow MSG_CMSG_COMPAT flagOliver Hartkopp1-1/+1
2023-04-13can: isotp: isotp_ops: fix poll() to not report false EPOLLOUT eventsMichal Sojka1-1/+16
2023-04-13can: j1939: j1939_tp_tx_dat_new(): fix out-of-bounds memory accessOleksij Rempel1-1/+4
2023-04-05can: j1939: prevent deadlock by moving j1939_sk_errqueue()Oleksij Rempel1-2/+6
2023-04-05can: bcm: bcm_tx_setup(): fix KMSAN uninit-value in vfs_writeIvan Orlov1-6/+10
2023-02-14can: j1939: do not wait 250 ms if the same addr was already claimedDevid Antonio Filoni1-0/+40
2023-02-09can: j1939: fix errant WARN_ON_ONCE in j1939_session_deactivateZiyang Xuan1-4/+0
2022-12-14can: af_can: fix NULL pointer dereference in can_rcv_filterOliver Hartkopp1-2/+2
2022-11-16can: j1939: j1939_send_one(): fix missing CAN header initializationOliver Hartkopp1-0/+3
2022-11-16can: af_can: fix NULL pointer dereference in can_rx_register()Zhengchao Shao1-1/+1
2022-11-03can: j1939: transport: j1939_session_skb_drop_old(): spin_unlock_irqrestore()...Yang Yingliang1-1/+3
2022-10-26can: bcm: check the result of can_send() in bcm_can_tx()Ziyang Xuan1-3/+4
2022-08-25can: j1939: j1939_sk_queue_activate_next_locked(): replace WARN_ON_ONCE with ...Fedor Pchelkin1-1/+4
2022-08-25can: j1939: j1939_session_destroy(): fix memory leak of skbsFedor Pchelkin1-1/+7
2022-07-12can: bcm: use call_rcu() instead of costly synchronize_rcu()Oliver Hartkopp1-4/+14
2022-05-12can: isotp: remove re-binding of bound socketOliver Hartkopp1-17/+5
2022-04-27can: isotp: stop timeout monitoring when no first frame was sentOliver Hartkopp1-1/+9
2022-04-13can: isotp: set default value for N_As to 50 micro secondsOliver Hartkopp1-1/+11
2022-04-08can: isotp: restore accidentally removed MSG_PEEK featureOliver Hartkopp1-1/+1
2022-04-08can: isotp: support MSG_TRUNC flag when reading from socketOliver Hartkopp1-12/+15
2022-04-08can: isotp: return -EADDRNOTAVAIL when reading from unbound socketOliver Hartkopp1-0/+4
2022-04-08can: isotp: sanitize CAN ID checks in isotp_bind()Oliver Hartkopp1-18/+20