1. 43a08e0 tun: fix tun_napi_alloc_frags() frag allocator by Eric Dumazet · 7 years ago
  2. 15f35d4 udplite: fix partial checksum initialization by Alexey Kodanev · 7 years ago
  3. da27988 skbuff: Fix comment mis-spelling. by David S. Miller · 7 years ago
  4. dfec091 dn_getsockoptdecnet: move nf_{get/set}sockopt outside sock lock by Paolo Abeni · 7 years ago
  5. 7dcf688 PCI/cxgb4: Extend T3 PCI quirk to T4+ devices by Casey Leedom · 7 years ago
  6. e6f02a4 cxgb4: fix trailing zero in CIM LA dump by Rahul Lakkireddy · 7 years ago
  7. c4e43e1 cxgb4: free up resources of pf 0-3 by Ganesh Goudar · 7 years ago
  8. a8c6db1 fib_semantics: Don't match route with mismatching tclassid by Stefano Brivio · 7 years ago
  9. fe9c842 NFC: llcp: Limit size of SDP URI by Kees Cook · 7 years ago
  10. c410c19 tls: getsockopt return record sequence number by Boris Pismenny · 7 years ago
  11. 257082e tls: reset the crypto info if copy_from_user fails by Boris Pismenny · 7 years ago
  12. a1dfa68 tls: retrun the correct IV in getsockopt by Boris Pismenny · 7 years ago
  13. 8ace020 Merge branch 'net-segmentation-offload-doc-fixes' by David S. Miller · 7 years ago
  14. a677088 docs: segmentation-offloads.txt: add SCTP info by Daniel Axtens · 7 years ago
  15. bc3c243 docs: segmentation-offloads.txt: Fix ref to SKB_GSO_TUNNEL_REMCSUM by Daniel Axtens · 7 years ago
  16. a65820e docs: segmentation-offloads.txt: update for UFO depreciation by Daniel Axtens · 7 years ago
  17. 080fe7a Merge branch 'tipc-locking-fixes' by David S. Miller · 7 years ago
  18. ed4ffdf tipc: Fix missing RTNL lock protection during setting link properties by Ying Xue · 7 years ago
  19. 5631f65 tipc: Introduce __tipc_nl_net_set by Ying Xue · 7 years ago
  20. 07ffb22 tipc: Introduce __tipc_nl_media_set by Ying Xue · 7 years ago
  21. 93532bb tipc: Introduce __tipc_nl_bearer_set by Ying Xue · 7 years ago
  22. 45cf7ed tipc: Introduce __tipc_nl_bearer_enable by Ying Xue · 7 years ago
  23. d59d8b7 tipc: Introduce __tipc_nl_bearer_disable by Ying Xue · 7 years ago
  24. e5d1a1e tipc: Refactor __tipc_nl_compat_doit by Ying Xue · 7 years ago
  25. 361b123 Merge branch 'ibmvnic-leaks' by David S. Miller · 7 years ago
  26. d0869c0 ibmvnic: Clean RX pool buffers during device close by Thomas Falcon · 7 years ago
  27. 4b9b0f0 ibmvnic: Free RX socket buffer in case of adapter error by Thomas Falcon · 7 years ago
  28. 6e4842dd ibmvnic: Fix NAPI structures memory leak by Thomas Falcon · 7 years ago
  29. 34f0f4e ibmvnic: Fix login buffer memory leaks by Thomas Falcon · 7 years ago
  30. cc85c02 ibmvnic: Wait until reset is complete to set carrier on by Thomas Falcon · 7 years ago
  31. e6dbe93 Revert "net: thunderx: Add support for xdp redirect" by Jesper Dangaard Brouer · 7 years ago
  32. fae8b6f sctp: fix some copy-paste errors for file comments by Xin Long · 7 years ago
  33. ac5b701 net: fix race on decreasing number of TX queues by Jakub Kicinski · 7 years ago
  34. d4014d8 rds: do not call ->conn_alloc with GFP_KERNEL by Sowmini Varadhan · 7 years ago
  35. f7219bf Merge branch 'net-sched-couple-of-fixes' by David S. Miller · 7 years ago
  36. 339c21d net: sched: fix tc_u_common lookup by Jiri Pirko · 7 years ago
  37. bb047dd net: sched: don't set q pointer for shared blocks by Jiri Pirko · 7 years ago
  38. 0f2d2b2 mlxsw: spectrum_router: Fix error path in mlxsw_sp_vr_create by Jiri Pirko · 7 years ago
  39. d4e9a40 net: af_unix: fix typo in UNIX_SKB_FRAGS_SZ comment by Tobias Klauser · 7 years ago
  40. da36029 uapi/if_ether.h: move __UAPI_DEF_ETHHDR libc define by Hauke Mehrtens · 7 years ago
  41. 07a2e1c net: cavium: fix NULL pointer dereference in cavium_ptp_put by Jan Glauber · 7 years ago
  42. 027d351 net: thunderbolt: Run disconnect flow asynchronously when logout is received by Mika Westerberg · 7 years ago
  43. 8e021a1 net: thunderbolt: Tear down connection properly on suspend by Mika Westerberg · 7 years ago
  44. b4580c9 sh_eth: Remove obsolete explicit clock handling for WoL by Geert Uytterhoeven · 7 years ago
  45. dd62c23 ravb: Remove obsolete explicit clock handling for WoL by Geert Uytterhoeven · 7 years ago
  46. 18a5b05 net: phy: fix wrong mask to phy_modify() by Ingo van Lil · 7 years ago
  47. 808cf9e tcp: Honor the eor bit in tcp_mtu_probe by Ilya Lesokhin · 7 years ago
  48. fb23403 sctp: remove the useless check in sctp_renege_events by Xin Long · 7 years ago
  49. 947820b sctp: add SCTP_CID_I_DATA and SCTP_CID_I_FWD_TSN conversion in sctp_cname by Xin Long · 7 years ago
  50. 27af86b sctp: do not pr_err for the duplicated node in transport rhlist by Xin Long · 7 years ago
  51. 1b12580 bridge: check brport attr show in brport_show by Xin Long · 7 years ago
  52. 7ac8ff9 mvpp2: fix multicast address filter by Mikulas Patocka · 7 years ago
  53. 54e0216 ptr_ring: prevent integer overflow when calculating size by Jason Wang · 7 years ago
  54. 7928b2c Linux 4.16-rc1 by Linus Torvalds · 7 years ago
  55. 7a163b2 unify {de,}mangle_poll(), get rid of kernel-side POLL... by Al Viro · 7 years ago
  56. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  57. ee5daa1 Merge branch 'work.poll2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  58. 3fc928d Merge tag 'xtensa-20180211' of git://github.com/jcmvbkbc/linux-xtensa by Linus Torvalds · 7 years ago
  59. 60d7a21 Merge tag 'nios2-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2 by Linus Torvalds · 7 years ago
  60. f8d0cbf xtensa: fix build with KASAN by Max Filippov · 7 years ago
  61. e0691eb nios2: defconfig: Cleanup from old Kconfig options by Krzysztof Kozlowski · 7 years ago
  62. 5d13c73 nios2: dts: Remove leading 0x and 0s from bindings notation by Mathieu Malaterre · 7 years ago
  63. d48fcbd Merge tag 'pci-v4.16-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 7 years ago
  64. 9454473 Merge tag 'for-linus-20180210' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  65. cc5cb5a Merge tag 'platform-drivers-x86-v4.16-3' of git://github.com/dvhart/linux-pdx86 by Linus Torvalds · 7 years ago
  66. e9d46f7 Merge tag 'chrome-platform-for-linus-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/bleung/chrome-platform by Linus Torvalds · 7 years ago
  67. 15303ba Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  68. c591c2e powerpc/pci: Fix broken INTx configuration via OF by Alexey Kardashevskiy · 7 years ago
  69. 9a61df9 Merge tag 'kbuild-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 7 years ago
  70. 7a501609 mconsole_proc(): don't mess with file->f_pos by Al Viro · 7 years ago
  71. 878e66d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  72. 523ca58 kconfig: remove const qualifier from sym_expand_string_value() by Masahiro Yamada · 7 years ago
  73. d717f24 kconfig: add xrealloc() helper by Masahiro Yamada · 7 years ago
  74. 1bd42d9 platform/x86: mlx-platform: Add support for new 200G IB and Ethernet systems by Vadim Pasternak · 7 years ago
  75. a49a414 platform/x86: mlx-platform: Add support for new msn201x system type by Vadim Pasternak · 7 years ago
  76. ef08e14 platform/x86: mlx-platform: Add support for new msn274x system type by Vadim Pasternak · 7 years ago
  77. c839682 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  78. 82f0a41 Merge tag 'nfs-for-4.16-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 7 years ago
  79. 858f45b Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 7 years ago
  80. 8158c2f Merge tag 'trace-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 7 years ago
  81. a283483 Merge tag '4.16-minor-rc-SMB3-fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 7 years ago
  82. 58fcba6 Merge tag 'fbdev-v4.16-fix' of git://github.com/bzolnier/linux by Linus Torvalds · 7 years ago
  83. 1ab03c0 Merge tag 'kvm-ppc-next-4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Radim Krčmář · 7 years ago
  84. 80132f4 Merge branch 'msr-bitmaps' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Radim Krčmář · 7 years ago
  85. 2fa56a4 ibmvnic: Remove skb->protocol checks in ibmvnic_xmit by John Allen · 7 years ago
  86. 941ff6f bpf: fix rlimit in reuseport net selftest by Daniel Borkmann · 7 years ago
  87. 07f2c7a sctp: verify size of a new chunk in _sctp_make_chunk() by Alexey Kodanev · 7 years ago
  88. 7b30d51 Merge branch 's390-qeth-fixes' by David S. Miller · 7 years ago
  89. 1c5b221 s390/qeth: fix SETIP command handling by Julian Wiedmann · 7 years ago
  90. 89271c6 s390/qeth: fix underestimated count of buffer elements by Ursula Braun · 7 years ago
  91. 0bf7800 ptr_ring: try vmalloc() when kmalloc() fails by Jason Wang · 7 years ago
  92. 6e6e41c ptr_ring: fail early if queue occupies more than KMALLOC_MAX_SIZE by Jason Wang · 7 years ago
  93. 909ebd5 Merge branch 'stmmac-irq-fixes-cleanups' by David S. Miller · 7 years ago
  94. 1029117 net: stmmac: remove redundant enable of PMT irq by Niklas Cassel · 7 years ago
  95. e879b7a net: stmmac: rename GMAC_INT_DEFAULT_MASK for dwmac4 by Niklas Cassel · 7 years ago
  96. 1b84ca1 net: stmmac: discard disabled flags in interrupt status register by Niklas Cassel · 7 years ago
  97. faefaa9 ibmvnic: Reset long term map ID counter by Thomas Falcon · 7 years ago
  98. 437a4db Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 7 years ago
  99. f9f1e41 Merge tag 'for-linus-4.16-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 7 years ago
  100. dff839f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 7 years ago