summaryrefslogtreecommitdiff
path: root/net/can
AgeCommit message (Expand)Author
2023-07-27can: bcm: Fix UAF in bcm_proc_show()YueHaibing
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-30can: j1939: recvmsg(): allow MSG_CMSG_COMPAT flagOliver Hartkopp
2023-04-20can: j1939: j1939_tp_tx_dat_new(): fix out-of-bounds memory accessOleksij Rempel
2023-04-05can: bcm: bcm_tx_setup(): fix KMSAN uninit-value in vfs_writeIvan Orlov
2023-02-22can: j1939: do not wait 250 ms if the same addr was already claimedDevid Antonio Filoni
2023-02-22can: 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-25can: j1939: j1939_send_one(): fix missing CAN header initializationOliver Hartkopp
2022-11-25can: 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
2021-12-08can: j1939: j1939_tp_cmd_recv(): check the dst address of TP.CM_BAMZhang Changzhong
2021-11-17can: j1939: j1939_can_recv(): ignore messages with invalid source addressZhang Changzhong
2021-11-17can: j1939: j1939_tp_cmd_recv(): ignore abort message in the BAM transportZhang Changzhong
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-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_init(): set SOCK_RCU_FREE to call sk_destruct() after RC...Oleksij Rempel
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: 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
2020-12-11can: af_can: can_rx_unregister(): remove WARN() statement from list operation...Oliver Hartkopp
2020-11-24can: af_can: prevent potential access of uninitialized member in canfd_rcv()Anant Thazhemadam
2020-11-24can: af_can: prevent potential access of uninitialized member in can_rcv()Anant Thazhemadam
2020-11-22can: proc: can_remove_proc(): silence remove_proc_entry warningZhang Changzhong
2020-11-18can: j1939: j1939_sk_bind(): return failure if netdev is downZhang Changzhong
2020-10-29net: j1939: j1939_session_fresh_new(): fix missing initialization of skbcntMarc Kleine-Budde
2020-10-29can: j1935: j1939_tp_tx_dat_new(): fix missing initialization of skbcntCong Wang
2020-09-03can: j1939: transport: j1939_xtp_rx_dat_one(): compare own packets to detect ...Oleksij Rempel
2020-08-26can: j1939: add rxtimer for multipacket broadcast sessionZhang Changzhong
2020-08-26can: j1939: abort multipacket broadcast session when timeout occursZhang Changzhong
2020-08-26can: j1939: cancel rxtimer on multipacket broadcast session completeZhang Changzhong
2020-08-26can: j1939: fix support for multipacket broadcast messageZhang Changzhong
2020-08-26can: j1939: transport: add j1939_session_skb_find_by_offset() functionOleksij Rempel
2020-08-26can: j1939: transport: j1939_simple_recv(): ignore local J1939 messages send ...Oleksij Rempel
2020-08-26can: j1939: fix kernel-infoleak in j1939_sk_sock2sockaddr_can()Eric Dumazet