1. 02d0dd8 caif-hsi: fix possible deadlock in cfhsi_exit_module() by Taehee Yoo · 4 years, 10 months ago
  2. 0803e04 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 8 years ago
  3. 4d938245 vhost: split out vringh Kconfig by Michael S. Tsirkin · 8 years ago
  4. 59d53bc net: caif: use correct format specifier by xypron.glpk@gmx.de · 8 years ago
  5. deb1f45 caif-hsi: Remove deprecated create_singlethread_workqueue by Bhaktipriya Shridhar · 8 years ago
  6. cfb76d7 net: caif: check return value of alloc_netdev by Rasmus Villemoes · 9 years ago
  7. 4676a15 net: caif: convert to using IFF_NO_QUEUE by Phil Sutter · 9 years ago
  8. 906a798 caif: remove unused struct member by Rasmus Villemoes · 9 years ago
  9. 8997c27 caif: remove wrong dev_net_set() call by Nicolas Dichtel · 9 years ago
  10. 3079c65 caif: Fix napi poll list corruption by Herbert Xu · 9 years ago
  11. c835a67 net: set name_assign_type in alloc_netdev() by Tom Gundersen · 10 years ago
  12. 327cded caif: delete unnecessary field initialization by Julia Lawall · 10 years ago
  13. a81ab36 drivers/net: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 10 years ago
  14. 855e0c5 virtio: use size-based config accessors. by Rusty Russell · 11 years ago
  15. cab6ce9 caif: add a sanity check to the tty name by Dan Carpenter · 11 years ago
  16. 56e0ef5 drivers/net: caif: fix wrong rtnl_is_locked() usage by Konstantin Khlebnikov · 11 years ago
  17. 79e0c19 caif: CAIF_VIRTIO should depend on HAS_DMA by Geert Uytterhoeven · 11 years ago
  18. 736a2dd Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  19. 73287a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  20. 01d779a caif_virtio: Remove bouncing email addresses by Sjur Brændeland · 11 years ago
  21. 5871768 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  22. e56db27 caif: spi: missing platform_driver_unregister() on error in cfspi_init_module() by Wei Yongjun · 11 years ago
  23. c002090 caif: Update Dmitry's email address. by sjur.brandeland@stericsson.com · 11 years ago
  24. c2cd0a5 caif: Remove bouncing address for Daniel Martensson by sjur.brandeland@stericsson.com · 11 years ago
  25. 26ee65e caif: Remove my bouncing email address. by sjur.brandeland@stericsson.com · 11 years ago
  26. 1aef76e caif_virtio: fix error return code in cfv_create_genpool() by Wei Yongjun · 11 years ago
  27. 0d3b88d CAIF: fix tty->warned build error by Jiri Slaby · 11 years ago
  28. a8c7687 caif_virtio: Check that vringh_config is not null by Sjur Brændeland · 11 years ago
  29. b2273be caif_virtio: Use vringh_notify_enable correctly by Sjur Brændeland · 11 years ago
  30. 71bcbec caif_virtio: use simplified virtqueue accessors. by Rusty Russell · 11 years ago
  31. 0d2e1a2 caif_virtio: Introduce caif over virtio by Erwan Yvin · 11 years ago
  32. ee79706 TTY: cleanup tty->hw_stopped uses by Jiri Slaby · 11 years ago
  33. 7a87590 caif: remove caif_shm by Erwan Yvin · 11 years ago
  34. 720a43e drivers:net: Remove unnecessary OOM messages after netdev_alloc_skb by Joe Perches · 11 years ago
  35. 21eaab6 Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 11 years ago
  36. ad4437d caif: Remove unnecessary alloc/OOM messages by Joe Perches · 11 years ago
  37. 4f73bc4 tty: Added a CONFIG_TTY option to allow removal of TTY by Joe Millenbach · 11 years ago
  38. d6c53c0 TTY: move low_latency to tty_port by Jiri Slaby · 11 years ago
  39. c66b9b7 caif: fix NULL pointer check by Alan Cox · 12 years ago
  40. 7fa8ad6 caif-hsi: Fix merge issues. by Sjur Brændeland · 12 years ago
  41. b26d344 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  42. 91fa0cb caif-hsi: Remove use of module parameters by Sjur Brændeland · 12 years ago
  43. 1c385f1 caif-hsi: Replace platform device with ops structure. by Sjur Brændeland · 12 years ago
  44. c412540 caif-hsi: Add rtnl support by Sjur Brændeland · 12 years ago
  45. b42f7b5 caif-hsi: Remove uncecessary assignments by Sjur Brændeland · 12 years ago
  46. 90de9bab caif-hsi: Use netdev_X instead of dev_X for printing by Sjur Brændeland · 12 years ago
  47. a5c96b5 caif-hsi: changed test on aggregation_timeout by Kim Lilliestierna XX · 12 years ago
  48. 4e7bb59 caif-hsi: Removed dead code by Kim Lilliestierna XX · 12 years ago
  49. 1fdc763 caif-hsi: Add missing return in error path by Sjur Brændeland · 12 years ago
  50. 3935600 caif-hsi: Bugfix - Piggyback'ed embedded CAIF frame lost by Per Ellefsen · 12 years ago
  51. 6e4a762 caif: include linux/io.h by Arnd Bergmann · 12 years ago
  52. 39abbae caif-hsi: Postpone init of HSI until open() by sjur.brandeland@stericsson.com · 12 years ago
  53. 2df1fe7 caif-hsi: Remove stop/start of queue. by sjur.brandeland@stericsson.com · 12 years ago
  54. ece367d caif-hsi: robust frame aggregation for HSI by Dmitry Tarnyagin · 12 years ago
  55. d62f8db caif_hsi: use dev_dbg not dev_err for reporting by Kim Lilliestierna XX · 12 years ago
  56. 5f614e6 caif-hsi: Free flip_buffer at shutdown by sjur.brandeland@stericsson.com · 12 years ago
  57. 234e340 simple_open: automatically convert to simple_open() by Stephen Boyd · 12 years ago
  58. b2d3298 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  59. 34efc28 caif-hsi: Set default MTU to 4096 by Sjur Brændeland · 12 years ago
  60. 332ad43 caif-hsi: Add RX flip buffer by sjur.brandeland@stericsson.com · 12 years ago
  61. eb93992 module_param: make bool parameters really bool (net & drivers/net) by Rusty Russell · 12 years ago
  62. f84ea77 caif: Replace BUG_ON with WARN_ON. by Roar Førde · 12 years ago
  63. 095d2a7 caif-shm: Bugfixes for caif_shmcore.c by sjur.brandeland@stericsson.com · 12 years ago
  64. 1e22677 caif-hsi: Remove wake line modification when flushing FIFO by Christian Auby · 12 years ago
  65. d5f43c1 caif-spi: Bugfix for dump upon device removal by Erwan Bracq · 12 years ago
  66. 5ea2ef5 caif-hsi: Added recovery check of CA wake status. by Daniel Martensson · 13 years ago
  67. 5bbed92 caif-hsi: Added sanity check for length of CAIF frames by Daniel Martensson · 13 years ago
  68. 28bd204 caif-hsi: Make inactivity timeout configurable. by Dmitry Tarnyagin · 13 years ago
  69. ca63f8c caif-hsi: HSI-Platform device register and unregisters itself by Daniel Martensson · 13 years ago
  70. 687b13e caif-hsi: Making read and writes asynchronous. by Daniel Martensson · 13 years ago
  71. 73033c9 caif-hsi: Fix for wakeup condition problem by Dmitry Tarnyagin · 13 years ago
  72. fe47f12 caif-hsi: Fixing a race condition in the caif_hsi code by Dmitry Tarnyagin · 13 years ago
  73. 94230fe caif-hsi: HSI Fix uninitialized data in HSI header by sjur.brandeland@stericsson.com · 13 years ago
  74. 7ac2ed0 caif: Remove OOM messages, use kzalloc by Joe Perches · 13 years ago
  75. fa917ff net: fix warning of versioncheck by Shan Wei · 13 years ago
  76. 864834f caif: Fix recieve/receive typo by Joe Perches · 13 years ago
  77. 95cb365 net: Remove unneeded version.h includes from drivers/net/ by Jesper Juhl · 13 years ago
  78. 43d620c drivers/net: Remove casts of void * by Joe Perches · 13 years ago
  79. a6b7a40 net: remove interrupt.h inclusion from netdevice.h by Alexey Dobriyan · 13 years ago
  80. e990b37 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  81. 55db4c6 Revert "tty: make receive_buf() return the amout of bytes received" by Linus Torvalds · 13 years ago
  82. 40d6904 caif: Add CAIF HSI Link layer driver by Dmitry.Tarnyagin · 13 years ago
  83. b1c43f8 tty: make receive_buf() return the amout of bytes received by Felipe Balbi · 13 years ago
  84. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  85. 5a8b7cd net: change to new flag variable by matt mooney · 13 years ago
  86. cde9efe Merge branch 'ux500-core' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson into devel-stable by Russell King · 13 years ago
  87. 11c8ea8 ux500: rename modem IRQ and MBOX files by Linus Walleij · 13 years ago
  88. e832932 CAIF: Fix U5500 compile error for shared memory driver by Kim Lilliestierna XX · 13 years ago
  89. 8ea9122 net: caif: spi: fix potential NULL dereference by Vasiliy Kulikov · 14 years ago
  90. 2c24a5d caif: SPI-driver bugfix - incorrect padding. by Sjur Brændeland · 14 years ago
  91. 1933f0c caif-u5500: Build config for CAIF shared mem driver by Amarnath Revanna · 14 years ago
  92. e57731f caif-u5500: CAIF shared memory mailbox interface by Amarnath Revanna · 14 years ago
  93. dfae55d caif-u5500: CAIF shared memory transport protocol by sjur.brandeland@stericsson.com · 14 years ago
  94. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  95. 9dc002d caif-driver: add HAS_DMA dependency by Heiko Carstens · 14 years ago
  96. 98a21ef caif-spi: Bugfix SPI_DATA_POS settings were inverted. by Sjur Braendeland · 14 years ago
  97. 7b7b0b9 caif: handle snprintf() return by Dan Carpenter · 14 years ago
  98. cb8b6a9 drivers/net/caif: Remove unnecessary casts of private_data by Joe Perches · 14 years ago
  99. 529d6da caif-driver: Add CAIF-SPI Protocol driver. by Sjur Braendeland · 14 years ago
  100. 01eebb5 caif: Kconfig and Makefile fixes by Sjur Braendeland · 14 years ago