summaryrefslogtreecommitdiffstats
path: root/net/can
AgeCommit message (Expand)AuthorLines
2021-11-06can: j1939: j1939_tp_cmd_recv(): check the dst address of TP.CM_BAMZhang Changzhong-0/+5
2021-11-06can: j1939: j1939_can_recv(): ignore messages with invalid source addressZhang Changzhong-0/+7
2021-11-06can: j1939: j1939_tp_cmd_recv(): ignore abort message in the BAM transportZhang Changzhong-0/+6
2021-10-24can: bcm: Use hrtimer_forward_now()Thomas Gleixner-1/+1
2021-10-19can: isotp: isotp_sendmsg(): fix return error on FC timeout on TX pathMarc Kleine-Budde-0/+3
2021-10-17can: isotp: isotp_sendmsg(): fix TX buffer concurrent access in isotp_sendmsg()Ziyang Xuan-15/+31
2021-10-17can: isotp: isotp_sendmsg(): add result check for wait_event_interruptible()Ziyang Xuan-1/+3
2021-10-17can: j1939: j1939_xtp_rx_rts_session_new(): abort TP less than 9 bytesZhang Changzhong-0/+3
2021-10-17can: j1939: j1939_xtp_rx_dat_one(): cancel session if receive TP.DT with erro...Zhang Changzhong-2/+5
2021-10-17can: j1939: j1939_netdev_start(): fix UAF for rx_kref of j1939_privZiyang Xuan-2/+5
2021-10-17can: j1939: j1939_tp_rxtimer(): fix errant alert in j1939_tp_rxtimerZiyang Xuan-3/+2
2021-08-05net: Remove redundant if statementsYajun Deng-6/+2
2021-08-04can: j1939: extend UAPI to notify about RX statusOleksij Rempel-34/+127
2021-08-04can: j1939: rename J1939_ERRQUEUE_* to J1939_ERRQUEUE_TX_*Oleksij Rempel-10/+10
2021-08-03can: j1939: j1939_session_tx_dat(): fix typoMarc Kleine-Budde-1/+1
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-5/+26
2021-07-25can: j1939: j1939_xtp_rx_dat_one(): use separate pointer for session skb cont...Marc Kleine-Budde-4/+4
2021-07-25can: j1939: j1939_session_tx_dat(): use consistent name se_skcb for session s...Marc Kleine-Budde-4/+4
2021-07-25can: j1939: j1939_session_completed(): use consistent name se_skb for the ses...Marc Kleine-Budde-4/+4
2021-07-25can: j1939: replace fall through comment by fallthrough pseudo-keywordMarc Kleine-Budde-5/+10
2021-07-25can: j1939: fix checkpatch warningsMarc Kleine-Budde-2/+3
2021-07-25can: j1939: j1939_sk_sock_destruct(): correct a grammatical errorgushengxian-1/+1
2021-07-24can: j1939: j1939_xtp_rx_dat_one(): fix rxtimer value between consecutive TP....Zhang Changzhong-1/+1
2021-07-24can: j1939: j1939_session_deactivate(): clarify lifetime of session objectOleksij Rempel-2/+7
2021-07-24can: raw: raw_setsockopt(): fix raw_rcv panic for sock UAFZiyang Xuan-2/+18
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-5/+21
2021-06-29net: sock: introduce sk_error_reportAlexander Aring-17/+17
2021-06-24can: j1939: j1939_sk_setsockopt(): prevent allocation of j1939 filter for opt...Norbert Slusarek-1/+1
2021-06-19can: j1939: j1939_sk_init(): set SOCK_RCU_FREE to call sk_destruct() after RC...Oleksij Rempel-0/+7
2021-06-19can: isotp: isotp_release(): omit unintended hrtimer restart on socket releaseOliver Hartkopp-3/+4
2021-06-19can: gw: synchronize rcu operations before removing gw job entryOliver Hartkopp-0/+3
2021-06-19can: bcm: delay release of struct bcm_op after synchronize_rcu()Thadeu Lima de Souza Cascardo-1/+6
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-54/+185
2021-06-16can: bcm: fix infoleak in struct bcm_msg_headNorbert Slusarek-0/+3
2021-06-16can: bcm/raw/isotp: use per module netdevice notifierTetsuo Handa-40/+142
2021-06-16can: j1939: fix Use-after-Free, hold skb ref while in useOleksij Rempel-14/+40
2021-05-27Merge tag 'linux-can-next-for-5.14-20210527' of git://git.kernel.org/pub/scm/...Jakub Kicinski-14/+12
2021-05-27can: isotp: Add error message if txqueuelen is too smallPatrick Menschel-2/+4
2021-05-27can: isotp: add symbolic error message to isotp_module_init()Patrick Menschel-1/+1
2021-05-27can: isotp: change error format from decimal to symbolic error namesPatrick Menschel-6/+6
2021-05-27can: proc: remove unnecessary variableszuoqilin-5/+1
2021-05-12can: isotp: prevent race between isotp_bind() and isotp_setsockopt()Norbert Slusarek-16/+33
2021-04-25can: proc: fix rcvlist_* header alignment on 64-bit systemErik Flodin-2/+4
2021-03-29can: isotp: fix msg_namelen values depending on CAN_REQUIRED_SIZEOliver Hartkopp-4/+7
2021-03-29can: bcm/raw: fix msg_namelen values depending on CAN_REQUIRED_SIZEOliver Hartkopp-10/+14
2021-03-20can: isotp: tx-path: zero initialize outgoing CAN framesOliver Hartkopp-3/+3
2021-03-16can: isotp: TX-path: ensure that CAN frame flags are initializedMarc Kleine-Budde-6/+3
2021-03-16can: isotp: isotp_setsockopt(): only allow to set low level TX flags for CAN-FDMarc Kleine-Budde-1/+2
2021-02-24net: introduce CAN specific pointer in the struct net_deviceOleksij Rempel-61/+27
2021-01-27Merge tag 'linux-can-next-for-5.12-20210127' of git://git.kernel.org/pub/scm/...Jakub Kicinski-1/+1