1. db77bef Merge tag '9p-for-5.1' of git://github.com/martinetd/linux by Linus Torvalds · 6 years ago
  2. 465c209 Merge tag 'nfs-for-5.1-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 6 years ago
  3. 5e3863f SUNRPC: Remove redundant check for the reply length in call_decode() by Trond Myklebust · 6 years ago
  4. 928d42f SUNRPC: Handle the SYSTEM_ERR rpc error by Trond Myklebust · 6 years ago
  5. eb90a16 SUNRPC: rpc_decode_header() must always return a non-zero value on error by Trond Myklebust · 6 years ago
  6. 27adc78 SUNRPC: Use the ENOTCONN error on socket disconnect by Trond Myklebust · 6 years ago
  7. 5131496 SUNRPC: Fix the minimal size for reply buffer allocation by Trond Myklebust · 6 years ago
  8. 9734ad5 SUNRPC: Fix a client regression when handling oversized replies by Trond Myklebust · 6 years ago
  9. f3ca4c5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  10. 163d1c3 l2tp: fix infoleak in l2tp_ip6_recvmsg() by Eric Dumazet · 6 years ago
  11. 4504ab0 net/tls: Inform user space about send buffer availability by Vakul Garg · 6 years ago
  12. 5b5f99b net_sched: return correct value for *notify* functions by Zhike Wang · 6 years ago
  13. bb06c38 9p/net: fix memory leak in p9_client_create by zhengbin · 6 years ago
  14. ebc551f Merge tag 'nfsd-5.1' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 6 years ago
  15. 2b0a80b0 Merge tag 'ceph-for-5.1-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 6 years ago
  16. 1fbf3e4 Merge tag 'nfs-for-5.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 6 years ago
  17. 5f739e4 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  18. 2075e50 sctp: convert to genradix by Kent Overstreet · 6 years ago
  19. ee9c5e6 openvswitch: convert to kvmalloc by Kent Overstreet · 6 years ago
  20. ab0891f Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 6 years ago
  21. ee74d0b net/x25: reset state in x25_connect() by Eric Dumazet · 6 years ago
  22. f2feaef tcp: Don't access TCP_SKB_CB before initializing it by Christoph Paasch · 6 years ago
  23. b8b2749 netfilter: nf_tables: return immediately on empty commit by Florian Westphal · 6 years ago
  24. a843dc4 net: sit: fix UBSAN Undefined behaviour in check_6rd by Miaohe Lin · 6 years ago
  25. 8f49a65 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  26. 3f3a390d netfilter: nf_tables: use-after-free in dynamic operations by Pablo Neira Ayuso · 6 years ago
  27. 273fe3f netfilter: nf_tables: bogus EBUSY when deleting set after flush by Pablo Neira Ayuso · 6 years ago
  28. 4d6c671 SUNRPC: Take the transport send lock before binding+connecting by Trond Myklebust · 6 years ago
  29. 009a82f SUNRPC: Micro-optimise when the task is known not to be sleeping by Trond Myklebust · 6 years ago
  30. 2a5ff07 gro_cells: make sure device is up in gro_cells_receive() by Eric Dumazet · 6 years ago
  31. 95d6ebd net/x25: fix use-after-free in x25_device_event() by Eric Dumazet · 6 years ago
  32. 03e51d3 SUNRPC: Check whether the task was transmitted before rebind/reconnect by Trond Myklebust · 6 years ago
  33. a50243b Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 6 years ago
  34. 6b5f590 SUNRPC: Remove redundant calls to RPC_IS_QUEUED() by Trond Myklebust · 6 years ago
  35. cea5778 SUNRPC: Clean up by Trond Myklebust · 6 years ago
  36. 69ffaeb rxrpc: Fix client call queueing, waiting for channel by David Howells · 6 years ago
  37. c3ad3ec Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 6 years ago
  38. 9d3e136 tcp: handle inet_csk_reqsk_queue_add() failures by Guillaume Nault · 6 years ago
  39. 5355ed6 fou, fou6: avoid uninit-value in gue_err() and gue6_err() by Eric Dumazet · 6 years ago
  40. b62989f net: sched: fix potential use-after-free in __tcf_chain_put() by Vlad Buslov · 6 years ago
  41. 4c404ce vsock/virtio: fix kernel panic from virtio_transport_reset_no_sock by Adalbert Lazăr · 6 years ago
  42. 38e7571 Merge tag 'io_uring-2019-03-06' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  43. 71b91a5 bpf: fix warning about using plain integer as NULL by Bo YU · 6 years ago
  44. c57b557 xsk: fix to reject invalid options in Tx descriptor by Björn Töpel · 6 years ago
  45. f54ba39 xsk: fix to reject invalid flags in xsk_bind by Björn Töpel · 6 years ago
  46. c6f33e0 sctp: call sctp_auth_init_hmacs() in sctp_sock_migrate() by Xin Long · 6 years ago
  47. 60208f7 sctp: move up sctp_auth_init_hmacs() in sctp_endpoint_init() by Xin Long · 6 years ago
  48. 89664c62 sctp: sctp_sock_migrate() returns error if sctp_bind_addr_dup() fails by Xin Long · 6 years ago
  49. 930c9f9 rxrpc: Fix client call connect/disconnect race by David Howells · 6 years ago
  50. 2e990df sctp: remove sched init from sctp_stream_init by Xin Long · 6 years ago
  51. ee60ad2 route: set the deleted fnhe fnhe_daddr to 0 in ip_del_fnhe to fix a race by Xin Long · 6 years ago
  52. 40ba1d9 netfilter: nf_tables: fix set double-free in abort path by Pablo Neira Ayuso · 6 years ago
  53. 46f7487e netfilter: nat: don't register device notifier twice by Florian Westphal · 6 years ago
  54. 7b3fef8 SUNRPC: Respect RPC call timeouts when retrying transmission by Trond Myklebust · 6 years ago
  55. 477687e SUNRPC: Fix up RPC back channel transmission by Trond Myklebust · 6 years ago
  56. ed7dc97 SUNRPC: Prevent thundering herd when the socket is not connected by Trond Myklebust · 6 years ago
  57. 1e02796 net/hsr: fix possible crash in add_timer() by Eric Dumazet · 6 years ago
  58. 0805a4b net: atm: Add another IS_ENABLED(CONFIG_COMPAT) in atm_dev_ioctl by Nathan Chancellor · 6 years ago
  59. f9d19a7 net: atm: Use IS_ENABLED in atm_dev_ioctl by Nathan Chancellor · 6 years ago
  60. 3499e87 ethtool: reduce stack usage with clang by Arnd Bergmann · 6 years ago
  61. e8e3437 bpf: Stop the psock parser before canceling its work by Jakub Sitnicki · 6 years ago
  62. ea0371f net: fix GSO in bpf_lwt_push_ip_encap by Peter Oskolkov · 6 years ago
  63. 915905f xsk: fix potential crash in xsk_diag_put_umem() by Eric Dumazet · 6 years ago
  64. 4c3024d bpf: only test gso type on gso packets by Willem de Bruijn · 6 years ago
  65. 6466e71 tcp: do not report TCP_CM_INQ of 0 for closed connections by Soheil Hassas Yeganeh · 6 years ago
  66. 6caabe7 net: hsr: fix memory leak in hsr_dev_finalize() by Mao Wenan · 6 years ago
  67. ecb3dea net: sched: flower: insert new filter to idr after setting its mask by Vlad Buslov · 6 years ago
  68. a10674b tcp: detecting the misuse of .sendpage for Slab objects by Vasily Averin · 6 years ago
  69. f4b3ec4 iptunnel: NULL pointer deref for ip_md_tunnel_xmit by Alan Maguire · 6 years ago
  70. 8dcd175 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  71. 22c7476 ipv4/route: fail early when inet dev is missing by Paolo Abeni · 6 years ago
  72. 98fa15f mm: replace all open encodings for NUMA_NO_NODE by Anshuman Khandual · 6 years ago
  73. b1b988a Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  74. 4177c5d net/sched: act_tunnel_key: Fix double free dst_cache by wenxu · 6 years ago
  75. 0e63208 tipc: fix RDM/DGRAM connect() regression by Erik Hugne · 6 years ago
  76. 6b41d4d libceph: use struct_size() for kmalloc() in crush_decode() by Gustavo A. R. Silva · 6 years ago
  77. 18a4d8b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  78. 096461d net/sched: avoid unused-label warning by Arnd Bergmann · 6 years ago
  79. a154d5d net: ignore sysctl_devconf_inherit_init_net without SYSCTL by Arnd Bergmann · 6 years ago
  80. 3167b27 devlink: Add support for direct reporter health state update by Eran Ben Elisha · 6 years ago
  81. a0a21ad devlink: Update reporter state to error even if recover aborted by Eran Ben Elisha · 6 years ago
  82. 901efe1 sctp: call iov_iter_revert() after sending ABORT by Xin Long · 6 years ago
  83. 87c11f1 ip6mr: Do not call __IP6_INC_STATS() from preemptible context by Ido Schimmel · 6 years ago
  84. 29ca1c5 net-sysfs: Switch to bitmap_zalloc() by Andy Shevchenko · 6 years ago
  85. f7fb7c1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  86. d069b78 tls: Fix tls_device receive by Boris Pismenny · 6 years ago
  87. 7754bd6 tls: Fix mixing between async capable and async by Eran Ben Elisha · 6 years ago
  88. 7463d3a tls: Fix write space handling by Boris Pismenny · 6 years ago
  89. 9485025 tls: Fix tls_device handling of partial records by Boris Pismenny · 6 years ago
  90. 895a5e9 net-sysfs: Fix mem leak in netdev_register_kobject by YueHaibing · 6 years ago
  91. 9036b2f net: ipv6: add socket option IPV6_ROUTER_ALERT_ISOLATE by Francesco Ruggeri · 6 years ago
  92. 46d8411 net: fixup address-space warnings in compat_mc_{get,set}sockopt() by Ben Dooks · 6 years ago
  93. d6af21a net: dsa: Use prepare/commit phase in dsa_slave_vlan_rx_add_vid() by Florian Fainelli · 6 years ago
  94. 4976e3c sch_cake: Simplify logic in cake_select_tin() by Toke Høiland-Jørgensen · 6 years ago
  95. 0b5c7ef sch_cake: Permit use of connmarks as tin classifiers by Kevin Darbyshire-Bryant · 6 years ago
  96. 7126399 sch_cake: Make the dual modes fairer by George Amanakis · 6 years ago
  97. 88b573a net: dsa: add KSZ9893 switch tagging support by Tristram Ha · 6 years ago
  98. 6377f78 appletalk: Fix use-after-free in atalk_proc_exit by YueHaibing · 6 years ago
  99. e2bcd8b appletalk: use remove_proc_subtree to simplify procfs code by YueHaibing · 6 years ago
  100. 46b1c18 net: sched: put back q.qlen into a single location by Eric Dumazet · 6 years ago