summaryrefslogtreecommitdiffstats
path: root/drivers/net/can
AgeCommit message (Expand)AuthorFilesLines
2022-07-03can: slcan: extend the protocol with CAN state infoDario Binacchi1-1/+73
2022-07-03can: slcan: extend the protocol with error infoDario Binacchi1-1/+139
2022-07-03can: slcan: add ethtool support to reset adapter errorsDario Binacchi4-0/+120
2022-07-03can: slcan: move driver into separate sub directoryDario Binacchi3-1/+7
2022-07-03can: slcan: send the open/close commands to the adapterDario Binacchi1-2/+22
2022-07-03can: slcan: set bitrate by CAN device driver APIDario Binacchi1-3/+38
2022-07-03can: slcan: allow to send commands to the adapterDario Binacchi1-1/+45
2022-07-03can: slcan: use CAN network device driver APIDario Binacchi2-62/+60
2022-07-03can: netlink: dump bitrate 0 if can_priv::bittiming.bitrate is -1UDario Binacchi1-1/+2
2022-07-03can: slcan: use the alloc_can_skb() helperDario Binacchi1-37/+33
2022-07-03can: slcan: use netdev helpers to print out messagesDario Binacchi1-3/+2
2022-07-03can: slcan: use the BIT() helperDario Binacchi1-1/+1
2022-06-28can: ctucanfd: ctucan_interrupt(): fix typoMarc Kleine-Budde1-1/+1
2022-06-27can: can327: CAN/ldisc driver for ELM327 based OBD-II adaptersMax Staudt3-0/+1156
2022-06-25can/esd_usb: Update to copyright, M_AUTHOR and M_DESCRIPTIONFrank Jungclaus1-4/+6
2022-06-25can/esd_usb: Fixed some checkpatch.pl warningsFrank Jungclaus1-23/+8
2022-06-25can/esd_usb: Rename all terms USB2 to USBFrank Jungclaus1-104/+109
2022-06-25can/esd_usb2: Rename esd_usb2.c to esd_usb.cFrank Jungclaus3-5/+12
2022-06-13can: netlink: allow configuring of fixed data bit rates without need for do_s...Marc Kleine-Budde1-1/+2
2022-06-11can: etas_es58x: fix signedness of USB RX and TX pipesVincent Mailhol1-2/+2
2022-06-11can: etas_es58x: replace es58x_device::rx_max_packet_size by usb_maxpacket()Vincent Mailhol2-5/+2
2022-06-11can: skb: drop tx skb if in listen only modeVincent Mailhol1-1/+8
2022-06-11can: skb: move can_dropped_invalid_skb() and can_skb_headroom_valid() to skb.cVincent Mailhol1-0/+58
2022-06-11net: Kconfig: move the CAN device menu to the "Device Drivers" sectionVincent Mailhol1-0/+1
2022-06-11can: Kconfig: add CONFIG_CAN_RX_OFFLOADVincent Mailhol4-1/+8
2022-06-11can: bittiming: move bittiming calculation functions to calc_bittiming.cVincent Mailhol4-197/+207
2022-06-11can: Kconfig: turn menu "CAN Device Drivers" into a menuconfig using CAN_DEVVincent Mailhol4-18/+43
2022-06-11can: Kconfig: rename config symbol CAN_DEV into CAN_NETLINKVincent Mailhol2-8/+12
2022-06-11can: netlink: allow configuring of fixed bit rates without need for do_set_bi...Marc Kleine-Budde1-1/+2
2022-06-11can: m_can: fix typo prescalar -> prescalerMarc Kleine-Budde1-2/+2
2022-06-11can: xilinx_can: fix typo prescalar -> prescalerMarc Kleine-Budde1-3/+3
2022-06-11can: xilinx_can: add Transmitter Delay Compensation (TDC) feature supportSrinivas Neeli1-5/+61
2022-05-23can: ctucanfd: platform: add missing dependency to HAS_IOMEMMarc Kleine-Budde1-1/+1
2022-05-23can: kvaser_usb: silence a GCC 12 -Warray-bounds warningJakub Kicinski1-0/+5
2022-05-23can: peak_usb: fix typo in commentJulia Lawall1-1/+1
2022-05-19can: mcp251xfd: silence clang's -Wunaligned-access warningVincent Mailhol1-1/+1
2022-05-19can: can-dev: remove obsolete CAN LED supportOliver Hartkopp22-316/+2
2022-05-19can: can-dev: move to netif_napi_add_weight()Jakub Kicinski10-12/+14
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-65/+10
2022-05-16can: slcan: slc_xmit(): use can_dropped_invalid_skb() instead of manual checkVincent Mailhol1-2/+2
2022-05-16can: ctucanfd: Let users select instead of depend on CAN_CTUCANFDGeert Uytterhoeven1-3/+3
2022-05-14can: m_can: remove support for custom bit timing, take #2Jarkko Nikula2-21/+6
2022-05-14Revert "can: m_can: pci: use custom bit timings for Elkhart Lake"Jarkko Nikula1-44/+4
2022-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-22/+24
2022-05-02can: ctucanfd: remove PCI module debug parametersPavel Pisa1-16/+6
2022-05-02can: ctucanfd: remove debug statementsPavel Pisa1-26/+0
2022-05-02can: ctucanfd: remove inline keyword from local static functionsPavel Pisa1-4/+3
2022-05-02can: ctucanfd: ctucan_platform_probe(): remove unnecessary print function dev...Jiapeng Chong1-1/+0
2022-05-02can: ctucanfd: remove unused including <linux/version.h>Jiapeng Chong1-1/+0
2022-05-02can: m_can: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski1-6/+3