1. cdbeb63 tcp: when rearming RTO, if RTO time is in past then fire RTO ASAP by Neal Cardwell · 8 years ago
  2. bc3aae2 net: check and errout if res->fi is NULL when RTM_F_FIB_MATCH is set by Roopa Prabhu · 8 years ago
  3. 383143f ipv6: reset fn->rr_ptr when replacing route by Wei Wang · 8 years ago
  4. 15339e4 sctp: fully initialize the IPv6 address in sctp_v6_to_addr() by Alexander Potapenko · 8 years ago
  5. 5bfd37b tipc: fix use-after-free by Eric Dumazet · 8 years ago
  6. ff244c6 tun: handle register_netdevice() failures properly by Eric Dumazet · 8 years ago
  7. a0917e0 datagram: When peeking datagrams with offset < 0 don't skip empty skbs by Matthew Dawson · 8 years ago
  8. 2110ba5 bpf, doc: improve sysctl knob description by Daniel Borkmann · 8 years ago
  9. a120d9a netxen: fix incorrect loop counter decrement by Colin Ian King · 8 years ago
  10. eac2c68 nfp: fix infinite loop on umapping cleanup by Colin Ian King · 8 years ago
  11. acc8b31 net: sched: fix p_filter_chain check in tcf_chain_flush by Jiri Pirko · 8 years ago
  12. 014cd0a bpf: Update sysctl documentation to list all supported architectures by Michael Ellerman · 8 years ago
  13. c780a04 ipv4: better IP_MAX_MTU enforcement by Eric Dumazet · 8 years ago
  14. 81fbfe8 ptr_ring: use kmalloc_array() by Eric Dumazet · 8 years ago
  15. 120e9da dccp: defer ccid_hc_tx_delete() at dismantle time by Eric Dumazet · 8 years ago
  16. 494bea3 openvswitch: fix skb_panic due to the incorrect actions attrlen by Liping Zhang · 8 years ago
  17. c7b725b net: igmp: Use ingress interface rather than vrf device by David Ahern · 8 years ago
  18. 510c8a8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  19. 88a5c69 bpf: fix bpf_trace_printk on 32 bit archs by Daniel Borkmann · 8 years ago
  20. 0e40523 PCI: fix oops when try to find Root Port for a PCI device by dingtianhong · 8 years ago
  21. 61deee9 sfc: don't try and read ef10 data on non-ef10 NIC by Bert Kenward · 8 years ago
  22. c90e951 net_sched: remove warning from qdisc_hash_add by Konstantin Khlebnikov · 8 years ago
  23. 325d5dc net_sched/sfq: update hierarchical backlog when drop packet by Konstantin Khlebnikov · 8 years ago
  24. 8989042 net_sched: reset pointers to tcf blocks in classful qdiscs' destructors by Konstantin Khlebnikov · 8 years ago
  25. 187e5b3 ipv4: fix NULL dereference in free_fib_info_rcu() by Eric Dumazet · 8 years ago
  26. b3dc8f7 net: Fix a typo in comment about sock flags. by Tonghao Zhang · 8 years ago
  27. 12d94a8 ipv6: fix NULL dereference in ip6_route_dev_notify() by Eric Dumazet · 8 years ago
  28. 40c6d1b Merge tag 'linux-kselftest-4.13-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 8 years ago
  29. 0a6f041 Merge tag 'wireless-drivers-for-davem-2017-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers by David S. Miller · 8 years ago
  30. d624d27 tcp: fix possible deadlock in TCP stack vs BPF filter by Eric Dumazet · 8 years ago
  31. 7749d4f dccp: purge write queue in dccp_destroy_sock() by Eric Dumazet · 8 years ago
  32. 42b7305 udp: fix linear skb reception with PEEK_OFF by Al Viro · 8 years ago
  33. e5645f5 ipv6: release rt6->rt6i_idev properly during ifdown by Wei Wang · 8 years ago
  34. 36f41f8 af_key: do not use GFP_KERNEL in atomic contexts by Eric Dumazet · 8 years ago
  35. 539a06b tcp: ulp: avoid module refcnt leak in tcp_set_ulp by Sabrina Dubroca · 8 years ago
  36. bae514a Merge branch 'Add-new-PCI_DEV_FLAGS_NO_RELAXED_ORDERING-flag' by David S. Miller · 8 years ago
  37. b629276 net/cxgb4vf: Use new PCI_DEV_FLAGS_NO_RELAXED_ORDERING flag by Casey Leedom · 8 years ago
  38. b0ba9d5 net/cxgb4: Use new PCI_DEV_FLAGS_NO_RELAXED_ORDERING flag by Casey Leedom · 8 years ago
  39. 077fa19 PCI: Disable Relaxed Ordering Attributes for AMD A1100 by dingtianhong · 8 years ago
  40. 87e09cd PCI: Disable Relaxed Ordering for some Intel processors by dingtianhong · 8 years ago
  41. a99b646 PCI: Disable PCIe Relaxed Ordering if unsupported by dingtianhong · 8 years ago
  42. fcd0735 Merge tag 'md/4.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 8 years ago
  43. 6b9d1c2 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  44. 59a361b tipc: avoid inheriting msg_non_seq flag when message is returned by Jon Paul Maloy · 8 years ago
  45. fed5f57 tipc: accept PACKET_MULTICAST packets by Jon Paul Maloy · 8 years ago
  46. 2c87d63 ipv4: route: fix inet_rtm_getroute induced crash by Florian Westphal · 8 years ago
  47. e9bf53a brcmfmac: feature check for multi-scheduled scan fails on bcm4343x devices by Arend Van Spriel · 8 years ago
  48. 11e9d78 bonding: ratelimit failed speed/duplex update warning by Andreas Born · 8 years ago
  49. ef95484 Linux 4.13-rc5 by Linus Torvalds · 8 years ago
  50. b2298fc Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 8 years ago
  51. c9dc281 Merge tag 'driver-core-4.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 8 years ago
  52. ce7ba95 Merge tag 'char-misc-4.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 8 years ago
  53. 438630e Merge tag 'tty-4.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 8 years ago
  54. dd95f18 Merge tag 'staging-4.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 8 years ago
  55. 10cec91 Merge tag 'usb-4.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 8 years ago
  56. 89a5527 Merge tag 'for-linus-20170812' of git://git.infradead.org/linux-mtd by Linus Torvalds · 8 years ago
  57. 9a51544 mtd: blkdevs: Fix mtd block write failure by Abhishek Sahu · 8 years ago
  58. a99bcdc Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 8 years ago
  59. 043cd07 Merge tag 'for-linus-4.13b-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 8 years ago
  60. afc1f55 MD: not clear ->safemode for external metadata array by Shaohua Li · 8 years ago
  61. fd851ba udp: harden copy_linear_skb() by Eric Dumazet · 8 years ago
  62. 6401f37 Merge branch 'bpf-Minor-fix-in-bpf_convert_ctx_access' by David S. Miller · 8 years ago
  63. 2ed46ce bpf: fix two missing target_size settings in bpf_convert_ctx_access by Daniel Borkmann · 8 years ago
  64. e4dde41 net: fix compilation when busy poll is not enabled by Daniel Borkmann · 8 years ago
  65. 54a6a04 mISDN: Fix null pointer dereference at mISDN_FsmNew by Anton Vasilyev · 8 years ago
  66. bb3afda nfp: do not update MTU from BH in flower app by Simon Horman · 8 years ago
  67. fbca164 net: stmmac: Use the right logging function in stmmac_mdio_register by Romain Perier · 8 years ago
  68. 8d55373 net/sched/hfsc: allocate tcf block for hfsc root class by Konstantin Khlebnikov · 8 years ago
  69. ad729bc9 bonding: require speed/duplex only for 802.3ad, alb and tlb by Andreas Born · 8 years ago
  70. e71cb9e net: dsa: ksz: fix skb freeing by Vivien Didelot · 8 years ago
  71. 216e4a1 Merge tag 'nfs-for-4.13-5' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 8 years ago
  72. e0d0e04 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  73. 0993133 Merge tag 'mmc-v4.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc by Linus Torvalds · 8 years ago
  74. 7eb97ba Merge tag 'fbdev-v4.13-rc5' of git://github.com/bzolnier/linux by Linus Torvalds · 8 years ago
  75. 2bfc37c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 8 years ago
  76. 7d7a827 Merge tag 'iommu-fixes-v4.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 8 years ago
  77. 8a9d6e9 pnfs/blocklayout: require 64-bit sector_t by Christoph Hellwig · 8 years ago
  78. 8001a97 Merge tag 'powerpc-4.13-6' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  79. 622b2fb selftests: timers: freq-step: fix compile error by Shuah Khan · 8 years ago
  80. a7990c6 iommu/arm-smmu: fix null-pointer dereference in arm_smmu_add_device by Artem Savkov · 8 years ago
  81. 020db9d xen/events: Fix interrupt lost during irq_disable and irq_enable by Liu Shuo · 8 years ago
  82. 529871b xen: avoid deadlock in xenbus by Juergen Gross · 8 years ago
  83. 4a8b53b Merge branch 'nvme-4.13' of git://git.infradead.org/nvme into for-linus by Jens Axboe · 8 years ago
  84. 4ca83dc xen: fix hvm guest with kaslr enabled by Juergen Gross · 8 years ago
  85. 10231f6 xen: split up xen_hvm_init_shared_info() by Juergen Gross · 8 years ago
  86. c138d81 x86: provide an init_mem_mapping hypervisor hook by Juergen Gross · 8 years ago
  87. 9183976 fuse: set mapping error in writepage_locked when it fails by Jeff Layton · 8 years ago
  88. b2dbdf2 Merge tag 'drm-fixes-for-v4.13-rc5' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 8 years ago
  89. 27df704 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  90. e86b298 userfaultfd: replace ENOSPC with ESRCH in case mm has gone during copy/zeropage by Mike Rapoport · 8 years ago
  91. f357e34 zram: rework copy of compressor name in comp_algorithm_store() by Matthias Kaehlcke · 8 years ago
  92. aac2fea rmap: do not call mmu_notifier_invalidate_page() under ptl by Kirill A. Shutemov · 8 years ago
  93. d041353 mm: fix list corruptions on shmem shrinklist by Cong Wang · 8 years ago
  94. af54aed mm/balloon_compaction.c: don't zero ballooned pages by Wei Wang · 8 years ago
  95. c0a6a5a MAINTAINERS: copy virtio on balloon_compaction.c by Michael S. Tsirkin · 8 years ago
  96. b3a81d0 mm: fix KSM data corruption by Minchan Kim · 8 years ago
  97. 99baac2 mm: fix MADV_[FREE|DONTNEED] TLB flush miss problem by Minchan Kim · 8 years ago
  98. 0a2dd26 mm: make tlb_flush_pending global by Minchan Kim · 8 years ago
  99. 56236a5 mm: refactor TLB gathering API by Minchan Kim · 8 years ago
  100. a9b8025 Revert "mm: numa: defer TLB flush for THP migration as long as possible" by Nadav Amit · 8 years ago