summaryrefslogtreecommitdiffstats
path: root/drivers/net/can (follow)
Commit message (Expand)AuthorAgeFilesLines
* ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-221-1/+3
* Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-11-113-20/+19
|\
| * can: mcp251xfd: mcp251xfd_chip_start(): fix error handling for mcp251xfd_chip...Marc Kleine-Budde2021-11-061-1/+1
| * can: mcp251xfd: mcp251xfd_irq(): add missing can_rx_offload_threaded_irq_fini...Marc Kleine-Budde2021-11-061-1/+3
| * can: peak_usb: exchange the order of information messagesStephane Grosjean2021-11-061-5/+5
| * can: peak_usb: always ask for BERR reporting for PCAN-USB devicesStephane Grosjean2021-11-061-9/+8
| * can: etas_es58x: es58x_rx_err_msg(): fix memory leak in error pathVincent Mailhol2021-11-061-4/+2
* | Merge tag 'tty-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-11-041-3/+2
|\ \ | |/ |/|
| * tty: remove file from tty_mode_ioctlJiri Slaby2021-09-221-1/+1
| * tty: make tty_ldisc_ops::hangup return voidJiri Slaby2021-09-221-2/+1
* | Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-0212-43/+273
|\ \
| * | can: xilinx_can: xcan_remove(): remove redundant netif_napi_del()Dongliang Mu2021-10-241-2/+0
| * | can: xilinx_can: remove repeated word from the kernel-docMichal Simek2021-10-241-3/+2
| * | can: peak_usb: CANFD: store 64-bits hw timestampsStephane Grosjean2021-10-243-3/+20
| * | can: gs_usb: use %u to print unsigned valuesMarc Kleine-Budde2021-10-241-6/+6
| * | can: mscan: mpc5xxx_can: Make use of the helper function dev_err_probe()Cai Huoqing2021-10-241-4/+2
| * | can: rcar: drop unneeded ARM dependencyGeert Uytterhoeven2021-10-241-2/+2
| * | can: at91/janz-ican3: replace snprintf() in show functions with sysfs_emit()Qing Wang2021-10-242-3/+3
| * | can: netlink: add can_priv::do_get_auto_tdcv() to retrieve tdcv from deviceVincent Mailhol2021-10-241-3/+12
| * | can: netlink: add interface for CAN-FD Transmitter Delay Compensation (TDC)Vincent Mailhol2021-10-241-5/+208
| * | can: bittiming: change can_calc_tdco()'s prototype to not directly modify privVincent Mailhol2021-10-242-11/+9
| * | can: bittiming: change unit of TDC parameters to clock periodsVincent Mailhol2021-10-241-4/+5
| * | can: bittiming: allow TDC{V,O} to be zero and add can_tdc_const::tdc{v,o,f}_minVincent Mailhol2021-10-242-5/+12
| * | can: bittiming: can_fixup_bittiming(): change type of tseg1 and alltseg to un...Marc Kleine-Budde2021-10-241-1/+1
* | | Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-11-023-36/+36
|\ \ \ | |/ / |/| |
| * | treewide: Replace open-coded flex arrays in unionsKees Cook2021-10-182-2/+2
| * | can: flexcan: Use struct_group() to zero struct flexcan_regs regionsKees Cook2021-09-251-34/+34
| |/
* | can: peak_usb: pcan_usb_fd_decode_status(): remove unnecessary test on the nu...Stephane Grosjean2021-10-171-2/+1
* | can: peak_usb: pcan_usb_fd_decode_status(): fix back to ERROR_ACTIVE state no...Stephane Grosjean2021-10-171-3/+2
* | can: peak_pci: peak_pci_remove(): fix UAFZheyu Ma2021-10-171-5/+4
* | can: m_can: fix iomap_read_fifo() and iomap_write_fifo()Aswath Govindraju2021-10-171-2/+12
* | can: rcar_can: fix suspend/resumeYoshihiro Shimoda2021-10-171-8/+12
|/
* can: c_can: fix null-ptr-deref on ioctl()Tong Zhang2021-09-071-3/+1
* can: rcar_canfd: add __maybe_unused annotation to silence warningMarc Kleine-Budde2021-09-071-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-271-2/+2
|\
| * can: usb: esd_usb2: esd_usb2_rx_event(): fix the interchange of the CAN RX an...Stefan Mätje2021-08-261-2/+2
* | can: mscan: mpc5xxx_can: mpc5xxx_can_probe(): remove useless BUG_ON()Tang Bin2021-08-251-1/+0
* | can: mscan: mpc5xxx_can: mpc5xxx_can_probe(): use of_device_get_match_data to...Tang Bin2021-08-251-4/+2
* | can: rcar_canfd: rcar_canfd_handle_channel_tx(): fix redundant assignmentLad Prabhakar2021-08-251-1/+1
* | can: rcar: Kconfig: Add helper dependency on COMPILE_TESTCai Huoqing2021-08-251-2/+2
* | can: c_can: cache frames to operate as a true FIFODario Binacchi2021-08-192-15/+19
* | can: c_can: support tx ring algorithmDario Binacchi2021-08-192-18/+82
* | can: c_can: exit c_can_do_tx() early if no frames have been sentDario Binacchi2021-08-191-5/+6
* | can: c_can: remove struct c_can_priv::priv fieldDario Binacchi2021-08-192-2/+0
* | can: c_can: rename IF_RX -> IF_NAPIMarc Kleine-Budde2021-08-191-12/+14
* | can: c_can: c_can_do_tx(): fix typo in commentMarc Kleine-Budde2021-08-191-1/+1
* | can: m_can: Batch FIFO writes during CAN transmitMatt Kline2021-08-191-35/+26
* | can: m_can: Batch FIFO reads during CAN receiveMatt Kline2021-08-191-23/+28
* | can: m_can: Disable IRQs on FIFO bus errorsMatt Kline2021-08-195-73/+152
* | can: m_can: fix block comment styleMarc Kleine-Budde2021-08-191-3/+4