summaryrefslogtreecommitdiff
path: root/drivers/net/can
AgeCommit message (Expand)AuthorFilesLines
2022-02-25can: rcar_canfd: rcar_canfd_channel_probe(): register the CAN device when ful...Lad Prabhakar1-3/+3
2022-02-25can: gs_usb: change active_channels's type from atomic_t to u8Vincent Mailhol1-5/+5
2022-02-25can: etas_es58x: change opened_channel_cnt's type from atomic_t to u8Vincent Mailhol2-7/+10
2022-01-24can: flexcan: mark RX via mailboxes as supported on MCF5441XMarc Kleine-Budde2-1/+2
2022-01-24can: tcan4x5x: regmap: fix max register valueMarc Kleine-Budde1-1/+1
2022-01-24can: m_can: m_can_fifo_{read,write}: don't read or write from/to FIFO if leng...Marc Kleine-Budde1-0/+6
2022-01-12Merge tag 'tty-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-2/+2
2022-01-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-11/+19
2022-01-09can: gs_usb: gs_can_start_xmit(): zero-initialize hf->{flags,reserved}Brian Silverman1-0/+2
2022-01-09can: rcar_canfd: rcar_canfd_channel_probe(): make sure we free CAN network de...Lad Prabhakar1-3/+2
2022-01-09can: xilinx_can: xcan_probe(): check for error irqJiasheng Jiang1-1/+6
2022-01-09can: softing: softing_startstop(): fix set but not used variable warningMarc Kleine-Budde1-5/+6
2022-01-09can: softing_cs: softingcs_probe(): fix memleak on registration failureJohan Hovold1-1/+1
2022-01-08can: flexcan: add ethtool support to get rx/tx ring parametersDario Binacchi1-0/+21
2022-01-08can: flexcan: add ethtool support to change rx-rtr setting during runtimeMarc Kleine-Budde4-99/+260
2022-01-08can: flexcan: add more quirks to describe RX path capabilitiesMarc Kleine-Budde1-12/+54
2022-01-08can: flexcan: rename RX modesMarc Kleine-Budde1-24/+24
2022-01-08can: flexcan: allow to change quirks at runtimeDario Binacchi1-27/+27
2022-01-08can: flexcan: move driver into separate sub directoryMarc Kleine-Budde3-1/+7
2022-01-08can: mcp251xfd: introduce and make use of mcp251xfd_is_fd_mode()Marc Kleine-Budde3-4/+9
2022-01-08can: mcp251xfd: move ring init into separate functionMarc Kleine-Budde4-255/+274
2022-01-08can: mcp251xfd: move chip FIFO init into separate fileMarc Kleine-Budde4-102/+121
2022-01-08can: mcp251xfd: move TEF handling into separate fileMarc Kleine-Budde4-261/+281
2022-01-08can: mcp251xfd: move TX handling into separate fileMarc Kleine-Budde4-187/+209
2022-01-08can: mcp251xfd: move RX handling into separate fileMarc Kleine-Budde4-244/+262
2022-01-08can: mcp251xfd: mcp251xfd.h: sort function prototypesMarc Kleine-Budde1-1/+1
2022-01-08can: mcp251xfd: mcp251xfd_handle_rxovif(): denote RX overflow message to debu...Marc Kleine-Budde1-5/+8
2022-01-08can: mcp251xfd: mcp251xfd_open(): make use of pm_runtime_resume_and_get()Marc Kleine-Budde1-4/+2
2022-01-08can: mcp251xfd: mcp251xfd_open(): open_candev() firstMarc Kleine-Budde1-8/+8
2022-01-08can: mcp251xfd: add missing newline to printed stringsMarc Kleine-Budde1-2/+2
2022-01-08can: mcp251xfd: mcp251xfd_tef_obj_read(): fix typo in error messageMarc Kleine-Budde1-1/+1
2022-01-08can: mcp251xfd: remove double blank linesMarc Kleine-Budde2-2/+0
2022-01-08can: janz-ican3: initialize dlc variableTom Rix1-1/+1
2022-01-05can: gs_usb: fix use of uninitialized variable, detach device on reception of...Marc Kleine-Budde1-1/+2
2022-01-05can: netlink: report the CAN controller mode supported flagsVincent Mailhol1-1/+30
2022-01-05can: dev: add sanity check in can_set_static_ctrlmode()Vincent Mailhol2-4/+10
2022-01-05can: dev: replace can_priv::ctrlmode_static by can_get_static_ctrlmode()Vincent Mailhol2-3/+4
2022-01-05can: do not increase tx_bytes statistics for RTR framesVincent Mailhol31-173/+113
2022-01-05can: do not increase rx_bytes statistics for RTR framesVincent Mailhol30-76/+110
2022-01-05can: do not copy the payload of RTR framesVincent Mailhol3-12/+14
2022-01-05can: kvaser_usb: do not increase tx statistics when sending error message framesVincent Mailhol1-1/+6
2022-01-05can: do not increase rx statistics when generating a CAN rx error message frameVincent Mailhol27-108/+17
2022-01-05can: etas_es58x: es58x_init_netdev: populate net_device::dev_portVincent Mailhol1-0/+1
2022-01-05can: sja1000: sp_probe(): use platform_get_irq() to get the interruptLad Prabhakar1-7/+8
2022-01-05can: ti_hecc: ti_hecc_probe(): use platform_get_irq() to get the interruptLad Prabhakar1-5/+3
2022-01-05can: kvaser_usb: make use of units.h in assignment of frequencyJimmy Assarsson2-7/+9
2022-01-05can: mcp251x: mcp251x_gpio_setup(): Get rid of duplicate of_node assignmentAndy Shevchenko1-3/+0
2022-01-05can: usb_8dev: remove unused member echo_skb from struct usb_8dev_privMarc Kleine-Budde1-2/+0
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski1-0/+1
2021-12-20Merge 5.16-rc6 into tty-nextGreg Kroah-Hartman7-52/+173