summaryrefslogtreecommitdiffstats
path: root/drivers/net/can
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-05-221-1/+1
|\
| * Fix "the the" in various KconfigMasanari Iida2012-04-181-1/+1
* | Merge tag 'pinctrl' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-05-221-0/+6
|\ \
| * | can: flexcan: adopt pinctrl supportShawn Guo2012-05-121-0/+6
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-04-231-0/+2
|\| |
| * | can: usb: PCAN-USB Pro: fix mem leaks in pcan_usb_pro_init() on error pathsJesper Juhl2012-04-161-0/+2
| |/
* | net/can: use module_pci_driverAxel Lin2012-04-165-59/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-04-101-1/+0
|\|
| * Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* | can: Stop using NLA_PUT*().David S. Miller2012-04-021-15/+16
|/
* can: peak_usb: PCAN-USB specific part: fix little endian usageStephane Grosjean2012-03-071-4/+2
* can: usb: PEAK-System Technik PCAN-USB Pro specific partStephane Grosjean2012-03-033-1/+1215
* can: usb: PEAK-System Technik PCAN-USB specific partStephane Grosjean2012-03-032-1/+902
* can: usb: PEAK-System Technik USB adapters driver coreStephane Grosjean2012-03-035-0/+1106
* can: sja1000: add support for PEAK-System PCMCIA cardStephane Grosjean2012-03-033-0/+763
* can: peak_pci: add support of some new PEAK-System PCI cardsStephane Grosjean2012-03-032-17/+506
* can: cc770: linux/can/dev.h included twiceDanny Kukawka2012-03-031-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-02-261-1/+12
|\
| * can: sja1000: fix isr hang when hw is unplugged under loadOliver Hartkopp2012-02-201-1/+12
* | Merge branch 'master' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller2012-02-0413-147/+191
|\ \
| * | can: replace the dev_dbg/info/err/... with the new netdev_xxx macrosWolfgang Grandegger2012-02-039-128/+103
| * | can: bfin_can/ti_hecc/mscan: add missing do_get_berr_counter callbackWolfgang Grandegger2012-02-033-1/+42
| * | can: Kconfig: add more information about Intel EG20T PCH CAN controllerTomoya MORINAGA2012-02-031-3/+3
| * | can: pch_can: Change company name OKI SEMICONDUCTOR to LAPIS SemiconductorTomoya MORINAGA2012-02-031-1/+1
| * | can: plx_pci: add support for IXXAT PCI cardsJames Kime2012-02-032-1/+22
| * | can: ems_usb: Improved memory handling on ems_usb_startSebastian Haas2012-02-031-2/+4
| * | can: flexcan: Fix CAN_RAW_RECV_OWN_MSGS and CAN_RAW_LOOPBACKReuben Dowle2012-02-031-10/+7
| * | can: dev: let can_get_echo_skb() return dlc of CAN frameMarc Kleine-Budde2012-02-031-1/+9
| * | can: ems_usb: Removed double netif_device_detachSebastian Haas2012-02-031-9/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-02-047-28/+37
|\ \ \ | |/ / |/| / | |/
| * can: peak_pci: Fix the way channels are linked togetherStephane Grosjean2012-02-031-14/+9
| * can: ems_usb: Removed double netif_device_detachSebastian Haas2012-02-031-9/+0
| * can: pch_can: fix error passive level testXi Wang2012-02-031-1/+2
| * can: ti_hecc: use netif_rx in the interruptWolfgang Grandegger2012-02-031-1/+2
| * can: cc770: Fix indirect access deadlock on ISA cardsWolfgang Zarre2012-02-031-1/+15
| * can: cc770: store echo skb before starting the transferWolfgang Grandegger2012-02-031-1/+3
| * can: flexcan: fix irq flooding by clearing all interrupt sourcesWolfgang Grandegger2012-02-031-1/+6
* | drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches2012-01-311-3/+1
* | drivers/net: fix up stale paths from driver reorgPaul Gortmaker2012-01-301-1/+1
|/
* Merge tag 'clk' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-01-091-5/+5
|\
| * net: flexcan: convert to clk_prepare/clk_unprepareShawn Guo2011-12-281-5/+5
* | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-01-072-47/+2
|\ \
| * \ Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman2012-01-062-47/+2
| |\ \ | | |/ | |/|
| | * USB: convert drivers/net/* to use module_usb_driver()Greg Kroah-Hartman2011-11-182-47/+2
* | | module_param: make bool parameters really bool (net & drivers/net)Rusty Russell2011-12-191-1/+1
* | | can: cc770: add platform bus driver for the CC770 and AN82527Wolfgang Grandegger2011-12-013-0/+280
* | | can: cc770: add legacy ISA bus driver for the CC770 and AN82527Wolfgang Grandegger2011-12-013-0/+379
* | | can: cc770: add driver core for the Bosch CC770 and Intel AN82527Wolfgang Grandegger2011-12-016-0/+1097
* | | can: Revert outdated cc770 driver patches.David S. Miller2011-11-307-1504/+0
* | | can: cc770: legacy CC770 ISA bus driverWolfgang Grandegger2011-11-293-0/+349