summaryrefslogtreecommitdiff
path: root/drivers/net/can
AgeCommit message (Expand)Author
2021-11-04Merge tag 'tty-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-11-01Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-10-24can: xilinx_can: xcan_remove(): remove redundant netif_napi_del()Dongliang Mu
2021-10-24can: xilinx_can: remove repeated word from the kernel-docMichal Simek
2021-10-24can: peak_usb: CANFD: store 64-bits hw timestampsStephane Grosjean
2021-10-24can: gs_usb: use %u to print unsigned valuesMarc Kleine-Budde
2021-10-24can: mscan: mpc5xxx_can: Make use of the helper function dev_err_probe()Cai Huoqing
2021-10-24can: rcar: drop unneeded ARM dependencyGeert Uytterhoeven
2021-10-24can: at91/janz-ican3: replace snprintf() in show functions with sysfs_emit()Qing Wang
2021-10-24can: netlink: add can_priv::do_get_auto_tdcv() to retrieve tdcv from deviceVincent Mailhol
2021-10-24can: netlink: add interface for CAN-FD Transmitter Delay Compensation (TDC)Vincent Mailhol
2021-10-24can: bittiming: change can_calc_tdco()'s prototype to not directly modify privVincent Mailhol
2021-10-24can: bittiming: change unit of TDC parameters to clock periodsVincent Mailhol
2021-10-24can: bittiming: allow TDC{V,O} to be zero and add can_tdc_const::tdc{v,o,f}_minVincent Mailhol
2021-10-24can: bittiming: can_fixup_bittiming(): change type of tseg1 and alltseg to un...Marc Kleine-Budde
2021-10-18treewide: Replace open-coded flex arrays in unionsKees Cook
2021-10-17can: peak_usb: pcan_usb_fd_decode_status(): remove unnecessary test on the nu...Stephane Grosjean
2021-10-17can: peak_usb: pcan_usb_fd_decode_status(): fix back to ERROR_ACTIVE state no...Stephane Grosjean
2021-10-17can: peak_pci: peak_pci_remove(): fix UAFZheyu Ma
2021-10-17can: m_can: fix iomap_read_fifo() and iomap_write_fifo()Aswath Govindraju
2021-10-17can: rcar_can: fix suspend/resumeYoshihiro Shimoda
2021-09-25can: flexcan: Use struct_group() to zero struct flexcan_regs regionsKees Cook
2021-09-22tty: remove file from tty_mode_ioctlJiri Slaby
2021-09-22tty: make tty_ldisc_ops::hangup return voidJiri Slaby
2021-09-07can: c_can: fix null-ptr-deref on ioctl()Tong Zhang
2021-09-07can: rcar_canfd: add __maybe_unused annotation to silence warningMarc Kleine-Budde
2021-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-26can: usb: esd_usb2: esd_usb2_rx_event(): fix the interchange of the CAN RX an...Stefan Mätje
2021-08-25can: mscan: mpc5xxx_can: mpc5xxx_can_probe(): remove useless BUG_ON()Tang Bin
2021-08-25can: mscan: mpc5xxx_can: mpc5xxx_can_probe(): use of_device_get_match_data to...Tang Bin
2021-08-25can: rcar_canfd: rcar_canfd_handle_channel_tx(): fix redundant assignmentLad Prabhakar
2021-08-25can: rcar: Kconfig: Add helper dependency on COMPILE_TESTCai Huoqing
2021-08-19can: c_can: cache frames to operate as a true FIFODario Binacchi
2021-08-19can: c_can: support tx ring algorithmDario Binacchi
2021-08-19can: c_can: exit c_can_do_tx() early if no frames have been sentDario Binacchi
2021-08-19can: c_can: remove struct c_can_priv::priv fieldDario Binacchi
2021-08-19can: c_can: rename IF_RX -> IF_NAPIMarc Kleine-Budde
2021-08-19can: c_can: c_can_do_tx(): fix typo in commentMarc Kleine-Budde
2021-08-19can: m_can: Batch FIFO writes during CAN transmitMatt Kline
2021-08-19can: m_can: Batch FIFO reads during CAN receiveMatt Kline
2021-08-19can: m_can: Disable IRQs on FIFO bus errorsMatt Kline
2021-08-19can: m_can: fix block comment styleMarc Kleine-Budde
2021-08-19can: tcan4x5x: cdev_to_priv(): remove stray empty lineMarc Kleine-Budde
2021-08-19can: rcar_canfd: Add support for RZ/G2L familyLad Prabhakar
2021-08-19can: mcp251xfd: mark some instances of struct mcp251xfd_priv as constMarc Kleine-Budde
2021-08-19can: etas_es58x: clean-up documentation of struct es58x_fd_tx_conf_msgVincent Mailhol
2021-08-19can: netlink: allow user to turn off unsupported featuresVincent Mailhol
2021-08-19can: dev: provide optional GPIO based termination supportOleksij Rempel
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski