1. 3f3942a proc: introduce proc_create_single{,_data} by Christoph Hellwig · 6 years ago
  2. 44414d8 proc: introduce proc_create_seq_private by Christoph Hellwig · 6 years ago
  3. fddda2b proc: introduce proc_create_seq{,_data} by Christoph Hellwig · 6 years ago
  4. 441bc62 net/can: single_open_net needs to be paired with single_release_net by Christoph Hellwig · 6 years ago
  5. 4bc8719 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  6. a1f45ef Merge tag 'nfs-for-4.17-2' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 6 years ago
  7. a52956d net sched actions: fix refcnt leak in skbmod by Roman Mashak · 6 years ago
  8. d68d75f net: sched: fix error path in tcf_proto_create() when modules are not configured by Jiri Pirko · 6 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 · 6 years ago
  10. af5d018 net sched actions: fix invalid pointer dereferencing if skbedit flags missing by Roman Mashak · 6 years ago
  11. 1b97013 ipv4: fix memory leaks in udp_sendmsg, ping_v4_sendmsg by Andrey Ignatov · 6 years ago
  12. 6b47fe1 rxrpc: Trace UDP transmission failure by David Howells · 6 years ago
  13. 494337c rxrpc: Add a tracepoint to log ICMP/ICMP6 and error messages by David Howells · 6 years ago
  14. 93864fc rxrpc: Fix the min security level for kernel calls by David Howells · 6 years ago
  15. f2aeed3 rxrpc: Fix error reception on AF_INET6 sockets by David Howells · 6 years ago
  16. c54e43d rxrpc: Fix missing start of call timeout by David Howells · 6 years ago
  17. 6910e25 sctp: remove sctp_chunk_put from fail_mark err path in sctp_ulpevent_make_rcvmsg by Xin Long · 6 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 · 6 years ago
  19. 09c8b97 tipc: fix one byte leak in tipc_sk_set_orig_addr() by Eric Dumazet · 6 years ago
  20. 69678bc udp: fix SO_BINDTODEVICE by Paolo Abeni · 6 years ago
  21. 0e8411e ipv4: reset fnhe_mtu_locked after cache route flushed by Hangbin Liu · 6 years ago
  22. 680a2846 net/9p: fix spelling mistake: "suspsend" -> "suspend" by Colin Ian King · 6 years ago
  23. 39a2d5c sctp: fix spelling mistake: "max_retans" -> "max_retrans" by Colin Ian King · 6 years ago
  24. 94f6a80 tipc: eliminate KMSAN uninit-value in strcmp complaint by Ying Xue · 6 years ago
  25. 4a026da net/9p: correct some comment errors in 9p file system code by Sun Lianwen · 6 years ago
  26. 0010f70 libceph: add osd_req_op_extent_osd_data_bvecs() by Ilya Dryomov · 6 years ago
  27. 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 · 6 years ago
  28. 2c5d5b1 llc: better deal with too small mtu by Eric Dumazet · 6 years ago
  29. a9f71d0 trivial: fix inconsistent help texts by Georg Hofmann · 6 years ago
  30. 1822f63 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 6 years ago
  31. 080324c net/tls: Fix connection stall on partial tls record by Andre Tomt · 6 years ago
  32. 98f0a39 tls: fix use after free in tls_sk_proto_close by Eric Dumazet · 6 years ago
  33. 59d8d44 sctp: delay the authentication for the duplicated cookie-echo chunk by Xin Long · 6 years ago
  34. 914eac2 mac80211: use timeout from the AddBA response instead of the request by Sara Sharon · 6 years ago
  35. 407879b mac80211: Adjust SAE authentication timeout by Ilan Peer · 6 years ago
  36. 4bf01ca rfkill: gpio: fix memory leak in probe error path by Johan Hovold · 6 years ago
  37. ae552ac net/netlink: make sure the headers line up actual value output by YU Bo · 6 years ago
  38. af50e4b nsh: fix infinite loop by Eric Dumazet · 6 years ago
  39. acf784b net: atm: Fix potential Spectre v1 by Gustavo A. R. Silva · 6 years ago
  40. 72f17ba openvswitch: Don't swap table in nlattr_set() after OVS_ATTR_NESTED is found by Stefano Brivio · 6 years ago
  41. e523a25 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  42. a8d7aa1 dccp: fix tasklet usage by Eric Dumazet · 6 years ago
  43. bda27ff smc: fix sendpage() call by Stefan Raspl · 6 years ago
  44. a6920d1 net/smc: handle unregistered buffers by Karsten Graul · 6 years ago
  45. e63a5f8 net/smc: call consolidation by Karsten Graul · 6 years ago
  46. 114f39f tcp: restore autocorking by Eric Dumazet · 6 years ago
  47. eb80ca4 rds: do not leak kernel memory to user land by Eric Dumazet · 6 years ago
  48. 94720e3 ipv4: fix fnhe usage by non-cached routes by Julian Anastasov · 6 years ago
  49. 7df40c2 net_sched: fq: take care of throttled flows before reuse by Eric Dumazet · 6 years ago
  50. 30ca22e ipv6: Revert "ipv6: Allow non-gateway ECMP for IPv6" by Ido Schimmel · 6 years ago
  51. 784813a net/smc: restrict non-blocking connect finish by Ursula Braun · 6 years ago
  52. ce402f0 sctp: fix the issue that the cookie-ack with auth can't get processed by Xin Long · 6 years ago
  53. 46e16d4 sctp: use the old asoc when making the cookie-ack chunk in dupcook_d by Xin Long · 6 years ago
  54. 4842a08 sctp: init active key for the new asoc in dupcook_a and dupcook_b by Xin Long · 6 years ago
  55. e6e6a27 tcp_bbr: fix to zero idle_restart only upon S/ACKed data by Neal Cardwell · 6 years ago
  56. c212d2c net/tls: Don't recursively call push_record during tls_write_space callbacks by Dave Watson · 6 years ago
  57. edd7ceb ipv6: Allow non-gateway ECMP for IPv6 by Thomas Winter · 6 years ago
  58. d656fe4 ethtool: fix a potential missing-check bug by Wenwen Wang · 6 years ago
  59. 054f155 xprtrdma: Fix list corruption / DMAR errors during MR recovery by Chuck Lever · 6 years ago
  60. bf2acc9 tcp: fix TCP_REPAIR_QUEUE bound checking by Eric Dumazet · 6 years ago
  61. cea67a2 ipv6: fix uninit-value in ip6_multipath_l3_keys() by Eric Dumazet · 6 years ago
  62. e8238fc bridge: check iface upper dev when setting master via ioctl by Hangbin Liu · 6 years ago
  63. 988bf72 net: support compat 64-bit time in {s,g}etsockopt by Lance Richardson · 6 years ago
  64. 64ebe31 Merge tag 'ceph-for-4.17-rc3' of git://github.com/ceph/ceph-client by Linus Torvalds · 6 years ago
  65. 6a9a27d sctp: clear the new asoc's stream outcnt in sctp_stream_update by Xin Long · 6 years ago
  66. d625329 sctp: handle two v4 addrs comparison in sctp_inet6_cmp_addr by Xin Long · 6 years ago
  67. 16ae6aa tcp: ignore Fast Open on repair mode by Yuchung Cheng · 6 years ago
  68. 7dbc73e6 tipc: fix bug in function tipc_nl_node_dump_monitor by Jon Maloy · 6 years ago
  69. b4331a6 vti6: Change minimum MTU to IPV4_MIN_MTU, vti6 can carry IPv4 too by Stefano Brivio · 6 years ago
  70. 9c55ad1 libceph: validate con->state at the top of try_write() by Ilya Dryomov · 6 years ago
  71. 25eb0ea Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 6 years ago
  72. 91a8252 rds: ib: Fix missing call to rds_ib_dev_put in rds_ib_setup_qp by Dag Moxnes · 6 years ago
  73. 070204a net/smc: keep clcsock reference in smc_tcp_listen_work() by Ursula Braun · 6 years ago
  74. 5540fbf bpf: clear the ip_tunnel_info. by William Tu · 6 years ago
  75. a6361f0 packet: fix bitfield update race by Willem de Bruijn · 6 years ago
  76. 7b4c443 libceph: reschedule a tick in finish_hunting() by Ilya Dryomov · 6 years ago
  77. facb9f6 libceph: un-backoff on tick when we have a authenticated session by Ilya Dryomov · 6 years ago
  78. eb1c28c l2tp: check sockaddr length in pppol2tp_connect() by Guillaume Nault · 6 years ago
  79. 77621f0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 6 years ago
  80. f18fa5d net: ieee802154: 6lowpan: fix frag reassembly by Alexander Aring · 6 years ago
  81. aa8f877 ipv6: add RTA_TABLE and RTA_PREFSRC to rtm_ipv6_policy by Eric Dumazet · 6 years ago
  82. 7e5a206 tcp: don't read out-of-bounds opsize by Jann Horn · 6 years ago
  83. d57493d net: sched: ife: check on metadata length by Alexander Aring · 6 years ago
  84. cc74edd net: sched: ife: handle malformed tlv length by Alexander Aring · 6 years ago
  85. f6cd145 net: sched: ife: signal not finding metaid by Alexander Aring · 6 years ago
  86. 7c5aba2 strparser: Do not call mod_delayed_work with a timeout of LONG_MAX by Doron Roberts-Kedes · 6 years ago
  87. a957fa1 ipv6: sr: fix NULL pointer dereference in seg6_do_srh_encap()- v4 pkts by Ahmed Abdelsalam · 6 years ago
  88. 3a04ce7 llc: fix NULL pointer deref for SOCK_ZAPPED by Cong Wang · 6 years ago
  89. b905ef9a llc: delete timers synchronously in llc_sk_free() by Cong Wang · 6 years ago
  90. 5411b618 l2tp: fix {pppol2tp, l2tp_dfs}_seq_stop() in case of seq_file overflow by Guillaume Nault · 6 years ago
  91. a72db42 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  92. 2f0605a nl80211: Free connkeys on external authentication failure by Srinivas Dasari · 6 years ago
  93. 1255fcb net/smc: fix shutdown in state SMC_LISTEN by Ursula Braun · 6 years ago
  94. f7e4367 llc: hold llc_sap before release_sock() by Cong Wang · 6 years ago
  95. 5e84b38 net: caif: fix spelling mistake "UKNOWN" -> "UNKNOWN" by Colin Ian King · 6 years ago
  96. bb9aaaa net: change the comment of dev_mc_init by sunlianwen · 6 years ago
  97. 8382646 cfg80211: fix possible memory leak in regdb_query_country() by weiyongjun (A) · 6 years ago
  98. 5a78623 netfilter: xt_connmark: do not cast xt_connmark_tginfo1 to xt_connmark_tginfo2 by Pablo Neira Ayuso · 6 years ago
  99. a7cfebc cfg80211: limit wiphy names to 128 bytes by Johannes Berg · 6 years ago
  100. 911a264 mac80211: Fix condition validating WMM IE by Ilan Peer · 6 years ago