summaryrefslogtreecommitdiff
path: root/drivers/net/can/sja1000/sja1000.c
AgeCommit message (Expand)Author
2023-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-06can: sja1000: Always restart the Tx queue after an overrunMiquel Raynal
2023-10-04can: sja1000: Fix commentMiquel Raynal
2023-06-22can: sja1000: Prevent overrun stalls with a soft reset on Renesas SoCsMiquel Raynal
2023-06-22can: sja1000: Prepare the use of a threaded handlerMiquel Raynal
2022-11-07can: dev: fix skb drop checkOliver Hartkopp
2022-09-05can: sja1000: remove redundant variable retJinpeng Cui
2022-07-28can: tree-wide: advertise software timestamping capabilitiesVincent Mailhol
2022-07-20can: add CAN_ERR_CNT flag to notify availability of error counterVincent Mailhol
2022-07-20can: sja1000: do not report txerr and rxerr during bus-offVincent Mailhol
2022-07-19can: sja1000: Add Quirk for RZ/N1 SJA1000 CAN controllerBiju Das
2022-05-19can: can-dev: remove obsolete CAN LED supportOliver Hartkopp
2022-01-05can: do not increase tx_bytes statistics for RTR framesVincent Mailhol
2022-01-05can: do not increase rx_bytes statistics for RTR framesVincent Mailhol
2022-01-05can: do not increase rx statistics when generating a CAN rx error message frameVincent Mailhol
2021-03-30can: dev: can_free_echo_skb(): extend to return can frame lengthMarc Kleine-Budde
2021-01-14can: dev: can_get_echo_skb(): extend to return can frame lengthMarc Kleine-Budde
2021-01-14can: dev: can_put_echo_skb(): extend to handle frame_lenVincent Mailhol
2020-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-11-30can: sja1000: sja1000_err(): don't count arbitration lose as an errorJeroen Hofstee
2020-11-20can: drivers: add len8_dlc support for various CAN adaptersOliver Hartkopp
2020-11-20can: replace can_dlc as variable/element for payload lengthOliver Hartkopp
2020-11-20can: rename get_can_dlc() macro with can_cc_dlc2len()Oliver Hartkopp
2016-05-09can: sja1000: Fix error location forwardingAlexander Gerasiov
2015-11-23can: remove obsolete assignment for CAN protocol error typeOliver Hartkopp
2015-11-23can: sja1000: clear interrupts on startMirza Krak
2015-07-15can: sja1000: don't touch skb after netif_rx()Marc Kleine-Budde
2014-12-07can: sja1000: Consolidate and unify state change handlingAndri Yngvason
2014-08-21can: sja1000: Validate initialization state in start methodMirza Krak
2014-07-15can: sja1000: Add support for CAN_CTRLMODE_PRESUME_ACKNikita Edward Baruzdin
2014-07-15can: sja1000: Add support for CAN_CTRLMODE_LOOPBACKNikita Edward Baruzdin
2014-03-17can: Unify MTU settings for CAN interfacesOliver Hartkopp
2014-02-04can: sja1000: convert printk to use netdev APIFlorian Vaussard
2013-11-25can: sja1000: fix {pre,post}_irq() handling and IRQ handler return valueOliver Hartkopp
2013-04-16can: sja1000: use common prefix for all sja1000 definesOliver Hartkopp
2013-03-27can: sja1000: fix define conflict on SHMarc Kleine-Budde
2013-01-26can: sja1000: add LED trigger supportFabio Baltieri
2012-11-29can: sja1000: remove obsolete variable open_timeMarc Kleine-Budde
2012-09-22can: sja1000: Add support for listen-only mode and one-shot modeAndreas Larsson
2012-07-20can: mark bittiming_const pointer in struct can_priv as constMarc Kleine-Budde
2012-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-02-20can: sja1000: fix isr hang when hw is unplugged under loadOliver Hartkopp
2012-02-03can: replace the dev_dbg/info/err/... with the new netdev_xxx macrosWolfgang Grandegger
2011-10-17can: remove references to berlios mailinglistMarc Kleine-Budde
2011-05-05can: fix SJA1000 dlc for RTR packetsKurt Van Dijck
2011-03-31Fix common misspellingsLucas De Marchi
2010-05-20can: SJA1000 add missing spin_lock_init()Oliver Hartkopp
2010-05-18can: Fix SJA1000 command register writes on SMP systemsOliver Hartkopp
2010-05-10net: trans_start cleanupsEric Dumazet
2010-04-13Fix some #includes in CAN drivers (rebased for net-next-2.6)Hans J. Koch