aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/can (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-08-24can: sja1000_platform: fix wrong flag IRQF_SHARED for interrupt sharingSven Schmitt1-1/+3
2012-08-24can: softing: Fix potential memory leak in softing_load_fw()Alexey Khoroshilov1-3/+4
2012-07-30net/c_can: remove conditional compilation of clk codeViresh Kumar1-8/+0
2012-07-20can: janz-ican3: add support for one shot modeIra W. Snyder1-1/+7
2012-07-20can: janz-ican3: avoid firmware lockup caused by infinite bus error quotaIra W. Snyder1-1/+11
2012-07-20can: janz-ican3: fix support for CAN_RAW_RECV_OWN_MSGSIra W. Snyder1-46/+157
2012-07-20can: janz-ican3: fix error and byte countersIra W. Snyder1-5/+6
2012-07-20can: janz-ican3: cleanup of ican3_to_can_frame and can_frame_to_ican3Marc Kleine-Budde1-5/+5
2012-07-20can: janz-ican3: drop invalid skbsIra W. Snyder1-0/+3
2012-07-20can: janz-ican3: remove dead codeIra W. Snyder1-2/+0
2012-07-20can: flexcan: add 2nd clock to support imx53 and newerSteffen Trumtrar1-18/+27
2012-07-20can: mark bittiming_const pointer in struct can_priv as constMarc Kleine-Budde14-14/+14
2012-07-17can: softing: softing_main: ensure a consistent return value in error caseJulia Lawall1-1/+1
2012-07-17can: mpc5xxx_can: make data in mpc5xxx_can_probe constMarc Kleine-Budde1-1/+1
2012-07-17can: flexcan: make flexcan_priv.devtype_data member point to const dataMarc Kleine-Budde1-2/+2
2012-07-03can: flexcan: add hardware controller version supportHui Wang1-8/+52
2012-07-02can: flexcan: use of_property_read_u32 to get DT entry valueHui Wang1-8/+3
2012-07-02can: dev: fix sparse warning for can_restartMarc Kleine-Budde1-1/+1
2012-07-02can: cc770: fix sparse warning for cc770_interruptMarc Kleine-Budde1-1/+1
2012-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2012-06-27can: flexcan: use be32_to_cpup to handle the value of dt entryHui Wang1-2/+2
2012-06-20can: c_can_pci: fix compilation on non HAVE_CLK archsMarc Kleine-Budde1-22/+7
2012-06-19vcan: add CAN FD supportOliver Hartkopp1-7/+20
2012-06-19candev: add/update helpers for CAN FDOliver Hartkopp1-1/+34
2012-06-19c_can_pci: generic module for C_CAN/D_CAN on PCIFederico Vaga3-0/+244
2012-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2012-06-15can: c_can: precedence error in c_can_chip_config()Dan Carpenter1-2/+2
2012-06-07can: c_can: Add support for Bosch D_CAN controllerAnilKumar Ch3-19/+94
2012-06-07can: c_can: Move overlay structure to array with offset as indexAnilKumar Ch3-107/+154
2012-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-8/+11
2012-06-06Merge branch 'master' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller1-0/+38
2012-06-06drivers: net: Remove casts to same typeJoe Perches2-3/+2
2012-06-03can: cc770: Fix likely misuse of | for &Joe Perches1-1/+1
2012-06-03can: c_can: fix race condition in c_can_open()AnilKumar Ch1-1/+2
2012-06-03can: c_can: fix an interrupt thrash issue with c_can driverAnilKumar Ch2-4/+4
2012-06-03can: c_can: fix "BUG! echo_skb is occupied!" during transmitAnilKumar Ch1-2/+4
2012-05-23can: flexcan: add PM supportEric BĂ©nard1-0/+38
2012-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2012-05-22Merge tag 'pinctrl' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+6
2012-05-12can: flexcan: adopt pinctrl supportShawn Guo1-0/+6
2012-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2012-04-18Fix "the the" in various KconfigMasanari Iida1-1/+1
2012-04-16can: usb: PCAN-USB Pro: fix mem leaks in pcan_usb_pro_init() on error pathsJesper Juhl1-0/+2
2012-04-16net/can: use module_pci_driverAxel Lin5-59/+5
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2012-04-02can: Stop using NLA_PUT*().David S. Miller1-15/+16
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-07can: peak_usb: PCAN-USB specific part: fix little endian usageStephane Grosjean1-4/+2
2012-03-03can: usb: PEAK-System Technik PCAN-USB Pro specific partStephane Grosjean3-1/+1215
2012-03-03can: usb: PEAK-System Technik PCAN-USB specific partStephane Grosjean2-1/+902