summaryrefslogtreecommitdiffstats
path: root/drivers/net/caif
AgeCommit message (Expand)AuthorLines
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
2012-03-06caif-hsi: Set default MTU to 4096Sjur Brændeland-1/+1
2012-02-04caif-hsi: Add RX flip buffersjur.brandeland@stericsson.com-42/+103
2011-12-19module_param: make bool parameters really bool (net & drivers/net)Rusty Russell-4/+4
2011-12-06caif: Replace BUG_ON with WARN_ON.Roar Førde-4/+8
2011-12-06caif-shm: Bugfixes for caif_shmcore.csjur.brandeland@stericsson.com-10/+11
2011-12-06caif-hsi: Remove wake line modification when flushing FIFOChristian Auby-11/+0
2011-12-06caif-spi: Bugfix for dump upon device removalErwan Bracq-86/+90
2011-10-19caif-hsi: Added recovery check of CA wake status.Daniel Martensson-2/+40
2011-10-19caif-hsi: Added sanity check for length of CAIF framesDaniel Martensson-30/+49
2011-10-19caif-hsi: Make inactivity timeout configurable.Dmitry Tarnyagin-5/+23
2011-10-19caif-hsi: HSI-Platform device register and unregisters itselfDaniel Martensson-12/+4
2011-10-19caif-hsi: Making read and writes asynchronous.Daniel Martensson-136/+127
2011-10-19caif-hsi: Fix for wakeup condition problemDmitry Tarnyagin-3/+7
2011-10-19caif-hsi: Fixing a race condition in the caif_hsi codeDmitry Tarnyagin-7/+18