aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/caif (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-04caif: add a sanity check to the tty nameDan Carpenter1-1/+3
2013-07-09drivers/net: caif: fix wrong rtnl_is_locked() usageKonstantin Khlebnikov1-22/+39
2013-05-11caif: CAIF_VIRTIO should depend on HAS_DMAGeert Uytterhoeven1-1/+1
2013-05-02Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds3-0/+807
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds8-897/+9
2013-05-01caif_virtio: Remove bouncing email addressesSjur Brændeland1-5/+5
2013-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2013-04-25caif: spi: missing platform_driver_unregister() on error in cfspi_init_module()Wei Yongjun1-0/+1
2013-04-23caif: Update Dmitry's email address.sjur.brandeland@stericsson.com1-1/+1
2013-04-23caif: Remove bouncing address for Daniel Martenssonsjur.brandeland@stericsson.com3-5/+5
2013-04-23caif: Remove my bouncing email address.sjur.brandeland@stericsson.com4-5/+2
2013-04-02caif_virtio: fix error return code in cfv_create_genpool()Wei Yongjun1-1/+3
2013-03-25CAIF: fix tty->warned build errorJiri Slaby1-2/+1
2013-03-24caif_virtio: Check that vringh_config is not nullSjur Brændeland1-0/+4
2013-03-24caif_virtio: Use vringh_notify_enable correctlySjur Brændeland1-1/+1
2013-03-20caif_virtio: use simplified virtqueue accessors.Rusty Russell1-2/+1
2013-03-20caif_virtio: Introduce caif over virtioErwan Yvin3-0/+802
2013-03-18TTY: cleanup tty->hw_stopped usesJiri Slaby1-1/+0
2013-03-17caif: remove caif_shmErwan Yvin4-883/+0
2013-03-09drivers:net: Remove unnecessary OOM messages after netdev_alloc_skbJoe Perches1-4/+1
2013-02-21Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2-2/+2
2013-02-04caif: Remove unnecessary alloc/OOM messagesJoe Perches1-6/+0
2013-01-18tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach1-1/+1
2013-01-15TTY: move low_latency to tty_portJiri Slaby1-1/+1
2012-07-24caif: fix NULL pointer checkAlan Cox1-0/+3
2012-06-29caif-hsi: Fix merge issues.Sjur Brændeland1-45/+27
2012-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-29/+47
2012-06-25caif-hsi: Remove use of module parametersSjur Brændeland1-79/+72
2012-06-25caif-hsi: Replace platform device with ops structure.Sjur Brændeland1-58/+51
2012-06-25caif-hsi: Add rtnl supportSjur Brændeland1-89/+137
2012-06-25caif-hsi: Remove uncecessary assignmentsSjur Brændeland1-5/+5
2012-06-25caif-hsi: Use netdev_X instead of dev_X for printingSjur Brændeland1-47/+47
2012-06-25caif-hsi: changed test on aggregation_timeoutKim Lilliestierna XX1-1/+1
2012-06-25caif-hsi: Removed dead codeKim Lilliestierna XX1-7/+4
2012-06-25caif-hsi: Add missing return in error pathSjur Brændeland1-0/+1
2012-06-25caif-hsi: Bugfix - Piggyback'ed embedded CAIF frame lostPer Ellefsen1-2/+2
2012-04-21caif: include linux/io.hArnd Bergmann1-0/+4
2012-04-13caif-hsi: Postpone init of HSI until open()sjur.brandeland@stericsson.com1-52/+45
2012-04-13caif-hsi: Remove stop/start of queue.sjur.brandeland@stericsson.com1-10/+0
2012-04-13caif-hsi: robust frame aggregation for HSIDmitry Tarnyagin1-55/+188
2012-04-13caif_hsi: use dev_dbg not dev_err for reportingKim Lilliestierna XX1-2/+2
2012-04-13caif-hsi: Free flip_buffer at shutdownsjur.brandeland@stericsson.com1-2/+3
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd1-8/+2
2012-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2012-03-06caif-hsi: Set default MTU to 4096Sjur Brændeland1-1/+1
2012-02-04caif-hsi: Add RX flip buffersjur.brandeland@stericsson.com1-42/+103
2011-12-19module_param: make bool parameters really bool (net & drivers/net)Rusty Russell2-4/+4
2011-12-06caif: Replace BUG_ON with WARN_ON.Roar Førde3-4/+8
2011-12-06caif-shm: Bugfixes for caif_shmcore.csjur.brandeland@stericsson.com1-10/+11
2011-12-06caif-hsi: Remove wake line modification when flushing FIFOChristian Auby1-11/+0