summaryrefslogtreecommitdiff
path: root/drivers/net/can
AgeCommit message (Expand)Author
2013-01-03can: Do not call dev_put if restart timer is running upon closeAlexander Stein
2012-10-17can: mscan-mpc5xxx: fix return value check in mpc512x_can_get_clock()Wei Yongjun
2012-10-10can: ti_hecc: fix oops during rmmodMarc Kleine-Budde
2012-10-10can: janz-ican3: fix support for older hardware revisionsIra W. Snyder
2012-09-19can: mcp251x: avoid repeated frame bugBenoƮt Locher
2012-07-04can: flexcan: use be32_to_cpup to handle the value of dt entryHui Wang
2012-07-04can: c_can: precedence error in c_can_chip_config()Dan Carpenter
2012-06-19can: c_can: fix race condition in c_can_open()AnilKumar Ch
2012-06-19can: c_can: fix an interrupt thrash issue with c_can driverAnilKumar Ch
2012-06-19can: c_can: fix "BUG! echo_skb is occupied!" during transmitAnilKumar Ch
2012-02-29can: sja1000: fix isr hang when hw is unplugged under loadOliver Hartkopp
2011-11-21net, sja1000: Don't include version.h in peak_pci.c when not neededJesper Juhl
2011-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2011-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-10-24Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-10-17can: remove references to berlios mailinglistMarc Kleine-Budde
2011-10-10mscan: too much data copied to CAN frame due to 16 bit accessesWolfgang Grandegger
2011-09-28candev: allow SJW user setting for bittiming calculationOliver Hartkopp
2011-09-28can/sja1000: add driver for EMS PCMCIA cardOliver Hartkopp
2011-09-27doc: fix broken referencesPaul Bolle
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller
2011-09-21can/sja1000: driver for PEAK PCAN PCI/PCIe cardsWolfgang Grandegger
2011-09-16can: ti_hecc: include linux/io.hDaniel Mack
2011-08-26can: ti_hecc: Fix uninitialized spinlock in probeAbhilash K V
2011-08-26can: ti_hecc: Fix unintialized variableAbhilash K V
2011-08-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-08-17flexcan: Prefer device tree clock frequency if available.holt@sgi.com
2011-08-17flexcan: Add of_match to platform_device definition.holt@sgi.com
2011-08-17flexcan: Abstract off read/write for big/little endian.holt@sgi.com
2011-08-17flexcan: Remove #include <mach/clock.h>holt@sgi.com
2011-08-15net/can/mscan: add __iomem annotationsMarc Kleine-Budde
2011-08-13drivers/net/can/sja1000/plx_pci.c: eliminate double freeJulia Lawall
2011-08-11slcan: ldisc generated skbs are received in softirq contextOliver Hartkopp
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-07-23can: c_can: remove duplicated #includeHuang Weiyi
2011-07-21can: make function can_get_bittiming staticThadeu Lima de Souza Cascardo
2011-07-19slcan: remove unused 'leased', 'line' and 'pid' fields from the 'slcan' struc...Matvejchikov Ilya
2011-07-18net: can: remove custom hex_to_bin()Andy Shevchenko
2011-07-15slcan: remove obsolete code in slcan initialisationOliver Hartkopp
2011-07-11Merge branch 'master' into for-nextJiri Kosina
2011-07-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-06-30can: remove useless defaults in KconfigKurt Van Dijck
2011-06-29net/can: activate bit-timing calculation and netlink based drivers by defaultMarc Kleine-Budde
2011-06-29net: include io.h in sja1000_of_platform.c for iounmap etcStephen Rothwell
2011-06-27can: bfin_can: auto-calculate accessor sizesMike Frysinger
2011-06-27can: bfin_can: simplify xmit id1 setupMike Frysinger
2011-06-24net: Remove unneeded version.h includes from drivers/net/Jesper Juhl
2011-06-21net: remove mm.h inclusion from netdevice.hAlexey Dobriyan
2011-06-20treewide: remove duplicate includesVitaliy Ivanov
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches