aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/can/pch_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-07-21can: pch_can: pch_can_error(): initialize errc before using itVincent Mailhol1-1/+1
2022-07-20can: add CAN_ERR_CNT flag to notify availability of error counterVincent Mailhol1-0/+1
2022-07-20can: pch_can: do not report txerr and rxerr during bus-offVincent Mailhol1-3/+3
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-6/+3
2022-01-05can: do not increase rx_bytes statistics for RTR framesVincent Mailhol1-3/+3
2022-01-05can: do not copy the payload of RTR framesVincent Mailhol1-7/+8
2022-01-05can: do not increase rx statistics when generating a CAN rx error message frameVincent Mailhol1-3/+0
2021-12-07can: pch_can: pch_can_rx_normal: fix use after freeVincent Mailhol1-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-6/+6
2020-11-20can: rename get_can_dlc() macro with can_cc_dlc2len()Oliver Hartkopp1-2/+2
2020-09-21can: pch_can: use generic power managementVaibhav Gupta1-42/+21
2020-09-21can: drivers: fix spelling mistakesMarc Kleine-Budde1-2/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 340Thomas Gleixner1-12/+1
2015-11-23can: fix assignment of error location in CAN error messagesOliver Hartkopp1-2/+1
2015-01-20can: move can_stats.bus_off++ from can_bus_off into can_change_stateAndri Yngvason1-0/+1
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-03-17can: Unify MTU settings for CAN interfacesOliver Hartkopp1-0/+1
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-12-17can: Fix FSF address in file headersJeff Kirsher1-2/+1
2013-09-21can: pch_can: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-01-26can: pch_can: fix invalid error codesOlivier Sobrie1-1/+1
2012-12-03can: remove __dev* attributesBill Pemberton1-3/+3
2012-07-20can: mark bittiming_const pointer in struct can_priv as constMarc Kleine-Budde1-1/+1
2012-04-16net/can: use module_pci_driverAxel Lin1-11/+1
2012-02-04Merge branch 'master' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller1-1/+1
2012-02-03can: pch_can: Change company name OKI SEMICONDUCTOR to LAPIS SemiconductorTomoya MORINAGA1-1/+1
2012-02-03can: pch_can: fix error passive level testXi Wang1-1/+2
2011-05-10treewide: fix a few typos in commentsJustin P. Mattock1-1/+1
2011-02-09pch_can: fix tseg1/tseg2 setting issueTomoya MORINAGA1-2/+2
2011-02-08pch_can: fix module reload issue with MSITomoya1-0/+1
2011-02-08pch_can: fix rmmod issueTomoya1-1/+1
2011-02-08pch_can: fix 800k comms issueTomoya1-1/+1
2010-12-22pch_can: Fix array miss-pointing issueTomoya1-6/+8
2010-12-13pch_can: Replace netif_rx to netif_receive_skbTomoya1-1/+1
2010-12-13pch_can: Add setting TEC/REC statistics processingTomoya1-0/+3
2010-12-13pch_can: Optimize "if" condition in rx/tx processingTomoya1-16/+10
2010-12-13pch_can: Fix incorrect return processingTomoya1-9/+10
2010-12-13pch_can: Move MSI processing to probe/remove processingTomoya1-15/+14
2010-12-13pch_can: Comment optimizationTomoya1-7/+7
2010-12-13pch_can: Fix miss-setting status issueTomoya1-1/+1
2010-12-13pch_can: Fix bit timing calculation issueTomoya1-4/+2
2010-12-13pch_can: Delete unnecessary/redundant codeTomoya1-12/+1
2010-12-13pch_can: Fix coding rule violationTomoya1-24/+21
2010-12-13pch_can: Replace netdev_dbg instead of dev_dbg partlyTomoya1-8/+8
2010-12-13pch_can: Change Copyright and module descriptionTomoya1-2/+2