1. 937441f libceph, ceph: avoid memory leak when specifying same option several times by Chengguang Xu · 6 years ago
  2. a5f7add net_sched: gen_estimator: fix broken estimators based on percpu stats by Eric Dumazet · 6 years ago
  3. 2217009 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 6 years ago
  4. ca79bec ipv6 sit: work around bogus gcc-8 -Wrestrict warning by Arnd Bergmann · 6 years ago
  5. 93c62c4 rxrpc: Fix send in rxrpc_send_data_packet() by David Howells · 6 years ago
  6. ed04c46 Merge tag 'mac80211-for-davem-2018-02-22' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 6 years ago
  7. 1fe4b11 net: ipv4: Set addr_type in hash_keys for forwarded case by David Ahern · 6 years ago
  8. 350c9f4 tcp_bbr: better deal with suboptimal GSO by Eric Dumazet · 6 years ago
  9. b87b619 netlink: put module reference if dump start fails by Jason A. Donenfeld · 6 years ago
  10. a7dcdf6 bpf: clean up unused-variable warning by Arnd Bergmann · 6 years ago
  11. 943a0d4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 6 years ago
  12. 5ae437a net: sched: report if filter is too large to dump by Roman Kapl · 6 years ago
  13. 79c0ef3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  14. cfc2c74 netfilter: IDLETIMER: be syzkaller friendly by Eric Dumazet · 6 years ago
  15. 3b07029 mac80211: Fix sending ADDBA response for an ongoing session by Ilan Peer · 6 years ago
  16. 191da27 mac80211: Do not disconnect on invalid operating class by Ilan Peer · 6 years ago
  17. 3027a8e cfg80211: clear wep keys after disconnection by Avraham Stern · 6 years ago
  18. 95f3ce6 mac80211: fix calling sleeping function in atomic context by Sara Sharon · 6 years ago
  19. d78d9ee mac80211: fix a possible leak of station stats by Sara Sharon · 6 years ago
  20. bee92d0 cfg80211: fix cfg80211_beacon_dup by Arnd Bergmann · 6 years ago
  21. 9ab2323 sctp: remove the left unnecessary check for chunk in sctp_renege_events by Xin Long · 6 years ago
  22. a16b8d0 rxrpc: Work around usercopy check by David Howells · 6 years ago
  23. 15f35d4 udplite: fix partial checksum initialization by Alexey Kodanev · 6 years ago
  24. dfec091 dn_getsockoptdecnet: move nf_{get/set}sockopt outside sock lock by Paolo Abeni · 6 years ago
  25. a8c6db1 fib_semantics: Don't match route with mismatching tclassid by Stefano Brivio · 6 years ago
  26. fe9c842 NFC: llcp: Limit size of SDP URI by Kees Cook · 6 years ago
  27. de526f4 netfilter: xt_hashlimit: fix lock imbalance by Eric Dumazet · 6 years ago
  28. 2439f97 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 6 years ago
  29. db57ccf netfilter: nat: cope with negative port range by Paolo Abeni · 6 years ago
  30. 1041401 netfilter: x_tables: fix missing timer initialization in xt_LED by Paolo Abeni · 6 years ago
  31. b260664 netfilter: x_tables: use pr ratelimiting in all remaining spots by Florian Westphal · 6 years ago
  32. c08e5e1 netfilter: x_tables: use pr ratelimiting in matches/targets by Florian Westphal · 6 years ago
  33. cc48bae netfilter: x_tables: rate-limit table mismatch warnings by Florian Westphal · 6 years ago
  34. 7ecbf10 netfilter: bridge: use pr ratelimiting by Florian Westphal · 6 years ago
  35. c82b31c netfilter: xt_set: use pr ratelimiting by Florian Westphal · 6 years ago
  36. e016c5e netfilter: xt_NFQUEUE: use pr ratelimiting by Florian Westphal · 6 years ago
  37. 11f7aee netfilter: xt_CT: use pr ratelimiting by Florian Westphal · 6 years ago
  38. 1b6cd67 netfilter: x_tables: use pr ratelimiting in xt core by Florian Westphal · 6 years ago
  39. 0cc9501 netfilter: x_tables: remove pr_info where possible by Florian Westphal · 6 years ago
  40. db93a36 netfilter: ipt_CLUSTERIP: fix a refcount bug in clusterip_config_find_get() by Cong Wang · 6 years ago
  41. c410c19 tls: getsockopt return record sequence number by Boris Pismenny · 6 years ago
  42. 257082e tls: reset the crypto info if copy_from_user fails by Boris Pismenny · 6 years ago
  43. a1dfa68 tls: retrun the correct IV in getsockopt by Boris Pismenny · 6 years ago
  44. 57ebd80 netfilter: add back stackpointer size checks by Florian Westphal · 6 years ago
  45. ed4ffdf tipc: Fix missing RTNL lock protection during setting link properties by Ying Xue · 6 years ago
  46. 5631f65 tipc: Introduce __tipc_nl_net_set by Ying Xue · 6 years ago
  47. 07ffb22 tipc: Introduce __tipc_nl_media_set by Ying Xue · 6 years ago
  48. 93532bb tipc: Introduce __tipc_nl_bearer_set by Ying Xue · 6 years ago
  49. 45cf7ed tipc: Introduce __tipc_nl_bearer_enable by Ying Xue · 6 years ago
  50. d59d8b7 tipc: Introduce __tipc_nl_bearer_disable by Ying Xue · 6 years ago
  51. e5d1a1e tipc: Refactor __tipc_nl_compat_doit by Ying Xue · 6 years ago
  52. 01ea306 netfilter: drop outermost socket lock in getsockopt() by Paolo Abeni · 6 years ago
  53. fae8b6f sctp: fix some copy-paste errors for file comments by Xin Long · 6 years ago
  54. ac5b701 net: fix race on decreasing number of TX queues by Jakub Kicinski · 6 years ago
  55. d4014d8 rds: do not call ->conn_alloc with GFP_KERNEL by Sowmini Varadhan · 6 years ago
  56. 339c21d net: sched: fix tc_u_common lookup by Jiri Pirko · 6 years ago
  57. bb047dd net: sched: don't set q pointer for shared blocks by Jiri Pirko · 6 years ago
  58. d4e9a40 net: af_unix: fix typo in UNIX_SKB_FRAGS_SZ comment by Tobias Klauser · 6 years ago
  59. 808cf9e tcp: Honor the eor bit in tcp_mtu_probe by Ilya Lesokhin · 6 years ago
  60. fb23403 sctp: remove the useless check in sctp_renege_events by Xin Long · 6 years ago
  61. 947820b sctp: add SCTP_CID_I_DATA and SCTP_CID_I_FWD_TSN conversion in sctp_cname by Xin Long · 6 years ago
  62. 27af86b sctp: do not pr_err for the duplicated node in transport rhlist by Xin Long · 6 years ago
  63. 1b12580 bridge: check brport attr show in brport_show by Xin Long · 6 years ago
  64. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 6 years ago
  65. ee5daa1 Merge branch 'work.poll2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  66. c839682 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  67. 82f0a41 Merge tag 'nfs-for-4.16-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 6 years ago
  68. 07f2c7a sctp: verify size of a new chunk in _sctp_make_chunk() by Alexey Kodanev · 6 years ago
  69. 437a4db Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 6 years ago
  70. 26d9983 9p/trans_virtio: discard zero-length reply by Greg Kurz · 7 years ago
  71. 0afa6b4 SUNRPC: Don't call __UDPX_INC_STATS() from a preemptible context by Trond Myklebust · 6 years ago
  72. f1517df Merge tag 'nfsd-4.16' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 6 years ago
  73. 9d21874 Merge branch 'idr-2018-02-06' of git://git.infradead.org/users/willy/linux-dax by Linus Torvalds · 6 years ago
  74. f515f86 fix parallelism for rpc tasks by Olga Kornievskaia · 7 years ago
  75. 55b3280 tipc: fix skb truesize/datasize ratio control by Hoang Le · 6 years ago
  76. eb53f7a net/sched: cls_u32: fix cls_u32 on filter replace by Ivan Vecera · 6 years ago
  77. 3968523 mpls, nospec: Sanitize array index in mpls_label_ok() by Dan Williams · 6 years ago
  78. ebeeb1a rds: tcp: use rds_destroy_pending() to synchronize netns/module teardown and rds connection/workq management by Sowmini Varadhan · 6 years ago
  79. 79a8a64 net: Whitelist the skbuff_head_cache "cb" field by Kees Cook · 6 years ago
  80. 8115333 Merge tag 'afs-next-20180208' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 6 years ago
  81. 9e95dae Merge tag 'ceph-for-4.16-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 6 years ago
  82. 4ff66ca rtnetlink: require unique netns identifier by Christian Brauner · 6 years ago
  83. cb9f7a9 netlink: ensure to loop over all netns in genlmsg_multicast_allns() by Nicolas Dichtel · 6 years ago
  84. 8c2f826 rxrpc: Don't put crypto buffers on the stack by David Howells · 6 years ago
  85. 175e031 svcrdma: Fix Read chunk round-up by Chuck Lever · 6 years ago
  86. b3e456f netfilter: ipt_CLUSTERIP: fix a race condition of proc file creation by Cong Wang · 6 years ago
  87. fd2c19b netfilter: x_tables: remove size check by Michal Hocko · 6 years ago
  88. 5c487bb tcp: tracepoint: only call trace_tcp_send_reset with full socket by Song Liu · 6 years ago
  89. 043e337 sch_netem: Bug fixing in calculating Netem interval by Md. Islam · 6 years ago
  90. 44750f8 net/ipv6: onlink nexthop checks should default to main table by David Ahern · 6 years ago
  91. 58e354c net/ipv6: Handle reject routes with onlink flag by David Ahern · 6 years ago
  92. 17e9e23 rxrpc: Fix received abort handling by David Howells · 6 years ago
  93. 90ea9f1 Make the xprtiod workqueue unbounded. by Trond Myklebust · 6 years ago
  94. 4d80ecd Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 6 years ago
  95. 2275cde SUNRPC: Queue latency-sensitive socket tasks to xprtiod by Trond Myklebust · 6 years ago
  96. 0ff90b6 netfilter: nf_flow_offload: fix use-after-free and a resource leak by Felix Fietkau · 6 years ago
  97. a08f06b seq_file: Introduce DEFINE_SHOW_ATTRIBUTE() helper macro by Andy Shevchenko · 7 years ago
  98. a2e5790 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  99. 32b395a build_bug.h: remove BUILD_BUG_ON_NULL() by Masahiro Yamada · 6 years ago
  100. 3aa5688 bitmap: replace bitmap_{from,to}_u32array by Yury Norov · 6 years ago