aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/can (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-07can: c_can: fix null-ptr-deref on ioctl()Tong Zhang1-3/+1
2021-09-07can: rcar_canfd: add __maybe_unused annotation to silence warningMarc Kleine-Budde1-1/+1
2021-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2021-08-26can: usb: esd_usb2: esd_usb2_rx_event(): fix the interchange of the CAN RX and TX error countersStefan Mätje1-2/+2
2021-08-25can: mscan: mpc5xxx_can: mpc5xxx_can_probe(): remove useless BUG_ON()Tang Bin1-1/+0
2021-08-25can: mscan: mpc5xxx_can: mpc5xxx_can_probe(): use of_device_get_match_data to simplify codeTang Bin1-4/+2
2021-08-25can: rcar_canfd: rcar_canfd_handle_channel_tx(): fix redundant assignmentLad Prabhakar1-1/+1
2021-08-25can: rcar: Kconfig: Add helper dependency on COMPILE_TESTCai Huoqing1-2/+2
2021-08-19can: c_can: cache frames to operate as a true FIFODario Binacchi2-15/+19
2021-08-19can: c_can: support tx ring algorithmDario Binacchi2-18/+82
2021-08-19can: c_can: exit c_can_do_tx() early if no frames have been sentDario Binacchi1-5/+6
2021-08-19can: c_can: remove struct c_can_priv::priv fieldDario Binacchi2-2/+0
2021-08-19can: c_can: rename IF_RX -> IF_NAPIMarc Kleine-Budde1-12/+14
2021-08-19can: c_can: c_can_do_tx(): fix typo in commentMarc Kleine-Budde1-1/+1
2021-08-19can: m_can: Batch FIFO writes during CAN transmitMatt Kline1-35/+26
2021-08-19can: m_can: Batch FIFO reads during CAN receiveMatt Kline1-23/+28
2021-08-19can: m_can: Disable IRQs on FIFO bus errorsMatt Kline5-73/+152
2021-08-19can: m_can: fix block comment styleMarc Kleine-Budde1-3/+4
2021-08-19can: tcan4x5x: cdev_to_priv(): remove stray empty lineMarc Kleine-Budde1-1/+0
2021-08-19can: rcar_canfd: Add support for RZ/G2L familyLad Prabhakar1-73/+265
2021-08-19can: mcp251xfd: mark some instances of struct mcp251xfd_priv as constMarc Kleine-Budde3-4/+4
2021-08-19can: etas_es58x: clean-up documentation of struct es58x_fd_tx_conf_msgVincent Mailhol1-16/+7
2021-08-19can: netlink: allow user to turn off unsupported featuresVincent Mailhol1-1/+1
2021-08-19can: dev: provide optional GPIO based termination supportOleksij Rempel1-0/+66
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+4
2021-08-10can: m_can: m_can_set_bittiming(): fix setting M_CAN_DBTP registerHussein Alasadi1-4/+4
2021-08-04can: flexcan: flexcan_clks_enable(): add missing variable initializationMarc Kleine-Budde1-1/+1
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-9/+51
2021-07-30can: esd_usb2: fix memory leakPavel Skripkin1-1/+15
2021-07-30can: ems_usb: fix memory leakPavel Skripkin1-1/+13
2021-07-30can: usb_8dev: fix memory leakPavel Skripkin1-2/+13
2021-07-30can: mcba_usb_start(): add missing urb->transfer_dma initializationPavel Skripkin1-0/+2
2021-07-30can: hi311x: fix a signedness bug in hi3110_cmd()Dan Carpenter1-1/+1
2021-07-25can: flexcan: update Kconfig to enable coldfireAngelo Dureghello1-1/+2
2021-07-25can: flexcan: add mcf5441x supportAngelo Dureghello1-20/+104
2021-07-25can: etas_es58x: rewrite the message cast in es58{1,_fd}_tx_can_msg to increase readabilityVincent Mailhol2-4/+2
2021-07-25can: etas_es58x: use sizeof and sizeof_field macros instead of constant valuesVincent Mailhol2-2/+2
2021-07-25can: etas_es58x: add es58x_free_netdevs() to factorize codeVincent Mailhol1-22/+24
2021-07-25can: etas_es58x: use devm_kzalloc() to allocate device resourcesVincent Mailhol1-6/+3
2021-07-25can: etas_es58x: use error pointer during device probingVincent Mailhol1-13/+10
2021-07-25can: etas_es58x: fix three typos in author name and documentationVincent Mailhol3-10/+10
2021-07-25can: peak_usb: pcan_usb_decode_error(): upgrade handling of bus state changesStephane Grosjean1-123/+43
2021-07-25can: peak_usb: pcan_usb_encode_msg(): add informationStephane Grosjean1-2/+4
2021-07-25can: peak_usb: PCAN-USB: add support of loopback and one-shot modeStephane Grosjean1-4/+49
2021-07-25can: peak_usb: pcan_usb_get_device_id(): read value only in case of successStephane Grosjean1-1/+2
2021-07-25can: peak_pci: Add name and FW version of the card in kernel bufferStephane Grosjean1-11/+53
2021-07-25can: peak_pci: fix checkpatch warningsMarc Kleine-Budde1-2/+4
2021-07-25can: peak_pci: convert comments to network style commentsMarc Kleine-Budde1-35/+14
2021-07-25net: at91_can: fix the comments style issuePeng Li1-28/+14
2021-07-25net: at91_can: remove redundant spacePeng Li1-1/+1