summaryrefslogtreecommitdiffstats
path: root/drivers/net/can
AgeCommit message (Expand)AuthorLines
2015-03-14can: kvaser_usb: Fix tx queue start/stop race conditionsAhmed S. Darwish-32/+51
2015-03-14net: can: Enable xilinx driver for ARM64Michal Simek-1/+1
2015-03-09can: kvaser_usb: Read all messages in a bulk-in URB bufferAhmed S. Darwish-5/+23
2015-03-09can: kvaser_usb: Avoid double free on URB submission failuresAhmed S. Darwish-12/+8
2015-03-09can: peak_usb: fix missing ctrlmode_ init for every devStephane Grosjean-0/+4
2015-03-09can: add missing initialisations in CAN related skbuffsOliver Hartkopp-0/+8
2015-02-04can: kvaser_usb: Ignore spurious error events after a busoffAhmed S. Darwish-9/+10
2015-02-04can: janz-ican3: fix type mismatch in assignmentNicholas Mc Guire-4/+2
2015-01-28can: peak_usb: add support for PEAK new CANFD USB adaptersStephane Grosjean-4/+1337
2015-01-28can: peak_usb: add peak_usb_netif_rx() new functionStephane Grosjean-1/+18
2015-01-28can: peak_usb: export pcan_usb_pro functionsStephane Grosjean-12/+17
2015-01-28can: peak_usb: upgrade core to new struct canfd_frameStephane Grosjean-4/+6
2015-01-28can: peak_usb: upgrade core to data bittiming specsStephane Grosjean-5/+34
2015-01-28can: peak_usb: add adapter BEC callback definitionStephane Grosjean-0/+3
2015-01-28can: peak_usb: export ctrlmode_supported to adapter specific definitionStephane Grosjean-2/+4
2015-01-28can: peak_usb: constify struct peak_usb_adapterMarc Kleine-Budde-11/+11
2015-01-28can: peak_usb: use ARRAY_SIZE instead of NULL termination for peak_usb_adapte...Marc Kleine-Budde-5/+5
2015-01-28can: kvaser_usb: Add support for the USBcan-II familyAhmed S. Darwish-124/+474
2015-01-28can: kvaser_usb: Consolidate and unify state change handlingAhmed S. Darwish-64/+49
2015-01-28can: kvaser_usb: Update interface state before exiting on OOMAhmed S. Darwish-76/+105
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-41/+61
2015-01-27can: kvaser_usb: Fix state handling upon BUS_ERROR eventsAhmed S. Darwish-4/+3
2015-01-27can: kvaser_usb: Retry the first bulk transfer on -ETIMEDOUTAhmed S. Darwish-2/+10
2015-01-27can: kvaser_usb: Send correct context to URB completionAhmed S. Darwish-1/+1
2015-01-27can: kvaser_usb: Do not sleep in atomic contextAhmed S. Darwish-6/+1
2015-01-21can: at91_can: remove unused variableMarc Kleine-Budde-2/+0
2015-01-21can: flexcan: remove unused variableMarc Kleine-Budde-2/+0
2015-01-21can: dev: fix semicolon.cocci warningskbuild test robot-1/+1
2015-01-21can: c_can: end pending transmission on network stop (ifdown)Viktor Babrian-0/+3
2015-01-20can: move can_stats.bus_off++ from can_bus_off into can_change_stateAndri Yngvason-2/+17
2015-01-15can: kvaser_usb: Don't dereference skb after a netif_rx()Ahmed S. Darwish-7/+4
2015-01-15can: kvaser_usb: Don't send a RESET_CHIP for non-existing channelsAhmed S. Darwish-3/+4
2015-01-15can: kvaser_usb: Reset all URB tx contexts upon channel closeAhmed S. Darwish-0/+3
2015-01-15can: kvaser_usb: Don't free packets when tight on URBsAhmed S. Darwish-6/+4
2015-01-15can: c_can: use regmap_update_bits() to modify RAMINIT registerRoger Quadros-11/+18
2015-01-15can: m_can: tag current CAN FD controllers as non-ISOOliver Hartkopp-0/+5
2015-01-15can: dev: fix crtlmode_supported checkOliver Hartkopp-2/+6
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-15/+0
2014-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-51/+54
2014-12-07can: flexcan: Consolidate and unify state change handlingAndri Yngvason-83/+18
2014-12-07can: mscan: Consolidate and unify state change handlingAndri Yngvason-34/+14
2014-12-07can: sja1000: Consolidate and unify state change handlingAndri Yngvason-28/+23
2014-12-07can: dev: Consolidate and unify state change handlingAndri Yngvason-0/+78
2014-12-07can: Enable -D__CHECK_ENDIAN__ for sparse by defaultMarc Kleine-Budde-1/+2
2014-12-07can: fix spelling errorsJeremiah Mahler-1/+1
2014-12-07can: slcan/vcan: eliminate banner[] variable, switch to pr_info()Jeremiah Mahler-9/+3
2014-12-07can: peak_usb: fix multi-byte values endianessStephane Grosjean-42/+43
2014-12-06can: peak_usb: fix cleanup sequence order in case of error during initStephane Grosjean-7/+10
2014-12-06can: peak_usb: fix memset() usageStephane Grosjean-2/+1
2014-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-64/+177