1. 8626a0c 6lowpan: add private neighbour data by Alexander Aring · 8 years ago
  2. 1b5c549 net_sched: add the ability to defer skb freeing by Eric Dumazet · 8 years ago
  3. 7d7072e skb_array: resize support by Michael S. Tsirkin · 8 years ago
  4. 5d49de5 ptr_ring: resize support by Michael S. Tsirkin · 8 years ago
  5. ad69f35 skb_array: array based FIFO for skbs by Michael S. Tsirkin · 8 years ago
  6. 2e0ab8c ptr_ring: array based FIFO for pointers by Michael S. Tsirkin · 8 years ago
  7. 9986020 sched: remove NET_XMIT_POLICED by Florian Westphal · 8 years ago
  8. f20e665 mdio: mux: Enhanced MDIO mux framework for integrated multiplexers by Pramod Kumar · 8 years ago
  9. 002245c bpf: fix missing header inclusion by Zi Shen Lim · 8 years ago
  10. fd2a043 virtio_net: introduce virtio_net_hdr_{from,to}_skb by Mike Rapoport · 8 years ago
  11. a70b506 bpf: enforce recursion limit on redirects by Daniel Borkmann · 8 years ago
  12. 1578b0a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  13. 698ea54 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  14. 524a3f2 Merge tag 'pm-4.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  15. e434863 net: vrf: Fix crash when IPv6 is disabled at boot time by David Ahern · 8 years ago
  16. 2341e07 rxrpc: Simplify connect() implementation and simplify sendmsg() op by David Howells · 8 years ago
  17. 967dd82 net: dsa: b53: Add support for Broadcom RoboSwitch by Florian Fainelli · 8 years ago
  18. 23898c7 net/mlx5: E-Switch, Modify node guid on vf set MAC by Noa Osherovich · 8 years ago
  19. 876d634 net/mlx5: Fix flow steering NIC capabilities check by Maor Gottlieb · 8 years ago
  20. 86d56a1 net/mlx5: Fix MLX5_CMD_OP_MAX to be defined correctly by Shahar Klein · 8 years ago
  21. 418f839 net/mlx5: Fix the size of modify QP mailbox by Majd Dibbiny · 8 years ago
  22. 3681196 Merge branches 'pm-cpufreq-fixes' and 'pm-cpuidle' by Rafael J. Wysocki · 8 years ago
  23. 147d9e7 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
  24. d3fff6c net: add netdev_lockdep_set_classes() helper by Eric Dumazet · 8 years ago
  25. 123b365 net: sched: fix missing doc annotations by Eric Dumazet · 8 years ago
  26. a1d8d8a qed: Add dcbnl support. by Sudarsana Reddy Kalluru · 8 years ago
  27. 6ad8c63 qed: Add support for query/config dcbx. by Sudarsana Reddy Kalluru · 8 years ago
  28. c8ae067 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  29. 1607f09 coredump: fix dumping through pipes by Mateusz Guzik · 8 years ago
  30. f9eb8ae net_sched: transform qdisc running bit into a seqcount by Eric Dumazet · 8 years ago
  31. 2051877 Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 8 years ago
  32. d3ae2bd IB/mlx5: Fix pkey_index length in the QP path record by Noa Osherovich · 8 years ago
  33. eedf265 devpts: Make each mount of devpts an independent filesystem. by Eric W. Biederman · 8 years ago
  34. 4ae3992 ACPI: bus: add stub acpi_evaluate_dsm() to linux/acpi.h by Kejian Yan · 8 years ago
  35. 6eb17e0 ACPI: bus: add stub acpi_dev_found() to linux/acpi.h by Kejian Yan · 8 years ago
  36. a3021a5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 8 years ago
  37. d46d025 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  38. 81b1251 qed: Fix next-ptr chains for BE / 32-bit by Yuval Mintz · 8 years ago
  39. c5ac931 qed: Add iscsi/rdma personalities by Yuval Mintz · 8 years ago
  40. 7a9b6b8 qed: Add common HSI for new protocols by Yuval Mintz · 8 years ago
  41. a91eb52 qed: Revisit chain implementation by Yuval Mintz · 8 years ago
  42. 90017ac sctp: Add GSO support by Marcelo Ricardo Leitner · 8 years ago
  43. ae7ef81 skbuff: introduce skb_gso_validate_mtu by Marcelo Ricardo Leitner · 8 years ago
  44. 3953c46 sk_buff: allow segmenting based on frag sizes by Marcelo Ricardo Leitner · 8 years ago
  45. 8c52b6d Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  46. 2c22132 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  47. f86e427 mm: check the return value of lookup_page_ext for all call sites by Yang Shi · 8 years ago
  48. 351a4ded qed: Utilize FW 8.10.3.0 by Yuval Mintz · 8 years ago
  49. 9bd616e cpuidle: Do not access cpuidle_devices when !CONFIG_CPU_IDLE by Catalin Marinas · 8 years ago
  50. fab0cdc irqchip/gic-v3: Fix copy+paste mistakes in defines by Andrew Jones · 8 years ago
  51. dd5f1b0 irqchip/gic-v3: Fix ICC_SGI1R_EL1.INTID decoding mask by Marc Zyngier · 8 years ago
  52. b9610e7 clk: Remove CLK_IS_ROOT flag by Stephen Boyd · 8 years ago
  53. ebb8cb2 Merge tag 'dma-buf-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/sumits/dma-buf by Linus Torvalds · 8 years ago
  54. dfc2507 time: Make settimeofday error checking work again by John Stultz · 8 years ago
  55. 480ce08 FS-Cache: make check_consistency callback return int by Yan, Zheng · 8 years ago
  56. 6b15d66 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  57. 40eb90e sctp: sctp_diag should dump sctp socket type by Xin Long · 8 years ago
  58. 4320c2a fence: add missing descriptions for fence by Luis de Bethencourt · 8 years ago
  59. dad6c39 reservation: add headerdoc comments by Rob Clark · 9 years ago
  60. e2082e3 dma-buf: headerdoc fixes by Rob Clark · 9 years ago
  61. b7ec35b libceph: change ceph_osdmap_flag() to take osdc by Ilya Dryomov · 8 years ago
  62. 7e0fb73 Merge branch 'hash' of git://ftp.sciencehorizons.net/linux by Linus Torvalds · 8 years ago
  63. 468a942 <linux/hash.h>: Add support for architecture-specific functions by George Spelvin · 8 years ago
  64. ef703f4 Eliminate bad hash multipliers from hash_32() and hash_64() by George Spelvin · 8 years ago
  65. 92d5677 Change hash_64() return value to 32 bits by George Spelvin · 8 years ago
  66. 917ea16 <linux/sunrpc/svcauth.h>: Define hash_str() in terms of hashlen_string() by George Spelvin · 8 years ago
  67. fcfd2fb fs/namei.c: Add hashlen_string() function by George Spelvin · 8 years ago
  68. f4bcbe7 Pull out string hash to <linux/stringhash.h> by George Spelvin · 8 years ago
  69. a1842b2 Merge tag 'chrome-platform' of git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform by Linus Torvalds · 8 years ago
  70. 0723ab4 Merge tag 'sound-4.7-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 8 years ago
  71. 06d2e78 Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 8 years ago
  72. d102a56 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  73. 3767e25 switch ->setxattr() to passing dentry and inode separately by Al Viro · 8 years ago
  74. aa00edc make IS_ERR_VALUE() complain about non-pointer-sized arguments by Linus Torvalds · 8 years ago
  75. 5d22fc2 mm: remove more IS_ERR_VALUE abuses by Linus Torvalds · 8 years ago
  76. 7ded384 mm: fix section mismatch warning by Linus Torvalds · 8 years ago
  77. 2566278 Merge git://git.infradead.org/intel-iommu by Linus Torvalds · 8 years ago
  78. e28e909 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  79. 5930122 switch xattr_handler->set() to passing dentry and inode separately by Al Viro · 8 years ago
  80. 5b26fc8 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 8 years ago
  81. e12fab2 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  82. 478a146 Merge tag 'dax-locking-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  83. 315227f Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  84. 7ef949d7 mm: oom_reaper: remove some bloat by Michal Hocko · 8 years ago
  85. d96c84f8 mm: slub: remove unused virt_to_obj() by Andrey Ryabinin · 8 years ago
  86. 50755bc seqlock: fix raw_read_seqcount_latch() by Alexey Dobriyan · 8 years ago
  87. a10c38a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 8 years ago
  88. 868b207 misc: at24: Fix typo in at24 header file by Moritz Fischer · 8 years ago
  89. ea8ea73 Merge tag 'nfs-for-4.7-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 8 years ago
  90. 0e77816 Merge tag 'mmc-v4.7-rc1' of git://git.linaro.org/people/ulf.hansson/mmc by Linus Torvalds · 8 years ago
  91. bfb7644 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 8 years ago
  92. 887bddf add down_write_killable_nested() by Al Viro · 8 years ago
  93. f89eae4 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  94. bdc6b75 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  95. 3b33f69 ceph: make logical calculation functions return bool by Zhang Zhuoyu · 9 years ago
  96. f3c4ebe ceph: using hash value to compose dentry offset by Yan, Zheng · 8 years ago
  97. 956d39d ceph: define 'end/complete' in readdir reply as bit flags by Yan, Zheng · 8 years ago
  98. 737cc81e libceph: support for subscribing to "mdsmap.<id>" maps by Ilya Dryomov · 8 years ago
  99. 7cca78c libceph: replace ceph_monc_request_next_osdmap() by Ilya Dryomov · 8 years ago
  100. 4609245 libceph: pool deletion detection by Ilya Dryomov · 8 years ago