summaryrefslogtreecommitdiffstats
path: root/net/can
AgeCommit message (Expand)Author
2021-03-20can: isotp: tx-path: zero initialize outgoing CAN framesOliver Hartkopp
2021-03-16can: isotp: TX-path: ensure that CAN frame flags are initializedMarc Kleine-Budde
2021-03-16can: isotp: isotp_setsockopt(): only allow to set low level TX flags for CAN-FDMarc Kleine-Budde
2021-02-24net: introduce CAN specific pointer in the struct net_deviceOleksij Rempel
2021-01-27Merge tag 'linux-can-next-for-5.12-20210127' of git://git.kernel.org/pub/scm/...Jakub Kicinski
2021-01-27net: remove redundant 'depends on NET'Masahiro Yamada
2021-01-27can: gw: fix typoMarc Kleine-Budde
2021-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-01-13can: isotp: isotp_getname(): fix kernel information leakOliver Hartkopp
2021-01-06can: raw: return -ERANGE when filterset does not fit into user space bufferOliver Hartkopp
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-12-10can: isotp: add SF_BROADCAST support for functional addressingOliver Hartkopp
2020-12-09can: isotp: isotp_setsockopt(): block setsockopt on bound socketsOliver Hartkopp
2020-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-11-27can: af_can: can_rx_unregister(): remove WARN() statement from list operation...Oliver Hartkopp
2020-11-20can: gw: support modification of Classical CAN DLCsOliver Hartkopp
2020-11-20can: replace can_dlc as variable/element for payload lengthOliver 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
2020-08-15can: j1939: abort multipacket broadcast session when timeout occursZhang Changzhong
2020-08-15can: j1939: cancel rxtimer on multipacket broadcast session completeZhang Changzhong
2020-08-15can: j1939: fix support for multipacket broadcast messageZhang Changzhong
2020-08-14can: j1939: transport: j1939_xtp_rx_dat_one(): compare own packets to detect ...Oleksij Rempel
2020-08-14can: j1939: transport: add j1939_session_skb_find_by_offset() functionOleksij Rempel
2020-08-14can: j1939: socket: j1939_sk_bind(): make sure ml_priv is allocatedOleksij Rempel
2020-08-14can: j1939: transport: j1939_session_tx_dat(): fix use-after-free read in j19...Oleksij Rempel
2020-08-14can: j1939: transport: j1939_simple_recv(): ignore local J1939 messages send ...Oleksij Rempel
2020-08-14can: j1939: fix kernel-infoleak in j1939_sk_sock2sockaddr_can()Eric Dumazet
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig
2020-07-19net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig
2020-07-13net: can: kerneldoc fixesAndrew Lunn
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada