summaryrefslogtreecommitdiffstats
path: root/net/can
Commit message (Expand)AuthorAgeFilesLines
* can: j1939: j1939_session_deactivate(): clarify lifetime of session objectOleksij Rempel2021-08-041-2/+7
* can: raw: raw_setsockopt(): fix raw_rcv panic for sock UAFZiyang Xuan2021-08-041-2/+18
* can: j1939: j1939_xtp_rx_dat_one(): fix rxtimer value between consecutive TP....Zhang Changzhong2021-08-041-1/+1
* can: j1939: j1939_sk_setsockopt(): prevent allocation of j1939 filter for opt...Norbert Slusarek2021-07-141-1/+1
* can: j1939: j1939_sk_init(): set SOCK_RCU_FREE to call sk_destruct() after RC...Oleksij Rempel2021-07-142-0/+7
* can: isotp: isotp_release(): omit unintended hrtimer restart on socket releaseOliver Hartkopp2021-07-141-3/+4
* can: gw: synchronize rcu operations before removing gw job entryOliver Hartkopp2021-07-141-0/+3
* can: bcm: delay release of struct bcm_op after synchronize_rcu()Thadeu Lima de Souza Cascardo2021-07-141-1/+6
* can: j1939: fix Use-after-Free, hold skb ref while in useOleksij Rempel2021-06-231-14/+40
* can: bcm/raw/isotp: use per module netdevice notifierTetsuo Handa2021-06-233-40/+142
* can: bcm: fix infoleak in struct bcm_msg_headNorbert Slusarek2021-06-231-0/+3
* can: isotp: fix msg_namelen values depending on CAN_REQUIRED_SIZEOliver Hartkopp2021-04-141-4/+7
* can: bcm/raw: fix msg_namelen values depending on CAN_REQUIRED_SIZEOliver Hartkopp2021-04-142-10/+14
* net: introduce CAN specific pointer in the struct net_deviceOleksij Rempel2021-04-074-61/+27
* can: isotp: tx-path: zero initialize outgoing CAN framesOliver Hartkopp2021-03-301-3/+3
* can: isotp: TX-path: ensure that CAN frame flags are initializedMarc Kleine-Budde2021-03-301-6/+3
* can: isotp: isotp_setsockopt(): only allow to set low level TX flags for CAN-FDMarc Kleine-Budde2021-03-301-1/+2
* can: isotp: isotp_getname(): fix kernel information leakOliver Hartkopp2021-01-171-0/+1
* can: isotp: isotp_setsockopt(): block setsockopt on bound socketsOliver Hartkopp2020-12-091-0/+3
* can: af_can: can_rx_unregister(): remove WARN() statement from list operation...Oliver Hartkopp2020-11-271-2/+5
* can: af_can: prevent potential access of uninitialized member in canfd_rcv()Anant Thazhemadam2020-11-151-5/+14
* can: af_can: prevent potential access of uninitialized member in can_rcv()Anant Thazhemadam2020-11-151-5/+14
* can: isotp: padlen(): make const array static, makes object smallerColin Ian King2020-11-031-8/+10
* can: isotp: isotp_rcv_cf(): enable RX timeout handling in listen-only modeOliver Hartkopp2020-11-031-4/+4
* can: isotp: Explain PDU in CAN_ISOTP help textGeert Uytterhoeven2020-11-031-2/+3
* can: j1939: j1939_sk_bind(): return failure if netdev is downZhang Changzhong2020-11-031-0/+6
* can: proc: can_remove_proc(): silence remove_proc_entry warningZhang Changzhong2020-11-031-2/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-10-151-0/+2
|\
| * net: j1939: j1939_session_fresh_new(): fix missing initialization of skbcntMarc Kleine-Budde2020-10-081-0/+1
| * can: j1935: j1939_tp_tx_dat_new(): fix missing initialization of skbcntCong Wang2020-10-081-0/+1
* | can: remove obsolete version stringsOliver Hartkopp2020-10-126-25/+5
* | can: isotp: implement cleanups / improvements from reviewOliver Hartkopp2020-10-122-8/+9
* | can: add ISO 15765-2:2016 transport protocolOliver Hartkopp2020-10-073-0/+1442
* | can: raw: add missing error queue supportVincent Mailhol2020-10-061-0/+4
* | can: af_can: can_rcv_list_find(): fix kernel doc after variable renamingMarc Kleine-Budde2020-10-061-1/+1
* | can: remove "WITH Linux-syscall-note" from SPDX tag of C filesMasahiro Yamada2020-09-214-4/+4
* | can: raw: fix indentionMarc Kleine-Budde2020-09-211-12/+12
* | can: net: fix spelling mistakesMarc Kleine-Budde2020-09-211-2/+2
|/
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-232-11/+11
* can: j1939: add rxtimer for multipacket broadcast sessionZhang Changzhong2020-08-151-8/+20
* can: j1939: abort multipacket broadcast session when timeout occursZhang Changzhong2020-08-151-1/+1
* can: j1939: cancel rxtimer on multipacket broadcast session completeZhang Changzhong2020-08-151-0/+1
* can: j1939: fix support for multipacket broadcast messageZhang Changzhong2020-08-151-3/+14
* can: j1939: transport: j1939_xtp_rx_dat_one(): compare own packets to detect ...Oleksij Rempel2020-08-141-1/+14
* can: j1939: transport: add j1939_session_skb_find_by_offset() functionOleksij Rempel2020-08-141-7/+15
* can: j1939: socket: j1939_sk_bind(): make sure ml_priv is allocatedOleksij Rempel2020-08-141-0/+8
* can: j1939: transport: j1939_session_tx_dat(): fix use-after-free read in j19...Oleksij Rempel2020-08-141-0/+15
* can: j1939: transport: j1939_simple_recv(): ignore local J1939 messages send ...Oleksij Rempel2020-08-142-0/+5
* can: j1939: fix kernel-infoleak in j1939_sk_sock2sockaddr_can()Eric Dumazet2020-08-141-0/+5
* net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-242-14/+14