summary refs log tree commit diff
path: root/drivers/net/can
AgeCommit message (Expand)Author
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-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-09can: kvaser_usb: get CAN clock frequency from deviceJimmy Assarsson
2021-12-09can: kvaser_pciefd: kvaser_pciefd_rx_error_frame(): increase correct stats->{...Jimmy Assarsson
2021-12-08can: hi311x: hi3110_can_probe(): convert to use dev_err_probe()Andy Shevchenko
2021-12-08can: hi311x: hi3110_can_probe(): make use of device property APIAndy Shevchenko
2021-12-08can: hi311x: hi3110_can_probe(): try to get crystal clock rate from propertyAndy Shevchenko
2021-12-08can: hi311x: hi3110_can_probe(): use devm_clk_get_optional() to get the input...Andy Shevchenko
2021-12-08can: sun4i_can: add support for R40 CAN controllerEvgeny Boger
2021-12-08can: bittiming: replace CAN units with the generic ones from linux/units.hVincent Mailhol
2021-12-07can: m_can: pci: use custom bit timings for Elkhart LakeMatthias Schiffer
2021-12-07can: m_can: make custom bittiming fields constMatthias Schiffer
2021-12-07Revert "can: m_can: remove support for custom bit timing"Matthias Schiffer
2021-12-07can: m_can: pci: fix incorrect reference clock rateMatthias Schiffer
2021-12-07can: m_can: pci: fix iomap_read_fifo() and iomap_write_fifo()Matthias Schiffer
2021-12-07can: m_can: m_can_read_fifo: fix memory leak in error branchVincent Mailhol
2021-12-07can: m_can: Disable and ignore ELO interruptBrian Silverman
2021-12-07can: sja1000: fix use after free in ems_pcmcia_add_card()Dan Carpenter
2021-12-07can: pch_can: pch_can_rx_normal: fix use after freeVincent Mailhol
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen
2021-11-11Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-11-06can: mcp251xfd: mcp251xfd_chip_start(): fix error handling for mcp251xfd_chip...Marc Kleine-Budde
2021-11-06can: mcp251xfd: mcp251xfd_irq(): add missing can_rx_offload_threaded_irq_fini...Marc Kleine-Budde
2021-11-06can: peak_usb: exchange the order of information messagesStephane Grosjean
2021-11-06can: peak_usb: always ask for BERR reporting for PCAN-USB devicesStephane Grosjean
2021-11-06can: etas_es58x: es58x_rx_err_msg(): fix memory leak in error pathVincent Mailhol
2021-11-04Merge tag 'tty-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-11-01Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-10-24can: xilinx_can: xcan_remove(): remove redundant netif_napi_del()Dongliang Mu
2021-10-24can: xilinx_can: remove repeated word from the kernel-docMichal Simek
2021-10-24can: peak_usb: CANFD: store 64-bits hw timestampsStephane Grosjean
2021-10-24can: gs_usb: use %u to print unsigned valuesMarc Kleine-Budde
2021-10-24can: mscan: mpc5xxx_can: Make use of the helper function dev_err_probe()Cai Huoqing
2021-10-24can: rcar: drop unneeded ARM dependencyGeert Uytterhoeven
2021-10-24can: at91/janz-ican3: replace snprintf() in show functions with sysfs_emit()Qing Wang