aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/can (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-09can: kvaser_usb: get CAN clock frequency from deviceJimmy Assarsson1-28/+73
2021-12-09can: kvaser_pciefd: kvaser_pciefd_rx_error_frame(): increase correct stats->{rx,tx}_errors counterJimmy Assarsson1-1/+7
2021-12-07can: m_can: pci: use custom bit timings for Elkhart LakeMatthias Schiffer1-4/+44
2021-12-07can: m_can: make custom bittiming fields constMatthias Schiffer1-2/+2
2021-12-07Revert "can: m_can: remove support for custom bit timing"Matthias Schiffer2-6/+21
2021-12-07can: m_can: pci: fix incorrect reference clock rateMatthias Schiffer1-1/+1
2021-12-07can: m_can: pci: fix iomap_read_fifo() and iomap_write_fifo()Matthias Schiffer1-2/+12
2021-12-07can: m_can: m_can_read_fifo: fix memory leak in error branchVincent Mailhol1-1/+3
2021-12-07can: m_can: Disable and ignore ELO interruptBrian Silverman1-8/+6
2021-12-07can: sja1000: fix use after free in ems_pcmcia_add_card()Dan Carpenter1-1/+6
2021-12-07can: pch_can: pch_can_rx_normal: fix use after freeVincent Mailhol1-1/+1
2021-11-11Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds3-20/+19
2021-11-06can: mcp251xfd: mcp251xfd_chip_start(): fix error handling for mcp251xfd_chip_rx_int_enable()Marc Kleine-Budde1-1/+1
2021-11-06can: mcp251xfd: mcp251xfd_irq(): add missing can_rx_offload_threaded_irq_finish() in case of bus offMarc Kleine-Budde1-1/+3
2021-11-06can: peak_usb: exchange the order of information messagesStephane Grosjean1-5/+5
2021-11-06can: peak_usb: always ask for BERR reporting for PCAN-USB devicesStephane Grosjean1-9/+8
2021-11-06can: etas_es58x: es58x_rx_err_msg(): fix memory leak in error pathVincent Mailhol1-4/+2
2021-11-04Merge tag 'tty-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-3/+2
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds12-43/+273
2021-11-01Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds3-36/+36
2021-10-24can: xilinx_can: xcan_remove(): remove redundant netif_napi_del()Dongliang Mu1-2/+0
2021-10-24can: xilinx_can: remove repeated word from the kernel-docMichal Simek1-3/+2
2021-10-24can: peak_usb: CANFD: store 64-bits hw timestampsStephane Grosjean3-3/+20
2021-10-24can: gs_usb: use %u to print unsigned valuesMarc Kleine-Budde1-6/+6
2021-10-24can: mscan: mpc5xxx_can: Make use of the helper function dev_err_probe()Cai Huoqing1-4/+2
2021-10-24can: rcar: drop unneeded ARM dependencyGeert Uytterhoeven1-2/+2
2021-10-24can: at91/janz-ican3: replace snprintf() in show functions with sysfs_emit()Qing Wang2-3/+3
2021-10-24can: netlink: add can_priv::do_get_auto_tdcv() to retrieve tdcv from deviceVincent Mailhol1-3/+12
2021-10-24can: netlink: add interface for CAN-FD Transmitter Delay Compensation (TDC)Vincent Mailhol1-5/+208
2021-10-24can: bittiming: change can_calc_tdco()'s prototype to not directly modify privVincent Mailhol2-11/+9
2021-10-24can: bittiming: change unit of TDC parameters to clock periodsVincent Mailhol1-4/+5
2021-10-24can: bittiming: allow TDC{V,O} to be zero and add can_tdc_const::tdc{v,o,f}_minVincent Mailhol2-5/+12
2021-10-24can: bittiming: can_fixup_bittiming(): change type of tseg1 and alltseg to unsigned intMarc Kleine-Budde1-1/+1
2021-10-18treewide: Replace open-coded flex arrays in unionsKees Cook2-2/+2
2021-10-17can: peak_usb: pcan_usb_fd_decode_status(): remove unnecessary test on the nullity of a pointerStephane Grosjean1-2/+1
2021-10-17can: peak_usb: pcan_usb_fd_decode_status(): fix back to ERROR_ACTIVE state notificationStephane Grosjean1-3/+2
2021-10-17can: peak_pci: peak_pci_remove(): fix UAFZheyu Ma1-5/+4
2021-10-17can: m_can: fix iomap_read_fifo() and iomap_write_fifo()Aswath Govindraju1-2/+12
2021-10-17can: rcar_can: fix suspend/resumeYoshihiro Shimoda1-8/+12
2021-09-25can: flexcan: Use struct_group() to zero struct flexcan_regs regionsKees Cook1-34/+34
2021-09-22tty: remove file from tty_mode_ioctlJiri Slaby1-1/+1
2021-09-22tty: make tty_ldisc_ops::hangup return voidJiri Slaby1-2/+1
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