summaryrefslogtreecommitdiffstats
path: root/drivers/net/can/janz-ican3.c
Commit message (Expand)AuthorAgeFilesLines
* can: janz-ican3: Convert to platform remove callback returning voidUwe Kleine-König2023-05-151-4/+2
* can: dev: fix skb drop checkOliver Hartkopp2022-11-071-1/+1
* can: tree-wide: advertise software timestamping capabilitiesVincent Mailhol2022-07-281-0/+6
* can: janz-ican3: add software tx timestampVincent Mailhol2022-07-281-0/+2
* can: add CAN_ERR_CNT flag to notify availability of error counterVincent Mailhol2022-07-201-2/+2
* can: can-dev: move to netif_napi_add_weight()Jakub Kicinski2022-05-191-1/+1
* can: janz-ican3: initialize dlc variableTom Rix2022-01-081-1/+1
* can: do not increase tx_bytes statistics for RTR framesVincent Mailhol2022-01-051-1/+2
* can: do not increase rx_bytes statistics for RTR framesVincent Mailhol2022-01-051-1/+2
* can: at91/janz-ican3: replace snprintf() in show functions with sysfs_emit()Qing Wang2021-10-241-1/+1
* can: janz-ican3: use DEVICE_ATTR_RO/RW() helper macroZhen Lei2021-07-251-12/+11
* 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-2/+2
* treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
* net: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-07-301-1/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* can: janz-ican3: fix ican3_xmit()'s return typeLuc Van Oostenryck2018-07-271-1/+1
* drivers/net: Use octal not symbolic permissionsJoe Perches2018-03-261-3/+3
* net: can: janz-ican3: constify attribute_group structures.Arvind Yadav2017-07-181-1/+1
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1
* can: janz-ican3: error handling for CAL/CANopen firmwareAndreas Gröger2016-05-091-9/+95
* can: remove obsolete assignment for CAN protocol error typeOliver Hartkopp2015-11-231-1/+0
* can: janz-ican3: add support for CAL/CANopen firmwareAndreas Gröger2015-05-061-37/+88
* can: janz-ican3: fix type mismatch in assignmentNicholas Mc Guire2015-02-041-4/+2
* can: move can_stats.bus_off++ from can_bus_off into can_change_stateAndri Yngvason2015-01-201-0/+1
* net: can: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* can: Unify MTU settings for CAN interfacesOliver Hartkopp2014-03-171-0/+1
* can: janz-ican3: convert dev_<level> printing to netdev_<level>Marc Kleine-Budde2014-03-071-34/+30
* Merge tag 'linux-can-fixes-for-3.14-20140129' of git://gitorious.org/linux-ca...David S. Miller2014-01-301-1/+1
|\
| * can: janz-ican3: fix uninitialized variable warningsIra W. Snyder2014-01-291-1/+1
* | can: add destructor for self generated skbsOliver Hartkopp2014-01-301-14/+4
|/
* drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-161-1/+0
* can: janz-ican3: use dev_get_platdata()Jingoo Han2013-09-211-1/+1
* net: can: replace strict_strtoul() with kstrtoul()Jingoo Han2013-06-031-1/+1
* can: remove __dev* attributesBill Pemberton2012-12-031-12/+12
* can: janz-ican3: Fix the usage of wait_for_completion_timeoutChuansheng Liu2012-11-151-2/+2
* can: janz-ican3: fix support for older hardware revisionsIra W. Snyder2012-09-211-3/+1
* can: janz-ican3: add support for one shot modeIra W. Snyder2012-07-201-1/+7
* can: janz-ican3: avoid firmware lockup caused by infinite bus error quotaIra W. Snyder2012-07-201-1/+11
* can: janz-ican3: fix support for CAN_RAW_RECV_OWN_MSGSIra W. Snyder2012-07-201-46/+157
* can: janz-ican3: fix error and byte countersIra W. Snyder2012-07-201-5/+6
* can: janz-ican3: cleanup of ican3_to_can_frame and can_frame_to_ican3Marc Kleine-Budde2012-07-201-5/+5
* can: janz-ican3: drop invalid skbsIra W. Snyder2012-07-201-0/+3
* can: janz-ican3: remove dead codeIra W. Snyder2012-07-201-2/+0
* can: mark bittiming_const pointer in struct can_priv as constMarc Kleine-Budde2012-07-201-1/+1
* net/can: convert drivers/net/can/* to use module_platform_driver()Axel Lin2011-11-291-12/+1
* net: remove mm.h inclusion from netdevice.hAlexey Dobriyan2011-06-211-0/+1
* mfd: Use mfd cell platform_data for janz cells platform bitsSamuel Ortiz2011-05-261-2/+1
* Fix common misspellingsLucas De Marchi2011-03-311-4/+4
* mfd: mfd_cell is now implicitly available to janz driversAndres Salomon2011-03-231-1/+2