summaryrefslogtreecommitdiffstats
path: root/drivers/net/can
AgeCommit message (Expand)AuthorLines
2012-04-16can: usb: PCAN-USB Pro: fix mem leaks in pcan_usb_pro_init() on error pathsJesper Juhl-0/+2
2012-03-28Remove all #inclusions of asm/system.hDavid Howells-1/+0
2012-03-07can: peak_usb: PCAN-USB specific part: fix little endian usageStephane Grosjean-4/+2
2012-03-03can: usb: PEAK-System Technik PCAN-USB Pro specific partStephane Grosjean-1/+1215
2012-03-03can: usb: PEAK-System Technik PCAN-USB specific partStephane Grosjean-1/+902
2012-03-03can: usb: PEAK-System Technik USB adapters driver coreStephane Grosjean-0/+1106
2012-03-03can: sja1000: add support for PEAK-System PCMCIA cardStephane Grosjean-0/+763
2012-03-03can: peak_pci: add support of some new PEAK-System PCI cardsStephane Grosjean-17/+506
2012-03-03can: cc770: linux/can/dev.h included twiceDanny Kukawka-1/+0
2012-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+12
2012-02-20can: sja1000: fix isr hang when hw is unplugged under loadOliver Hartkopp-1/+12
2012-02-04Merge branch 'master' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller-147/+191
2012-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-28/+37
2012-02-03can: replace the dev_dbg/info/err/... with the new netdev_xxx macrosWolfgang Grandegger-128/+103
2012-02-03can: bfin_can/ti_hecc/mscan: add missing do_get_berr_counter callbackWolfgang Grandegger-1/+42
2012-02-03can: Kconfig: add more information about Intel EG20T PCH CAN controllerTomoya MORINAGA-3/+3
2012-02-03can: pch_can: Change company name OKI SEMICONDUCTOR to LAPIS SemiconductorTomoya MORINAGA-1/+1
2012-02-03can: plx_pci: add support for IXXAT PCI cardsJames Kime-1/+22
2012-02-03can: ems_usb: Improved memory handling on ems_usb_startSebastian Haas-2/+4
2012-02-03can: flexcan: Fix CAN_RAW_RECV_OWN_MSGS and CAN_RAW_LOOPBACKReuben Dowle-10/+7
2012-02-03can: dev: let can_get_echo_skb() return dlc of CAN frameMarc Kleine-Budde-1/+9
2012-02-03can: ems_usb: Removed double netif_device_detachSebastian Haas-9/+0
2012-02-03can: peak_pci: Fix the way channels are linked togetherStephane Grosjean-14/+9
2012-02-03can: ems_usb: Removed double netif_device_detachSebastian Haas-9/+0
2012-02-03can: pch_can: fix error passive level testXi Wang-1/+2
2012-02-03can: ti_hecc: use netif_rx in the interruptWolfgang Grandegger-1/+2
2012-02-03can: cc770: Fix indirect access deadlock on ISA cardsWolfgang Zarre-1/+15
2012-02-03can: cc770: store echo skb before starting the transferWolfgang Grandegger-1/+3
2012-02-03can: flexcan: fix irq flooding by clearing all interrupt sourcesWolfgang Grandegger-1/+6
2012-01-31drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches-3/+1
2012-01-30drivers/net: fix up stale paths from driver reorgPaul Gortmaker-1/+1
2012-01-09Merge tag 'clk' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds-5/+5
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-47/+2
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman-47/+2
2011-12-28net: flexcan: convert to clk_prepare/clk_unprepareShawn Guo-5/+5
2011-12-19module_param: make bool parameters really bool (net & drivers/net)Rusty Russell-1/+1
2011-12-01can: cc770: add platform bus driver for the CC770 and AN82527Wolfgang Grandegger-0/+280
2011-12-01can: cc770: add legacy ISA bus driver for the CC770 and AN82527Wolfgang Grandegger-0/+379
2011-12-01can: cc770: add driver core for the Bosch CC770 and Intel AN82527Wolfgang Grandegger-0/+1097
2011-11-30can: Revert outdated cc770 driver patches.David S. Miller-1504/+0
2011-11-29can: cc770: legacy CC770 ISA bus driverWolfgang Grandegger-0/+349
2011-11-29can: cc770: add driver core for the Bosch CC770 and Intel AN82527Wolfgang Grandegger-0/+1155
2011-11-29can: sja1000_isa: convert to platform driver to support x86_64 systemsWolfgang Grandegger-30/+65
2011-11-29can: sja1000_isa: fix "limited range" compiler warningsWolfgang Grandegger-12/+12
2011-11-29net/can: convert drivers/net/can/* to use module_platform_driver()Axel Lin-122/+11
2011-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+0
2011-11-21net, sja1000: Don't include version.h in peak_pci.c when not neededJesper Juhl-1/+0
2011-11-18USB: convert drivers/net/* to use module_usb_driver()Greg Kroah-Hartman-47/+2
2011-11-16net: remove NETIF_F_NO_CSUM feature bitMichał Mirosław-2/+2
2011-11-14net/can/mscan: Fix buggy listen only mode settingWolfgang Grandegger-1/+1