1. 69678bc udp: fix SO_BINDTODEVICE by Paolo Abeni · 7 years ago
  2. 0e8411e ipv4: reset fnhe_mtu_locked after cache route flushed by Hangbin Liu · 7 years ago
  3. 680a2846 net/9p: fix spelling mistake: "suspsend" -> "suspend" by Colin Ian King · 7 years ago
  4. 39a2d5c sctp: fix spelling mistake: "max_retans" -> "max_retrans" by Colin Ian King · 7 years ago
  5. 94f6a80 tipc: eliminate KMSAN uninit-value in strcmp complaint by Ying Xue · 7 years ago
  6. 4a026da net/9p: correct some comment errors in 9p file system code by Sun Lianwen · 7 years ago
  7. 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
  8. 2c5d5b1 llc: better deal with too small mtu by Eric Dumazet · 7 years ago
  9. a9f71d0 trivial: fix inconsistent help texts by Georg Hofmann · 7 years ago
  10. 1822f63 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 7 years ago
  11. 080324c net/tls: Fix connection stall on partial tls record by Andre Tomt · 7 years ago
  12. 98f0a39 tls: fix use after free in tls_sk_proto_close by Eric Dumazet · 7 years ago
  13. 59d8d44 sctp: delay the authentication for the duplicated cookie-echo chunk by Xin Long · 7 years ago
  14. ae552ac net/netlink: make sure the headers line up actual value output by YU Bo · 7 years ago
  15. af50e4b nsh: fix infinite loop by Eric Dumazet · 7 years ago
  16. acf784b net: atm: Fix potential Spectre v1 by Gustavo A. R. Silva · 7 years ago
  17. 72f17ba openvswitch: Don't swap table in nlattr_set() after OVS_ATTR_NESTED is found by Stefano Brivio · 7 years ago
  18. e523a25 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  19. a8d7aa1 dccp: fix tasklet usage by Eric Dumazet · 7 years ago
  20. bda27ff smc: fix sendpage() call by Stefan Raspl · 7 years ago
  21. a6920d1 net/smc: handle unregistered buffers by Karsten Graul · 7 years ago
  22. e63a5f8 net/smc: call consolidation by Karsten Graul · 7 years ago
  23. 114f39f tcp: restore autocorking by Eric Dumazet · 7 years ago
  24. eb80ca4 rds: do not leak kernel memory to user land by Eric Dumazet · 7 years ago
  25. 94720e3 ipv4: fix fnhe usage by non-cached routes by Julian Anastasov · 7 years ago
  26. 7df40c2 net_sched: fq: take care of throttled flows before reuse by Eric Dumazet · 7 years ago
  27. 30ca22e ipv6: Revert "ipv6: Allow non-gateway ECMP for IPv6" by Ido Schimmel · 7 years ago
  28. 784813a net/smc: restrict non-blocking connect finish by Ursula Braun · 7 years ago
  29. ce402f0 sctp: fix the issue that the cookie-ack with auth can't get processed by Xin Long · 7 years ago
  30. 46e16d4 sctp: use the old asoc when making the cookie-ack chunk in dupcook_d by Xin Long · 7 years ago
  31. 4842a08 sctp: init active key for the new asoc in dupcook_a and dupcook_b by Xin Long · 7 years ago
  32. e6e6a27 tcp_bbr: fix to zero idle_restart only upon S/ACKed data by Neal Cardwell · 7 years ago
  33. c212d2c net/tls: Don't recursively call push_record during tls_write_space callbacks by Dave Watson · 7 years ago
  34. edd7ceb ipv6: Allow non-gateway ECMP for IPv6 by Thomas Winter · 7 years ago
  35. d656fe4 ethtool: fix a potential missing-check bug by Wenwen Wang · 7 years ago
  36. bf2acc9 tcp: fix TCP_REPAIR_QUEUE bound checking by Eric Dumazet · 7 years ago
  37. cea67a2 ipv6: fix uninit-value in ip6_multipath_l3_keys() by Eric Dumazet · 7 years ago
  38. e8238fc bridge: check iface upper dev when setting master via ioctl by Hangbin Liu · 7 years ago
  39. 988bf72 net: support compat 64-bit time in {s,g}etsockopt by Lance Richardson · 7 years ago
  40. 64ebe31 Merge tag 'ceph-for-4.17-rc3' of git://github.com/ceph/ceph-client by Linus Torvalds · 7 years ago
  41. 6a9a27d sctp: clear the new asoc's stream outcnt in sctp_stream_update by Xin Long · 7 years ago
  42. d625329 sctp: handle two v4 addrs comparison in sctp_inet6_cmp_addr by Xin Long · 7 years ago
  43. 16ae6aa tcp: ignore Fast Open on repair mode by Yuchung Cheng · 7 years ago
  44. 7dbc73e6 tipc: fix bug in function tipc_nl_node_dump_monitor by Jon Maloy · 7 years ago
  45. b4331a6 vti6: Change minimum MTU to IPV4_MIN_MTU, vti6 can carry IPv4 too by Stefano Brivio · 7 years ago
  46. 9c55ad1 libceph: validate con->state at the top of try_write() by Ilya Dryomov · 7 years ago
  47. 25eb0ea Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 7 years ago
  48. 91a8252 rds: ib: Fix missing call to rds_ib_dev_put in rds_ib_setup_qp by Dag Moxnes · 7 years ago
  49. 070204a net/smc: keep clcsock reference in smc_tcp_listen_work() by Ursula Braun · 7 years ago
  50. 5540fbf bpf: clear the ip_tunnel_info. by William Tu · 7 years ago
  51. a6361f0 packet: fix bitfield update race by Willem de Bruijn · 7 years ago
  52. 7b4c443 libceph: reschedule a tick in finish_hunting() by Ilya Dryomov · 7 years ago
  53. facb9f6 libceph: un-backoff on tick when we have a authenticated session by Ilya Dryomov · 7 years ago
  54. eb1c28c l2tp: check sockaddr length in pppol2tp_connect() by Guillaume Nault · 7 years ago
  55. 77621f0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 7 years ago
  56. f18fa5d net: ieee802154: 6lowpan: fix frag reassembly by Alexander Aring · 7 years ago
  57. aa8f877 ipv6: add RTA_TABLE and RTA_PREFSRC to rtm_ipv6_policy by Eric Dumazet · 7 years ago
  58. 7e5a206 tcp: don't read out-of-bounds opsize by Jann Horn · 7 years ago
  59. d57493d net: sched: ife: check on metadata length by Alexander Aring · 7 years ago
  60. cc74edd net: sched: ife: handle malformed tlv length by Alexander Aring · 7 years ago
  61. f6cd145 net: sched: ife: signal not finding metaid by Alexander Aring · 7 years ago
  62. 7c5aba2 strparser: Do not call mod_delayed_work with a timeout of LONG_MAX by Doron Roberts-Kedes · 7 years ago
  63. a957fa1 ipv6: sr: fix NULL pointer dereference in seg6_do_srh_encap()- v4 pkts by Ahmed Abdelsalam · 7 years ago
  64. 3a04ce7 llc: fix NULL pointer deref for SOCK_ZAPPED by Cong Wang · 7 years ago
  65. b905ef9a llc: delete timers synchronously in llc_sk_free() by Cong Wang · 7 years ago
  66. 5411b618 l2tp: fix {pppol2tp, l2tp_dfs}_seq_stop() in case of seq_file overflow by Guillaume Nault · 7 years ago
  67. a72db42 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  68. 1255fcb net/smc: fix shutdown in state SMC_LISTEN by Ursula Braun · 7 years ago
  69. f7e4367 llc: hold llc_sap before release_sock() by Cong Wang · 7 years ago
  70. 5e84b38 net: caif: fix spelling mistake "UKNOWN" -> "UNKNOWN" by Colin Ian King · 7 years ago
  71. bb9aaaa net: change the comment of dev_mc_init by sunlianwen · 7 years ago
  72. 5a78623 netfilter: xt_connmark: do not cast xt_connmark_tginfo1 to xt_connmark_tginfo2 by Pablo Neira Ayuso · 7 years ago
  73. d71efb5 netfilter: nf_tables: fix out-of-bounds in nft_chain_commit_update by Taehee Yoo · 7 years ago
  74. 39f2ff0 netfilter: nf_tables: NAT chain and extensions require NF_TABLES by Pablo Neira Ayuso · 7 years ago
  75. 36a50a9 tipc: fix infinite loop when dumping link monitor summary by Tung Nguyen · 7 years ago
  76. be47e41 tipc: fix use-after-free in tipc_nametbl_stop by Jon Maloy · 7 years ago
  77. 9c438d7 KEYS: DNS: limit the length of option strings by Eric Biggers · 7 years ago
  78. 7ce2367 vlan: Fix reading memory beyond skb->tail in skb_vlan_tagged_multi by Toshiaki Makita · 7 years ago
  79. 77ac725 net: qrtr: add MODULE_ALIAS_NETPROTO macro by Nicolas Dechesne · 7 years ago
  80. 05e489b VSOCK: make af_vsock.ko removable again by Stefan Hajnoczi · 7 years ago
  81. 765cca9 netfilter: conntrack: include kmemleak.h for kmemleak_not_leak() by Stephen Rothwell · 7 years ago
  82. c640412 tipc: fix possible crash in __tipc_nl_net_set() by Eric Dumazet · 7 years ago
  83. ec518f2 tipc: add policy for TIPC_NLA_NET_ADDR by Eric Dumazet · 7 years ago
  84. 9783ccd net: Fix one possible memleak in ip_setup_cork by Gao Feng · 7 years ago
  85. 2f6adf4 netfilter: nf_tables: free set name in error path by Florian Westphal · 7 years ago
  86. 569ccae netfilter: nf_tables: can't fail after linking rule into active rule list by Florian Westphal · 7 years ago
  87. a661574 netfilter: fix CONFIG_NF_REJECT_IPV6=m link error by Arnd Bergmann · 7 years ago
  88. 114aa35 netfilter: conntrack: silent a memory leak warning by Cong Wang · 7 years ago
  89. 5171b37 net: af_packet: fix race in PACKET_{R|T}X_RING by Eric Dumazet · 7 years ago
  90. bffd168 tcp: clear tp->packets_out when purging write queue by Soheil Hassas Yeganeh · 7 years ago
  91. b48c05a xfrm: Fix warning in xfrm6_tunnel_net_exit. by Steffen Klassert · 7 years ago
  92. 4a3877c rpc_pipefs: fix double-dput() by Al Viro · 7 years ago
  93. ca71b3b Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 7 years ago
  94. f726214 l2tp: hold reference on tunnels printed in l2tp/tunnels debugfs file by Guillaume Nault · 7 years ago
  95. 0e0c3fe l2tp: hold reference on tunnels printed in pppol2tp proc file by Guillaume Nault · 7 years ago
  96. 5846c13 l2tp: hold reference on tunnels in netlink dumps by Guillaume Nault · 7 years ago
  97. 53b76cd net: fix deadlock while clearing neighbor proxy table by Wolfgang Bumiller · 7 years ago
  98. 1071ec9 sctp: do not check port in sctp_inet6_cmp_addr by Xin Long · 7 years ago
  99. 335b929 tipc: fix missing initializer in tipc_sendmsg() by Jon Maloy · 7 years ago
  100. 9d0c75b strparser: Fix incorrect strp->need_bytes value. by Doron Roberts-Kedes · 7 years ago