summaryrefslogtreecommitdiffstats
path: root/drivers/net/can/c_can (follow)
Commit message (Expand)AuthorAgeFilesLines
* can: do not increase tx_bytes statistics for RTR framesVincent Mailhol2022-01-052-6/+2
* can: do not increase rx_bytes statistics for RTR framesVincent Mailhol2022-01-051-2/+2
* can: do not increase rx statistics when generating a CAN rx error message frameVincent Mailhol2022-01-051-5/+0
* ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-221-1/+3
* can: c_can: fix null-ptr-deref on ioctl()Tong Zhang2021-09-071-3/+1
* can: c_can: cache frames to operate as a true FIFODario Binacchi2021-08-192-15/+19
* can: c_can: support tx ring algorithmDario Binacchi2021-08-192-18/+82
* can: c_can: exit c_can_do_tx() early if no frames have been sentDario Binacchi2021-08-191-5/+6
* can: c_can: remove struct c_can_priv::priv fieldDario Binacchi2021-08-192-2/+0
* can: c_can: rename IF_RX -> IF_NAPIMarc Kleine-Budde2021-08-191-12/+14
* can: c_can: c_can_do_tx(): fix typo in commentMarc Kleine-Budde2021-08-191-1/+1
* can: c_can: add ethtool supportDario Binacchi2021-05-274-0/+51
* can: c_can: remove unused variable struct c_can_priv::rxmaskedDario Binacchi2021-05-272-2/+0
* can: c_can: remove unused enum BOSCH_C_CAN_PLATFORMMarc Kleine-Budde2021-04-071-1/+0
* can: c_can: add support to 64 message objectsDario Binacchi2021-03-304-16/+28
* can: c_can: prepare to up the message objects numberDario Binacchi2021-03-304-34/+43
* can: c_can: use 32-bit write to set arbitration registerDario Binacchi2021-03-301-2/+1
* can: c_can: add a comment about IF_RX interface's useDario Binacchi2021-03-301-0/+5
* can: c_can: fix indentationDario Binacchi2021-03-301-1/+1
* can: c_can: remove unused codeDario Binacchi2021-03-302-6/+1
* can: c_can: fix remaining checkpatch warningsMarc Kleine-Budde2021-03-302-2/+3
* can: c_can: replace double assignments by two single onesMarc Kleine-Budde2021-03-301-2/+4
* can: c_can: fix print formating stringMarc Kleine-Budde2021-03-301-2/+1
* can: c_can: fix indentionMarc Kleine-Budde2021-03-303-19/+19
* can: c_can: remove unnecessary blank lines and add suggested onesMarc Kleine-Budde2021-03-302-2/+1
* can: c_can: convert block comments to network style commentsMarc Kleine-Budde2021-03-302-37/+18
* can: c_can: move runtime PM enable/disable to c_can_platformTong Zhang2021-03-162-24/+6
* can: c_can_pci: c_can_pci_remove(): fix use-after-freeTong Zhang2021-03-161-1/+2
* can: dev: can_get_echo_skb(): extend to return can frame lengthMarc Kleine-Budde2021-01-141-1/+1
* can: dev: can_put_echo_skb(): extend to handle frame_lenVincent Mailhol2021-01-141-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-041-4/+14
|\
| * can: c_can: c_can_power_up(): fix error handlingZhang Qilong2020-11-301-4/+14
* | can: replace can_dlc as variable/element for payload lengthOliver Hartkopp2020-11-201-10/+10
* | can: rename get_can_dlc() macro with can_cc_dlc2len()Oliver Hartkopp2020-11-201-1/+1
|/
* can: c_can: reg_map_{c,d}_can: mark as __maybe_unusedMarc Kleine-Budde2020-10-061-2/+2
* can: c_can: Remove unused inline functionYueHaibing2020-09-211-9/+0
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-131-2/+2
* can: c_can: c_can_plaform: fix checkpatch warningsMarc Kleine-Budde2019-11-111-10/+11
* can: c_can: C_CAN: add bus recovery eventsJeroen Hofstee2019-11-041-2/+18
* can: c_can: D_CAN: c_can_chip_config(): perform a sofware reset on openJeroen Hofstee2019-11-041-0/+26
* can: c_can: c_can_poll(): only read status register after status IRQKurt Van Dijck2019-11-042-5/+21
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* can: c_can_pci: make c_can_pci_data constBhumika Goyal2017-12-011-2/+2
* can: c_can: don't indicate triple sampling support for D_CANRichard Schütz2017-11-102-2/+0
* can: constify platform_device_idArvind Yadav2017-08-141-1/+1
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1
* can: c_can_pci: fix null-pointer-deref in c_can_start() - set device pointerEinar Jón2017-01-181-0/+1
* can: c_can: Update D_CAN TX and RX functions to 32 bit - fix Altera Cyclone a...Thor Thayer2016-06-201-7/+31
* can: remove obsolete assignment for CAN protocol error typeOliver Hartkopp2015-11-231-1/+0
* can: fix assignment of error location in CAN error messagesOliver Hartkopp2015-11-231-4/+2