summaryrefslogtreecommitdiff
path: root/drivers/net/can/mscan/mscan.c
AgeCommit message (Expand)Author
2022-11-07can: dev: fix skb drop checkOliver Hartkopp
2022-07-28can: tree-wide: advertise software timestamping capabilitiesVincent Mailhol
2022-05-19can: can-dev: move to netif_napi_add_weight()Jakub Kicinski
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-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-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
2020-09-21can: mscan: simplify clock enable/disableZhang Changzhong
2020-09-21can: mscan: mark expected switch fall-throughMarc Kleine-Budde
2020-01-02can: mscan: mscan_rx_poll(): fix rx path lockup when returning from polling t...Florian Faber
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 344Thomas Gleixner
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal
2014-12-07can: mscan: Consolidate and unify state change handlingAndri Yngvason
2014-03-17can: Unify MTU settings for CAN interfacesOliver Hartkopp
2013-12-17can: Fix FSF address in file headersJeff Kirsher
2013-08-29can: mscan: improve clock API useGerhard Sittig
2012-11-29can: mscan: remove obsolete variable open_timeMarc Kleine-Budde
2012-07-20can: mark bittiming_const pointer in struct can_priv as constMarc Kleine-Budde
2012-02-03can: replace the dev_dbg/info/err/... with the new netdev_xxx macrosWolfgang Grandegger
2012-02-03can: bfin_can/ti_hecc/mscan: add missing do_get_berr_counter callbackWolfgang Grandegger
2011-11-14net/can/mscan: Fix buggy listen only mode settingWolfgang Grandegger
2011-11-14net/can/mscan: add listen only modeMarc Kleine-Budde
2011-10-24Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-10-10mscan: too much data copied to CAN frame due to 16 bit accessesWolfgang Grandegger
2011-08-15net/can/mscan: add __iomem annotationsMarc Kleine-Budde
2011-03-31Fix common misspellingsLucas De Marchi
2010-11-09drivers/net/can: Update WARN usesJoe Perches
2010-04-13Fix some #includes in CAN drivers (rebased for net-next-2.6)Hans J. Koch
2010-01-15can: Proper ctrlmode handling for CAN devicesChristian Pellegrin
2010-01-12can: Unify droping of invalid tx skbs and netdev statsOliver Hartkopp
2010-01-08can: mscan-mpc5xxx: add support for the MPC512x processorWolfgang Grandegger
2010-01-08can: mscan: fix improper return if dlc < 8 in start_xmit functionWolfgang Grandegger
2009-12-13can: Fix data length code handling in rx pathOliver Hartkopp
2009-11-17net/can/mscan: add error path to mscan_open()Wolfram Sang
2009-11-17net/can/mscan: replace hardcoded values with definesWolfram Sang
2009-11-17net/can/mscan: drop assignment in while-constructWolfram Sang
2009-11-17net/can/mscan: fix function annotationsWolfram Sang
2009-11-17net/can/mscan: use {clr|set}bits8 macrosWolfram Sang
2009-11-17net/can/mscan: drop support for CAN_MODE_{SLEEP|STOP}Wolfram Sang
2009-11-17net/can/mscan: trivial fixesWolfram Sang
2009-11-17net/can/mscan: move defines into .h fileWolfram Sang
2009-11-13net/can: add driver for mscan family & mpc52xx_mscanWolfram Sang