1. 15cc4a4 net: mvneta: get optional bus clk by Jisheng Zhang · 9 years ago
  2. 2804ba4 net: mvneta: Try to get named core clock first by Jisheng Zhang · 9 years ago
  3. 0e03f56 net: mvneta: sort the headers in alphabetic order by Jisheng Zhang · 9 years ago
  4. 2c83229 net: mvneta: fix trivial cut-off issue in mvneta_ethtool_update_stats by Jisheng Zhang · 9 years ago
  5. 48189d6 net: hns: enet specifies a reference to dsaf by yankejian · 9 years ago
  6. e62a123 tcp: fix NULL deref in tcp_v4_send_ack() by Eric Dumazet · 9 years ago
  7. 35e2d11 tunnels: Allow IPv6 UDP checksums to be correctly controlled. by Jesse Gross · 9 years ago
  8. 4f2aaf7 Merge branch 'fix-phy-ignore-interrupts' by David S. Miller · 9 years ago
  9. 49f7a47 net: bcmgenet: Properly configure PHY to ignore interrupt by Florian Fainelli · 9 years ago
  10. deccd16f9 net: phy: Fix phy_mac_interrupt() by Florian Fainelli · 9 years ago
  11. d5c3d84 net: phy: Avoid polling PHY with PHY_IGNORE_INTERRUPTS by Florian Fainelli · 9 years ago
  12. ceb6560 net/irda: bfin_sir: remove duplicate defines by Sudip Mukherjee · 9 years ago
  13. 8034e1e Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 9 years ago
  14. bffae69 net: change tcp_syn_retries documentation by Xin Long · 9 years ago
  15. 81e8f2e net: dp83640: Fix tx timestamp overflow handling. by Manfred Rudigier · 9 years ago
  16. 7c13067 net: diag: support v4mapped sockets in inet_diag_find_one_icsk() by Eric Dumazet · 9 years ago
  17. ce87fc6 gro: Make GRO aware of lightweight tunnels. by Jesse Gross · 9 years ago
  18. b16c291 netfilter: nf_conntrack: use safer way to lock all buckets by Sasha Levin · 9 years ago
  19. 5f2f3ca sunvnet: Initialize network_header and transport_header in vnet_rx_one() by Sowmini Varadhan · 9 years ago
  20. b4ace4f soreuseport: fix NULL ptr dereference SO_REUSEPORT after bind by Craig Gallek · 9 years ago
  21. 52a82e2 af_iucv: Validate socket address length in iucv_sock_bind() by Ursula Braun · 9 years ago
  22. ed0dfff udp: fix potential infinite loop in SO_REUSEPORT logic by Eric Dumazet · 9 years ago
  23. a200dcb Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 9 years ago
  24. d05d82f Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 9 years ago
  25. d90f351 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egtvedt/linux-avr32 by Linus Torvalds · 9 years ago
  26. c1a198d Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  27. 48f58ba Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  28. 7f36f1b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide by Linus Torvalds · 9 years ago
  29. c38dec7 Merge tag 'rtc-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux by Linus Torvalds · 9 years ago
  30. d43fb9f Merge tag 'fbdev-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux by Linus Torvalds · 9 years ago
  31. 00d27c6 numa: remove stale node_has_online_mem() define by Chris Metcalf · 9 years ago
  32. 1bb50ca arch/tile: move user_exit() to early kernel entry sequence by Chris Metcalf · 9 years ago
  33. 9ce815e tile: fix bug in setting PT_FLAGS_DISABLE_IRQ on kernel entry by Chris Metcalf · 9 years ago
  34. acfb699 tile: fix tilepro casts for readl, writel, etc by Chris Metcalf · 9 years ago
  35. f3a2616 tile: fix a -Wframe-larger-than warning by Chris Metcalf · 9 years ago
  36. 5ac65ab tile: include the syscall number in the backtrace by Chris Metcalf · 9 years ago
  37. 7fa129c MAINTAINERS: add git URL for tile by Fengguang Wu · 9 years ago
  38. 583b24a arch/tile: adopt prepare_exit_to_usermode() model from x86 by Chris Metcalf · 9 years ago
  39. e04a2bd drivers/ide: make ide-scan-pci.c driver explicitly non-modular by Paul Gortmaker · 9 years ago
  40. b5a608f ide: constify ide_dma_ops structures by Julia Lawall · 9 years ago
  41. 0860bf9 ide: silence some underflow warnings by Dan Carpenter · 9 years ago
  42. b064d0d ovs: limit ovs recursions in ovs_execute_actions to not corrupt stack by Hannes Frederic Sowa · 9 years ago
  43. 60a6531 team: Replace rcu_read_lock with a mutex in team_vlan_rx_kill_vid by Ido Schimmel · 9 years ago
  44. 918f618 net: hns: bug fix about hisilicon TSO BD mode by huangdaode · 9 years ago
  45. 23195ec brcmfmac: fix BRCMF_FW_NVRAM_DEF macro for older gcc compilers by Arend van Spriel · 9 years ago
  46. 35b8153 netfilter: nf_tables_netdev: fix error path in module initialization by Pablo Neira Ayuso · 9 years ago
  47. d6b3347 netfilter: xt_TCPMSS: handle CHECKSUM_COMPLETE in tcpmss_tg6() by Eric Dumazet · 9 years ago
  48. 6f6abd3 video: fbdev: pxafb: fix out of memory error path by Robert Jarzmik · 9 years ago
  49. 5807fca Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 9 years ago
  50. 2d663b5 Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 9 years ago
  51. 25eedab vm: fix incorrect unlock error path in madvise_free_huge_pmd by Linus Torvalds · 9 years ago
  52. c671e1e drm/vc4: fix warning in validate printf. by Dave Airlie · 9 years ago
  53. e6e4a55 net: phy: at803x: Add the interrupt register bit definitions by Martin Blumenstingl · 9 years ago
  54. a46bd63 net: phy: at803x: Clean up duplicate register definitions by Martin Blumenstingl · 9 years ago
  55. 2e5f9f2 net: phy: at803x: Allow specifying the RGMII RX clock delay via phy mode by Martin Blumenstingl · 9 years ago
  56. e15bb4c net: phy: at803x: Don't set gbit features for the AR8030 phy by Martin Blumenstingl · 9 years ago
  57. 42ff712 arm64: bpf: add extra pass to handle faulty codegen by Zi Shen Lim · 9 years ago
  58. c94ae4f arm64: insn: remove BUG_ON from codegen by Zi Shen Lim · 9 years ago
  59. dd7445a sctp: the temp asoc's transports should not be hashed/unhashed by Xin Long · 9 years ago
  60. 9840650 Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 9 years ago
  61. 12768c1 Merge tag 'linux-kselftest-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 9 years ago
  62. a4eff16 Merge branch 'parisc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 9 years ago
  63. 1df59b8 Merge tag 'drm-intel-next-fixes-2016-01-14' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  64. 28f0360 Merge tag 'topic/drm-misc-2016-01-17' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  65. 0cbeafb Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  66. 58cf279a Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 9 years ago
  67. 6606b34 Merge git://www.linux-watchdog.org/linux-watchdog by Linus Torvalds · 9 years ago
  68. a016af2 Merge tag 'sound-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 9 years ago
  69. e535d74 Merge tag 'docs-4.5' of git://git.lwn.net/linux by Linus Torvalds · 9 years ago
  70. 0b6e26c net/mlx5_core: Fix trimming down IRQ number by Doron Tsur · 9 years ago
  71. cdb0077 tcp_memcontrol: Forward declare cgroup_subsys and mem_cgroup stucts by Geert Uytterhoeven · 9 years ago
  72. 78c5b2c Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-merge by David S. Miller · 9 years ago
  73. 06b031d printk: change recursion_bug type to bool by Sergey Senozhatsky · 9 years ago
  74. 5b17aec lib/vsprintf: factor out %pN[F] handler as netdev_bits() by Andy Shevchenko · 9 years ago
  75. 3cab1e7 lib/vsprintf: refactor duplicate code to special_hex_number() by Andy Shevchenko · 9 years ago
  76. 64c734b printk-formats.txt: remove unimplemented %pT by Rasmus Villemoes · 9 years ago
  77. fe22cd9 printk: help pr_debug and pr_devel to optimize out arguments by Aaron Conole · 9 years ago
  78. 251c723 lib/test_printf.c: test dentry printing by Rasmus Villemoes · 9 years ago
  79. 857cca4 lib/test_printf.c: add test for large bitmaps by Rasmus Villemoes · 9 years ago
  80. b79a7db lib/test_printf.c: account for kvasprintf tests by Rasmus Villemoes · 9 years ago
  81. 1ca8e8e lib/test_printf.c: add a few number() tests by Rasmus Villemoes · 9 years ago
  82. f176eb4 lib/test_printf.c: test precision quirks by Rasmus Villemoes · 9 years ago
  83. 331e4de lib/test_printf.c: check for out-of-bound writes by Rasmus Villemoes · 9 years ago
  84. fd0515d lib/test_printf.c: don't BUG by Rasmus Villemoes · 9 years ago
  85. 8e2a2bf lib/kasprintf.c: add sanity check to kvasprintf by Rasmus Villemoes · 9 years ago
  86. 4d72ba0 lib/vsprintf.c: warn about too large precisions and field widths by Rasmus Villemoes · 9 years ago
  87. 1c7a8e6 lib/vsprintf.c: help gcc make number() smaller by Rasmus Villemoes · 9 years ago
  88. d048419 lib/vsprintf.c: expand field_width to 24 bits by Rasmus Villemoes · 9 years ago
  89. 34fc8b9 lib/vsprintf.c: eliminate potential race in string() by Rasmus Villemoes · 9 years ago
  90. 95508cf lib/vsprintf.c: move string() below widen_string() by Rasmus Villemoes · 9 years ago
  91. cfccde0 lib/vsprintf.c: pull out padding code from dentry_name() by Rasmus Villemoes · 9 years ago
  92. 8d91f8b printk: do cond_resched() between lines while outputting to consoles by Tejun Heo · 9 years ago
  93. 81cc26f printk: only unregister boot consoles when necessary by Thierry Reding · 9 years ago
  94. 9795593 asm/sections: add helpers to check for section data by Thierry Reding · 9 years ago
  95. b493c34 kernel/stop_machine.c: remove CONFIG_SMP dependencies by Andrew Morton · 9 years ago
  96. b2113a4 uselib: default depending if libc5 was used by Riku Voipio · 9 years ago
  97. dfffa58 err.h: add (missing) unlikely() to IS_ERR_OR_NULL() by Viresh Kumar · 9 years ago
  98. da48d09 Kconfig: remove HAVE_LATENCYTOP_SUPPORT by Will Deacon · 9 years ago
  99. 3f1bfd9 include/linux/kdev_t.h: remove new_valid_dev() by Yaowei Bai · 9 years ago
  100. 4c416f4 fs/stat.c: drop the last new_valid_dev check by Yaowei Bai · 9 years ago