1. 66391b3 Drivers: isdn: hisax: isac.c: Fix assignment and check into one expression. by Cosmin-Gabriel Samoila · 8 years ago
  2. 995096a Fix returned tc and hoplimit values for route with IPv6 encapsulation by Quentin Armitage · 8 years ago
  3. a69f0e2 drivers/net/usb/plusb.c: Fix typo by Diego Viola · 8 years ago
  4. 9ba723b net: macb: remove BUG_ON() and reset the queue to handle RX errors by Cyrille Pitchen · 8 years ago
  5. d31fecd qlge: Update version to 1.00.00.35 by Manish Chopra · 8 years ago
  6. 4cef191 net: phy: bcm7xxx: Add entries for Broadcom BCM7346 and BCM7362 by Jaedon Shin · 8 years ago
  7. 322cea2 bpf: add missing map_flags to bpf_map_show_fdinfo by Daniel Borkmann · 8 years ago
  8. 543e3a8 netpoll: Fix extra refcount release in netpoll_cleanup() by Bjorn Helgaas · 8 years ago
  9. 7dd3991 net: bcmgenet: fix skb_len in bcmgenet_xmit_single() by Petri Gynther · 8 years ago
  10. 5586812 net: bcmgenet: fix dev->stats.tx_bytes accounting by Petri Gynther · 8 years ago
  11. 3e34766 switchdev: fix typo in comments/doc by Nicolas Dichtel · 8 years ago
  12. ba50499 net: macb: replace macb_writel() call by queue_writel() to update queue ISR by Cyrille Pitchen · 8 years ago
  13. 7629d9c Merge branch 'hns-fixes' by David S. Miller · 8 years ago
  14. c1203fe net: hns: bug fix about getting hilink status for HNS v2 by Sheng Li · 8 years ago
  15. daa8cfd net: hns: fix warning of passing zero to 'PTR_ERR' by Kejian Yan · 8 years ago
  16. 4b34aa4 net: hns: optimizate irq proccess for HNS V2 by Sheng Li · 8 years ago
  17. 1c3bae6 net: hns: remove useless variable assignment and comment by Qianqian Xie · 8 years ago
  18. 055a941 net: hns: bug fix for return values by Qianqian Xie · 8 years ago
  19. 8d71397 net: hns: optimizate fmt of snprintf() by Qianqian Xie · 8 years ago
  20. 5261312 net: hns: fix a bug for cycle index by Qianqian Xie · 8 years ago
  21. 071d36b xfrm: Fix crash observed during device unregistration and decryption by subashab@codeaurora.org · 8 years ago
  22. e46b4e2 Merge tag 'trace-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 8 years ago
  23. faea72d Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 8 years ago
  24. 5b1e167 Merge tag 'nfsd-4.6' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 8 years ago
  25. 8b97be0 Merge tag 'staging-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 8 years ago
  26. 44d1b6d Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  27. 0f0fbec Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  28. 3fa2fe2 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  29. d88f48e Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  30. be53f58 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  31. 19d6f04 Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  32. 05f5ece Merge tag 'perf-core-for-mingo-20160323' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 8 years ago
  33. aca04ce Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  34. 6579a02 net: ping: make ping_v6_sendmsg static by Haishuang Yan · 8 years ago
  35. 3f73513 hv_netvsc: Fix the order of num_sc_offered decrement by Haiyang Zhang · 8 years ago
  36. 5a010c7 Merge tag 'platform-drivers-x86-v4.6-1' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86 by Linus Torvalds · 8 years ago
  37. b615d3d Merge tag 'pwm/for-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm by Linus Torvalds · 8 years ago
  38. ed7d6bc Merge branch 'for-next-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 8 years ago
  39. 7626714 perf llvm: Use strerror_r instead of the thread unsafe strerror one by Arnaldo Carvalho de Melo · 8 years ago
  40. 7847826 perf llvm: Use realpath to canonicalize paths by Arnaldo Carvalho de Melo · 8 years ago
  41. 0741208 perf tools: Unexport some methods unused outside strbuf.c by Arnaldo Carvalho de Melo · 8 years ago
  42. 88fd633 perf probe: No need to use formatting strbuf method by Arnaldo Carvalho de Melo · 8 years ago
  43. a610f5c perf help: Use asprintf instead of adhoc equivalents by Arnaldo Carvalho de Melo · 8 years ago
  44. 5e82b4b net: Fix typos and whitespace. by Bjorn Helgaas · 8 years ago
  45. 9efc2f7 hv_netvsc: Fix the array sizes to be max supported channels by Haiyang Zhang · 8 years ago
  46. d212b46 hv_netvsc: Fix accessing freed memory in netvsc_change_mtu() by Haiyang Zhang · 8 years ago
  47. 1f461dc ppp: take reference on channels netns by Guillaume Nault · 8 years ago
  48. cf47a8a perf tools: Remove unused perf_pathdup, xstrdup functions by Arnaldo Carvalho de Melo · 8 years ago
  49. 531d241 perf tools: Do not include stringify.h from the kernel sources by Arnaldo Carvalho de Melo · 8 years ago
  50. 5197f34 net: Reset encap_level to avoid resetting features on inner IP headers by Alexander Duyck · 8 years ago
  51. 737ef7d tools include: Copy linux/stringify.h from the kernel by Arnaldo Carvalho de Melo · 8 years ago
  52. 4f3c8876 tools lib traceevent: Remove redundant CPU output by Steven Rostedt · 8 years ago
  53. 3938bad perf tools: Remove needless 'extern' from function prototypes by Arnaldo Carvalho de Melo · 8 years ago
  54. 621e49f net: mediatek: fix checking for NULL instead of IS_ERR() in .probe by Vladimir Zapolskiy · 8 years ago
  55. 9eb13f6 net: phy: at803x: Request 'reset' GPIO only for AT8030 PHY by Sebastian Frias · 8 years ago
  56. d57019d at803x: fix reset handling by Sergei Shtylyov · 8 years ago
  57. fffcad8 hp-wmi: Remove GPS rfkill support via pre-2009 interface by Maciej S. Szmigiero · 8 years ago
  58. c7805e5 hp-wmi: fix unregister order in hp_wmi_rfkill_setup() once again by Maciej S. Szmigiero · 8 years ago
  59. aaf3a5e dell-wmi: support Dell Inspiron M5110 by Michał Kępień · 8 years ago
  60. 13f5059 dell-wmi: properly process Dell Instant Launch hotkey by Michał Kępień · 8 years ago
  61. e09c4d5 dell-wmi: enable receiving WMI events on Dell Vostro V131 by Michał Kępień · 8 years ago
  62. 0db2180 dell-smbios: rename dell_smi_error() to dell_smbios_error() by Michał Kępień · 8 years ago
  63. e8edf53 dell-laptop: move dell_smi_error() to dell-smbios by Michał Kępień · 8 years ago
  64. 4db9675 ideapad-laptop: Add ideapad Y700 (15) to the no_hw_rfkill DMI list by John Dahlstrom · 8 years ago
  65. b5df36c fujitsu-laptop: Support radio toggle button by Michał Kępień · 8 years ago
  66. e8b69a5 intel-hid: allocate correct amount of memory for private struct by Wolfram Sang · 8 years ago
  67. f52ab44 platform/x86: Make intel_scu_ipc explicitly non-modular by Paul Gortmaker · 8 years ago
  68. 1f1ae99 intel_pmc_ipc: Avoid pending IPC1 command during legacy suspend by Qipeng Zha · 8 years ago
  69. 1a2f25d intel_pmc_ipc: Fix GCR register base address and length by Qipeng Zha · 8 years ago
  70. 4670768 asus-nb-wmi: add wapf=4 quirk for ASUS X75VD by Oleksandr Natalenko · 8 years ago
  71. 479f3b6 intel_telemetry_pltdrv: Change verbosity control bits by Souvik Kumar Chakravarty · 8 years ago
  72. 4d340c6 dell-rbtn: Add a comment about the XPS 13 9350 by Andy Lutomirski · 8 years ago
  73. a464afb dell-wmi: Support new hotkeys on the XPS 13 9350 (Skylake) by Andy Lutomirski · 8 years ago
  74. b13de70 dell-wmi: Clean up hotkey table size check by Andy Lutomirski · 8 years ago
  75. a570af4 dell-wmi, dell-laptop: depends DMI by Andy Lutomirski · 8 years ago
  76. 18b6f80 dell-wmi: Stop storing pointers to DMI tables by Andy Lutomirski · 8 years ago
  77. 0c41a08 dell-led: use dell_smbios_send_request() for performing SMBIOS calls by Michał Kępień · 8 years ago
  78. cf0d7ea dell-led: use dell_smbios_find_token() for finding mic DMI tokens by Michał Kępień · 8 years ago
  79. b7bca2d dell-smbios: make da_tokens static by Michał Kępień · 8 years ago
  80. 73511ff dell-smbios: remove find_token_{id,location}() by Michał Kępień · 8 years ago
  81. f951d6e dell-laptop: use dell_smbios_find_token() instead of find_token_location() by Michał Kępień · 8 years ago
  82. 63c4029 dell-laptop: use dell_smbios_find_token() instead of find_token_id() by Michał Kępień · 8 years ago
  83. 96f7ef9 dell-smbios: implement new function for finding DMI table 0xDA tokens by Michał Kępień · 8 years ago
  84. 92ebd0d dell-smbios: make the SMBIOS buffer static by Michał Kępień · 8 years ago
  85. bc2104c dell-smbios: return the SMBIOS buffer from dell_smbios_get_buffer() by Michał Kępień · 8 years ago
  86. c42831c dell-smbios: don't return an SMBIOS buffer from dell_smbios_send_request() by Michał Kępień · 8 years ago
  87. 17070f2 dell-smbios: don't pass an SMBIOS buffer to dell_smbios_send_request() by Michał Kępień · 8 years ago
  88. 2f26213 dell-smbios: rename dell_send_request() to dell_smbios_send_request() by Michał Kępień · 8 years ago
  89. cb16176 dell-smbios: rename release_buffer() to dell_smbios_release_buffer() by Michał Kępień · 8 years ago
  90. b6aa7e1 dell-smbios: rename clear_buffer() to dell_smbios_clear_buffer() by Michał Kępień · 8 years ago
  91. ee83c47 dell-smbios: rename get_buffer() to dell_smbios_get_buffer() by Michał Kępień · 8 years ago
  92. 2f9f26b dell-laptop: extract SMBIOS-related code to a separate module by Michał Kępień · 8 years ago
  93. 7faa6a3 toshiba_acpi: Add a module parameter to disable hotkeys registration by Azael Avalos · 8 years ago
  94. 33f857a Documentation/ABI: Update sysfs-driver-toshiba_acpi file by Azael Avalos · 8 years ago
  95. b1009b9 toshiba_acpi: Add sysfs entries for the Cooling Method feature by Azael Avalos · 8 years ago
  96. 763ff32 toshiba_acpi: Add support for cooling method feature by Azael Avalos · 8 years ago
  97. 15c7562 thinkpad_acpi: Remove ambiguous logging for "Unsupported brightness interface" by Eric Curtin · 8 years ago
  98. 922201d pwm: omap-dmtimer: Add debug message for effective period and duty cycle by David Rivshin · 8 years ago
  99. 7b0883f pwm: omap-dmtimer: Round load and match values rather than truncate by David Rivshin · 8 years ago
  100. cd37888 pwm: omap-dmtimer: Add sanity checking for load and match values by David Rivshin · 8 years ago