1. a0b44ee net: macb: fix the RX queue reset in macb_rx() by Cyrille Pitchen · 8 years ago
  2. 44b911e net/mlx4: Fix uninitialized fields in rule when adding promiscuous mode to device managed flow steering by Jack Morgenstein · 8 years ago
  3. b435370 Revert "net/mlx4_en: Avoid unregister_netdev at shutdown flow" by Tariq Toukan · 8 years ago
  4. 91eefaa amd-xgbe: Fix unused suspend handlers build warning by Borislav Petkov · 8 years ago
  5. e323049 net: phy: realtek: fix enabling of the TX-delay for RTL8211F by Martin Blumenstingl · 8 years ago
  6. e824265 driver: macvtap: Unregister netdev rx_handler if macvtap_newlink fails by Gao Feng · 8 years ago
  7. 6ffe1c4 net: qcom/emac: fix of_node and phydev leaks by Johan Hovold · 8 years ago
  8. cb1f341 net: fsl/fman: fix fixed-link-phydev reference leak by Johan Hovold · 8 years ago
  9. 9668303 net: fsl/fman: fix phydev reference leak by Johan Hovold · 8 years ago
  10. 0da6054 net: bcmgenet: fix phydev reference leak by Johan Hovold · 8 years ago
  11. c9bd282 irda: fix overly long udelay() by Arnd Bergmann · 8 years ago
  12. 147fd28 driver: ipvlan: Fix one possible memleak in ipvlan_link_new by Gao Feng · 8 years ago
  13. e348031 Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 8 years ago
  14. a0d60e6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  15. 30e2b7c Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  16. e8f967c mvpp2: use correct size for memset by Arnd Bergmann · 8 years ago
  17. 5e7dfeb net/mlx5: drop duplicate header delay.h by Geliang Tang · 8 years ago
  18. 8f8a8b1 net: ieee802154: drop duplicate header delay.h by Geliang Tang · 8 years ago
  19. 4ee12ef ibmvnic: drop duplicate header seq_file.h by Geliang Tang · 8 years ago
  20. 1f1e70e fsl/fman: fix a leak in tgec_free() by Dan Carpenter · 8 years ago
  21. 97db8af net: ethernet: mvneta: Remove IFF_UNICAST_FLT which is not implemented by Andrew Lunn · 8 years ago
  22. beb53e4 Merge tag 'acpi-4.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  23. 89119f0 Revert "i2c: designware: do not disable adapter after transfer" by Jarkko Nikula · 8 years ago
  24. 7e5c07a Merge branches 'acpi-sleep-fixes' and 'acpi-wdat-fixes' by Rafael J. Wysocki · 8 years ago
  25. f7db0ec dwc_eth_qos: drop duplicate headers by Geliang Tang · 8 years ago
  26. f2051f8 Merge tag 'mfd-fixes-4.9.1' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd by Linus Torvalds · 8 years ago
  27. ea9ea6c Merge tag 'media/v4.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 8 years ago
  28. 6006d6e Merge tag 'drm-fixes-for-v4.9-rc7' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 8 years ago
  29. 1a41741 mfd: wm8994-core: Don't use managed regulator bulk get API by Viresh Kumar · 8 years ago
  30. 3cfc43d mfd: wm8994-core: Disable regulators before removing them by Viresh Kumar · 8 years ago
  31. d29ccdb mfd: syscon: Support native-endian regmaps by Paul Burton · 8 years ago
  32. 9704668 Merge branch 'mediatek-drm-fixes-2016-11-24' of https://github.com/ckhu-mediatek/linux.git-tags into drm-fixes by Dave Airlie · 8 years ago
  33. d742000 gpu/drm/exynos/exynos_hdmi - Unmap region obtained by of_iomap by Arvind Yadav · 8 years ago
  34. 76da870 net: dsa: bcm_sf2: Ensure we re-negotiate EEE during after link change by Florian Fainelli · 8 years ago
  35. 867d121 bnxt: do not busy-poll when link is down by Andy Gospodarek · 8 years ago
  36. 16ae16c Merge tag 'mmc-v4.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc by Linus Torvalds · 8 years ago
  37. bae73e8 Merge tag 'usb-4.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 8 years ago
  38. e2b6535 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 8 years ago
  39. 4d6d5f1 i2c: designware: fix rx fifo depth tracking by Russell King · 8 years ago
  40. 2bf413d i2c: designware: report short transfers by Russell King · 8 years ago
  41. 5ad4530 drm/mediatek: fix null pointer dereference by Matthias Brugger · 8 years ago
  42. f6c8723 drm/mediatek: fixed the calc method of data rate per lane by Jitao Shi · 8 years ago
  43. 1ee6f34 drm/mediatek: fix a typo of DISP_OD_CFG to OD_RELAYMODE by Bibby Hsieh · 8 years ago
  44. b6e0123 net/mlx4_en: Free netdev resources under state lock by Tariq Toukan · 8 years ago
  45. 57aac71 bnxt_en: Fix a VXLAN vs GENEVE issue by Christophe Jaillet · 8 years ago
  46. c3891fa driver: macvlan: Check if need rollback multicast setting in macvlan_open by Gao Feng · 8 years ago
  47. ffa54a2 net: phy: micrel: fix KSZ8041FTL supported value by Kirill Esipov · 8 years ago
  48. 855f652 Merge branch 'for-upstream/hdlcd' of git://linux-arm.org/linux-ld into drm-fixes by Dave Airlie · 8 years ago
  49. 7ad54c9 Merge branch 'drm-fixes-4.9' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 8 years ago
  50. 22a1e77 xc2028: Fix use-after-free bug properly by Takashi Iwai · 8 years ago
  51. d3ac31f drm/radeon: fix power state when port pm is unavailable (v2) by Peter Wu · 8 years ago
  52. 1db4496 drm/amdgpu: fix power state when port pm is unavailable by Peter Wu · 8 years ago
  53. d443a0a HID: hid-sensor-hub: clear memory to avoid random data by Song Hongyan · 8 years ago
  54. 6dab07d HID: rmi: make transfer buffers DMA capable by Benjamin Tissoires · 8 years ago
  55. b7a87ad HID: magicmouse: make transfer buffers DMA capable by Benjamin Tissoires · 8 years ago
  56. 061232f HID: lg: make transfer buffers DMA capable by Benjamin Tissoires · 8 years ago
  57. 1ffb3c4 HID: cp2112: make transfer buffers DMA capable by Benjamin Tissoires · 8 years ago
  58. 23400ac Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 8 years ago
  59. b66c08b Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 8 years ago
  60. 57527ed Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 8 years ago
  61. 7a79279 drm/arm: hdlcd: fix plane base address update by Russell King · 8 years ago
  62. 8d1a240 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 8 years ago
  63. effb46b watchdog: wdat_wdt: Select WATCHDOG_CORE by Mika Westerberg · 8 years ago
  64. 27e7ab9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  65. 6bc5445 ethernet: stmmac: make DWMAC_STM32 depend on it's associated SoC by Peter Robinson · 8 years ago
  66. 9713adc Revert "ACPI: Execute _PTS before system reboot" by Rafael J. Wysocki · 8 years ago
  67. ec638db thermal/powerclamp: add back module device table by Jacob Pan · 8 years ago
  68. 647f80a mmc: dw_mmc: fix the error handling for dma operation by Jaehoon Chung · 8 years ago
  69. 77079b1 Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  70. 50d438f Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 8 years ago
  71. ad092de i2c: i2c-mux-pca954x: fix deselect enabling for device-tree by Alex Hemme · 8 years ago
  72. 384b0dc Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  73. eab8d4b Merge tag 'dmaengine-fix-4.9-rc6' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 8 years ago
  74. 178c7ae net: macb: add check for dma mapping error in start_xmit() by Alexey Khoroshilov · 8 years ago
  75. 20afa6e Merge tag 'acpi-4.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  76. aab0b24 Merge branches 'acpica-fixes', 'acpi-cppc-fixes' and 'acpi-tools-fixes' by Rafael J. Wysocki · 8 years ago
  77. 1a9bbcc sunbmac: Fix compiler warning by Tushar Dave · 8 years ago
  78. 266439c sunqe: Fix compiler warnings by Tushar Dave · 8 years ago
  79. 87305c4 Merge tag 'mac80211-for-davem-2016-11-18' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 8 years ago
  80. 23a0987 net: ethernet: ti: cpsw: fix fixed-link phy probe deferral by Johan Hovold · 8 years ago
  81. 3420ea8 net: ethernet: ti: cpsw: add missing sanity check by Johan Hovold · 8 years ago
  82. a7fe9d4 net: ethernet: ti: cpsw: fix secondary-emac probe error path by Johan Hovold · 8 years ago
  83. 8cbcc46 net: ethernet: ti: cpsw: fix of_node and phydev leaks by Johan Hovold · 8 years ago
  84. a4e32b0 net: ethernet: ti: cpsw: fix deferred probe by Johan Hovold · 8 years ago
  85. 86e1d5a net: ethernet: ti: cpsw: fix mdio device reference leak by Johan Hovold · 8 years ago
  86. c46ab7e net: ethernet: ti: cpsw: fix bad register access in probe error path by Johan Hovold · 8 years ago
  87. 06ba3b2 net: sky2: Fix shutdown crash by Jeremy Linton · 8 years ago
  88. bd2bc2b Merge tag 'gpio-v4.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 8 years ago
  89. c0da038 Merge tag 'usb-serial-4.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus by Greg Kroah-Hartman · 8 years ago
  90. b0921d5 mmc: sdhci-of-esdhc: fixup PRESENT_STATE read by Michael Walle · 8 years ago
  91. 268200b Merge tag 'fixes-for-v4.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linus by Greg Kroah-Hartman · 8 years ago
  92. 05e78c6 usb: gadget: f_fs: fix wrong parenthesis in ffs_func_req_match() by Felix Hädicke · 8 years ago
  93. 68d85d0 i2c: digicolor: use clk_disable_unprepare instead of clk_unprepare by Wei Yongjun · 8 years ago
  94. c2ee69d Merge tag 'drm-intel-fixes-2016-11-17' of ssh://git.freedesktop.org/git/drm-intel into drm-fixes by Dave Airlie · 8 years ago
  95. 1c8018f ipmi/bt-bmc: change compatible node to 'aspeed, ast2400-ibt-bmc' by Cédric Le Goater · 8 years ago
  96. 7d40c2c Revert "drm/mediatek: set vblank_disable_allowed to true" by Dave Airlie · 8 years ago
  97. e9f0104 Revert "drm/mediatek: fix a typo of OD_CFG to OD_RELAYMODE" by Dave Airlie · 8 years ago
  98. 6238986 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  99. 57400d3 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
  100. 13c9d93 net: phy: fixed_phy: fix of_node leak in fixed_phy_unregister by Johan Hovold · 8 years ago