summaryrefslogtreecommitdiffstats
path: root/drivers/net/can/pch_can.c
Commit message (Expand)AuthorAgeFilesLines
* can: remove obsolete PCH CAN driverOliver Hartkopp2022-10-191-1249/+0
* can: tree-wide: advertise software timestamping capabilitiesVincent Mailhol2022-07-281-0/+6
* can: pch_can: pch_can_error(): initialize errc before using itVincent Mailhol2022-07-211-1/+1
* can: add CAN_ERR_CNT flag to notify availability of error counterVincent Mailhol2022-07-201-0/+1
* can: pch_can: do not report txerr and rxerr during bus-offVincent Mailhol2022-07-201-3/+3
* can: can-dev: move to netif_napi_add_weight()Jakub Kicinski2022-05-191-1/+1
* can: do not increase tx_bytes statistics for RTR framesVincent Mailhol2022-01-051-6/+3
* can: do not increase rx_bytes statistics for RTR framesVincent Mailhol2022-01-051-3/+3
* can: do not copy the payload of RTR framesVincent Mailhol2022-01-051-7/+8
* can: do not increase rx statistics when generating a CAN rx error message frameVincent Mailhol2022-01-051-3/+0
* can: pch_can: pch_can_rx_normal: fix use after freeVincent Mailhol2021-12-071-1/+1
* 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
* can: replace can_dlc as variable/element for payload lengthOliver Hartkopp2020-11-201-6/+6
* can: rename get_can_dlc() macro with can_cc_dlc2len()Oliver Hartkopp2020-11-201-2/+2
* can: pch_can: use generic power managementVaibhav Gupta2020-09-211-42/+21
* can: drivers: fix spelling mistakesMarc Kleine-Budde2020-09-211-2/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 340Thomas Gleixner2019-06-051-12/+1
* can: fix assignment of error location in CAN error messagesOliver Hartkopp2015-11-231-2/+1
* can: move can_stats.bus_off++ from can_bus_off into can_change_stateAndri Yngvason2015-01-201-0/+1
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* can: Unify MTU settings for CAN interfacesOliver Hartkopp2014-03-171-0/+1
* drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-161-1/+0
* can: Fix FSF address in file headersJeff Kirsher2013-12-171-2/+1
* can: pch_can: remove unnecessary pci_set_drvdata()Jingoo Han2013-09-211-1/+0
* can: pch_can: fix invalid error codesOlivier Sobrie2013-01-261-1/+1
* can: remove __dev* attributesBill Pemberton2012-12-031-3/+3
* can: mark bittiming_const pointer in struct can_priv as constMarc Kleine-Budde2012-07-201-1/+1
* net/can: use module_pci_driverAxel Lin2012-04-161-11/+1
* Merge branch 'master' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller2012-02-041-1/+1
|\
| * can: pch_can: Change company name OKI SEMICONDUCTOR to LAPIS SemiconductorTomoya MORINAGA2012-02-031-1/+1
* | can: pch_can: fix error passive level testXi Wang2012-02-031-1/+2
|/
* treewide: fix a few typos in commentsJustin P. Mattock2011-05-101-1/+1
* pch_can: fix tseg1/tseg2 setting issueTomoya MORINAGA2011-02-091-2/+2
* pch_can: fix module reload issue with MSITomoya2011-02-081-0/+1
* pch_can: fix rmmod issueTomoya2011-02-081-1/+1
* pch_can: fix 800k comms issueTomoya2011-02-081-1/+1
* pch_can: Fix array miss-pointing issueTomoya2010-12-221-6/+8
* pch_can: Replace netif_rx to netif_receive_skbTomoya2010-12-131-1/+1
* pch_can: Add setting TEC/REC statistics processingTomoya2010-12-131-0/+3
* pch_can: Optimize "if" condition in rx/tx processingTomoya2010-12-131-16/+10
* pch_can: Fix incorrect return processingTomoya2010-12-131-9/+10
* pch_can: Move MSI processing to probe/remove processingTomoya2010-12-131-15/+14
* pch_can: Comment optimizationTomoya2010-12-131-7/+7
* pch_can: Fix miss-setting status issueTomoya2010-12-131-1/+1
* pch_can: Fix bit timing calculation issueTomoya2010-12-131-4/+2
* pch_can: Delete unnecessary/redundant codeTomoya2010-12-131-12/+1
* pch_can: Fix coding rule violationTomoya2010-12-131-24/+21
* pch_can: Replace netdev_dbg instead of dev_dbg partlyTomoya2010-12-131-8/+8
* pch_can: Change Copyright and module descriptionTomoya2010-12-131-2/+2