- f04aefd can: flexcan: mark RX via mailboxes as supported on MCF5441X by Marc Kleine-Budde · 3 years ago
- e59986d can: tcan4x5x: regmap: fix max register value by Marc Kleine-Budde · 3 years ago
- db72589 can: m_can: m_can_fifo_{read,write}: don't read or write from/to FIFO if length is 0 by Marc Kleine-Budde · 3 years ago
- 342465f Merge tag 'tty-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 3 years ago
- 8aaaf2f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years ago
- 89d58aeb can: gs_usb: gs_can_start_xmit(): zero-initialize hf->{flags,reserved} by Brian Silverman · 3 years ago
- 72b1e36 can: rcar_canfd: rcar_canfd_channel_probe(): make sure we free CAN network device by Lad Prabhakar · 3 years ago
- c6564c1 can: xilinx_can: xcan_probe(): check for error irq by Jiasheng Jiang · 3 years ago
- 370d988 can: softing: softing_startstop(): fix set but not used variable warning by Marc Kleine-Budde · 3 years ago
- ced4913 can: softing_cs: softingcs_probe(): fix memleak on registration failure by Johan Hovold · 3 years ago
- 74fc5a4 can: flexcan: add ethtool support to get rx/tx ring parameters by Dario Binacchi · 3 years ago
- 1c45f57 can: flexcan: add ethtool support to change rx-rtr setting during runtime by Marc Kleine-Budde · 3 years ago
- c5c8859 can: flexcan: add more quirks to describe RX path capabilities by Marc Kleine-Budde · 3 years ago
- 34ea4e1 can: flexcan: rename RX modes by Marc Kleine-Budde · 3 years ago
- 01bb4dcc can: flexcan: allow to change quirks at runtime by Dario Binacchi · 3 years ago
- bfd00e0 can: flexcan: move driver into separate sub directory by Marc Kleine-Budde · 3 years ago
- 3044a4f can: mcp251xfd: introduce and make use of mcp251xfd_is_fd_mode() by Marc Kleine-Budde · 3 years, 2 months ago
- 55bc37c can: mcp251xfd: move ring init into separate function by Marc Kleine-Budde · 3 years, 7 months ago
- 335c818 can: mcp251xfd: move chip FIFO init into separate file by Marc Kleine-Budde · 3 years, 7 months ago
- 1e846c7 can: mcp251xfd: move TEF handling into separate file by Marc Kleine-Budde · 3 years, 7 months ago
- 09b0eb9 can: mcp251xfd: move TX handling into separate file by Marc Kleine-Budde · 3 years, 7 months ago
- 319fdbc can: mcp251xfd: move RX handling into separate file by Marc Kleine-Budde · 3 years, 7 months ago
- cae9071 can: mcp251xfd: mcp251xfd.h: sort function prototypes by Marc Kleine-Budde · 3 years, 8 months ago
- 58d0b0a can: mcp251xfd: mcp251xfd_handle_rxovif(): denote RX overflow message to debug + add rate limiting by Marc Kleine-Budde · 3 years, 1 month ago
- d84ca22 can: mcp251xfd: mcp251xfd_open(): make use of pm_runtime_resume_and_get() by Marc Kleine-Budde · 3 years, 8 months ago
- e91aae8 can: mcp251xfd: mcp251xfd_open(): open_candev() first by Marc Kleine-Budde · 3 years, 2 months ago
- 3bd9d8c can: mcp251xfd: add missing newline to printed strings by Marc Kleine-Budde · 3 years, 2 months ago
- 99e7cc3 can: mcp251xfd: mcp251xfd_tef_obj_read(): fix typo in error message by Marc Kleine-Budde · 3 years, 8 months ago
- 2d21166 can: mcp251xfd: remove double blank lines by Marc Kleine-Budde · 3 years, 1 month ago
- c579792 can: janz-ican3: initialize dlc variable by Tom Rix · 3 years ago
- 4a8737f can: gs_usb: fix use of uninitialized variable, detach device on reception of invalid USB data by Marc Kleine-Budde · 3 years, 1 month ago
- 383f099 can: netlink: report the CAN controller mode supported flags by Vincent Mailhol · 3 years, 1 month ago
- 7d4a101 can: dev: add sanity check in can_set_static_ctrlmode() by Vincent Mailhol · 3 years, 1 month ago
- c9e1d8e can: dev: replace can_priv::ctrlmode_static by can_get_static_ctrlmode() by Vincent Mailhol · 3 years, 1 month ago
- cc4b08c can: do not increase tx_bytes statistics for RTR frames by Vincent Mailhol · 3 years, 1 month ago
- 8e674ca can: do not increase rx_bytes statistics for RTR frames by Vincent Mailhol · 3 years, 1 month ago
- f68eafe can: do not copy the payload of RTR frames by Vincent Mailhol · 3 years, 1 month ago
- 0b0ce2c can: kvaser_usb: do not increase tx statistics when sending error message frames by Vincent Mailhol · 3 years, 1 month ago
- 676068d can: do not increase rx statistics when generating a CAN rx error message frame by Vincent Mailhol · 3 years, 1 month ago
- e233640 can: etas_es58x: es58x_init_netdev: populate net_device::dev_port by Vincent Mailhol · 3 years, 2 months ago
- decdcae can: sja1000: sp_probe(): use platform_get_irq() to get the interrupt by Lad Prabhakar · 3 years ago
- eff104c can: ti_hecc: ti_hecc_probe(): use platform_get_irq() to get the interrupt by Lad Prabhakar · 3 years ago
- b8f9179 can: kvaser_usb: make use of units.h in assignment of frequency by Jimmy Assarsson · 3 years, 1 month ago
- 68fa39e can: mcp251x: mcp251x_gpio_setup(): Get rid of duplicate of_node assignment by Andy Shevchenko · 3 years, 1 month ago
- 617dbee can: usb_8dev: remove unused member echo_skb from struct usb_8dev_priv by Marc Kleine-Budde · 3 years, 1 month ago
- b645941 net: Don't include filter.h from net/sock.h by Jakub Kicinski · 3 years ago
- 35eaa42 Merge 5.16-rc6 into tty-next by Greg Kroah-Hartman · 3 years ago
- 3150a73 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 1 month ago
- fb12797 can: kvaser_usb: get CAN clock frequency from device by Jimmy Assarsson · 3 years, 1 month ago
- 36aea60 can: kvaser_pciefd: kvaser_pciefd_rx_error_frame(): increase correct stats->{rx,tx}_errors counter by Jimmy Assarsson · 3 years, 1 month ago
- 6a93ea3 can: hi311x: hi3110_can_probe(): convert to use dev_err_probe() by Andy Shevchenko · 3 years, 1 month ago
- dc64d98 can: hi311x: hi3110_can_probe(): make use of device property API by Andy Shevchenko · 3 years, 1 month ago
- 3a1ae63 can: hi311x: hi3110_can_probe(): try to get crystal clock rate from property by Andy Shevchenko · 3 years, 1 month ago
- 369cf4e can: hi311x: hi3110_can_probe(): use devm_clk_get_optional() to get the input clock by Andy Shevchenko · 3 years, 1 month ago
- 2c2fd0e can: sun4i_can: add support for R40 CAN controller by Evgeny Boger · 3 years, 1 month ago
- 330c6d3 can: bittiming: replace CAN units with the generic ones from linux/units.h by Vincent Mailhol · 3 years, 1 month ago
- ea4c178 can: m_can: pci: use custom bit timings for Elkhart Lake by Matthias Schiffer · 3 years, 1 month ago
- ea22ba4 can: m_can: make custom bittiming fields const by Matthias Schiffer · 3 years, 1 month ago
- ea768b2 Revert "can: m_can: remove support for custom bit timing" by Matthias Schiffer · 3 years, 1 month ago
- 8c03b8b can: m_can: pci: fix incorrect reference clock rate by Matthias Schiffer · 3 years, 1 month ago
- d737de2 can: m_can: pci: fix iomap_read_fifo() and iomap_write_fifo() by Matthias Schiffer · 3 years, 1 month ago
- 31cb32a can: m_can: m_can_read_fifo: fix memory leak in error branch by Vincent Mailhol · 3 years, 2 months ago
- f58ac1a can: m_can: Disable and ignore ELO interrupt by Brian Silverman · 3 years, 1 month ago
- 3ec6ca6 can: sja1000: fix use after free in ems_pcmcia_add_card() by Dan Carpenter · 3 years, 1 month ago
- 94cddf1 can: pch_can: pch_can_rx_normal: fix use after free by Vincent Mailhol · 3 years, 1 month ago
- d78328b tty: remove file from tty_ldisc_ops::ioctl and compat_ioctl by Jiri Slaby · 3 years, 1 month ago
- 7462494 ethtool: extend ringparam setting/getting API with rx_buf_len by Hao Chen · 3 years, 1 month ago
- f54ca91 Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years, 2 months ago
- 69c55f6 can: mcp251xfd: mcp251xfd_chip_start(): fix error handling for mcp251xfd_chip_rx_int_enable() by Marc Kleine-Budde · 3 years, 2 months ago
- 691204b can: mcp251xfd: mcp251xfd_irq(): add missing can_rx_offload_threaded_irq_finish() in case of bus off by Marc Kleine-Budde · 3 years, 3 months ago
- 6b78ba3 can: peak_usb: exchange the order of information messages by Stephane Grosjean · 3 years, 2 months ago
- 3f1c7aa can: peak_usb: always ask for BERR reporting for PCAN-USB devices by Stephane Grosjean · 3 years, 2 months ago
- d9447f7 can: etas_es58x: es58x_rx_err_msg(): fix memory leak in error path by Vincent Mailhol · 3 years, 2 months ago
- abfecb3 Merge tag 'tty-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 3 years, 2 months ago
- fc02cb2 Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 3 years, 2 months ago
- 2dc26d9 Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 3 years, 2 months ago
- b9b8218 can: xilinx_can: xcan_remove(): remove redundant netif_napi_del() by Dongliang Mu · 3 years, 2 months ago
- c926039 can: xilinx_can: remove repeated word from the kernel-doc by Michal Simek · 3 years, 3 months ago
- 28e0a70 can: peak_usb: CANFD: store 64-bits hw timestamps by Stephane Grosjean · 3 years, 3 months ago
- 1081946 can: gs_usb: use %u to print unsigned values by Marc Kleine-Budde · 3 years, 4 months ago
- 28616ed can: mscan: mpc5xxx_can: Make use of the helper function dev_err_probe() by Cai Huoqing · 3 years, 4 months ago
- 39aab46 can: rcar: drop unneeded ARM dependency by Geert Uytterhoeven · 3 years, 4 months ago
- 7bc9ab0 can: at91/janz-ican3: replace snprintf() in show functions with sysfs_emit() by Qing Wang · 3 years, 3 months ago
- e8060f0 can: netlink: add can_priv::do_get_auto_tdcv() to retrieve tdcv from device by Vincent Mailhol · 3 years, 3 months ago
- d99755f can: netlink: add interface for CAN-FD Transmitter Delay Compensation (TDC) by Vincent Mailhol · 3 years, 3 months ago
- da45a1e4 can: bittiming: change can_calc_tdco()'s prototype to not directly modify priv by Vincent Mailhol · 3 years, 3 months ago
- 39f66c9 can: bittiming: change unit of TDC parameters to clock periods by Vincent Mailhol · 3 years, 3 months ago
- 63dfe07 can: bittiming: allow TDC{V,O} to be zero and add can_tdc_const::tdc{v,o,f}_min by Vincent Mailhol · 3 years, 3 months ago
- e346290 can: bittiming: can_fixup_bittiming(): change type of tseg1 and alltseg to unsigned int by Marc Kleine-Budde · 3 years, 3 months ago
- fa7845c treewide: Replace open-coded flex arrays in unions by Kees Cook · 3 years, 5 months ago
- 553715fe can: peak_usb: pcan_usb_fd_decode_status(): remove unnecessary test on the nullity of a pointer by Stephane Grosjean · 3 years, 3 months ago
- 3d031ab can: peak_usb: pcan_usb_fd_decode_status(): fix back to ERROR_ACTIVE state notification by Stephane Grosjean · 3 years, 3 months ago
- 949fe9b can: peak_pci: peak_pci_remove(): fix UAF by Zheyu Ma · 3 years, 3 months ago
- 99d173f can: m_can: fix iomap_read_fifo() and iomap_write_fifo() by Aswath Govindraju · 3 years, 3 months ago
- f7c05c3 can: rcar_can: fix suspend/resume by Yoshihiro Shimoda · 3 years, 3 months ago
- c92a08c can: flexcan: Use struct_group() to zero struct flexcan_regs regions by Kees Cook · 3 years, 5 months ago
- dcc223e tty: remove file from tty_mode_ioctl by Jiri Slaby · 3 years, 4 months ago
- 28f194d tty: make tty_ldisc_ops::hangup return void by Jiri Slaby · 3 years, 4 months ago
- 644d0a5 can: c_can: fix null-ptr-deref on ioctl() by Tong Zhang · 3 years, 4 months ago
- 54d7a47 can: rcar_canfd: add __maybe_unused annotation to silence warning by Marc Kleine-Budde · 3 years, 4 months ago