1. cb92205 Bluetooth: fix MGMT_EV_NEW_LONG_TERM_KEY event by Jakub Pawlowski · 9 years ago
  2. 2475b22 xen-netback: Allocate fraglist early to avoid complex rollback by Ross Lagerwall · 9 years ago
  3. 10e2eb8 udp: fix dst races with multicast early demux by Eric Dumazet · 9 years ago
  4. 2fc0996 3c59x: Fix resource leaks in vortex_open by Jia-Ju Bai · 9 years ago
  5. 468b732 rds: fix an integer overflow test in rds_info_getsockopt() by Dan Carpenter · 9 years ago
  6. 636dba8 act_mirred: avoid calling tcf_hash_release() when binding by WANG Cong · 9 years ago
  7. 3576fd7 openvswitch: Fix L4 checksum handling when dealing with IP fragments by Glenn Griffin · 9 years ago
  8. 3d0e0af fq_codel: explicitly reset flows in ->reset() by Eric Dumazet · 9 years ago
  9. 1ebd47e rocker: free netdevice during netdevice removal by Ido Schimmel · 9 years ago
  10. 7c764ce Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  11. acea568 Merge branch 'for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  12. c6fd4fc Merge tag 'sound-4.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 9 years ago
  13. ea11154 stmmac: fix missing MODULE_LICENSE in stmmac_platform by Joachim Eastwood · 9 years ago
  14. ef1f436 Merge branch 'gianfar-wol-fixes' by David S. Miller · 9 years ago
  15. b0734b6 gianfar: Enable device wakeup when appropriate by Claudiu Manoil · 9 years ago
  16. 614b424 gianfar: Fix suspend/resume for wol magic packet by Claudiu Manoil · 9 years ago
  17. 8486830 gianfar: Fix warning when CONFIG_PM off by Claudiu Manoil · 9 years ago
  18. 5175f71 act_pedit: check binding before calling tcf_hash_release() by WANG Cong · 9 years ago
  19. 5e49e0b Merge tag 'iommu-fixes-v4.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 9 years ago
  20. 23ff9e1 Merge tag 'drm-intel-fixes-2015-07-31' of git://anongit.freedesktop.org/drm-intel by Linus Torvalds · 9 years ago
  21. fd56d1d Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 9 years ago
  22. 1c1cc45 iommu/amd: Allow non-ATS devices in IOMMUv2 domains by Joerg Roedel · 9 years ago
  23. 8400935 Merge tag 'xfs-for-linus-4.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 9 years ago
  24. 8a68173 net: sk_clone_lock() should only do get_net() if the parent is not a kernel socket by Sowmini Varadhan · 9 years ago
  25. 28e6b67 net: sched: fix refcount imbalance in actions by Daniel Borkmann · 9 years ago
  26. 990c9b3 Merge branch 'r8152-fixes' by David S. Miller · 9 years ago
  27. 37608f3 r8152: reset device when tx timeout by hayeswang · 9 years ago
  28. e501139 r8152: add pre_reset and post_reset by hayeswang · 9 years ago
  29. 649ccd0 ALSA: hda - Fix MacBook Pro 5,2 quirk by Takashi Iwai · 9 years ago
  30. dbe0811 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 9 years ago
  31. 0a55205 Merge tag 'hwmon-for-linus-v4.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 9 years ago
  32. 5eb3e5a drm/i915: Declare the swizzling unknown for L-shaped configurations by Chris Wilson · 9 years ago
  33. d0e30ad drm/i915: Mark PIN_USER binding as GLOBAL_BIND without the aliasing ppgtt by Chris Wilson · 9 years ago
  34. 5271782 iommu/amd: Set global dma_ops if swiotlb is disabled by Joerg Roedel · 9 years ago
  35. 3230232 iommu/amd: Use swiotlb in passthrough mode by Joerg Roedel · 9 years ago
  36. 02ca202 iommu/amd: Allow non-IOMMUv2 devices in IOMMUv2 domains by Joerg Roedel · 9 years ago
  37. 1e6a7b0 iommu/amd: Use iommu core for passthrough mode by Joerg Roedel · 9 years ago
  38. 55c99a4 iommu/amd: Use iommu_attach_group() by Joerg Roedel · 9 years ago
  39. 15f1bb1 qlcnic: Fix corruption while copying by Shahed Shaikh · 9 years ago
  40. f4eaed2 act_bpf: fix memory leaks when replacing bpf programs by Daniel Borkmann · 9 years ago
  41. f68b123 Merge branch 'thunderx-fixes' by David S. Miller · 9 years ago
  42. 60f83c8 net: thunderx: Fix for crash while BGX teardown by Thanneeru Srinivasulu · 9 years ago
  43. 4adf435 net: thunderx: Add PCI driver shutdown routine by Sunil Goutham · 9 years ago
  44. b49087d net: thunderx: Fix crash when changing rss with mutliple traffic flows by Sunil Goutham · 9 years ago
  45. 3d7a8aa net: thunderx: Set watchdog timeout value by Sunil Goutham · 9 years ago
  46. 74840b8 net: thunderx: Wakeup TXQ only if CQE_TX are processed by Sunil Goutham · 9 years ago
  47. f8ce966 net: thunderx: Suppress alloc_pages() failure warnings by Sunil Goutham · 9 years ago
  48. 2cb468e net: thunderx: Fix TSO packet statistic by Sunil Goutham · 9 years ago
  49. c62cd3c net: thunderx: Fix memory leak when changing queue count by Sunil Goutham · 9 years ago
  50. 32c1b96 net: thunderx: Fix RQ_DROP miscalculation by Sunil Goutham · 9 years ago
  51. 143ceb0 net: thunderx: Fix memory leak while tearing down interface by Sunil Goutham · 9 years ago
  52. 4b561c1 net: thunderx: Fix data integrity issues with LDWB by Sunil Goutham · 9 years ago
  53. c8507fb ipv6: flush nd cache on IFF_NOARP change by Eric Dumazet · 9 years ago
  54. 9200bc4 hwmon: (nct7802) Fix integer overflow seen when writing voltage limits by Guenter Roeck · 9 years ago
  55. 0d6aaff hwmon: (nct7904) Rename pwm attributes to match hwmon ABI by Guenter Roeck · 9 years ago
  56. bdce3e7 Merge branch 'msm-fixes-4.2' of git://people.freedesktop.org/~robclark/linux into drm-fixes by Dave Airlie · 9 years ago
  57. d698291 Merge branch 'drm-fixes-4.2' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 9 years ago
  58. b2428f9 Merge branch 'netcp-fixes' by David S. Miller · 9 years ago
  59. 31a184b net: netcp: ethss: cleanup gbe_probe() and gbe_remove() functions by Karicheri, Muralidharan · 9 years ago
  60. c20afae net: netcp: ethss: fix up incorrect use of list api by Karicheri, Muralidharan · 9 years ago
  61. 01a0309 net: netcp: fix cleanup interface list in netcp_remove() by Karicheri, Muralidharan · 9 years ago
  62. d41a83b Merge tag 'pm+acpi-4.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  63. d0db3a3 Merge tag 'dm-4.2-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 9 years ago
  64. 2482abb ebpf, x86: fix general protection fault when tail call is invoked by Daniel Borkmann · 9 years ago
  65. 7ae90a4 bridge: mdb: fix delmdb state in the notification by Nikolay Aleksandrov · 9 years ago
  66. 544586f bridge: mcast: give fast leave precedence over multicast router and querier by Satish Ashok · 9 years ago
  67. b4cba04 drm/msm/mdp5: release SMB (shared memory blocks) in various cases by Wentao Xu · 9 years ago
  68. 99fc1bc drm/msm: change to uninterruptible wait in atomic commit by Wentao Xu · 9 years ago
  69. a1c3e3e drm/msm: mdp4: Fix drm_framebuffer dereference crash by Archit Taneja · 9 years ago
  70. ac45146 drm/msm: fix msm_gem_prime_get_sg_table() by Rob Clark · 9 years ago
  71. 194a336 drm/amdgpu: add new parameter to seperate map and unmap by monk.liu · 9 years ago
  72. e722b71 drm/amdgpu: hdp_flush is not needed for inside IB by monk.liu · 9 years ago
  73. 9332313 drm/amdgpu: different emit_ib for gfx and compute by monk.liu · 9 years ago
  74. c193fa91 drm/amdgpu: information leak in amdgpu_info_ioctl() by Dan Carpenter · 9 years ago
  75. 8faf0e0 drm/amdgpu: clean up init sequence for failures by Alex Deucher · 9 years ago
  76. 0a90a0c drm/radeon/combios: add some validation of lvds values by Alex Deucher · 9 years ago
  77. 7726e72 drm/radeon: rework audio modeset to handle non-audio hdmi features by Alex Deucher · 9 years ago
  78. d0ea397 drm/radeon: rework audio detect (v4) by Alex Deucher · 9 years ago
  79. b3fcf36a drm/amdgpu: Drop drm/ prefix for including drm.h in amdgpu_drm.h by Michel Dänzer · 9 years ago
  80. e13af53 drm/radeon: Drop drm/ prefix for including drm.h in radeon_drm.h by Michel Dänzer · 9 years ago
  81. df356d5 bridge: Fix network header pointer for vlan tagged packets by Toshiaki Makita · 9 years ago
  82. 795e633 dm cache: fix device destroy hang due to improper prealloc_used accounting by Mike Snitzer · 9 years ago
  83. 3508e65 Revert "dm cache: do not wake_worker() in free_migration()" by Mike Snitzer · 9 years ago
  84. 342e844 ALSA: hda - Fix race between PM ops and HDA init/probe by U. Artie Eoff · 9 years ago
  85. 86ea07c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 9 years ago
  86. d9065f4 Merge tag 'vfio-v4.2-rc5' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 9 years ago
  87. 733db57 Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 9 years ago
  88. d29809b Merge branches 'pm-cpufreq' and 'acpi-pm' by Rafael J. Wysocki · 9 years ago
  89. ee0a227 drm/i915: Replace WARN inside I915_READ64_2x32 with retry loop by Chris Wilson · 9 years ago
  90. 2d1cb7f ALSA: usb-audio: add dB range mapping for some devices by Yao-Wen Mao · 9 years ago
  91. 520e8bf Merge branch 'linux-4.2' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-fixes by Dave Airlie · 9 years ago
  92. dbd46ab packet: tpacket_snd(): fix signed/unsigned comparison by Alexander Drozdov · 9 years ago
  93. 3a05d12 ALSA: hda - Apply a fixup to Dell Vostro 5480 by Takashi Iwai · 9 years ago
  94. 11c91ef arp: filter NOARP neighbours for SIOCGARP by Eric Dumazet · 9 years ago
  95. 865b804 net/ipv4: suppress NETDEV_UP notification on address lifetime update by David Ward · 9 years ago
  96. 76b91c3 bridge: stp: when using userspace stp stop kernel hello and hold timers by Nikolay Aleksandrov · 9 years ago
  97. df150ed1 xfs: remote attributes need to be considered data by Dave Chinner · 9 years ago
  98. e3c32ee xfs: remote attribute headers contain an invalid LSN by Dave Chinner · 9 years ago
  99. b2442c5 xfs: call dax_fault on read page faults for DAX by Dave Chinner · 9 years ago
  100. 956325b Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 9 years ago