aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/can (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-25can: c_can: fix calculation of transmitted bytes on tx completeHolger Bechtold1-0/+1
2013-11-25can: c_can: don't call pm_runtime_get_sync() from interrupt contextMarc Kleine-Budde1-6/+15
2013-11-25can: sja1000: fix {pre,post}_irq() handling and IRQ handler return valueOliver Hartkopp1-8/+9
2013-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds19-79/+58
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds2-4/+0
2013-11-07Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring3-65/+101
2013-11-04Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller2-45/+32
2013-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-10/+16
2013-10-31can: ti_hecc: remove priv->can.do_get_state() callbackMarc Kleine-Budde1-10/+0
2013-10-31can: dev: sort can_changelink() by IFLA_CAN_*Marc Kleine-Budde1-13/+13
2013-10-31can: dev: sort can_fill_info() by IFLA_CAN_*Marc Kleine-Budde1-12/+9
2013-10-31can: dev: sort can_get_size() by IFLA_CAN_*Marc Kleine-Budde1-10/+10
2013-10-31can: kvaser_usb: fix usb endpoints detectionOlivier Sobrie1-7/+13
2013-10-31can: c_can: Fix RX message handling, handle lost message before EOBMarkus Pargmann1-3/+3
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-6/+12
2013-10-09drivers: remove unnecessary prom.h includesRob Herring2-4/+0
2013-10-09can: at91-can: fix device to driver data mapping for platform devicesMarc Kleine-Budde1-2/+2
2013-10-09can: flexcan: fix mx28 detection by rearanging OF match tableMarc Kleine-Budde1-2/+2
2013-10-09can: flexcan: flexcan_chip_start: fix regression, mark one MB for TX and abort pending TXMarc Kleine-Budde1-2/+8
2013-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+5
2013-10-07can: dev: fix nlmsg size calculation in can_get_size()Marc Kleine-Budde1-5/+5
2013-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-65/+101
2013-10-01net: can: c_can_platform: Remove redundant of_match_ptrSachin Kamat1-1/+1
2013-09-30Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller15-18/+10
2013-09-30can: flexcan: fix flexcan_chip_start() on imx6Marc Kleine-Budde1-12/+0
2013-09-27Merge branch 'fixes-for-3.12' of git://gitorious.org/linux-can/linux-canDavid S. Miller1-4/+11
2013-09-24can: Remove extern from function prototypesJoe Perches2-15/+15
2013-09-21can: sja1000: remove unnecessary pci_set_drvdata()Jingoo Han4-5/+0
2013-09-21can: pch_can: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-09-21can: c_can: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-09-21can: ti_hecc: use dev_get_platdata()Jingoo Han1-1/+1
2013-09-21can: softing: use dev_get_platdata()Jingoo Han1-1/+1
2013-09-21can: sja1000: use dev_get_platdata()Jingoo Han1-1/+1
2013-09-21can: mcp251x: use dev_get_platdata()Jingoo Han1-1/+1
2013-09-21can: janz-ican3: use dev_get_platdata()Jingoo Han1-1/+1
2013-09-21can: flexcan: use dev_get_platdata()Jingoo Han1-1/+1
2013-09-21can: cc770: use dev_get_platdata()Jingoo Han1-2/+2
2013-09-21can: bfin_can: use dev_get_platdata()Jingoo Han1-1/+1
2013-09-21can: at91_can: use dev_get_platdata()Jingoo Han1-1/+1
2013-09-20slcan: rewrite of slc_bump and slc_encapsAndre Naujoks1-49/+87
2013-09-20slip/slcan: added locking in wakeup functionAndre Naujoks1-0/+3
2013-09-20can: pcan_usb_core: fix memory leak on failure paths in peak_usb_start()Alexey Khoroshilov1-4/+11
2013-08-29can: mscan: improve clock API useGerhard Sittig3-7/+39
2013-08-29can: mscan: add a comment on reg to idx mappingGerhard Sittig1-1/+4
2013-08-22can: flexcan: use platform_set_drvdata()Libo Chen1-1/+1
2013-08-22can: at91_can: use platform_set_drvdata()Libo Chen1-1/+1
2013-08-22can: c_can: fix error checking of priv->instance in probe()Chen Gang1-1/+1
2013-08-21can: mcp251x: Allow tuning SPI mode and limit maximal SPI speedAlexander Shiyan1-1/+5
2013-08-21can: mcp251x: Eliminate irq_flags from driver platform_dataAlexander Shiyan1-8/+1
2013-08-21can: mcp251x: Replace power callbacks with regulator APIAlexander Shiyan1-40/+43