aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/can/at91_can.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-11-07can: dev: fix skb drop checkOliver Hartkopp1-1/+1
2022-07-28can: tree-wide: advertise software timestamping capabilitiesVincent Mailhol1-0/+6
2022-05-19can: can-dev: remove obsolete CAN LED supportOliver Hartkopp1-10/+0
2022-05-19can: can-dev: move to netif_napi_add_weight()Jakub Kicinski1-1/+1
2022-01-05can: do not increase tx_bytes statistics for RTR framesVincent Mailhol1-4/+4
2022-01-05can: do not increase rx_bytes statistics for RTR framesVincent Mailhol1-1/+3
2022-01-05can: do not increase rx statistics when generating a CAN rx error message frameVincent Mailhol1-6/+0
2021-10-24can: at91/janz-ican3: replace snprintf() in show functions with sysfs_emit()Qing Wang1-2/+2
2021-07-25net: at91_can: fix the comments style issuePeng Li1-28/+14
2021-07-25net: at91_can: remove redundant spacePeng Li1-1/+1
2021-07-25net: at91_can: add braces {} to all arms of the statementPeng Li1-7/+7
2021-07-25net: at91_can: fix the alignment issuePeng Li1-11/+13
2021-07-25net: at91_can: use BIT macroPeng Li1-13/+13
2021-07-25net: at91_can: fix the code style issue about macroPeng Li1-8/+8
2021-07-25net: at91_can: add blank line after declarationsPeng Li1-0/+3
2021-07-25net: at91_can: remove redundant blank linesPeng Li1-2/+0
2021-07-25can: at91_can: use DEVICE_ATTR_RW() helper macroZhen Lei1-5/+5
2021-05-27can: at91_can: silence clang warningMarc Kleine-Budde1-1/+1
2021-01-14can: dev: can_get_echo_skb(): extend to return can frame lengthMarc Kleine-Budde1-1/+1
2021-01-14can: dev: can_put_echo_skb(): extend to handle frame_lenVincent Mailhol1-1/+1
2020-11-20can: replace can_dlc as variable/element for payload lengthOliver Hartkopp1-7/+7
2020-11-20can: rename get_can_dlc() macro with can_cc_dlc2len()Oliver Hartkopp1-1/+1
2020-09-21can: drivers: fix spelling mistakesMarc Kleine-Budde1-4/+4
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2019-07-25can: mark expected switch fall-throughsGustavo A. R. Silva1-2/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 198Thomas Gleixner1-5/+1
2018-03-26drivers/net: Use octal not symbolic permissionsJoe Perches1-2/+1
2017-07-18net: can: at91_can: constify attribute_group structures.Arvind Yadav1-1/+1
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-1/+1
2016-06-20can: at91_can: RX queue could get stuck at high bus loadWolfgang Grandegger1-2/+3
2015-10-13can: at91: remove at91_can_dataAlexandre Belloni1-21/+0
2015-07-15can: at91_can: don't touch skb after netif_receive_skb()/netif_rx()Marc Kleine-Budde1-4/+4
2015-03-22can: at91_can: use endian agnostic IO accessorsBen Dooks1-2/+2
2015-01-21can: at91_can: remove unused variableMarc Kleine-Budde1-2/+0
2014-10-20net: can: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-09-18can: at91_can: add missing prepare and unprepare of the clockDavid Dueck1-3/+5
2014-03-17can: Unify MTU settings for CAN interfacesOliver Hartkopp1-0/+1
2014-02-11can: at91_can: add listen only modeYoann DI RUZZA1-2/+7
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2013-10-09can: at91-can: fix device to driver data mapping for platform devicesMarc Kleine-Budde1-2/+2
2013-09-21can: at91_can: use dev_get_platdata()Jingoo Han1-1/+1
2013-08-22can: at91_can: use platform_set_drvdata()Libo Chen1-1/+1
2013-06-27can: at91_can: Use of_match_ptr()Sachin Kamat1-3/+1
2013-06-03net: can: replace strict_strtoul() with kstrtoul()Jingoo Han1-1/+1
2013-05-16net: can: at91_can: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-03-27can: at91_can: add dt supportLudovic Desroches1-19/+57
2013-01-26can: at91_can: add LED trigger supportFabio Baltieri1-0/+10
2012-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-4/+5