summaryrefslogtreecommitdiff
path: root/net/can
AgeCommit message (Expand)Author
2023-02-15can: j1939: do not wait 250 ms if the same addr was already claimedDevid Antonio Filoni
2023-02-15can: 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_session_destroy(): fix memory leak of skbsFedor Pchelkin
2022-08-25can: j1939: j1939_sk_queue_activate_next_locked(): replace WARN_ON_ONCE with ...Fedor 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-02-23can: isotp: add SF_BROADCAST support for functional addressingOliver Hartkopp
2022-02-23can: isotp: prevent race between isotp_bind() and isotp_setsockopt()Norbert Slusarek
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-12-08can: 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-27can: isotp: isotp_sendmsg(): fix TX buffer concurrent access in isotp_sendmsg()Ziyang Xuan
2021-10-27can: j1939: j1939_xtp_rx_rts_session_new(): abort TP less than 9 bytesZhang Changzhong
2021-10-27can: j1939: j1939_xtp_rx_dat_one(): cancel session if receive TP.DT with erro...Zhang Changzhong
2021-10-27can: j1939: j1939_netdev_start(): fix UAF for rx_kref of j1939_privZiyang Xuan
2021-10-27can: j1939: j1939_tp_rxtimer(): fix errant alert in j1939_tp_rxtimerZiyang Xuan
2021-10-27can: isotp: isotp_sendmsg(): add result check for wait_event_interruptible()Ziyang Xuan
2021-10-27can: isotp: isotp_sendmsg(): fix return error on FC timeout on TX pathMarc Kleine-Budde
2021-08-04can: j1939: j1939_session_deactivate(): clarify lifetime of session objectOleksij Rempel
2021-08-04can: raw: raw_setsockopt(): fix raw_rcv panic for sock UAFZiyang Xuan
2021-08-04can: j1939: j1939_xtp_rx_dat_one(): fix rxtimer value between consecutive TP....Zhang Changzhong
2021-07-14can: j1939: j1939_sk_setsockopt(): prevent allocation of j1939 filter for opt...Norbert Slusarek
2021-07-14can: j1939: j1939_sk_init(): set SOCK_RCU_FREE to call sk_destruct() after RC...Oleksij Rempel
2021-07-14can: isotp: isotp_release(): omit unintended hrtimer restart on socket releaseOliver Hartkopp
2021-07-14can: gw: synchronize rcu operations before removing gw job entryOliver Hartkopp
2021-07-14can: bcm: delay release of struct bcm_op after synchronize_rcu()Thadeu Lima de Souza Cascardo
2021-06-23can: j1939: fix Use-after-Free, hold skb ref while in useOleksij Rempel
2021-06-23can: bcm/raw/isotp: use per module netdevice notifierTetsuo Handa
2021-06-23can: bcm: fix infoleak in struct bcm_msg_headNorbert Slusarek
2021-04-14can: isotp: fix msg_namelen values depending on CAN_REQUIRED_SIZEOliver Hartkopp
2021-04-14can: bcm/raw: fix msg_namelen values depending on CAN_REQUIRED_SIZEOliver Hartkopp
2021-04-07net: introduce CAN specific pointer in the struct net_deviceOleksij Rempel
2021-03-30can: isotp: tx-path: zero initialize outgoing CAN framesOliver Hartkopp
2021-03-30can: isotp: TX-path: ensure that CAN frame flags are initializedMarc Kleine-Budde
2021-03-30can: isotp: isotp_setsockopt(): only allow to set low level TX flags for CAN-FDMarc Kleine-Budde
2021-01-17can: isotp: isotp_getname(): fix kernel information leakOliver Hartkopp