| Commit message (Expand) | Author | Age | Files | Lines |
* | virtio: wrap find_vqs | Michael S. Tsirkin | 2017-05-02 | 1 | -2/+1 |
* | virtio: allow drivers to request IRQ affinity when creating VQs | Christoph Hellwig | 2017-02-27 | 1 | -1/+2 |
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 2016-08-06 | 1 | -1/+1 |
|\ |
|
| * | vhost: split out vringh Kconfig | Michael S. Tsirkin | 2016-08-02 | 1 | -1/+1 |
* | | net: caif: use correct format specifier | xypron.glpk@gmx.de | 2016-08-01 | 1 | -2/+2 |
* | | caif-hsi: Remove deprecated create_singlethread_workqueue | Bhaktipriya Shridhar | 2016-07-25 | 1 | -4/+1 |
|/ |
|
* | net: caif: check return value of alloc_netdev | Rasmus Villemoes | 2015-11-09 | 1 | -2/+5 |
* | net: caif: convert to using IFF_NO_QUEUE | Phil Sutter | 2015-08-18 | 3 | -3/+3 |
* | caif: remove unused struct member | Rasmus Villemoes | 2015-04-01 | 1 | -1/+0 |
* | caif: remove wrong dev_net_set() call | Nicolas Dichtel | 2015-01-29 | 1 | -1/+0 |
* | caif: Fix napi poll list corruption | Herbert Xu | 2014-12-22 | 1 | -2/+0 |
* | net: set name_assign_type in alloc_netdev() | Tom Gundersen | 2014-07-15 | 3 | -4/+5 |
* | caif: delete unnecessary field initialization | Julia Lawall | 2014-02-17 | 2 | -2/+0 |
* | drivers/net: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 2014-01-16 | 1 | -1/+0 |
* | virtio: use size-based config accessors. | Rusty Russell | 2013-10-17 | 1 | -11/+12 |
* | caif: add a sanity check to the tty name | Dan Carpenter | 2013-09-04 | 1 | -1/+3 |
* | drivers/net: caif: fix wrong rtnl_is_locked() usage | Konstantin Khlebnikov | 2013-07-09 | 1 | -22/+39 |
* | caif: CAIF_VIRTIO should depend on HAS_DMA | Geert Uytterhoeven | 2013-05-11 | 1 | -1/+1 |
* | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2013-05-02 | 3 | -0/+807 |
|\ |
|
| * | caif_virtio: Remove bouncing email addresses | Sjur Brændeland | 2013-05-01 | 1 | -5/+5 |
| * | caif_virtio: fix error return code in cfv_create_genpool() | Wei Yongjun | 2013-04-02 | 1 | -1/+3 |
| * | caif_virtio: Check that vringh_config is not null | Sjur Brændeland | 2013-03-24 | 1 | -0/+4 |
| * | caif_virtio: Use vringh_notify_enable correctly | Sjur Brændeland | 2013-03-24 | 1 | -1/+1 |
| * | caif_virtio: use simplified virtqueue accessors. | Rusty Russell | 2013-03-20 | 1 | -2/+1 |
| * | caif_virtio: Introduce caif over virtio | Erwan Yvin | 2013-03-20 | 3 | -0/+802 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2013-05-01 | 8 | -897/+9 |
|\ \ |
|
| * \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-04-30 | 1 | -0/+1 |
| |\ \ |
|
| | * | | caif: spi: missing platform_driver_unregister() on error in cfspi_init_module() | Wei Yongjun | 2013-04-25 | 1 | -0/+1 |
| | |/ |
|
| * | | caif: Update Dmitry's email address. | sjur.brandeland@stericsson.com | 2013-04-23 | 1 | -1/+1 |
| * | | caif: Remove bouncing address for Daniel Martensson | sjur.brandeland@stericsson.com | 2013-04-23 | 3 | -5/+5 |
| * | | caif: Remove my bouncing email address. | sjur.brandeland@stericsson.com | 2013-04-23 | 4 | -5/+2 |
| * | | caif: remove caif_shm | Erwan Yvin | 2013-03-17 | 4 | -883/+0 |
| * | | drivers:net: Remove unnecessary OOM messages after netdev_alloc_skb | Joe Perches | 2013-03-09 | 1 | -4/+1 |
| |/ |
|
* | | CAIF: fix tty->warned build error | Jiri Slaby | 2013-03-25 | 1 | -2/+1 |
* | | TTY: cleanup tty->hw_stopped uses | Jiri Slaby | 2013-03-18 | 1 | -1/+0 |
|/ |
|
* | Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2013-02-21 | 2 | -2/+2 |
|\ |
|
| * | tty: Added a CONFIG_TTY option to allow removal of TTY | Joe Millenbach | 2013-01-18 | 1 | -1/+1 |
| * | TTY: move low_latency to tty_port | Jiri Slaby | 2013-01-15 | 1 | -1/+1 |
* | | caif: Remove unnecessary alloc/OOM messages | Joe Perches | 2013-02-04 | 1 | -6/+0 |
|/ |
|
* | caif: fix NULL pointer check | Alan Cox | 2012-07-24 | 1 | -0/+3 |
* | caif-hsi: Fix merge issues. | Sjur Brændeland | 2012-06-29 | 1 | -45/+27 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-06-28 | 1 | -29/+47 |
|\ |
|
| * | caif-hsi: Add missing return in error path | Sjur Brændeland | 2012-06-25 | 1 | -0/+1 |
| * | caif-hsi: Bugfix - Piggyback'ed embedded CAIF frame lost | Per Ellefsen | 2012-06-25 | 1 | -2/+2 |
* | | caif-hsi: Remove use of module parameters | Sjur Brændeland | 2012-06-25 | 1 | -79/+72 |
* | | caif-hsi: Replace platform device with ops structure. | Sjur Brændeland | 2012-06-25 | 1 | -58/+51 |
* | | caif-hsi: Add rtnl support | Sjur Brændeland | 2012-06-25 | 1 | -89/+137 |
* | | caif-hsi: Remove uncecessary assignments | Sjur Brændeland | 2012-06-25 | 1 | -5/+5 |
* | | caif-hsi: Use netdev_X instead of dev_X for printing | Sjur Brændeland | 2012-06-25 | 1 | -47/+47 |
* | | caif-hsi: changed test on aggregation_timeout | Kim Lilliestierna XX | 2012-06-25 | 1 | -1/+1 |