aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/can (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-01Merge tag 'linux-can-fixes-for-3.15-20140401' of git://gitorious.org/linux-can/linux-canDavid S. Miller4-161/+265
2014-04-01can: c_can: Avoid led toggling for every packet.Thomas Gleixner1-3/+4
2014-04-01can: c_can: Simplify TX interrupt cleanupThomas Gleixner1-20/+17
2014-04-01can: c_can: Store dlc privateThomas Gleixner2-27/+29
2014-04-01can: c_can: Reduce register accessThomas Gleixner1-34/+15
2014-04-01can: c_can: Make the code readableThomas Gleixner1-51/+56
2014-04-01can: c_can: Provide protection in the xmit pathThomas Gleixner2-1/+9
2014-04-01can: c_can: Remove EOB exitThomas Gleixner1-3/+0
2014-04-01can: c_can: Fix the lost message handlingThomas Gleixner1-16/+15
2014-04-01can: c_can: Fix buffer orderingThomas Gleixner1-2/+50
2014-04-01can: c_can: Make it SMP safeThomas Gleixner1-15/+21
2014-04-01can: c_can: Fix hardware raminit functionThomas Gleixner1-10/+37
2014-04-01can: c_can: Wait for CONTROL_INIT to be clearedThomas Gleixner1-3/+23
2014-04-01can: c_can: check return value to users of c_can_set_bittiming()Marc Kleine-Budde1-12/+22
2014-04-01can: c_can: free_c_can_dev(): add missing netif_napi_del()Marc Kleine-Budde1-0/+3
2014-04-01can: usb_8dev: Fix memory leak in usb_8dev_start_xmitBjorn Van Tilt1-1/+1
2014-03-17can: mcp251x: Fix regulators operation without CONFIG_REGULATORAlexander Shiyan1-2/+2
2014-03-17can: populate netdev::dev_id for udev discriminationChristopher R. Baker10-0/+10
2014-03-17can: Unify MTU settings for CAN interfacesOliver Hartkopp19-6/+30
2014-03-07can: add bittiming check at interface open for CAN FDOliver Hartkopp1-0/+8
2014-03-07can: allow to change the device mtu for CAN FD capable devicesOliver Hartkopp1-0/+39
2014-03-07can: introduce the data bitrate configuration for CAN FDOliver Hartkopp1-1/+44
2014-03-07can: provide a separate bittiming_const parameter to bittiming functionsOliver Hartkopp1-18/+13
2014-03-07can: move sanity check for bitrate and tq into can_get_bittimingOliver Hartkopp1-14/+15
2014-03-07can: only send bitrate data via netlink when availableOliver Hartkopp1-4/+6
2014-03-07can: preserve skbuff protocol in can_put_echo_skbOliver Hartkopp1-2/+3
2014-03-07can: janz-ican3: convert dev_<level> printing to netdev_<level>Marc Kleine-Budde1-34/+30
2014-03-06can: flexcan: make use of platform_get_device_id()Marc Kleine-Budde1-2/+2
2014-03-06can: flexcan: Remove #ifdef CONFIG_PM_SLEEPMarc Kleine-Budde1-4/+2
2014-03-06can: mcp251x: Remove #ifdef CONFIG_PM_SLEEPAlexander Shiyan1-5/+2
2014-03-06can: mcp251x: Make driver more quietAlexander Shiyan1-6/+4
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-41/+131
2014-03-03can: flexcan: factor out soft reset into seperate funtionMarc Kleine-Budde1-9/+17
2014-03-03can: flexcan: flexcan_remove(): add missing netif_napi_del()Marc Kleine-Budde1-1/+2
2014-03-03can: flexcan: fix transition from and to freeze mode in chip_{,un}freezeMarc Kleine-Budde1-11/+49
2014-03-03can: flexcan: factor out transceiver {en,dis}able into seperate functionsMarc Kleine-Budde1-7/+20
2014-03-03can: flexcan: fix transition from and to low power mode in chip_{en,dis}ableMarc Kleine-Budde1-12/+38
2014-03-03can: flexcan: flexcan_open(): fix error path if flexcan_chip_start() failsMarc Kleine-Budde1-1/+3
2014-03-03can: flexcan: fix shutdown: first disable chip, then all interruptsMarc Kleine-Budde1-3/+5
2014-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2014-02-13Merge tag 'linux-can-next-for-3.15-20140212' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller7-296/+168
2014-02-12can: kvaser_usb: check number of channels returned by HWOlivier Sobrie1-0/+2
2014-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds5-35/+18
2014-02-11can: at91_can: add listen only modeYoann DI RUZZA1-2/+7
2014-02-06can: sja1000: of: add reg-io-width property for 8, 16 and 32-bit register accessFlorian Vaussard1-2/+18
2014-02-04can: sja1000: fuse of_platform into platformFlorian Vaussard4-259/+109
2014-02-04can: sja1000: platform: use devm_* APIsFlorian Vaussard1-34/+12
2014-02-04can: sja1000: convert printk to use netdev APIFlorian Vaussard1-2/+1
2014-02-04can: add ability to allocate CANFD frame in skb dataStephane Grosjean1-0/+24
2014-01-30Merge tag 'linux-can-fixes-for-3.14-20140129' of git://gitorious.org/linux-can/linux-canDavid S. Miller3-4/+7