summaryrefslogtreecommitdiff
path: root/net/can
AgeCommit message (Expand)Author
2024-01-15can: raw: add support for SO_MARKMarc Kleine-Budde
2024-01-15can: raw: add support for SO_TXTIME/SCM_TXTIMEMarc Kleine-Budde
2023-11-08can: isotp: isotp_sendmsg(): fix TX state detection and wait behaviorOliver Hartkopp
2023-11-08can: isotp: isotp_bind(): do not validate unused address informationOliver Hartkopp
2023-11-08can: isotp: add local echo tx processing and tx without FCOliver Hartkopp
2023-11-08can: isotp: handle wait_event_interruptible() return valuesOliver Hartkopp
2023-11-08can: isotp: check CAN address family in isotp_bind()Oliver Hartkopp
2023-11-08can: isotp: isotp_bind(): return -EINVAL on incorrect CAN ID formattingOliver Hartkopp
2023-11-08can: isotp: set max PDU size to 64 kByteOliver Hartkopp
2023-08-30can: raw: add missing refcount for memory leak fixOliver Hartkopp
2023-08-30can: raw: fix lockdep issue in raw_release()Eric Dumazet
2023-08-30can: raw: fix receiver memory leakZiyang Xuan
2023-07-27can: bcm: Fix UAF in bcm_proc_show()YueHaibing
2023-07-05can: isotp: isotp_sendmsg(): fix return error fix on TX pathOliver Hartkopp
2023-06-14can: j1939: avoid possible use-after-free when j1939_can_rx_register failsFedor Pchelkin
2023-06-14can: j1939: change j1939_netdev_lock type to mutexFedor Pchelkin
2023-06-14can: j1939: j1939_sk_send_loop_abort(): improved error queue handling in J193...Oleksij Rempel
2023-05-24can: isotp: recvmsg(): allow MSG_CMSG_COMPAT flagOliver Hartkopp
2023-05-24can: j1939: recvmsg(): allow MSG_CMSG_COMPAT flagOliver Hartkopp
2023-04-13can: isotp: isotp_ops: fix poll() to not report false EPOLLOUT eventsMichal Sojka
2023-04-13can: j1939: j1939_tp_tx_dat_new(): fix out-of-bounds memory accessOleksij Rempel
2023-04-05can: j1939: prevent deadlock by moving j1939_sk_errqueue()Oleksij Rempel
2023-04-05can: bcm: bcm_tx_setup(): fix KMSAN uninit-value in vfs_writeIvan Orlov
2023-02-14can: j1939: do not wait 250 ms if the same addr was already claimedDevid Antonio Filoni
2023-02-09can: j1939: fix errant WARN_ON_ONCE in j1939_session_deactivateZiyang Xuan
2022-12-14can: af_can: fix NULL pointer dereference in can_rcv_filterOliver Hartkopp
2022-11-16can: j1939: j1939_send_one(): fix missing CAN header initializationOliver Hartkopp
2022-11-16can: af_can: fix NULL pointer dereference in can_rx_register()Zhengchao Shao
2022-11-03can: j1939: transport: j1939_session_skb_drop_old(): spin_unlock_irqrestore()...Yang Yingliang
2022-10-26can: bcm: check the result of can_send() in bcm_can_tx()Ziyang Xuan
2022-08-25can: j1939: j1939_sk_queue_activate_next_locked(): replace WARN_ON_ONCE with ...Fedor Pchelkin
2022-08-25can: j1939: j1939_session_destroy(): fix memory leak of skbsFedor Pchelkin
2022-07-12can: bcm: use call_rcu() instead of costly synchronize_rcu()Oliver Hartkopp
2022-05-12can: isotp: remove re-binding of bound socketOliver Hartkopp
2022-04-27can: isotp: stop timeout monitoring when no first frame was sentOliver Hartkopp
2022-04-13can: isotp: set default value for N_As to 50 micro secondsOliver Hartkopp
2022-04-08can: isotp: restore accidentally removed MSG_PEEK featureOliver Hartkopp
2022-04-08can: isotp: support MSG_TRUNC flag when reading from socketOliver Hartkopp
2022-04-08can: isotp: return -EADDRNOTAVAIL when reading from unbound socketOliver Hartkopp
2022-04-08can: isotp: sanitize CAN ID checks in isotp_bind()Oliver Hartkopp
2022-03-02net-timestamp: convert sk->sk_tskey to atomic_tEric Dumazet
2022-02-16can: isotp: fix error path in isotp_sendmsg() to unlock wait queueOliver Hartkopp
2022-02-16can: isotp: fix potential CAN frame reception race in isotp_rcv()Oliver Hartkopp
2022-01-16can: isotp: convert struct tpcon::{idx,len} to unsigned intMarc Kleine-Budde
2021-11-18can: j1939: j1939_tp_cmd_recv(): check the dst address of TP.CM_BAMZhang Changzhong
2021-11-18can: j1939: j1939_can_recv(): ignore messages with invalid source addressZhang Changzhong
2021-11-18can: j1939: j1939_tp_cmd_recv(): ignore abort message in the BAM transportZhang Changzhong
2021-10-19can: isotp: isotp_sendmsg(): fix return error on FC timeout on TX pathMarc Kleine-Budde
2021-10-17can: isotp: isotp_sendmsg(): fix TX buffer concurrent access in isotp_sendmsg()Ziyang Xuan
2021-10-17can: isotp: isotp_sendmsg(): add result check for wait_event_interruptible()Ziyang Xuan