summaryrefslogtreecommitdiffstats
path: root/drivers/net/can
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tty-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-01-121-2/+2
|\
| * Merge 5.16-rc6 into tty-nextGreg Kroah-Hartman2021-12-207-52/+173
| |\
| * | tty: remove file from tty_ldisc_ops::ioctl and compat_ioctlJiri Slaby2021-11-251-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-095-11/+19
|\ \ \
| * | | can: gs_usb: gs_can_start_xmit(): zero-initialize hf->{flags,reserved}Brian Silverman2022-01-091-0/+2
| * | | can: rcar_canfd: rcar_canfd_channel_probe(): make sure we free CAN network de...Lad Prabhakar2022-01-091-3/+2
| * | | can: xilinx_can: xcan_probe(): check for error irqJiasheng Jiang2022-01-091-1/+6
| * | | can: softing: softing_startstop(): fix set but not used variable warningMarc Kleine-Budde2022-01-091-5/+6
| * | | can: softing_cs: softingcs_probe(): fix memleak on registration failureJohan Hovold2022-01-081-1/+1
| * | | can: gs_usb: fix use of uninitialized variable, detach device on reception of...Marc Kleine-Budde2022-01-051-1/+2
| | |/ | |/|
* | | can: flexcan: add ethtool support to get rx/tx ring parametersDario Binacchi2022-01-081-0/+21
* | | can: flexcan: add ethtool support to change rx-rtr setting during runtimeMarc Kleine-Budde2022-01-084-99/+260
* | | can: flexcan: add more quirks to describe RX path capabilitiesMarc Kleine-Budde2022-01-081-12/+54
* | | can: flexcan: rename RX modesMarc Kleine-Budde2022-01-081-24/+24
* | | can: flexcan: allow to change quirks at runtimeDario Binacchi2022-01-081-27/+27
* | | can: flexcan: move driver into separate sub directoryMarc Kleine-Budde2022-01-083-1/+7
* | | can: mcp251xfd: introduce and make use of mcp251xfd_is_fd_mode()Marc Kleine-Budde2022-01-083-4/+9
* | | can: mcp251xfd: move ring init into separate functionMarc Kleine-Budde2022-01-084-255/+274
* | | can: mcp251xfd: move chip FIFO init into separate fileMarc Kleine-Budde2022-01-084-102/+121
* | | can: mcp251xfd: move TEF handling into separate fileMarc Kleine-Budde2022-01-084-261/+281
* | | can: mcp251xfd: move TX handling into separate fileMarc Kleine-Budde2022-01-084-187/+209
* | | can: mcp251xfd: move RX handling into separate fileMarc Kleine-Budde2022-01-084-244/+262
* | | can: mcp251xfd: mcp251xfd.h: sort function prototypesMarc Kleine-Budde2022-01-081-1/+1
* | | can: mcp251xfd: mcp251xfd_handle_rxovif(): denote RX overflow message to debu...Marc Kleine-Budde2022-01-081-5/+8
* | | can: mcp251xfd: mcp251xfd_open(): make use of pm_runtime_resume_and_get()Marc Kleine-Budde2022-01-081-4/+2
* | | can: mcp251xfd: mcp251xfd_open(): open_candev() firstMarc Kleine-Budde2022-01-081-8/+8
* | | can: mcp251xfd: add missing newline to printed stringsMarc Kleine-Budde2022-01-081-2/+2
* | | can: mcp251xfd: mcp251xfd_tef_obj_read(): fix typo in error messageMarc Kleine-Budde2022-01-081-1/+1
* | | can: mcp251xfd: remove double blank linesMarc Kleine-Budde2022-01-082-2/+0
* | | can: janz-ican3: initialize dlc variableTom Rix2022-01-081-1/+1
* | | can: netlink: report the CAN controller mode supported flagsVincent Mailhol2022-01-051-1/+30
* | | can: dev: add sanity check in can_set_static_ctrlmode()Vincent Mailhol2022-01-052-4/+10
* | | can: dev: replace can_priv::ctrlmode_static by can_get_static_ctrlmode()Vincent Mailhol2022-01-052-3/+4
* | | can: do not increase tx_bytes statistics for RTR framesVincent Mailhol2022-01-0531-173/+113
* | | can: do not increase rx_bytes statistics for RTR framesVincent Mailhol2022-01-0530-76/+110
* | | can: do not copy the payload of RTR framesVincent Mailhol2022-01-053-12/+14
* | | can: kvaser_usb: do not increase tx statistics when sending error message framesVincent Mailhol2022-01-051-1/+6
* | | can: do not increase rx statistics when generating a CAN rx error message frameVincent Mailhol2022-01-0527-108/+17
* | | can: etas_es58x: es58x_init_netdev: populate net_device::dev_portVincent Mailhol2022-01-051-0/+1
* | | can: sja1000: sp_probe(): use platform_get_irq() to get the interruptLad Prabhakar2022-01-051-7/+8
* | | can: ti_hecc: ti_hecc_probe(): use platform_get_irq() to get the interruptLad Prabhakar2022-01-051-5/+3
* | | can: kvaser_usb: make use of units.h in assignment of frequencyJimmy Assarsson2022-01-052-7/+9
* | | can: mcp251x: mcp251x_gpio_setup(): Get rid of duplicate of_node assignmentAndy Shevchenko2022-01-051-3/+0
* | | can: usb_8dev: remove unused member echo_skb from struct usb_8dev_privMarc Kleine-Budde2022-01-051-2/+0
* | | net: Don't include filter.h from net/sock.hJakub Kicinski2021-12-291-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-097-52/+173
|\| |
| * | can: kvaser_usb: get CAN clock frequency from deviceJimmy Assarsson2021-12-091-28/+73
| * | can: kvaser_pciefd: kvaser_pciefd_rx_error_frame(): increase correct stats->{...Jimmy Assarsson2021-12-091-1/+7
| * | can: m_can: pci: use custom bit timings for Elkhart LakeMatthias Schiffer2021-12-071-4/+44
| * | can: m_can: make custom bittiming fields constMatthias Schiffer2021-12-071-2/+2