aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/caif (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-25caif-hsi: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-4/+1
2015-11-09net: caif: check return value of alloc_netdevRasmus Villemoes1-2/+5
2015-08-18net: caif: convert to using IFF_NO_QUEUEPhil Sutter3-3/+3
2015-04-01caif: remove unused struct memberRasmus Villemoes1-1/+0
2015-01-29caif: remove wrong dev_net_set() callNicolas Dichtel1-1/+0
2014-12-22caif: Fix napi poll list corruptionHerbert Xu1-2/+0
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen3-4/+5
2014-02-17caif: delete unnecessary field initializationJulia Lawall2-2/+0
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-10-17virtio: use size-based config accessors.Rusty Russell1-11/+12
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