aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/can
Commit message (Expand)AuthorAgeFilesLines
* can: pch_can: fix invalid error codesOlivier Sobrie2013-02-031-1/+1
* can: ti_hecc: fix invalid error codesOlivier Sobrie2013-02-031-2/+2
* can: c_can: fix invalid error codesOlivier Sobrie2013-02-031-2/+2
* can: Do not call dev_put if restart timer is running upon closeAlexander Stein2013-01-111-2/+1
* can: mscan-mpc5xxx: fix return value check in mpc512x_can_get_clock()Wei Yongjun2012-10-071-2/+2
* can: janz-ican3: fix support for older hardware revisionsIra W. Snyder2012-10-021-3/+1
* can: ti_hecc: fix oops during rmmodMarc Kleine-Budde2012-10-021-1/+1
* can: mcp251x: avoid repeated frame bugBenoƮt Locher2012-10-021-1/+10
* can: c_can: precedence error in c_can_chip_config()Dan Carpenter2012-07-161-2/+2
* can: c_can: fix race condition in c_can_open()AnilKumar Ch2012-06-171-1/+2
* can: c_can: fix an interrupt thrash issue with c_can driverAnilKumar Ch2012-06-172-4/+4
* can: c_can: fix "BUG! echo_skb is occupied!" during transmitAnilKumar Ch2012-06-171-2/+4
* net/can: activate bit-timing calculation and netlink based drivers by defaultMarc Kleine-Budde2011-06-291-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-06-041-3/+2
|\
| * drivers/net/can/flexcan.c: add missing clk_putJulia Lawall2011-06-021-3/+2
* | Revert "tty: make receive_buf() return the amout of bytes received"Linus Torvalds2011-06-041-6/+3
* | mfd: Use mfd cell platform_data for janz cells platform bitsSamuel Ortiz2011-05-261-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds2011-05-241-1/+1
|\ \
| * | pcmcia: Convert pcmcia_device_id declarations to constJoe Perches2011-05-061-1/+1
* | | Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-05-231-3/+6
|\ \ \ | |_|/ |/| |
| * | tty: make receive_buf() return the amout of bytes receivedFelipe Balbi2011-04-221-3/+6
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-05-232-2/+2
|\ \ \
| * | | treewide: fix a few typos in commentsJustin P. Mattock2011-05-101-1/+1
| * | | Merge branch 'master' into for-nextJiri Kosina2011-04-2613-36/+33
| |\ \ \ | | | |/ | | |/|
| * | | treewide: remove extra semicolonsJustin P. Mattock2011-04-101-1/+1
* | | | drivercore: revert addition of of_match to struct deviceGrant Likely2011-05-181-2/+5
* | | | slcan: fix ldisc->open retvalOliver Hartkopp2011-05-101-1/+3
* | | | can: fix SJA1000 dlc for RTR packetsKurt Van Dijck2011-05-051-1/+1
| |/ / |/| |
* | | net: can: mscan: fix build breakage in mpc5xxx_canAnatolij Gustschin2011-04-131-1/+1
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-04-111-1/+2
|\ \
| * | can: mcp251x: Allow pass IRQ flags through platform data.Enric Balletbo i Serra2011-04-061-1/+2
* | | Fix common misspellingsLucas De Marchi2011-03-3110-15/+15
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-03-292-15/+10
|\ \
| * | can: c_can: Fix tx_bytes accountingJan Altenberg2011-03-271-1/+1
| * | can: c_can_platform: fix irq check in probeMarc Kleine-Budde2011-03-271-4/+5
| * | can: c_can: disable one shot mode until driver is fixedMarc Kleine-Budde2011-03-271-10/+4
* | | mfd: mfd_cell is now implicitly available to janz driversAndres Salomon2011-03-231-1/+2
|/ /
* | can: c_can: Do basic c_can configuration _before_ enabling the interruptsJan Altenberg2011-03-211-3/+3
|/
* Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-03-162-11/+13
|\
| * dt/net: Eliminate users of of_platform_{,un}register_driverGrant Likely2011-02-282-11/+13
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-03-151-3/+3
|\ \
| * | can: wrong index used in inner looproel kluin2011-03-141-3/+3
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-03-031-0/+1
|\ \ \ | |/ /
| * | CAN: add controller hardware name for Softing cardsKurt Van Dijck2011-02-281-0/+1
| |/
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-02-195-5/+6
|\ \ | |/
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-02-181-1/+1
| |\
| | * net/can/softing: make CAN_SOFTING_CS depend on CAN_SOFTINGKurt Van Dijck2011-02-141-1/+1
| * | Merge branch 'fixes-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-02-181-1/+1
| |\ \
| | * | workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable'Tejun Heo2011-02-161-1/+1
| | |/
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds2011-02-151-1/+1
| |\ \ | | |/ | |/|