summaryrefslogtreecommitdiff
path: root/net/can
AgeCommit message (Expand)Author
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
2020-12-09can: isotp: isotp_setsockopt(): block setsockopt on bound socketsOliver Hartkopp
2020-11-27can: af_can: can_rx_unregister(): remove WARN() statement from list operation...Oliver Hartkopp
2020-11-15can: af_can: prevent potential access of uninitialized member in canfd_rcv()Anant Thazhemadam
2020-11-15can: af_can: prevent potential access of uninitialized member in can_rcv()Anant Thazhemadam
2020-11-03can: isotp: padlen(): make const array static, makes object smallerColin Ian King
2020-11-03can: isotp: isotp_rcv_cf(): enable RX timeout handling in listen-only modeOliver Hartkopp
2020-11-03can: isotp: Explain PDU in CAN_ISOTP help textGeert Uytterhoeven
2020-11-03can: j1939: j1939_sk_bind(): return failure if netdev is downZhang Changzhong
2020-11-03can: proc: can_remove_proc(): silence remove_proc_entry warningZhang Changzhong
2020-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-10-12can: remove obsolete version stringsOliver Hartkopp
2020-10-12can: isotp: implement cleanups / improvements from reviewOliver Hartkopp
2020-10-08net: j1939: j1939_session_fresh_new(): fix missing initialization of skbcntMarc Kleine-Budde
2020-10-08can: j1935: j1939_tp_tx_dat_new(): fix missing initialization of skbcntCong Wang
2020-10-07can: add ISO 15765-2:2016 transport protocolOliver Hartkopp
2020-10-06can: raw: add missing error queue supportVincent Mailhol
2020-10-06can: af_can: can_rcv_list_find(): fix kernel doc after variable renamingMarc Kleine-Budde
2020-09-21can: remove "WITH Linux-syscall-note" from SPDX tag of C filesMasahiro Yamada
2020-09-21can: raw: fix indentionMarc Kleine-Budde
2020-09-21can: net: fix spelling mistakesMarc Kleine-Budde
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-15can: j1939: add rxtimer for multipacket broadcast sessionZhang Changzhong