1. 6f49793 mlxsw: spectrum_switchdev: Check status of memory allocation by Ido Schimmel · 7 years ago
  2. a9265b8 mlxsw: spectrum_switchdev: Remove unused variable by Ido Schimmel · 7 years ago
  3. 7387dbb mlxsw: spectrum_router: Fix use-after-free in route replace by Ido Schimmel · 7 years ago
  4. a4e75b7 mlxsw: spectrum_router: Add missing rollback by Ido Schimmel · 7 years ago
  5. 5333502 samples/bpf: fix a build issue by Yonghong Song · 7 years ago
  6. 1bfb159 bridge: mdb: fix leak on complete_info ptr on fail path by Eduardo Valentin · 7 years ago
  7. ffa423f tap: convert a mutex to a spinlock by WANG Cong · 7 years ago
  8. 6a146f3 cxgb4: fix BUG() on interrupt deallocating path of ULD by Guilherme G. Piccoli · 7 years ago
  9. 91d1ae4 qed: Fix printk option passed when printing ipv6 addresses by Kalderon, Michal · 7 years ago
  10. 5e34fa2 net: Fix minor code bug in timestamping.txt by Ahmad Fatoum · 7 years ago
  11. f4e2794 Merge branch 'stmmac-dma-resources-fixes' by David S. Miller · 7 years ago
  12. 6224226 net: stmmac: Make 'alloc_dma_[rt]x_desc_resources()' look even closer by Christophe Jaillet · 7 years ago
  13. 6941f7c net: stmmac: Fix error handling path in 'alloc_dma_tx_desc_resources()' by Christophe Jaillet · 7 years ago
  14. 63c3aa6 net: stmmac: Fix error handling path in 'alloc_dma_rx_desc_resources()' by Christophe Jaillet · 7 years ago
  15. fdf99b3 cisco: enic: Fic an error handling path in 'vnic_dev_init_devcmd2()' by Christophe Jaillet · 7 years ago
  16. 4c17e1f Merge branch 'bnxt_en-Bug-fixes' by David S. Miller · 7 years ago
  17. 9b0436c bnxt_en: Fix SRIOV on big-endian architecture. by Michael Chan · 7 years ago
  18. 3b6b34d bnxt_en: Fix bug in ethtool -L. by Michael Chan · 7 years ago
  19. f9b76eb bnxt_en: Fix race conditions in .ndo_get_stats64(). by Michael Chan · 7 years ago
  20. de92cd6 net/mlx5: IPSec, fix 64-bit division correctly by Arnd Bergmann · 7 years ago
  21. b36c202 Merge tag 'mlx5-fixes-2017-07-09' of https://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by David S. Miller · 7 years ago
  22. f263fbb Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 7 years ago
  23. 026d15f Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 7 years ago
  24. 43d0120 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 7 years ago
  25. 2ceedf9 Merge tag 'dmaengine-4.13-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 7 years ago
  26. 09b56d5a Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 7 years ago
  27. fe1b518 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next by Linus Torvalds · 7 years ago
  28. 8b6b317 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  29. b8d4c1f Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  30. 090a81d Merge branch 'for-spi' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  31. 46ace66 Merge branch 'work.__copy_in_user' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  32. e8df760 net: ethernet: mediatek: remove useless code in mtk_probe() by Gustavo A. R. Silva · 7 years ago
  33. a906c1a mpls: fix uninitialized in_label var warning in mpls_getroute by Roopa Prabhu · 7 years ago
  34. 11bafd5 doc: SKB_GSO_[IPIP|SIT] have been replaced by Nicolas Dichtel · 7 years ago
  35. f51048c bonding: avoid NETDEV_CHANGEMTU event when unregistering slave by WANG Cong · 7 years ago
  36. 5dc314f Merge branch 'rds-tcp-sock_graft-leak' by David S. Miller · 7 years ago
  37. 0ffdaf5 net/sock: add WARN_ON(parent->sk) in sock_graft() by Sowmini Varadhan · 7 years ago
  38. 0933a57 rds: tcp: use sock_create_lite() to create the accept socket by Sowmini Varadhan · 7 years ago
  39. 9dc351d Merge branch 'hns-fixes' by David S. Miller · 7 years ago
  40. 27463ad net: hns: Fix a skb used after free bug by Yunsheng Lin · 7 years ago
  41. ebe8d35 net: hns: Fix a wrong op phy C45 code by Yunsheng Lin · 7 years ago
  42. 233a158 net: macb: Adding Support for Jumbo Frames up to 10240 Bytes in SAMA5D3 by vishnuvardhan · 7 years ago
  43. cee37d8 Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  44. 6a37e94 Merge branch 'uaccess-work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  45. da029c1 exec: Limit arg stack to at most 75% of _STK_LIM by Kees Cook · 7 years ago
  46. 088737f Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux by Linus Torvalds · 7 years ago
  47. 33198c1 Merge tag 'for-linus-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux by Linus Torvalds · 7 years ago
  48. 3ea4fcc Merge tag 'cifs-bug-fixes-for-4.13' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 7 years ago
  49. 1a86fc7 Merge tag 'gfs2-4.13.fixes.addendum' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 7 years ago
  50. 49d31c2 dentry name snapshots by Al Viro · 7 years ago
  51. a7d4026 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 7 years ago
  52. 6d03d67 net: Update networking MAINTAINERS entry. by David S. Miller · 7 years ago
  53. 98ced88 Merge tag 'kbuild-thinar-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 7 years ago
  54. 16ffc4c3 Merge tag 'kbuild-misc-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 7 years ago
  55. 58f051f Merge tag 'kbuild-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 7 years ago
  56. ef3ad08 Merge tag 'linux-kselftest-4.13-rc1-update' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 7 years ago
  57. 3794907 Merge tag 'openrisc-for-linus' of git://github.com/openrisc/linux by Linus Torvalds · 7 years ago
  58. d691b7e Merge tag 'powerpc-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 7 years ago
  59. b59eea5 vfs: fix flock compat thinko by Linus Torvalds · 7 years ago
  60. 6481352 Merge tag 'usb-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 7 years ago
  61. df7cb18 Merge tag 'backlight-next-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight by Linus Torvalds · 7 years ago
  62. 6972b00 Merge (most of) tag 'mfd-next-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd by Linus Torvalds · 7 years ago
  63. c7d28ec Merge tag 'gpio-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 7 years ago
  64. 2e08a0e openrisc: defconfig: Cleanup from old Kconfig options by Krzysztof Kozlowski · 7 years ago
  65. e687448 openrisc: explicitly include linux/bug.h in asm/fixmap.h by Tobias Klauser · 8 years ago
  66. dddd564 Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 7 years ago
  67. 5528162 virtio-net: fix leaking of ctx array by Jason Wang · 7 years ago
  68. 6aed468 Merge branch 'pci/host-tango' into next by Bjorn Helgaas · 7 years ago
  69. 5e14e9f PCI: tango: Add Sigma Designs Tango SMP8759 PCIe host bridge support by Marc Gonzalez · 7 years ago
  70. 961ae1d gfs2: Fix glock rhashtable rcu bug by Andreas Gruenbacher · 7 years ago
  71. dd6ec12 Merge tag 'devicetree-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 7 years ago
  72. 21c19bc Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working/fujitsu/integration by Linus Torvalds · 7 years ago
  73. b6ffe9b Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 7 years ago
  74. 0eaf83d Merge tag 'mac80211-for-davem-2017-07-07' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 7 years ago
  75. d7f13f7 cfg80211: Validate frequencies nested in NL80211_ATTR_SCAN_FREQUENCIES by Srinivas Dasari · 7 years ago
  76. 8feb69c cfg80211: Define nla_policy for NL80211_ATTR_LOCAL_MESH_POWER_MODE by Srinivas Dasari · 7 years ago
  77. 0a27844 cfg80211: Check if NAN service ID is of expected size by Srinivas Dasari · 7 years ago
  78. 9361df1 cfg80211: Check if PMKID attribute is of expected size by Srinivas Dasari · 7 years ago
  79. 09fc68dc iov_iter: saner checks on copyin/copyout by Al Viro · 7 years ago
  80. 01c3521 arcnet: com20020-pci: Fix an error handling path in 'com20020pci_probe()' by Christophe Jaillet · 7 years ago
  81. df7c7dd nfp: flower: add missing clean up call to avoid memory leaks by Jakub Kicinski · 7 years ago
  82. 9f45efb Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  83. dc50214 Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  84. 90880b5 Merge branch 'work.probe_kernel_read' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  85. 1c91d2c Merge branch 'misc.alpha' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  86. c856863 Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  87. 771d3fe Merge branch 'work.drm' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  88. 2074006 Merge tag 'trace-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 7 years ago
  89. f72e24a Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 7 years ago
  90. 2c66927 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 7 years ago
  91. 6e6c5b9 Merge tag 'for-linus-4.13-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 7 years ago
  92. c136b84 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  93. a750cfd IB/core: Fix static analysis warning in ib_policy_change_task by Daniel Jurgens · 7 years ago
  94. 79d0636 IB/core: Fix uninitialized variable use in check_qp_port_pkey_settings by Daniel Jurgens · 7 years ago
  95. b5d0ebc tpm: do not suspend/resume if power stays on by Enric Balletbo i Serra · 7 years ago
  96. 28707bf tpm: use tpm2_pcr_read() in tpm2_do_selftest() by Roberto Sassu · 7 years ago
  97. 91f7f3d tpm: use tpm_buf functions in tpm2_pcr_read() by Roberto Sassu · 7 years ago
  98. bc39708 tpm_tis: make ilb_base_addr static by Colin Ian King · 7 years ago
  99. 19cbe4f tpm: consolidate the TPM startup code by Jarkko Sakkinen · 7 years ago
  100. 5e572ca tpm: Enable CLKRUN protocol for Braswell systems by Azhar Shaikh · 7 years ago