1. 341abdb qlcnic: update driver version by Signed-off-by: Sony Chacko · 12 years ago
  2. 5d17f36 qlcnic: fix unused variable warnings by Shahed Shaikh · 12 years ago
  3. 3c439b5 mlx4_core: Allow choosing flow steering mode by Jack Morgenstein · 12 years ago
  4. 7b8157b mlx4_core: Adjustments to Flow Steering activation logic for SR-IOV by Jack Morgenstein · 12 years ago
  5. d67df2b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem by John W. Linville · 12 years ago
  6. 2065b38 mlx4_core: Fix error flow in the flow steering wrapper by Hadar Hen Zion · 12 years ago
  7. a9c01e7 mlx4_core: Add QPN enforcement for flow steering rules set by VFs by Hadar Hen Zion · 12 years ago
  8. dca4fae cxgb4: Add LE hash collision bug fix path in LLD driver by Vipul Pandya · 12 years ago
  9. f2b7e78 cxgb4: Add T4 filter support by Vipul Pandya · 12 years ago
  10. b13912b IPoIB: Call skb_dst_drop() once skb is enqueued for sending by Roland Dreier · 12 years ago
  11. 74779e2 Merge tag 'for-3.8-rc1' of git://gitorious.org/linux-pwm/linux-pwm by Linus Torvalds · 12 years ago
  12. 5031a2a Merge tag 'for-v3.8-part2' of git://git.infradead.org/battery-2.6 by Linus Torvalds · 12 years ago
  13. d3601e5 spi/sh-hspi: fix return value check in hspi_probe(). by Cyril Roelandt · 12 years ago
  14. 80c2022 of: Fix export of of_find_matching_node_and_match() by Grant Likely · 12 years ago
  15. d5fd5da pinctrl: exynos5440/samsung: Staticize pcfgs by Axel Lin · 12 years ago
  16. 88f2324 pinctrl: samsung: Fix a typo in pinctrl-samsung.h by Sachin Kamat · 12 years ago
  17. 752451f Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linux by Linus Torvalds · 12 years ago
  18. c1e37ea net: fec: forbid FEC_PTP on SoCs that do not support by Shawn Guo · 12 years ago
  19. d23e946 be2net: fix wrong frag_idx reported by RX CQ by Sathya Perla · 12 years ago
  20. a323d9b be2net: fix be_close() to ensure all events are ack'ed by Sathya Perla · 12 years ago
  21. 673ab87 Merge branch 'akpm' (more patches from Andrew) by Linus Torvalds · 12 years ago
  22. d7b96ca Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 12 years ago
  23. 3012d60 drivers/message/fusion/mptscsih.c: missing break by Alan Cox · 12 years ago
  24. 9f67675 backlight: locomolcd: fix checkpatch error and warning by Jingoo Han · 12 years ago
  25. 31564cb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 12 years ago
  26. 16e024f Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 12 years ago
  27. ea88eea Merge tag 'md-3.8' of git://neil.brown.name/md by Linus Torvalds · 12 years ago
  28. 848b814 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  29. c39ba1c cdc_ether: cleanup: use USB_DEVICE_AND_INTERFACE_INFO for Novatel 551/E362 by Dan Williams · 12 years ago
  30. 0370acd qmi_wwan/cdc_ether: add Dell Wireless 5800 (Novatel E362) USB IDs by Dan Williams · 12 years ago
  31. 1b63704 virtio_console: Add support for remoteproc serial by Sjur Brændeland · 12 years ago
  32. 276a3e95 virtio_console: Merge struct buffer_token into struct port_buffer by Sjur Brændeland · 12 years ago
  33. 9a2bdcc virtio: add drv_to_virtio to make code clearly by Wanlong Gao · 12 years ago
  34. 9bffdca virtio: use dev_to_virtio wrapper in virtio by Wanlong Gao · 12 years ago
  35. 40f9938 virtio-mmio: Fix irq parsing in command line parameter by Pawel Moll · 12 years ago
  36. eb34f12 virtio_console: Free buffers from out-queue upon close by sjur.brandeland@stericsson.com · 12 years ago
  37. 800ba5e virtio: Convert dev_printk(KERN_<LEVEL> to dev_<level>( by Joe Perches · 12 years ago
  38. 0127f68 virtio_console: Use kmalloc instead of kzalloc by Sjur Brændeland · 12 years ago
  39. fe52953 virtio_console: Free buffer if splice fails by Sjur Brændeland · 12 years ago
  40. 4614e51 virtio: scsi: make it clear that virtqueue_add_buf() no longer returns > 0 by Rusty Russell · 12 years ago
  41. 57e1a37 virtio: rpmsg: make it clear that virtqueue_add_buf() no longer returns > 0 by Rusty Russell · 12 years ago
  42. 0e3daa6 virtio: net: make it clear that virtqueue_add_buf() no longer returns > 0 by Rusty Russell · 12 years ago
  43. 589575a virtio: console: make it clear that virtqueue_add_buf() no longer returns > 0 by Rusty Russell · 12 years ago
  44. 98e8c6b virtio: make virtqueue_add_buf() returning 0 on success, not capacity. by Rusty Russell · 12 years ago
  45. 49e86f1 virtio: console: don't rely on virtqueue_add_buf() returning capacity. by Amit Shah · 12 years ago
  46. 9ed4cb0 virtio_net: don't rely on virtqueue_add_buf() returning capacity. by Rusty Russell · 12 years ago
  47. 7bedc7d virtio-net: remove unused skb_vnet_hdr->num_sg field by Michael S. Tsirkin · 12 years ago
  48. 6ee57bc virtio-net: correct capacity math on ring full by Michael S. Tsirkin · 12 years ago
  49. 06ca287 virtio: move queue_index and num_free fields into core struct virtqueue. by Rusty Russell · 12 years ago
  50. 1ce6853 virtio-pci: use module_pci_driver to simplify the code by Wei Yongjun · 12 years ago
  51. d32649d tuntap: fix sparse warning by Jason Wang · 12 years ago
  52. 681f206 lguest: fix typo by Alex Russell · 12 years ago
  53. 9929561 efi: Fix the build with user namespaces enabled. by Eric W. Biederman · 12 years ago
  54. a93178a Merge tag 'omap-for-v3.8/fixes-for-merge-window-v4-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes by Olof Johansson · 12 years ago
  55. 7e45bf8 mtd: nandsim: use prandom_bytes by Akinobu Mita · 12 years ago
  56. 8376d0b bnx2x: use prandom_bytes() by Akinobu Mita · 12 years ago
  57. 496f2f9 random32: rename random32 to prandom by Akinobu Mita · 12 years ago
  58. 31279b1 aoe: fix use after free in aoedev_by_aoeaddr() by Dan Carpenter · 12 years ago
  59. 2b37c7d aoe: update internal version number to 81 by Ed Cashin · 12 years ago
  60. bf29754 aoe: identify source of runt AoE packets by Ed Cashin · 12 years ago
  61. 4a6c9ee aoe: allow comma separator in aoe_iflist value by Ed Cashin · 12 years ago
  62. c450ba0 aoe: allow user to disable target failure timeout by Ed Cashin · 12 years ago
  63. 71114ec aoe: use dynamic number of remote ports for AoE storage target by Ed Cashin · 12 years ago
  64. e52a293 aoe: avoid races between device destruction and discovery by Ed Cashin · 12 years ago
  65. bbb44e3 aoe: improve handling of misbehaving network paths by Ed Cashin · 12 years ago
  66. b91316f aoe: return real minor number for static minors by Ed Cashin · 12 years ago
  67. 10935d0 aoe: initialize sysminor to avoid compiler warning by Ed Cashin · 12 years ago
  68. e0b2bba aoe: make error messages more specific in static minor allocation by Ed Cashin · 12 years ago
  69. 60116cf aoe: remove call to request handler from I/O completion by Ed Cashin · 12 years ago
  70. 7283760 aoe: cleanup: correct comment for aoetgt nout by Ed Cashin · 12 years ago
  71. 7b6ccc5 aoe: increase default cap on outstanding AoE commands in the network by Ed Cashin · 12 years ago
  72. 0a41409 aoe: remove vestigial request queue allocation by Ed Cashin · 12 years ago
  73. fe7252b aoe: copy fallback timing information on destination failover by Ed Cashin · 12 years ago
  74. 519b77b aoe: update driver-internal version to 64+ by Ed Cashin · 12 years ago
  75. 3fc9b03 aoe: commands in retransmit queue use new destination on failure by Ed Cashin · 12 years ago
  76. 5f0c9c4 aoe: use high-resolution RTTs with fallback to low-res by Ed Cashin · 12 years ago
  77. 0d555ec aoe: manipulate aoedev network stats under lock by Ed Cashin · 12 years ago
  78. 2292a7e aoe: err device: include MAC addresses for unexpected responses by Ed Cashin · 12 years ago
  79. 3a0c40d aoe: improve network congestion handling by Ed Cashin · 12 years ago
  80. 667be1e aoe: provide ATA identify device content to user on request by Ed Cashin · 12 years ago
  81. cd220bf aoe: update driver-internal version number to 60 by Ed Cashin · 12 years ago
  82. a04b41c aoe: whitespace cleanup by Ed Cashin · 12 years ago
  83. d437962 aoe: cleanup: remove unused ata_scnt function by Ed Cashin · 12 years ago
  84. 90a2508 aoe: "payload" sysfs file exports per-AoE-command data transfer size by Ed Cashin · 12 years ago
  85. aa304fd aoe: support larger I/O requests via aoe_maxsectors module param by Ed Cashin · 12 years ago
  86. 4ba9aa7 aoe: support the forgetting (flushing) of a user-specified AoE target by Ed Cashin · 12 years ago
  87. 1b8a163 aoe: update cap on outstanding commands based on config query response by Ed Cashin · 12 years ago
  88. 4e78dd1 aoe: print warning regarding a common reason for dropped transmits by Ed Cashin · 12 years ago
  89. 662a889 aoe: describe the behavior of the "err" character device by Ed Cashin · 12 years ago
  90. 6920d99 rtc: DA9055 RTC driver by Ashish Jangam · 12 years ago
  91. 04a373f drivers/rtc/rtc-s3c: use of_match_ptr() macro by Sachin Kamat · 12 years ago
  92. 18c701a drivers/rtc/rtc-tps65910.c: enable RTC power domain on initialization by Kim, Milo · 12 years ago
  93. 162a96e drivers/rtc/rtc-dev.c: remove unused code from rtc-dev.c by Sachin Kamat · 12 years ago
  94. 1b99732 drivers/rtc/rtc-s3c.c: convert to use devm_* API by Tushar Behera · 12 years ago
  95. 076c726 drivers/rtc/rtc-s3c.c: remove unnecessary err_nores label by Tushar Behera · 12 years ago
  96. f803f0d rtc: add NXP PCF8523 support by Thierry Reding · 12 years ago
  97. f288cf4 rtc: rtc-davinci: use devm_kzalloc() by Devendra Naga · 12 years ago
  98. 9ed39bf rtc: rtc-davinci: return correct error code if rtc_device_register() fails by Devendra Naga · 12 years ago
  99. 32c4746 drivers/rtc/rtc-tps65910.c: rename irq to match device by Sivaram Nair · 12 years ago
  100. c9f5c7e rtc: rtc-spear: Provide flag for no support of UIE mode by Deepak Sikri · 12 years ago