summaryrefslogtreecommitdiffstats
path: root/net/can
Commit message (Expand)AuthorAgeFilesLines
* can: j1939: j1939_sk_queue_activate_next_locked(): replace WARN_ON_ONCE with ...Fedor Pchelkin2022-08-251-1/+4
* can: j1939: j1939_session_destroy(): fix memory leak of skbsFedor Pchelkin2022-08-251-1/+7
* can: bcm: use call_rcu() instead of costly synchronize_rcu()Oliver Hartkopp2022-07-121-4/+14
* can: isotp: remove re-binding of bound socketOliver Hartkopp2022-05-121-17/+5
* can: isotp: stop timeout monitoring when no first frame was sentOliver Hartkopp2022-04-271-1/+9
* can: isotp: set default value for N_As to 50 micro secondsOliver Hartkopp2022-04-131-1/+11
* can: isotp: restore accidentally removed MSG_PEEK featureOliver Hartkopp2022-04-081-1/+1
* can: isotp: support MSG_TRUNC flag when reading from socketOliver Hartkopp2022-04-081-12/+15
* can: isotp: return -EADDRNOTAVAIL when reading from unbound socketOliver Hartkopp2022-04-081-0/+4
* can: isotp: sanitize CAN ID checks in isotp_bind()Oliver Hartkopp2022-04-081-18/+20
* net-timestamp: convert sk->sk_tskey to atomic_tEric Dumazet2022-03-021-1/+1
* can: isotp: fix error path in isotp_sendmsg() to unlock wait queueOliver Hartkopp2022-02-161-6/+9
* can: isotp: fix potential CAN frame reception race in isotp_rcv()Oliver Hartkopp2022-02-161-1/+13
* can: isotp: convert struct tpcon::{idx,len} to unsigned intMarc Kleine-Budde2022-01-161-2/+2
* can: j1939: j1939_tp_cmd_recv(): check the dst address of TP.CM_BAMZhang Changzhong2021-11-181-0/+5
* can: j1939: j1939_can_recv(): ignore messages with invalid source addressZhang Changzhong2021-11-181-0/+7
* can: j1939: j1939_tp_cmd_recv(): ignore abort message in the BAM transportZhang Changzhong2021-11-181-0/+6
* 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
|\ \ | |/ |/|