1. 2827528 ceph: close stopped mds' session by Yan, Zheng · 8 years ago
  2. 0a07fc8 ceph: fix potential use-after-free by Yan, Zheng · 8 years ago
  3. 76201b6 ceph: allow connecting to mds whose rank >= mdsmap::m_max_mds by Yan, Zheng · 8 years ago
  4. 8242c9f ceph: fix wrong check in ceph_renew_caps() by Yan, Zheng · 8 years ago
  5. 0e1a5ee libceph: convert ceph_pagelist.refcnt from atomic_t to refcount_t by Elena Reshetova · 8 years ago
  6. 02113a0 libceph: convert ceph_osd.o_ref from atomic_t to refcount_t by Elena Reshetova · 8 years ago
  7. 06dfa96 libceph: convert ceph_snap_context.nref from atomic_t to refcount_t by Elena Reshetova · 8 years ago
  8. 805692d ceph: convert ceph_cap_snap.nref from atomic_t to refcount_t by Elena Reshetova · 8 years ago
  9. 3997c01 ceph: convert ceph_mds_session.s_ref from atomic_t to refcount_t by Elena Reshetova · 8 years ago
  10. d6a3408 libceph: supported_features module parameter by Ilya Dryomov · 8 years ago
  11. 74da4a0f libceph, ceph: always advertise all supported features by Ilya Dryomov · 8 years ago
  12. a351e9b Linux 4.11 by Linus Torvalds · 8 years ago
  13. 97ce89f Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  14. 14e07f0 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  15. 88d879d Prevent timer value 0 for MWAITX by Janakarajan Natarajan · 8 years ago
  16. 8c9a694 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  17. 4fa55ce fix a braino in ITER_PIPE iov_iter_revert() by Al Viro · 8 years ago
  18. 0060e79 Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 8 years ago
  19. 0e91178 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  20. 4c761da net: hso: register netdev later to avoid a race condition by Andreas Kemnade · 8 years ago
  21. c21b48c net: adjust skb->truesize in ___pskb_trim() by Eric Dumazet · 8 years ago
  22. 7162fb2 tcp: do not underestimate skb->truesize in tcp_trim_head() by Eric Dumazet · 8 years ago
  23. 19cdead bonding: avoid defaulting hard_header_len to ETH_HLEN on slave removal by Paolo Abeni · 8 years ago
  24. 9b83e03 ipv4: Don't pass IP fragments to upper layer GRO handlers. by Steffen Klassert · 8 years ago
  25. 504926d cpsw/netcp: refine cpts dependency by Arnd Bergmann · 8 years ago
  26. 5577e67 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 8 years ago
  27. affb852 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 8 years ago
  28. 36c02d0 clk: sunxi-ng: always select CCU_GATE by Arnd Bergmann · 8 years ago
  29. 28b2013 Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 8 years ago
  30. c518471 Merge branch 'tipc-socket-connection-hangs' by David S. Miller · 8 years ago
  31. c1be775 tipc: close the connection if protocol messages contain errors by Parthasarathy Bhuvaragan · 8 years ago
  32. 4e0df49 tipc: improve error validations for sockets in CONNECTING state by Parthasarathy Bhuvaragan · 8 years ago
  33. 42b531d tipc: Fix missing connection request handling by Parthasarathy Bhuvaragan · 8 years ago
  34. 8b5d11e Merge tag 'nfsd-4.11-3' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 8 years ago
  35. 19ac447 Merge tag 'ceph-for-4.11-rc9' of git://github.com/ceph/ceph-client by Linus Torvalds · 8 years ago
  36. f56fc7b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  37. 59372bb statx: correct error handling of NULL pathname by Michael Kerrisk (man-pages) · 8 years ago
  38. cfcf99f xfrm: fix GRO for !CONFIG_NETFILTER by Sabrina Dubroca · 8 years ago
  39. 25e2d8c sched/cputime: Fix ksoftirqd cputime accounting regression by Frederic Weisbecker · 8 years ago
  40. 1741937 uapi: change the type of struct statx_timestamp.tv_nsec to unsigned by Dmitry V. Levin · 8 years ago
  41. f832460 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 8 years ago
  42. 1e2f82d statx: Kill fd-with-NULL-path support in favour of AT_EMPTY_PATH by David Howells · 8 years ago
  43. fc08b19 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  44. 105f552 ipv6: check raw payload size correctly in ioctl by Jamie Bainbridge · 8 years ago
  45. c120144 tcp: memset ca_priv data to 0 properly by Wei Wang · 8 years ago
  46. 199ab00 ipv6: check skb->protocol before lookup for nexthop by WANG Cong · 8 years ago
  47. 9899886 net: core: Prevent from dereferencing null pointer when releasing SKB by Myungho Jung · 8 years ago
  48. 5294b83 macsec: dynamically allocate space for sglist by Jason A. Donenfeld · 8 years ago
  49. b43bd72 Revert "phy: micrel: Disable auto negotiation on startup" by David S. Miller · 8 years ago
  50. f555f34 net: phy: fix auto-negotiation stall due to unavailable interrupt by Alexander Kochetkov · 8 years ago
  51. ea3a8596 Merge tag 'sound-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 8 years ago
  52. 35db069 xfrm: do the garbage collection after flushing policy by Xin Long · 8 years ago
  53. ea839b4 Merge tag 'arc-4.11-final' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 8 years ago
  54. 13bf9fb nfsd: stricter decoding of write-like NFSv2/v3 ops by J. Bruce Fields · 8 years ago
  55. db44bac nfsd4: minor NFSv2/v3 write decoding cleanup by J. Bruce Fields · 8 years ago
  56. e6838a2 nfsd: check for oversized NFSv2/v3 arguments by J. Bruce Fields · 8 years ago
  57. 8179a10 ceph: fix recursion between ceph_set_acl() and __ceph_setattr() by Yan, Zheng · 8 years ago
  58. fd2c83b net/packet: check length in getsockopt() called with PACKET_HDRLEN by Alexander Potapenko · 8 years ago
  59. 8048ced net: ipv6: regenerate host route if moved to gc list by David Ahern · 8 years ago
  60. b1b9d36 bridge: move bridge multicast cleanup to ndo_uninit by Xin Long · 8 years ago
  61. ec9c421 ipv6: fix source routing by Sabrina Dubroca · 8 years ago
  62. c8fcd13 qed: Fix error in the dcbx app meta data initialization. by sudarsana.kalluru@cavium.com · 8 years ago
  63. fdfb70d netvsc: fix calculation of available send sections by stephen hemminger · 8 years ago
  64. a23f6ce net: hso: fix module unloading by Andreas Kemnade · 8 years ago
  65. 05ff837 tipc: fix socket flow control accounting error at tipc_recv_stream by Parthasarathy Bhuvaragan · 8 years ago
  66. 3364d61 tipc: fix socket flow control accounting error at tipc_send_stream by Parthasarathy Bhuvaragan · 8 years ago
  67. d4a2fbc Merge tag 'asoc-fix-v4.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus by Takashi Iwai · 8 years ago
  68. b7d6df5 ipv6: move stub initialization after ipv6 setup completion by Paolo Abeni · 8 years ago
  69. 72ec0bc team: fix memory leaks by Pan Bian · 8 years ago
  70. dc9617c Merge remote-tracking branches 'asoc/fix/intel', 'asoc/fix/topology' and 'asoc/fix/sti' into asoc-linus by Mark Brown · 8 years ago
  71. fccb442 Merge tag 'linux-can-fixes-for-4.11-20170425' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can by David S. Miller · 8 years ago
  72. a53d26e sfc: tx ring can only have 2048 entries for all EF10 NICs by Bert Kenward · 8 years ago
  73. 6e4cac2 ASoC: intel: Fix PM and non-atomic crash in bytcr drivers by Takashi Iwai · 8 years ago
  74. f647821 macvlan: Fix device ref leak when purging bc_queue by Herbert Xu · 8 years ago
  75. 6f2aee0 usb: plusb: Add support for PL-27A1 by Roman Spychała · 8 years ago
  76. b05c73b net: can: usb: gs_usb: Fix buffer on stack by Maksim Salau · 8 years ago
  77. 71b6115 can: usb: Kconfig: Add PCAN-USB X6 device in help text by Stephane Grosjean · 8 years ago
  78. ea8b65b can: usb: Add support of PCAN-Chip USB stamp module by Stephane Grosjean · 8 years ago
  79. 7c5bb4a Input: i8042 - add Clevo P650RS to the i8042 reset list by Dmitry Torokhov · 8 years ago
  80. 38a98bc Merge branch 'dsa-b53-58xx-fixes' by David S. Miller · 8 years ago
  81. bfcda65 net: dsa: b53: Fix CPU port for 58xx devices by Florian Fainelli · 8 years ago
  82. 3fb22b0 net: dsa: b53: Implement software reset for 58xx devices by Florian Fainelli · 8 years ago
  83. a424f0d net: dsa: b53: Include IMP/CPU port in dumb forwarding mode by Florian Fainelli · 8 years ago
  84. 8f9cedc Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 8 years ago
  85. 3d339d3 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 8 years ago
  86. 38baf3a Merge tag 'mlx5-fixes-2017-04-22' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by David S. Miller · 8 years ago
  87. fc1f8f4 net: ipv6: send unsolicited NA if enabled for all interfaces by David Ahern · 8 years ago
  88. 9199cb7 ravb: Double free on error in ravb_start_xmit() by Dan Carpenter · 8 years ago
  89. b40c5f4 udp: disable inner UDP checksum offloads in IPsec case by Ansis Atteka · 8 years ago
  90. 4d6fa57 macsec: avoid heap overflow in skb_to_sgvec by Jason A. Donenfeld · 8 years ago
  91. b7c8487 ipv4: Avoid caching l3mdev dst on mismatched local route by Robert Shearman · 8 years ago
  92. 11faa7b net: tc35815: move free after the dereference by Dan Carpenter · 8 years ago
  93. 1510d72 net/mlx5e: Fix race in mlx5e_sw_stats and mlx5e_vport_stats by Martin KaFai Lau · 8 years ago
  94. f6ebf0b sparc: Update syscall tables. by David S. Miller · 8 years ago
  95. b7c02b7 sparc64: Fill in rest of HAVE_REGS_AND_STACK_ACCESS_API by David S. Miller · 8 years ago
  96. 5a7ad11 Linux 4.11-rc8 by Linus Torvalds · 8 years ago
  97. 9ea33c4 Merge tag 'upstream-4.11-rc7' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 8 years ago
  98. e0f4e01 Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  99. fa8d7cd Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  100. 5e82c9e net/mlx5e: Fix ETHTOOL_GRXCLSRLALL handling by Ilan Tayari · 8 years ago