summaryrefslogtreecommitdiff
path: root/drivers/net/can
AgeCommit message (Expand)Author
2022-02-25can: rcar_canfd: rcar_canfd_channel_probe(): register the CAN device when ful...Lad Prabhakar
2022-02-25can: gs_usb: change active_channels's type from atomic_t to u8Vincent Mailhol
2022-02-25can: etas_es58x: change opened_channel_cnt's type from atomic_t to u8Vincent Mailhol
2022-01-24can: flexcan: mark RX via mailboxes as supported on MCF5441XMarc Kleine-Budde
2022-01-24can: tcan4x5x: regmap: fix max register valueMarc Kleine-Budde
2022-01-24can: m_can: m_can_fifo_{read,write}: don't read or write from/to FIFO if leng...Marc Kleine-Budde
2022-01-12Merge tag 'tty-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2022-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-01-09can: gs_usb: gs_can_start_xmit(): zero-initialize hf->{flags,reserved}Brian Silverman
2022-01-09can: rcar_canfd: rcar_canfd_channel_probe(): make sure we free CAN network de...Lad Prabhakar
2022-01-09can: xilinx_can: xcan_probe(): check for error irqJiasheng Jiang
2022-01-09can: softing: softing_startstop(): fix set but not used variable warningMarc Kleine-Budde
2022-01-08can: softing_cs: softingcs_probe(): fix memleak on registration failureJohan Hovold
2022-01-08can: flexcan: add ethtool support to get rx/tx ring parametersDario Binacchi
2022-01-08can: flexcan: add ethtool support to change rx-rtr setting during runtimeMarc Kleine-Budde
2022-01-08can: flexcan: add more quirks to describe RX path capabilitiesMarc Kleine-Budde
2022-01-08can: flexcan: rename RX modesMarc Kleine-Budde
2022-01-08can: flexcan: allow to change quirks at runtimeDario Binacchi
2022-01-08can: flexcan: move driver into separate sub directoryMarc Kleine-Budde
2022-01-08can: mcp251xfd: introduce and make use of mcp251xfd_is_fd_mode()Marc Kleine-Budde
2022-01-08can: mcp251xfd: move ring init into separate functionMarc Kleine-Budde
2022-01-08can: mcp251xfd: move chip FIFO init into separate fileMarc Kleine-Budde
2022-01-08can: mcp251xfd: move TEF handling into separate fileMarc Kleine-Budde
2022-01-08can: mcp251xfd: move TX handling into separate fileMarc Kleine-Budde
2022-01-08can: mcp251xfd: move RX handling into separate fileMarc Kleine-Budde
2022-01-08can: mcp251xfd: mcp251xfd.h: sort function prototypesMarc Kleine-Budde
2022-01-08can: mcp251xfd: mcp251xfd_handle_rxovif(): denote RX overflow message to debu...Marc Kleine-Budde
2022-01-08can: mcp251xfd: mcp251xfd_open(): make use of pm_runtime_resume_and_get()Marc Kleine-Budde
2022-01-08can: mcp251xfd: mcp251xfd_open(): open_candev() firstMarc Kleine-Budde
2022-01-08can: mcp251xfd: add missing newline to printed stringsMarc Kleine-Budde
2022-01-08can: mcp251xfd: mcp251xfd_tef_obj_read(): fix typo in error messageMarc Kleine-Budde
2022-01-08can: mcp251xfd: remove double blank linesMarc Kleine-Budde
2022-01-08can: janz-ican3: initialize dlc variableTom Rix
2022-01-05can: gs_usb: fix use of uninitialized variable, detach device on reception of...Marc Kleine-Budde
2022-01-05can: netlink: report the CAN controller mode supported flagsVincent Mailhol
2022-01-05can: dev: add sanity check in can_set_static_ctrlmode()Vincent Mailhol
2022-01-05can: dev: replace can_priv::ctrlmode_static by can_get_static_ctrlmode()Vincent Mailhol
2022-01-05can: do not increase tx_bytes statistics for RTR framesVincent Mailhol
2022-01-05can: do not increase rx_bytes statistics for RTR framesVincent Mailhol
2022-01-05can: do not copy the payload of RTR framesVincent Mailhol
2022-01-05can: kvaser_usb: do not increase tx statistics when sending error message framesVincent Mailhol
2022-01-05can: do not increase rx statistics when generating a CAN rx error message frameVincent Mailhol
2022-01-05can: etas_es58x: es58x_init_netdev: populate net_device::dev_portVincent Mailhol
2022-01-05can: sja1000: sp_probe(): use platform_get_irq() to get the interruptLad Prabhakar
2022-01-05can: ti_hecc: ti_hecc_probe(): use platform_get_irq() to get the interruptLad Prabhakar
2022-01-05can: kvaser_usb: make use of units.h in assignment of frequencyJimmy Assarsson
2022-01-05can: mcp251x: mcp251x_gpio_setup(): Get rid of duplicate of_node assignmentAndy Shevchenko
2022-01-05can: usb_8dev: remove unused member echo_skb from struct usb_8dev_privMarc Kleine-Budde
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski
2021-12-20Merge 5.16-rc6 into tty-nextGreg Kroah-Hartman