1. 9965ed17 fs: add new vfs_poll and file_can_poll helpers by Christoph Hellwig · 7 years ago
  2. 64ebe31 Merge tag 'ceph-for-4.17-rc3' of git://github.com/ceph/ceph-client by Linus Torvalds · 7 years ago
  3. 9c55ad1 libceph: validate con->state at the top of try_write() by Ilya Dryomov · 7 years ago
  4. a6361f0 packet: fix bitfield update race by Willem de Bruijn · 7 years ago
  5. 7b4c443 libceph: reschedule a tick in finish_hunting() by Ilya Dryomov · 7 years ago
  6. facb9f6 libceph: un-backoff on tick when we have a authenticated session by Ilya Dryomov · 7 years ago
  7. eb1c28c l2tp: check sockaddr length in pppol2tp_connect() by Guillaume Nault · 7 years ago
  8. 77621f0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 7 years ago
  9. aa8f877 ipv6: add RTA_TABLE and RTA_PREFSRC to rtm_ipv6_policy by Eric Dumazet · 7 years ago
  10. 7e5a206 tcp: don't read out-of-bounds opsize by Jann Horn · 7 years ago
  11. d57493d net: sched: ife: check on metadata length by Alexander Aring · 7 years ago
  12. cc74edd net: sched: ife: handle malformed tlv length by Alexander Aring · 7 years ago
  13. f6cd145 net: sched: ife: signal not finding metaid by Alexander Aring · 7 years ago
  14. 7c5aba2 strparser: Do not call mod_delayed_work with a timeout of LONG_MAX by Doron Roberts-Kedes · 7 years ago
  15. a957fa1 ipv6: sr: fix NULL pointer dereference in seg6_do_srh_encap()- v4 pkts by Ahmed Abdelsalam · 7 years ago
  16. 3a04ce7 llc: fix NULL pointer deref for SOCK_ZAPPED by Cong Wang · 7 years ago
  17. b905ef9a llc: delete timers synchronously in llc_sk_free() by Cong Wang · 7 years ago
  18. 5411b618 l2tp: fix {pppol2tp, l2tp_dfs}_seq_stop() in case of seq_file overflow by Guillaume Nault · 7 years ago
  19. a72db42 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  20. 1255fcb net/smc: fix shutdown in state SMC_LISTEN by Ursula Braun · 7 years ago
  21. f7e4367 llc: hold llc_sap before release_sock() by Cong Wang · 7 years ago
  22. 5e84b38 net: caif: fix spelling mistake "UKNOWN" -> "UNKNOWN" by Colin Ian King · 7 years ago
  23. bb9aaaa net: change the comment of dev_mc_init by sunlianwen · 7 years ago
  24. 5a78623 netfilter: xt_connmark: do not cast xt_connmark_tginfo1 to xt_connmark_tginfo2 by Pablo Neira Ayuso · 7 years ago
  25. d71efb5 netfilter: nf_tables: fix out-of-bounds in nft_chain_commit_update by Taehee Yoo · 7 years ago
  26. 39f2ff0 netfilter: nf_tables: NAT chain and extensions require NF_TABLES by Pablo Neira Ayuso · 7 years ago
  27. 36a50a9 tipc: fix infinite loop when dumping link monitor summary by Tung Nguyen · 7 years ago
  28. be47e41 tipc: fix use-after-free in tipc_nametbl_stop by Jon Maloy · 7 years ago
  29. 9c438d7 KEYS: DNS: limit the length of option strings by Eric Biggers · 7 years ago
  30. 7ce2367 vlan: Fix reading memory beyond skb->tail in skb_vlan_tagged_multi by Toshiaki Makita · 7 years ago
  31. 77ac725 net: qrtr: add MODULE_ALIAS_NETPROTO macro by Nicolas Dechesne · 7 years ago
  32. 05e489b VSOCK: make af_vsock.ko removable again by Stefan Hajnoczi · 7 years ago
  33. 765cca9 netfilter: conntrack: include kmemleak.h for kmemleak_not_leak() by Stephen Rothwell · 7 years ago
  34. c640412 tipc: fix possible crash in __tipc_nl_net_set() by Eric Dumazet · 7 years ago
  35. ec518f2 tipc: add policy for TIPC_NLA_NET_ADDR by Eric Dumazet · 7 years ago
  36. 9783ccd net: Fix one possible memleak in ip_setup_cork by Gao Feng · 7 years ago
  37. 2f6adf4 netfilter: nf_tables: free set name in error path by Florian Westphal · 7 years ago
  38. 569ccae netfilter: nf_tables: can't fail after linking rule into active rule list by Florian Westphal · 7 years ago
  39. a661574 netfilter: fix CONFIG_NF_REJECT_IPV6=m link error by Arnd Bergmann · 7 years ago
  40. 114aa35 netfilter: conntrack: silent a memory leak warning by Cong Wang · 7 years ago
  41. 5171b37 net: af_packet: fix race in PACKET_{R|T}X_RING by Eric Dumazet · 7 years ago
  42. bffd168 tcp: clear tp->packets_out when purging write queue by Soheil Hassas Yeganeh · 7 years ago
  43. 4a3877c rpc_pipefs: fix double-dput() by Al Viro · 7 years ago
  44. 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
  45. f726214 l2tp: hold reference on tunnels printed in l2tp/tunnels debugfs file by Guillaume Nault · 7 years ago
  46. 0e0c3fe l2tp: hold reference on tunnels printed in pppol2tp proc file by Guillaume Nault · 7 years ago
  47. 5846c13 l2tp: hold reference on tunnels in netlink dumps by Guillaume Nault · 7 years ago
  48. 53b76cd net: fix deadlock while clearing neighbor proxy table by Wolfgang Bumiller · 7 years ago
  49. 1071ec9 sctp: do not check port in sctp_inet6_cmp_addr by Xin Long · 7 years ago
  50. 335b929 tipc: fix missing initializer in tipc_sendmsg() by Jon Maloy · 7 years ago
  51. 9d0c75b strparser: Fix incorrect strp->need_bytes value. by Doron Roberts-Kedes · 7 years ago
  52. 7dd07c1 net: validate attribute sizes in neigh_dump_table() by Eric Dumazet · 7 years ago
  53. 7212303 tcp: md5: reject TCP_MD5SIG or TCP_MD5SIG_EXT on established sockets by Eric Dumazet · 7 years ago
  54. c3317f4 tipc: fix unbalanced reference counter by Jon Maloy · 7 years ago
  55. b16520f net/tls: Remove VLA usage by Kees Cook · 7 years ago
  56. a1bf4c7 Merge tag 'nfs-for-4.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 7 years ago
  57. 5d13659 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  58. f6cd651 l2tp: fix race in duplicate tunnel detection by Guillaume Nault · 7 years ago
  59. 6b9f342 l2tp: fix races in tunnel creation by Guillaume Nault · 7 years ago
  60. a43cced rds: MP-RDS may use an invalid c_path by Ka-Cheong Poon · 7 years ago
  61. cf43ae6 netfilter: xt_connmark: Add bit mapping for bit-shift operation. by Jack Ma · 7 years ago
  62. 0e779aa SUNRPC: Add helpers for decoding opaque and string types by Trond Myklebust · 7 years ago
  63. 2552428 xprtrdma: Fix corner cases when handling device removal by Chuck Lever · 7 years ago
  64. a25a4cb sunrpc: Add static trace point to report result of RPC ping by Chuck Lever · 7 years ago
  65. 40bf7eb sunrpc: Add static trace point to report RPC latency stats by Chuck Lever · 7 years ago
  66. e671edb sunrpc: Simplify synopsis of some trace points by Chuck Lever · 7 years ago
  67. ff699ea8 SUNRPC: Make num_reqs a non-atomic integer by Chuck Lever · 7 years ago
  68. 7821575 SUNRPC: Make RTT measurement more precise (Send) by Chuck Lever · 7 years ago
  69. 0b87a46 SUNRPC: Make RTT measurement more precise (Receive) by Chuck Lever · 7 years ago
  70. ecd465e SUNRPC: Move xprt_update_rtt callsite by Chuck Lever · 7 years ago
  71. 2dd4a01 xprtrdma: Move creation of rl_rdmabuf to rpcrdma_create_req by Chuck Lever · 7 years ago
  72. f287762 xprtrdma: Chain Send to FastReg WRs by Chuck Lever · 7 years ago
  73. fb14ae8 xprtrdma: "Support" call-only RPCs by Chuck Lever · 7 years ago
  74. ae741a8 xprtrdma: Reduce number of MRs created by rpcrdma_mrs_create by Chuck Lever · 7 years ago
  75. 9e679d5 xprtrdma: ->send_request returns -EAGAIN when there are no free MRs by Chuck Lever · 7 years ago
  76. 8a14793 xprtrdma: Remove xprt-specific connect cookie by Chuck Lever · 7 years ago
  77. b7e85fff xprtrdma: Remove arbitrary limit on initiator depth by Chuck Lever · 7 years ago
  78. 6720a89 xprtrdma: Fix latency regression on NUMA NFS/RDMA clients by Chuck Lever · 7 years ago
  79. b284d4d Merge tag 'ceph-for-4.17-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 7 years ago
  80. 1cc5954 ip_gre: clear feature flags when incompatible o_flags are set by Sabrina Dubroca · 7 years ago
  81. c18bb39 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  82. 3f1e53a netfilter: ebtables: don't attempt to allocate 0-sized compat array by Florian Westphal · 7 years ago
  83. 5c64576 ipvs: fix rtnl_lock lockups caused by start_sync_thread by Julian Anastasov · 7 years ago
  84. 876c273 netfilter: nf_conntrack_sip: allow duplicate SDP expectations by Florian Westphal · 7 years ago
  85. b6a37e5 inetpeer: fix uninit-value in inet_getpeer by Eric Dumazet · 7 years ago
  86. 4c7c12e Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by David S. Miller · 7 years ago
  87. fc56be4 devlink: convert occ_get op to separate registration by Jiri Pirko · 7 years ago
  88. e41f054 tipc: use the right skb in tipc_sk_fill_sock_diag() by Cong Wang · 7 years ago
  89. 81e9837 sctp: sctp_sockaddr_af must check minimal addr length for AF_INET6 by Eric Dumazet · 7 years ago
  90. fc5f337 net: dsa: Discard frames from unused ports by Andrew Lunn · 7 years ago
  91. 6780db2 sctp: do not leak kernel memory to user space by Eric Dumazet · 7 years ago
  92. 3099a52 soreuseport: initialise timewait reuseport field by Eric Dumazet · 7 years ago
  93. d0ea2b1 ipv4: fix uninit-value in ip_route_output_key_hash_rcu() by Eric Dumazet · 7 years ago
  94. b855ff8 dccp: initialize ireq->ir_mark by Eric Dumazet · 7 years ago
  95. 77d3639 net: fix uninit-value in __hw_addr_add_ex() by Eric Dumazet · 7 years ago
  96. b13dda9 net: initialize skb->peeked when cloning by Eric Dumazet · 7 years ago
  97. 6091f09 netlink: fix uninit-value in netlink_sendmsg by Eric Dumazet · 7 years ago
  98. f12c643 net_sched: fix a missing idr_remove() in u32_delete_key() by Cong Wang · 7 years ago
  99. 4fa8bc9 kbuild: rename *-asn1.[ch] to *.asn1.[ch] by Masahiro Yamada · 7 years ago
  100. 3ca3273e kbuild: clean up *-asn1.[ch] patterns from top-level Makefile by Masahiro Yamada · 7 years ago