aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/can (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-16can: mcp251x: get regulators optionallyStefan Agner1-2/+2
2015-07-16can: mcp251x: fix resume when device is downStefan Agner1-7/+6
2015-07-15can: pcan_usb: don't touch skb after netif_rx()Marc Kleine-Budde2-6/+5
2015-07-15can: usb_8dev: don't touch skb after netif_rx()Marc Kleine-Budde1-4/+2
2015-07-15can: ems_usb: don't touch skb after netif_rx()Marc Kleine-Budde1-4/+2
2015-07-15can: esd_usb2: don't touch skb after netif_rx()Marc Kleine-Budde1-4/+2
2015-07-15can: sja1000: don't touch skb after netif_rx()Marc Kleine-Budde1-4/+2
2015-07-15can: cc770: don't touch skb after netif_rx()Marc Kleine-Budde1-2/+2
2015-07-15can: ti_heccn: don't touch skb after netif_rx()Marc Kleine-Budde1-1/+1
2015-07-15can: slcan: don't touch skb after netif_rx_ni()Marc Kleine-Budde1-1/+1
2015-07-15can: grcan: don't touch skb after netif_rx()Marc Kleine-Budde1-1/+2
2015-07-15can: bfin_can: don't touch skb after netif_rx()Marc Kleine-Budde1-4/+2
2015-07-15can: flexcan: don't touch skb after netif_receive_skb()Marc Kleine-Budde1-4/+3
2015-07-15can: at91_can: don't touch skb after netif_receive_skb()/netif_rx()Marc Kleine-Budde1-4/+4
2015-07-12can: replace timestamp as unique skb attributeOliver Hartkopp3-9/+3
2015-07-12can: c_can: Fix default pinmux glitch at initJ.D. Schroeder1-2/+8
2015-07-12can: rcar_can: unify error messagesSergei Shtylyov1-2/+3
2015-07-12can: rcar_can: print request_irq() error codeSergei Shtylyov1-1/+2
2015-07-12can: rcar_can: fix typo in error messageSergei Shtylyov1-1/+2
2015-07-12can: rcar_can: print signed IRQ #Sergei Shtylyov1-2/+2
2015-07-12can: rcar_can: fix IRQ checkSergei Shtylyov1-1/+2
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-0/+9
2015-06-21can: fix loss of CAN frames in raw_rcvOliver Hartkopp3-0/+9
2015-06-09can: mcp251x: use correct register address for acceptance filtersTomas Krcka1-4/+5
2015-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+4
2015-05-06can: flexcan: replace open coded "mailbox code" by proper defineMarc Kleine-Budde1-2/+1
2015-05-06can: flexcan: rename struct flexcan_regs::crl2 -> ctrl2Marc Kleine-Budde1-12/+12
2015-05-06can: flexcan: add documentation about mailbox organizationMarc Kleine-Budde1-0/+10
2015-05-06can: flexcan: add MB/FIFO specific column to comment table of IP versionsDavid Jander1-8/+8
2015-05-06can: janz-ican3: add support for CAL/CANopen firmwareAndreas Gröger1-37/+88
2015-05-01net: can: xilinx_can: fix extended frame handlingJeppe Ledet-Pedersen1-3/+4
2015-04-27net:treewide: Fix typo in drivers/netMasanari Iida1-1/+1
2015-04-23can: CAN_GRCAN should depend on HAS_DMAGeert Uytterhoeven1-1/+1
2015-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-64/+113
2015-04-01can: pcan_usb: pcan_usb_fd_send_cmd(): silence compiler warning about uninitialized varMarc Kleine-Budde1-1/+1
2015-04-01can: ems_usb: mark timestamp as little endianMarc Kleine-Budde1-2/+2
2015-04-01can: ems_usb: fix endianess of CAN IDGerhard Uttenthaler1-5/+2
2015-03-22can: at91_can: use endian agnostic IO accessorsBen Dooks1-2/+2
2015-03-22can: esd_usb2: Fix sparse warningsThomas Körper1-2/+2
2015-03-22can: add combined rx/tx LED trigger supportYegor Yefremov1-3/+19
2015-03-22can: m_cam: m_can_fifo_write(): remove return from void functionMarc Kleine-Budde1-2/+2
2015-03-22can: kvaser_usb: Use can-dev unregistration mechanismAhmed S. Darwish1-1/+1
2015-03-22can: flexcan: Deferred on Regulator return EPROBE_DEFERAndreas Werner1-3/+8
2015-03-22can: flexcan: fix bus-off error state handling.Andri Yngvason1-4/+3
2015-03-22can: peak_usb_fd: add support for ISO / non-ISO mode switchingStephane Grosjean2-2/+30
2015-03-22can: peak_usb: rename usb option cmds definition and structsStephane Grosjean2-28/+28
2015-03-22can: gs_usb: check for kzalloc allocation failureColin Ian King1-0/+2
2015-03-22can: kvaser_usb: Fix sparse warning __le16 degrades to integerAhmed S. Darwish1-3/+4
2015-03-22can: kvaser_usb: Comply with firmware max tx URBs valueAhmed S. Darwish1-24/+38
2015-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-33/+52