summaryrefslogtreecommitdiffstats
path: root/net/can
Commit message (Expand)AuthorAgeFilesLines
* proc: remove PDE_DATA() completelyMuchun Song2022-01-222-2/+2
* can: isotp: convert struct tpcon::{idx,len} to unsigned intMarc Kleine-Budde2022-01-051-2/+2
* can: j1939: j1939_tp_cmd_recv(): check the dst address of TP.CM_BAMZhang Changzhong2021-11-061-0/+5
* can: j1939: j1939_can_recv(): ignore messages with invalid source addressZhang Changzhong2021-11-061-0/+7
* can: j1939: j1939_tp_cmd_recv(): ignore abort message in the BAM transportZhang Changzhong2021-11-061-0/+6
* can: bcm: Use hrtimer_forward_now()Thomas Gleixner2021-10-241-1/+1
* can: isotp: isotp_sendmsg(): fix return error on FC timeout on TX pathMarc Kleine-Budde2021-10-191-0/+3
* can: isotp: isotp_sendmsg(): fix TX buffer concurrent access in isotp_sendmsg()Ziyang Xuan2021-10-171-15/+31
* can: isotp: isotp_sendmsg(): add result check for wait_event_interruptible()Ziyang Xuan2021-10-171-1/+3
* can: j1939: j1939_xtp_rx_rts_session_new(): abort TP less than 9 bytesZhang Changzhong2021-10-172-0/+3
* can: j1939: j1939_xtp_rx_dat_one(): cancel session if receive TP.DT with erro...Zhang Changzhong2021-10-171-2/+5
* can: j1939: j1939_netdev_start(): fix UAF for rx_kref of j1939_privZiyang Xuan2021-10-171-2/+5
* can: j1939: j1939_tp_rxtimer(): fix errant alert in j1939_tp_rxtimerZiyang Xuan2021-10-171-3/+2
* net: Remove redundant if statementsYajun Deng2021-08-051-6/+2
* can: j1939: extend UAPI to notify about RX statusOleksij Rempel2021-08-043-34/+127
* can: j1939: rename J1939_ERRQUEUE_* to J1939_ERRQUEUE_TX_*Oleksij Rempel2021-08-043-10/+10
* can: j1939: j1939_session_tx_dat(): fix typoMarc Kleine-Budde2021-08-031-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-07-312-5/+26
|\
| * can: j1939: j1939_xtp_rx_dat_one(): fix rxtimer value between consecutive TP....Zhang Changzhong2021-07-241-1/+1
| * can: j1939: j1939_session_deactivate(): clarify lifetime of session objectOleksij Rempel2021-07-241-2/+7
| * can: raw: raw_setsockopt(): fix raw_rcv panic for sock UAFZiyang Xuan2021-07-241-2/+18
* | can: j1939: j1939_xtp_rx_dat_one(): use separate pointer for session skb cont...Marc Kleine-Budde2021-07-251-4/+4
* | can: j1939: j1939_session_tx_dat(): use consistent name se_skcb for session s...Marc Kleine-Budde2021-07-251-4/+4
* | can: j1939: j1939_session_completed(): use consistent name se_skb for the ses...Marc Kleine-Budde2021-07-251-4/+4
* | can: j1939: replace fall through comment by fallthrough pseudo-keywordMarc Kleine-Budde2021-07-251-5/+10
* | can: j1939: fix checkpatch warningsMarc Kleine-Budde2021-07-251-2/+3
* | can: j1939: j1939_sk_sock_destruct(): correct a grammatical errorgushengxian2021-07-251-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-295-5/+21
|\
| * can: j1939: j1939_sk_setsockopt(): prevent allocation of j1939 filter for opt...Norbert Slusarek2021-06-241-1/+1
| * can: j1939: j1939_sk_init(): set SOCK_RCU_FREE to call sk_destruct() after RC...Oleksij Rempel2021-06-192-0/+7
| * can: isotp: isotp_release(): omit unintended hrtimer restart on socket releaseOliver Hartkopp2021-06-191-3/+4
| * can: gw: synchronize rcu operations before removing gw job entryOliver Hartkopp2021-06-191-0/+3
| * can: bcm: delay release of struct bcm_op after synchronize_rcu()Thadeu Lima de Souza Cascardo2021-06-191-1/+6
* | net: sock: introduce sk_error_reportAlexander Aring2021-06-294-17/+17
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-184-54/+185
|\|
| * can: bcm: fix infoleak in struct bcm_msg_headNorbert Slusarek2021-06-161-0/+3
| * can: bcm/raw/isotp: use per module netdevice notifierTetsuo Handa2021-06-163-40/+142
| * can: j1939: fix Use-after-Free, hold skb ref while in useOleksij Rempel2021-06-161-14/+40
* | Merge tag 'linux-can-next-for-5.14-20210527' of git://git.kernel.org/pub/scm/...Jakub Kicinski2021-05-272-14/+12
|\ \ | |/ |/|
| * can: isotp: Add error message if txqueuelen is too smallPatrick Menschel2021-05-271-2/+4
| * can: isotp: add symbolic error message to isotp_module_init()Patrick Menschel2021-05-271-1/+1
| * can: isotp: change error format from decimal to symbolic error namesPatrick Menschel2021-05-271-6/+6
| * can: proc: remove unnecessary variableszuoqilin2021-05-271-5/+1
* | can: isotp: prevent race between isotp_bind() and isotp_setsockopt()Norbert Slusarek2021-05-121-16/+33
|/
* can: proc: fix rcvlist_* header alignment on 64-bit systemErik Flodin2021-04-251-2/+4
* can: isotp: fix msg_namelen values depending on CAN_REQUIRED_SIZEOliver Hartkopp2021-03-291-4/+7
* can: bcm/raw: fix msg_namelen values depending on CAN_REQUIRED_SIZEOliver Hartkopp2021-03-292-10/+14
* can: isotp: tx-path: zero initialize outgoing CAN framesOliver Hartkopp2021-03-201-3/+3
* can: isotp: TX-path: ensure that CAN frame flags are initializedMarc Kleine-Budde2021-03-161-6/+3
* can: isotp: isotp_setsockopt(): only allow to set low level TX flags for CAN-FDMarc Kleine-Budde2021-03-161-1/+2