1. ab5a652 cipso: don't follow a NULL pointer when setsockopt() is called by Paul Moore · 12 years ago
  2. 2034baa caif: Fix access to freed pernet memory by Sjur Brændeland · 12 years ago
  3. 0e4c8ee sctp: Fix list corruption resulting from freeing an association on a list by Neil Horman · 12 years ago
  4. 25ce75b sch_sfb: Fix missing NULL check by Alan Cox · 12 years ago
  5. 3310d61 bnx2: Fix bug in bnx2_free_tx_skbs(). by Michael Chan · 12 years ago
  6. b664f8e net: Fix memory leak - vlan_info struct by Amir Hanania · 12 years ago
  7. b7811e9 gianfar: fix potential sk_wmem_alloc imbalance by Eric Dumazet · 12 years ago
  8. 071be3f netem: add limitation to reordered packets by Eric Dumazet · 12 years ago
  9. b70f06c atl1c: fix issue of transmit queue 0 timed out by Cloud Ren · 12 years ago
  10. 75e1114 ext4: undo ext4_calc_metadata_amount if we fail to claim space by Theodore Ts'o · 12 years ago
  11. b2ee6cc ext4: don't let i_reserved_meta_blocks go negative by Brian Foster · 12 years ago
  12. f26ed26 ext4: fix hole punch failure when depth is greater than 0 by Ashish Sangwan · 12 years ago
  13. 82c1edc fix compilation by chrmhoffmann · 4 years, 8 months ago
  14. 9de6aac ext4: fix overhead calculation used by ext4_statfs() by Theodore Ts'o · 12 years ago
  15. 9fe6045 ext4: pass a char * to ext4_count_free() instead of a buffer_head ptr by Theodore Ts'o · 12 years ago
  16. 48f9243 nouveau: Fix alignment requirements on src and dst addresses by Maarten Lankhorst · 12 years ago
  17. 7ced98c NFS: Fix a number of bugs in the idmapper by David Howells · 12 years ago
  18. 0563001 nfs: skip commit in releasepage if we're freeing memory for fs-related reasons by Jeff Layton · 12 years ago
  19. 1e9313a nfsd4: our filesystems are normally case sensitive by J. Bruce Fields · 12 years ago
  20. 9ec7ab7 pnfs-obj: Fix __r4w_get_page when offset is beyond i_size by Boaz Harrosh · 12 years ago
  21. 78104a0 dm thin: fix memory leak in process_prepared_mapping error paths by Joe Thornber · 12 years ago
  22. e53d926 dm thin: reduce endio_hook pool size by Alasdair G Kergon · 12 years ago
  23. f17e923 posix_types.h: Cleanup stale __NFDBITS and related definitions by Josh Boyer · 12 years ago
  24. b8afde1 drm/radeon: fix dpms on/off on trinity/aruba v2 by Jerome Glisse · 12 years ago
  25. 0269f10 drm/radeon: on hotplug force link training to happen (v2) by Jerome Glisse · 12 years ago
  26. 9f92e1c drm/radeon: fix hotplug of DP to DVI|HDMI passive adapters (v2) by Jerome Glisse · 12 years ago
  27. fb46ddd drm/radeon: fix non revealent error message by Jerome Glisse · 12 years ago
  28. 9f00059 drm/radeon: Try harder to avoid HW cursor ending on a multiple of 128 columns. by Michel Dänzer · 12 years ago
  29. 34500ca drm/radeon: fix bo creation retry path by Jerome Glisse · 12 years ago
  30. 757c508 drm/radeon: fix fence related segfault in CS by Christian König · 12 years ago
  31. 22fe8a0 tg3: Fix race condition in tg3_get_stats64() by Michael Chan · 12 years ago
  32. 15f1573 tg3: Fix Read DMA workaround for 5719 A0. by Michael Chan · 12 years ago
  33. b1cd7d3 tg3: add device id of Apple Thunderbolt Ethernet device by Greg KH · 12 years ago
  34. 9129eb0 qeth: repair crash in qeth_l3_vlan_rx_kill_vid() by Frank Blaschka · 12 years ago
  35. 16deb06 spi/pl022: disable port when unused by Virupax Sadashivpetimath · 12 years ago
  36. 73b752e cifs: reinstate sec=ntlmv2 mount option by Jeff Layton · 12 years ago
  37. 5f71d06 Btrfs: call the ordered free operation without any locks held by Chris Mason · 12 years ago
  38. c041be6 ACPI/AC: prevent OOPS on some boxes due to missing check power_supply_register() return value check by Lan Tianyu · 12 years ago
  39. 86255dd ACPI, APEI: Fixup common access width firmware bug by Jean Delvare · 12 years ago
  40. a843f54 workqueue: perform cpu down operations from low priority cpu_notifier() by Tejun Heo · 12 years ago
  41. 829857e stable: update references to older 2.6 versions for 3.x by Paul Gortmaker · 12 years ago
  42. a4ed978 udf: Improve table length check to avoid possible overflow by Jan Kara · 12 years ago
  43. f29840e iommu/amd: Fix hotplug with iommu=pt by Joerg Roedel · 12 years ago
  44. 035a962 iommu/amd: Add missing spin_lock initialization by Joerg Roedel · 12 years ago
  45. f4ac98c s390/mm: fix fault handling for page table walk case by Heiko Carstens · 12 years ago
  46. a0db3bd s390/mm: downgrade page table after fork of a 31 bit process by Martin Schwidefsky · 12 years ago
  47. 233cf82 s390/idle: fix sequence handling vs cpu hotplug by Heiko Carstens · 12 years ago
  48. 495e126 mwifiex: correction in mcs index check by Amitkumar Karwar · 12 years ago
  49. 25f308c rtlwifi: rtl8192de: Fix phy-based version calculation by Forest Bond · 12 years ago
  50. c52471f rtlwifi: rtl8192cu: Change buffer allocation for synchronous reads by Larry Finger · 12 years ago
  51. 71a985e iwlwifi: fix debug print in iwl_sta_calc_ht_flags by Meenakshi Venkataraman · 12 years ago
  52. dac0d4d mac80211: fail authentication when AP denied authentication by Eliad Peller · 12 years ago
  53. 7dfde9a tun: fix a crash bug and a memory leak by Mikulas Patocka · 12 years ago
  54. 284dd59 TPM: chip disabled state erronously being reported as error by Rajiv Andrade · 13 years ago
  55. 21fa8ca ftrace: Disable function tracing during suspend/resume and hibernation, again by Srivatsa S. Bhat · 12 years ago
  56. 6c1ce01 locks: fix checking of fcntl_setlease argument by J. Bruce Fields · 12 years ago
  57. 0c2e4a2 x86/mce: Fix siginfo_t->si_addr value for non-recoverable memory faults by Tony Luck · 12 years ago
  58. a9d2626 ALSA: hda - add dock support for Thinkpad X230 Tablet by David Henningsson · 12 years ago
  59. ba5638a Revert "usb/uas: make sure data urb is gone if we receive status before that" by Gerd Hoffmann · 12 years ago
  60. 2a58b28 USB: option: add ZTE MF821D by Bjørn Mork · 12 years ago
  61. d685e59 usb: gadget: Fix g_ether interface link status by Kevin Cernekee · 12 years ago
  62. ee5569c usbdevfs: Correct amount of data copied to user in processcompl_compat by Hans de Goede · 12 years ago
  63. 6e4bbc8 ALSA: hda - Turn on PIN_OUT from hdmi playback prepare. by Dylan Reid · 12 years ago
  64. 0bc9564 ALSA: hda - Add support for Realtek ALC282 by David Henningsson · 12 years ago
  65. 1a9e9b6 ASoC: wm8962: Redo early init of the part on resume by Mark Brown · 12 years ago
  66. f23314ce ASoC: dapm: Fix _PRE and _POST events for DAPM performance improvements by Mark Brown · 12 years ago
  67. 782194b ARM: OMAP2+: OPP: Fix to ensure check of right oppdef after bad one by Nishanth Menon · 12 years ago
  68. bf929280 rt2800usb: 2001:3c17 is an RT3370 device by Albert Pool · 12 years ago
  69. ff7c32f SCSI: Avoid dangling pointer in scsi_requeue_command() by Bart Van Assche · 12 years ago
  70. e9a60ec SCSI: Fix device removal NULL pointer dereference by Bart Van Assche · 12 years ago
  71. ad77108 SCSI: fix hot unplug vs async scan race by Dan Williams · 12 years ago
  72. c22084b SCSI: fix eh wakeup (scsi_schedule_eh vs scsi_restart_operations) by Dan Williams · 12 years ago
  73. 403cd6b SCSI: libsas: fix sas_discover_devices return code handling by Dan Williams · 12 years ago
  74. 05ab0b8 SCSI: libsas: continue revalidation by Dan Williams · 12 years ago
  75. d2d1e1a powerpc/85xx: use the BRx registers to enable indirect mode on the P1022DS by Timur Tabi · 12 years ago
  76. c10f409 powerpc/eeh: Check handle_eeh_events() return value by Kleber Sacilotto de Souza · 12 years ago
  77. 63de5e2 powerpc: Add "memory" attribute for mfmsr() by Tiejun Chen · 12 years ago
  78. fe82b42 powerpc/ftrace: Fix assembly trampoline register usage by roger blofeld · 12 years ago
  79. 62ef2c7 mmc: sdhci-pci: CaFe has broken card detection by Daniel Drake · 12 years ago
  80. 5a6fb2f iscsi-target: Drop bogus struct file usage for iSCSI/SCTP by Al Viro · 12 years ago
  81. 9b97175 target: Add generation of LOGICAL BLOCK ADDRESS OUT OF RANGE by Roland Dreier · 12 years ago
  82. f20033f Linux 3.4.7 by Greg Kroah-Hartman · 12 years ago
  83. 50d2741 cifs: when CONFIG_HIGHMEM is set, serialize the read/write kmaps by Jeff Layton · 12 years ago
  84. 5a2a9d2 ARM: SAMSUNG: Update default rate for xusbxti clock by Tushar Behera · 12 years ago
  85. 92ee6b8 dm raid1: set discard_zeroes_data_unsupported by Mikulas Patocka · 12 years ago
  86. c152f6a dm raid1: fix crash with mirror recovery and discard by Mikulas Patocka · 12 years ago
  87. 0ba2a0d dm thin: do not send discards to shared blocks by Mikulas Patocka · 12 years ago
  88. 90771ee pnfs-obj: don't leak objio_state if ore_write/read fails by Boaz Harrosh · 12 years ago
  89. a7adcf0 ore: Remove support of partial IO request (NFS crash) by Boaz Harrosh · 12 years ago
  90. 61a96e8 ore: Fix NFS crash by supporting any unaligned RAID IO by Boaz Harrosh · 12 years ago
  91. 2b79942 UBIFS: fix a bug in empty space fix-up by Artem Bityutskiy · 12 years ago
  92. 4af5b84 MIPS: Properly align the .data..init_task section. by David Daney · 12 years ago
  93. 72b5e6e HID: multitouch: Add support for Baanto touchscreen by Jiri Kosina · 13 years ago
  94. 51d101e HID: add Sennheiser BTD500USB device support by Frank Kunz · 12 years ago
  95. d0d0300 HID: add battery quirk for Apple Wireless ANSI by Daniel Nicoletti · 12 years ago
  96. b43d6d1 ext4: fix duplicated mnt_drop_write call in EXT4_IOC_MOVE_EXT by Al Viro · 12 years ago
  97. 4816086 tcm_fc: Fix crash seen with aborts and large reads by Mark Rustad · 12 years ago
  98. 3e59d07 ntp: Fix STA_INS/DEL clearing bug by John Stultz · 12 years ago
  99. 4af8060 target: Fix range calculation in WRITE SAME emulation when num blocks == 0 by Roland Dreier · 12 years ago
  100. 754f88f target: Clean up returning errors in PR handling code by Roland Dreier · 12 years ago