aboutsummaryrefslogtreecommitdiffstats
path: root/net/can (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-27Merge tag 'linux-can-next-for-5.12-20210127' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-nextJakub Kicinski1-1/+1
2021-01-27net: remove redundant 'depends on NET'Masahiro Yamada1-1/+0
2021-01-27can: gw: fix typoMarc Kleine-Budde1-1/+1
2021-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2021-01-13can: isotp: isotp_getname(): fix kernel information leakOliver Hartkopp1-0/+1
2021-01-06can: raw: return -ERANGE when filterset does not fit into user space bufferOliver Hartkopp1-4/+12
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2020-12-10can: isotp: add SF_BROADCAST support for functional addressingOliver Hartkopp1-13/+29
2020-12-09can: isotp: isotp_setsockopt(): block setsockopt on bound socketsOliver Hartkopp1-0/+3
2020-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+5
2020-11-27can: af_can: can_rx_unregister(): remove WARN() statement from list operation sanity checkOliver Hartkopp1-2/+5
2020-11-20can: gw: support modification of Classical CAN DLCsOliver Hartkopp1-8/+70
2020-11-20can: replace can_dlc as variable/element for payload lengthOliver Hartkopp3-4/+4
2020-11-15can: af_can: prevent potential access of uninitialized member in canfd_rcv()Anant Thazhemadam1-5/+14
2020-11-15can: af_can: prevent potential access of uninitialized member in can_rcv()Anant Thazhemadam1-5/+14
2020-11-03can: isotp: padlen(): make const array static, makes object smallerColin Ian King1-8/+10
2020-11-03can: isotp: isotp_rcv_cf(): enable RX timeout handling in listen-only modeOliver Hartkopp1-4/+4
2020-11-03can: isotp: Explain PDU in CAN_ISOTP help textGeert Uytterhoeven1-2/+3
2020-11-03can: j1939: j1939_sk_bind(): return failure if netdev is downZhang Changzhong1-0/+6
2020-11-03can: proc: can_remove_proc(): silence remove_proc_entry warningZhang Changzhong1-2/+4
2020-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2020-10-12can: remove obsolete version stringsOliver Hartkopp6-25/+5
2020-10-12can: isotp: implement cleanups / improvements from reviewOliver Hartkopp2-8/+9
2020-10-08net: j1939: j1939_session_fresh_new(): fix missing initialization of skbcntMarc Kleine-Budde1-0/+1
2020-10-08can: j1935: j1939_tp_tx_dat_new(): fix missing initialization of skbcntCong Wang1-0/+1
2020-10-07can: add ISO 15765-2:2016 transport protocolOliver Hartkopp3-0/+1442
2020-10-06can: raw: add missing error queue supportVincent Mailhol1-0/+4
2020-10-06can: af_can: can_rcv_list_find(): fix kernel doc after variable renamingMarc Kleine-Budde1-1/+1
2020-09-21can: remove "WITH Linux-syscall-note" from SPDX tag of C filesMasahiro Yamada4-4/+4
2020-09-21can: raw: fix indentionMarc Kleine-Budde1-12/+12
2020-09-21can: net: fix spelling mistakesMarc Kleine-Budde1-2/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2-11/+11
2020-08-15can: j1939: add rxtimer for multipacket broadcast sessionZhang Changzhong1-8/+20
2020-08-15can: j1939: abort multipacket broadcast session when timeout occursZhang Changzhong1-1/+1
2020-08-15can: j1939: cancel rxtimer on multipacket broadcast session completeZhang Changzhong1-0/+1
2020-08-15can: j1939: fix support for multipacket broadcast messageZhang Changzhong1-3/+14
2020-08-14can: j1939: transport: j1939_xtp_rx_dat_one(): compare own packets to detect corruptionsOleksij Rempel1-1/+14
2020-08-14can: j1939: transport: add j1939_session_skb_find_by_offset() functionOleksij Rempel1-7/+15
2020-08-14can: j1939: socket: j1939_sk_bind(): make sure ml_priv is allocatedOleksij Rempel1-0/+8
2020-08-14can: j1939: transport: j1939_session_tx_dat(): fix use-after-free read in j1939_tp_txtimer()Oleksij Rempel1-0/+15
2020-08-14can: j1939: transport: j1939_simple_recv(): ignore local J1939 messages send not by J1939 stackOleksij Rempel2-0/+5
2020-08-14can: j1939: fix kernel-infoleak in j1939_sk_sock2sockaddr_can()Eric Dumazet1-0/+5
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig2-14/+14
2020-07-19net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig1-2/+0
2020-07-13net: can: kerneldoc fixesAndrew Lunn1-0/+2
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-4/+4
2019-12-08can: j1939: j1939_sk_bind(): take priv after lock is heldOleksij Rempel1-3/+7
2019-11-13can: j1939: warn if resources are still linked on destroyOleksij Rempel2-0/+7
2019-11-13can: j1939: j1939_can_recv(): add priv refcountingOleksij Rempel1-0/+2
2019-11-13can: j1939: transport: j1939_cancel_active_session(): use hrtimer_try_to_cancel() instead of hrtimer_cancel()Oleksij Rempel1-1/+5