aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/can (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-04can: kvaser_usb: Ignore spurious error events after a busoffAhmed S. Darwish1-9/+10
2015-02-04can: janz-ican3: fix type mismatch in assignmentNicholas Mc Guire1-4/+2
2015-01-28can: peak_usb: add support for PEAK new CANFD USB adaptersStephane Grosjean6-4/+1337
2015-01-28can: peak_usb: add peak_usb_netif_rx() new functionStephane Grosjean2-1/+18
2015-01-28can: peak_usb: export pcan_usb_pro functionsStephane Grosjean2-12/+17
2015-01-28can: peak_usb: upgrade core to new struct canfd_frameStephane Grosjean2-4/+6
2015-01-28can: peak_usb: upgrade core to data bittiming specsStephane Grosjean2-5/+34
2015-01-28can: peak_usb: add adapter BEC callback definitionStephane Grosjean2-0/+3
2015-01-28can: peak_usb: export ctrlmode_supported to adapter specific definitionStephane Grosjean4-2/+4
2015-01-28can: peak_usb: constify struct peak_usb_adapterMarc Kleine-Budde4-11/+11
2015-01-28can: peak_usb: use ARRAY_SIZE instead of NULL termination for peak_usb_adapters_listMarc Kleine-Budde1-5/+5
2015-01-28can: kvaser_usb: Add support for the USBcan-II familyAhmed S. Darwish2-124/+474
2015-01-28can: kvaser_usb: Consolidate and unify state change handlingAhmed S. Darwish1-64/+49
2015-01-28can: kvaser_usb: Update interface state before exiting on OOMAhmed S. Darwish1-76/+105
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-41/+61
2015-01-27can: kvaser_usb: Fix state handling upon BUS_ERROR eventsAhmed S. Darwish1-4/+3
2015-01-27can: kvaser_usb: Retry the first bulk transfer on -ETIMEDOUTAhmed S. Darwish1-2/+10
2015-01-27can: kvaser_usb: Send correct context to URB completionAhmed S. Darwish1-1/+1
2015-01-27can: kvaser_usb: Do not sleep in atomic contextAhmed S. Darwish1-6/+1
2015-01-21can: at91_can: remove unused variableMarc Kleine-Budde1-2/+0
2015-01-21can: flexcan: remove unused variableMarc Kleine-Budde1-2/+0
2015-01-21can: dev: fix semicolon.cocci warningskbuild test robot1-1/+1
2015-01-21can: c_can: end pending transmission on network stop (ifdown)Viktor Babrian1-0/+3
2015-01-20can: move can_stats.bus_off++ from can_bus_off into can_change_stateAndri Yngvason16-2/+17
2015-01-15can: kvaser_usb: Don't dereference skb after a netif_rx()Ahmed S. Darwish1-7/+4
2015-01-15can: kvaser_usb: Don't send a RESET_CHIP for non-existing channelsAhmed S. Darwish1-3/+4
2015-01-15can: kvaser_usb: Reset all URB tx contexts upon channel closeAhmed S. Darwish1-0/+3
2015-01-15can: kvaser_usb: Don't free packets when tight on URBsAhmed S. Darwish1-6/+4
2015-01-15can: c_can: use regmap_update_bits() to modify RAMINIT registerRoger Quadros1-11/+18
2015-01-15can: m_can: tag current CAN FD controllers as non-ISOOliver Hartkopp1-0/+5
2015-01-15can: dev: fix crtlmode_supported checkOliver Hartkopp1-2/+6
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds15-15/+0
2014-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-51/+54
2014-12-07can: flexcan: Consolidate and unify state change handlingAndri Yngvason1-83/+18
2014-12-07can: mscan: Consolidate and unify state change handlingAndri Yngvason1-34/+14
2014-12-07can: sja1000: Consolidate and unify state change handlingAndri Yngvason1-28/+23
2014-12-07can: dev: Consolidate and unify state change handlingAndri Yngvason1-0/+78
2014-12-07can: Enable -D__CHECK_ENDIAN__ for sparse by defaultMarc Kleine-Budde1-1/+2
2014-12-07can: fix spelling errorsJeremiah Mahler1-1/+1
2014-12-07can: slcan/vcan: eliminate banner[] variable, switch to pr_info()Jeremiah Mahler2-9/+3
2014-12-07can: peak_usb: fix multi-byte values endianessStephane Grosjean4-42/+43
2014-12-06can: peak_usb: fix cleanup sequence order in case of error during initStephane Grosjean1-7/+10
2014-12-06can: peak_usb: fix memset() usageStephane Grosjean1-2/+1
2014-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-64/+177
2014-11-18can: m_can: update to support CAN FD featuresDong Aisheng1-43/+134
2014-11-18can: m_can: fix incorrect error messagesDong Aisheng1-3/+3
2014-11-18can: m_can: add missing delay after setting CCCR_INIT bitDong Aisheng1-0/+1
2014-11-18can: m_can: fix not set can_dlc for remote frameDong Aisheng1-3/+4
2014-11-18can: m_can: fix possible sleep in napi pollDong Aisheng1-5/+15
2014-11-18can: m_can: add missing message RAM initializationDong Aisheng1-1/+10