aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/can (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-11-07can: rcar_canfd: Add missing ECC error checks for channels 2-7Geert Uytterhoeven1-9/+4
2022-11-07can: dev: fix skb drop checkOliver Hartkopp35-43/+35
2022-10-27can: rcar_canfd: fix channel specific IRQ handling for RZ/G2LBiju Das1-11/+7
2022-10-27can: rcar_canfd: rcar_canfd_handle_global_receive(): fix IRQ storm on global FIFO receiveBiju Das1-2/+4
2022-10-27can: kvaser_usb: Fix possible completions during init_completionAnssi Hannula2-4/+4
2022-10-25can: mcp251x: mcp251x_can_probe(): add missing unregister_candev() in error pathDongliang Mu1-1/+4
2022-10-25can: mscan: mpc5xxx: mpc5xxx_can_probe(): add missing put_clock() in error pathDongliang Mu1-3/+5
2022-10-11can: kvaser_usb_leaf: Fix CAN state after restartAnssi Hannula1-0/+2
2022-10-11can: kvaser_usb_leaf: Fix TX queue out of sync after restartAnssi Hannula3-1/+5
2022-10-11can: kvaser_usb: Fix use of uninitialized completionAnssi Hannula2-1/+2
2022-10-11can: kvaser_usb_leaf: Fix overread with an invalid commandAnssi Hannula1-0/+75
2022-09-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-8/+20
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski3-4/+3
2022-09-28can: c_can: don't cache TX messages for C_CAN coresMarc Kleine-Budde2-8/+20
2022-09-23can: ctucanfd: Remove redundant dev_err callShang XiaoJing1-1/+0
2022-09-23can: gs_usb: remove dma allocationsVasanth Sadhasivan1-33/+6
2022-09-23can: gs_usb: add switchable termination supportMarc Kleine-Budde1-1/+78
2022-09-23can: gs_usb: gs_make_candev(): clean up error handlingMarc Kleine-Budde1-8/+13
2022-09-23can: gs_usb: convert from usb_control_msg() to usb_control_msg_{send,recv}()Marc Kleine-Budde1-194/+107
2022-09-23can: gs_usb: gs_cmd_reset(): rename variable holding struct gs_can pointer to devMarc Kleine-Budde1-3/+3
2022-09-23can: gs_usb: gs_can_open(): initialize time counter before starting deviceMarc Kleine-Budde1-4/+6
2022-09-23can: gs_usb: add missing lock to protect struct timecounter::cycle_lastMarc Kleine-Budde1-5/+18
2022-09-23can: gs_usb: gs_usb_get_timestamp(): fix endpoint parameter for usb_control_msg_recv()Marc Kleine-Budde1-2/+1
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-13/+18
2022-09-21can: gs_usb: gs_usb_set_phys_id(): return with error if identify is not supportedMarc Kleine-Budde1-6/+11
2022-09-21can: gs_usb: gs_can_open(): fix race dev->can.state conditionMarc Kleine-Budde1-2/+2
2022-09-21can: flexcan: flexcan_mailbox_read() fix return value for drop = trueMarc Kleine-Budde1-5/+5
2022-09-15can: dev: add CAN XL support to virtual CANOliver Hartkopp2-10/+10
2022-09-15can: canxl: update CAN infrastructure for CAN XL framesOliver Hartkopp1-18/+54
2022-09-15can: set CANFD_FDF flag in all CAN FD frame structuresOliver Hartkopp2-1/+11
2022-09-15can: skb: add skb CAN frame data length helpersOliver Hartkopp2-9/+5
2022-09-15can: skb: unify skb CAN frame identification helpersOliver Hartkopp1-8/+10
2022-09-14can: flexcan: Switch to use dev_err_probe() helperYang Yingliang1-2/+1
2022-09-06can: etas_es58x: Replace zero-length array with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva1-1/+1
2022-09-06can: gs_usb: add RX and TX hardware timestamp supportJohn Whittington1-7/+186
2022-09-06can: gs_usb: use common spelling of GS_USB in macrosMarc Kleine-Budde1-11/+11
2022-09-05can: kvaser_pciefd: remove redundant variable retJinpeng Cui1-5/+2
2022-09-05can: sja1000: remove redundant variable retJinpeng Cui1-5/+1
2022-09-05can: sja1000: Add support for RZ/N1 SJA1000 CAN ControllerBiju Das1-5/+33
2022-09-05can: kvaser_usb: kvaser_usb_hydra: Use kzalloc for allocating only one elementKenneth Lee1-10/+10
2022-09-05can: rcar_canfd: Use dev_err_probe() to simplify code and better handle -EPROBE_DEFERChristophe JAILLET1-16/+10
2022-09-05can: flexcan: fix typo: FLEXCAN_QUIRK_SUPPPORT_* -> FLEXCAN_QUIRK_SUPPORT_*Marc Kleine-Budde2-38/+38
2022-09-05can: rx-offload: can_rx_offload_init_queue(): fix typoMarc Kleine-Budde1-1/+1
2022-08-31net: move from strlcpy with unused retval to strscpyWolfram Sang2-2/+2
2022-08-11Merge tag 'net-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-4/+16
2022-08-09can: mcp251x: Fix race condition on receive interruptSebastian Würl1-3/+15
2022-08-09can: ems_usb: fix clang's -Wunaligned-access warningMarc Kleine-Budde1-1/+1
2022-08-06Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-1/+1
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds1-10/+1
2022-07-31can: can327: fix a broken link to DocumentationChristophe JAILLET1-1/+1