aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/can/mscan/mscan.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/+5
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-2/+2
2022-01-05can: do not increase rx_bytes statistics for RTR framesVincent Mailhol1-1/+2
2022-01-05can: do not increase rx statistics when generating a CAN rx error message frameVincent Mailhol1-4/+5
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-10/+10
2020-11-20can: rename get_can_dlc() macro with can_cc_dlc2len()Oliver Hartkopp1-1/+1
2020-09-21can: mscan: simplify clock enable/disableZhang Changzhong1-18/+10
2020-09-21can: mscan: mark expected switch fall-throughMarc Kleine-Budde1-0/+1
2020-01-02can: mscan: mscan_rx_poll(): fix rx path lockup when returning from polling to irq modeFlorian Faber1-11/+10
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 344Thomas Gleixner1-12/+1
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-2/+2
2014-12-07can: mscan: Consolidate and unify state change handlingAndri Yngvason1-34/+14
2014-03-17can: Unify MTU settings for CAN interfacesOliver Hartkopp1-3/+4
2013-12-17can: Fix FSF address in file headersJeff Kirsher1-2/+1
2013-08-29can: mscan: improve clock API useGerhard Sittig1-1/+24
2012-11-29can: mscan: remove obsolete variable open_timeMarc Kleine-Budde1-8/+0
2012-07-20can: mark bittiming_const pointer in struct can_priv as constMarc Kleine-Budde1-1/+1
2012-02-03can: replace the dev_dbg/info/err/... with the new netdev_xxx macrosWolfgang Grandegger1-9/+8
2012-02-03can: bfin_can/ti_hecc/mscan: add missing do_get_berr_counter callbackWolfgang Grandegger1-1/+15
2011-11-14net/can/mscan: Fix buggy listen only mode settingWolfgang Grandegger1-1/+1
2011-11-14net/can/mscan: add listen only modeMarc Kleine-Budde1-2/+6
2011-10-24Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+8
2011-10-10mscan: too much data copied to CAN frame due to 16 bit accessesWolfgang Grandegger1-3/+8
2011-08-15net/can/mscan: add __iomem annotationsMarc Kleine-Budde1-13/+13
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-11-09drivers/net/can: Update WARN usesJoe Perches1-1/+1
2010-04-13Fix some #includes in CAN drivers (rebased for net-next-2.6)Hans J. Koch1-1/+0
2010-01-15can: Proper ctrlmode handling for CAN devicesChristian Pellegrin1-0/+1
2010-01-12can: Unify droping of invalid tx skbs and netdev statsOliver Hartkopp1-4/+1
2010-01-08can: mscan-mpc5xxx: add support for the MPC512x processorWolfgang Grandegger1-10/+41
2010-01-08can: mscan: fix improper return if dlc < 8 in start_xmit functionWolfgang Grandegger1-3/+6
2009-12-13can: Fix data length code handling in rx pathOliver Hartkopp1-1/+2
2009-11-17net/can/mscan: add error path to mscan_open()Wolfram Sang1-5/+11
2009-11-17net/can/mscan: replace hardcoded values with definesWolfram Sang1-5/+10
2009-11-17net/can/mscan: drop assignment in while-constructWolfram Sang1-2/+4
2009-11-17net/can/mscan: fix function annotationsWolfram Sang1-3/+0
2009-11-17net/can/mscan: use {clr|set}bits8 macrosWolfram Sang1-12/+7
2009-11-17net/can/mscan: drop support for CAN_MODE_{SLEEP|STOP}Wolfram Sang1-8/+0
2009-11-17net/can/mscan: trivial fixesWolfram Sang1-12/+13
2009-11-17net/can/mscan: move defines into .h fileWolfram Sang1-29/+0
2009-11-13net/can: add driver for mscan family & mpc52xx_mscanWolfram Sang1-0/+699