1. d49baa7 net/smc: check for missing nlattrs in SMC_PNETID messages by Eric Biggers · 7 years ago
  2. 4f6b15c Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 7 years ago
  3. b84bbaf packet: in packet_snd start writing at link layer allocation by Willem de Bruijn · 7 years ago
  4. f0dfd7a netfilter: nf_tables: fix memory leak on error exit return by Colin Ian King · 7 years ago
  5. 4bc8719 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  6. a1f45ef Merge tag 'nfs-for-4.17-2' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 7 years ago
  7. a52956d net sched actions: fix refcnt leak in skbmod by Roman Mashak · 7 years ago
  8. d68d75f net: sched: fix error path in tcf_proto_create() when modules are not configured by Jiri Pirko · 7 years ago
  9. f010089 Merge tag 'rxrpc-fixes-20180510' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by David S. Miller · 7 years ago
  10. af5d018 net sched actions: fix invalid pointer dereferencing if skbedit flags missing by Roman Mashak · 7 years ago
  11. 1b97013 ipv4: fix memory leaks in udp_sendmsg, ping_v4_sendmsg by Andrey Ignatov · 7 years ago
  12. 6b47fe1 rxrpc: Trace UDP transmission failure by David Howells · 7 years ago
  13. 494337c rxrpc: Add a tracepoint to log ICMP/ICMP6 and error messages by David Howells · 7 years ago
  14. 93864fc rxrpc: Fix the min security level for kernel calls by David Howells · 7 years ago
  15. f2aeed3 rxrpc: Fix error reception on AF_INET6 sockets by David Howells · 7 years ago
  16. c54e43d rxrpc: Fix missing start of call timeout by David Howells · 7 years ago
  17. 6910e25 sctp: remove sctp_chunk_put from fail_mark err path in sctp_ulpevent_make_rcvmsg by Xin Long · 7 years ago
  18. b2a9643 Merge tag 'mac80211-for-davem-2018-05-09' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 7 years ago
  19. 09c8b97 tipc: fix one byte leak in tipc_sk_set_orig_addr() by Eric Dumazet · 7 years ago
  20. 69678bc udp: fix SO_BINDTODEVICE by Paolo Abeni · 7 years ago
  21. 0e8411e4 ipv4: reset fnhe_mtu_locked after cache route flushed by Hangbin Liu · 7 years ago
  22. 680a2846 net/9p: fix spelling mistake: "suspsend" -> "suspend" by Colin Ian King · 7 years ago
  23. 39a2d5c sctp: fix spelling mistake: "max_retans" -> "max_retrans" by Colin Ian King · 7 years ago
  24. 94f6a80 tipc: eliminate KMSAN uninit-value in strcmp complaint by Ying Xue · 7 years ago
  25. 4a026da net/9p: correct some comment errors in 9p file system code by Sun Lianwen · 7 years ago
  26. 0010f70 libceph: add osd_req_op_extent_osd_data_bvecs() by Ilya Dryomov · 7 years ago
  27. bb7b40a netfilter: nf_tables: bogus EBUSY in chain deletions by Pablo Neira Ayuso · 7 years ago
  28. 732a804 netfilter: nft_compat: fix handling of large matchinfo size by Florian Westphal · 7 years ago
  29. 8bdf164 netfilter: nft_compat: prepare for indirect info storage by Florian Westphal · 7 years ago
  30. 2dabf9f Merge branch 'ieee802154-for-davem-2018-05-08' of git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan by David S. Miller · 7 years ago
  31. 0092409 netfilter: nf_tables: don't assume chain stats are set when jumplabel is set by Florian Westphal · 7 years ago
  32. a44f6d8 netfilter: x_tables: add module alias for icmp matches by Florian Westphal · 7 years ago
  33. 4e09fc8 netfilter: prefer nla_strlcpy for dealing with NLA_STRING attributes by Florian Westphal · 7 years ago
  34. 25fd386 netfilter: core: add missing __rcu annotation by Florian Westphal · 7 years ago
  35. d5e032f ipvs: fix stats update from local clients by Julian Anastasov · 7 years ago
  36. a050d34 ipvs: fix refcount usage for conns in ops mode by Julian Anastasov · 7 years ago
  37. b8e9dc1 netfilter: nf_tables: nft_compat: fix refcount leak on xt module by Florian Westphal · 7 years ago
  38. a499568 netfilter: bridge: stp fix reference to uninitialized data by Stephen Hemminger · 7 years ago
  39. 2c5d5b1 llc: better deal with too small mtu by Eric Dumazet · 7 years ago
  40. a9f71d0 trivial: fix inconsistent help texts by Georg Hofmann · 7 years ago
  41. 1822f63 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 7 years ago
  42. 080324c net/tls: Fix connection stall on partial tls record by Andre Tomt · 7 years ago
  43. 98f0a39 tls: fix use after free in tls_sk_proto_close by Eric Dumazet · 7 years ago
  44. 59d8d44 sctp: delay the authentication for the duplicated cookie-echo chunk by Xin Long · 7 years ago
  45. 914eac2 mac80211: use timeout from the AddBA response instead of the request by Sara Sharon · 7 years ago
  46. 407879b mac80211: Adjust SAE authentication timeout by Ilan Peer · 7 years ago
  47. 4bf01ca rfkill: gpio: fix memory leak in probe error path by Johan Hovold · 7 years ago
  48. ae552ac net/netlink: make sure the headers line up actual value output by YU Bo · 7 years ago
  49. af50e4b nsh: fix infinite loop by Eric Dumazet · 7 years ago
  50. acf784b net: atm: Fix potential Spectre v1 by Gustavo A. R. Silva · 7 years ago
  51. 72f17ba openvswitch: Don't swap table in nlattr_set() after OVS_ATTR_NESTED is found by Stefano Brivio · 7 years ago
  52. e523a25 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  53. a8d7aa1 dccp: fix tasklet usage by Eric Dumazet · 7 years ago
  54. bda27ff smc: fix sendpage() call by Stefan Raspl · 7 years ago
  55. a6920d1 net/smc: handle unregistered buffers by Karsten Graul · 7 years ago
  56. e63a5f8 net/smc: call consolidation by Karsten Graul · 7 years ago
  57. 114f39f tcp: restore autocorking by Eric Dumazet · 7 years ago
  58. eb80ca4 rds: do not leak kernel memory to user land by Eric Dumazet · 7 years ago
  59. 94720e3 ipv4: fix fnhe usage by non-cached routes by Julian Anastasov · 7 years ago
  60. 7df40c2 net_sched: fq: take care of throttled flows before reuse by Eric Dumazet · 7 years ago
  61. 30ca22e ipv6: Revert "ipv6: Allow non-gateway ECMP for IPv6" by Ido Schimmel · 7 years ago
  62. 784813a net/smc: restrict non-blocking connect finish by Ursula Braun · 7 years ago
  63. ce402f0 sctp: fix the issue that the cookie-ack with auth can't get processed by Xin Long · 7 years ago
  64. 46e16d4 sctp: use the old asoc when making the cookie-ack chunk in dupcook_d by Xin Long · 7 years ago
  65. 4842a08 sctp: init active key for the new asoc in dupcook_a and dupcook_b by Xin Long · 7 years ago
  66. e6e6a27 tcp_bbr: fix to zero idle_restart only upon S/ACKed data by Neal Cardwell · 7 years ago
  67. c212d2c net/tls: Don't recursively call push_record during tls_write_space callbacks by Dave Watson · 7 years ago
  68. edd7ceb ipv6: Allow non-gateway ECMP for IPv6 by Thomas Winter · 7 years ago
  69. d656fe4 ethtool: fix a potential missing-check bug by Wenwen Wang · 7 years ago
  70. 054f155 xprtrdma: Fix list corruption / DMAR errors during MR recovery by Chuck Lever · 7 years ago
  71. bf2acc9 tcp: fix TCP_REPAIR_QUEUE bound checking by Eric Dumazet · 7 years ago
  72. cea67a2 ipv6: fix uninit-value in ip6_multipath_l3_keys() by Eric Dumazet · 7 years ago
  73. e8238fc bridge: check iface upper dev when setting master via ioctl by Hangbin Liu · 7 years ago
  74. 988bf72 net: support compat 64-bit time in {s,g}etsockopt by Lance Richardson · 7 years ago
  75. 64ebe31 Merge tag 'ceph-for-4.17-rc3' of git://github.com/ceph/ceph-client by Linus Torvalds · 7 years ago
  76. 6a9a27d sctp: clear the new asoc's stream outcnt in sctp_stream_update by Xin Long · 7 years ago
  77. d625329 sctp: handle two v4 addrs comparison in sctp_inet6_cmp_addr by Xin Long · 7 years ago
  78. 16ae6aa tcp: ignore Fast Open on repair mode by Yuchung Cheng · 7 years ago
  79. 7dbc73e6 tipc: fix bug in function tipc_nl_node_dump_monitor by Jon Maloy · 7 years ago
  80. b4331a6 vti6: Change minimum MTU to IPV4_MIN_MTU, vti6 can carry IPv4 too by Stefano Brivio · 7 years ago
  81. 2f99aa3 netfilter: nf_tables: skip synchronize_rcu if transaction log is empty by Florian Westphal · 7 years ago
  82. dceb48d netfilter: x_tables: check name length in find_match/target, too by Florian Westphal · 7 years ago
  83. 72d4d3e netfilter: Fix handling simultaneous open in TCP conntrack by Jozsef Kadlecsik · 7 years ago
  84. 9c55ad1 libceph: validate con->state at the top of try_write() by Ilya Dryomov · 7 years ago
  85. 25eb0ea Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 7 years ago
  86. 91a8252 rds: ib: Fix missing call to rds_ib_dev_put in rds_ib_setup_qp by Dag Moxnes · 7 years ago
  87. 070204a net/smc: keep clcsock reference in smc_tcp_listen_work() by Ursula Braun · 7 years ago
  88. 5540fbf bpf: clear the ip_tunnel_info. by William Tu · 7 years ago
  89. a6361f0 packet: fix bitfield update race by Willem de Bruijn · 7 years ago
  90. 7b4c443 libceph: reschedule a tick in finish_hunting() by Ilya Dryomov · 7 years ago
  91. facb9f6 libceph: un-backoff on tick when we have a authenticated session by Ilya Dryomov · 7 years ago
  92. eb1c28c l2tp: check sockaddr length in pppol2tp_connect() by Guillaume Nault · 7 years ago
  93. 77621f0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 7 years ago
  94. f18fa5d net: ieee802154: 6lowpan: fix frag reassembly by Alexander Aring · 7 years ago
  95. aa8f877 ipv6: add RTA_TABLE and RTA_PREFSRC to rtm_ipv6_policy by Eric Dumazet · 7 years ago
  96. 7e5a206 tcp: don't read out-of-bounds opsize by Jann Horn · 7 years ago
  97. d57493d net: sched: ife: check on metadata length by Alexander Aring · 7 years ago
  98. cc74edd net: sched: ife: handle malformed tlv length by Alexander Aring · 7 years ago
  99. f6cd145 net: sched: ife: signal not finding metaid by Alexander Aring · 7 years ago
  100. 7c5aba2 strparser: Do not call mod_delayed_work with a timeout of LONG_MAX by Doron Roberts-Kedes · 7 years ago