summaryrefslogtreecommitdiffstats
path: root/drivers/net/caif
AgeCommit message (Expand)AuthorLines
2015-01-29caif: remove wrong dev_net_set() callNicolas Dichtel-1/+0
2014-12-22caif: Fix napi poll list corruptionHerbert Xu-2/+0
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen-4/+5
2014-02-17caif: delete unnecessary field initializationJulia Lawall-2/+0
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker-1/+0
2013-10-17virtio: use size-based config accessors.Rusty Russell-11/+12
2013-09-04caif: add a sanity check to the tty nameDan Carpenter-1/+3
2013-07-09drivers/net: caif: fix wrong rtnl_is_locked() usageKonstantin Khlebnikov-22/+39
2013-05-11caif: CAIF_VIRTIO should depend on HAS_DMAGeert Uytterhoeven-1/+1
2013-05-02Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+807
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-897/+9
2013-05-01caif_virtio: Remove bouncing email addressesSjur Brændeland-5/+5
2013-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+1
2013-04-25caif: spi: missing platform_driver_unregister() on error in cfspi_init_module()Wei Yongjun-0/+1
2013-04-23caif: Update Dmitry's email address.sjur.brandeland@stericsson.com-1/+1
2013-04-23caif: Remove bouncing address for Daniel Martenssonsjur.brandeland@stericsson.com-5/+5
2013-04-23caif: Remove my bouncing email address.sjur.brandeland@stericsson.com-5/+2
2013-04-02caif_virtio: fix error return code in cfv_create_genpool()Wei Yongjun-1/+3
2013-03-25CAIF: fix tty->warned build errorJiri Slaby-2/+1
2013-03-24caif_virtio: Check that vringh_config is not nullSjur Brændeland-0/+4
2013-03-24caif_virtio: Use vringh_notify_enable correctlySjur Brændeland-1/+1
2013-03-20caif_virtio: use simplified virtqueue accessors.Rusty Russell-2/+1
2013-03-20caif_virtio: Introduce caif over virtioErwan Yvin-0/+802
2013-03-18TTY: cleanup tty->hw_stopped usesJiri Slaby-1/+0
2013-03-17caif: remove caif_shmErwan Yvin-883/+0
2013-03-09drivers:net: Remove unnecessary OOM messages after netdev_alloc_skbJoe Perches-4/+1
2013-02-21Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-2/+2
2013-02-04caif: Remove unnecessary alloc/OOM messagesJoe Perches-6/+0
2013-01-18tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach-1/+1
2013-01-15TTY: move low_latency to tty_portJiri Slaby-1/+1
2012-07-24caif: fix NULL pointer checkAlan Cox-0/+3
2012-06-29caif-hsi: Fix merge issues.Sjur Brændeland-45/+27
2012-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-29/+47
2012-06-25caif-hsi: Remove use of module parametersSjur Brændeland-79/+72
2012-06-25caif-hsi: Replace platform device with ops structure.Sjur Brændeland-58/+51
2012-06-25caif-hsi: Add rtnl supportSjur Brændeland-89/+137
2012-06-25caif-hsi: Remove uncecessary assignmentsSjur Brændeland-5/+5
2012-06-25caif-hsi: Use netdev_X instead of dev_X for printingSjur Brændeland-47/+47
2012-06-25caif-hsi: changed test on aggregation_timeoutKim Lilliestierna XX-1/+1
2012-06-25caif-hsi: Removed dead codeKim Lilliestierna XX-7/+4
2012-06-25caif-hsi: Add missing return in error pathSjur Brændeland-0/+1
2012-06-25caif-hsi: Bugfix - Piggyback'ed embedded CAIF frame lostPer Ellefsen-2/+2
2012-04-21caif: include linux/io.hArnd Bergmann-0/+4
2012-04-13caif-hsi: Postpone init of HSI until open()sjur.brandeland@stericsson.com-52/+45
2012-04-13caif-hsi: Remove stop/start of queue.sjur.brandeland@stericsson.com-10/+0
2012-04-13caif-hsi: robust frame aggregation for HSIDmitry Tarnyagin-55/+188
2012-04-13caif_hsi: use dev_dbg not dev_err for reportingKim Lilliestierna XX-2/+2
2012-04-13caif-hsi: Free flip_buffer at shutdownsjur.brandeland@stericsson.com-2/+3
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd-8/+2
2012-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1