1. 9215310 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  2. 42bc47b treewide: Use array_size() in vmalloc() by Kees Cook · 7 years ago
  3. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  4. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  5. 21ba884 netfilter: nf_conncount: Fix garbage collection with zones by Yi-Hung Wei · 7 years ago
  6. fc6ddbe netfilter: xt_connmark: fix list corruption on rmmod by Florian Westphal · 7 years ago
  7. c05a45c netfilter: ctnetlink: avoid null pointer dereference by Florian Westphal · 7 years ago
  8. adc972c5 netfilter: nf_tables: use WARN_ON_ONCE instead of BUG_ON in nft_do_chain() by Taehee Yoo · 7 years ago
  9. 0a2cf5e netfilter: nf_tables: close race between netns exit and rmmod by Florian Westphal · 7 years ago
  10. 71ad00c netfilter: nf_tables: fix module unload race by Florian Westphal · 7 years ago
  11. 215a31f netfilter: nft_dynset: do not reject set updates with NFT_SET_EVAL by Pablo Neira Ayuso · 7 years ago
  12. 3fb61ec netfilter: nft_socket: fix module autoload by Pablo Neira Ayuso · 7 years ago
  13. a08ce73 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 7 years ago
  14. 7eced5a netfilter: nf_tables: add NFT_LOGLEVEL_* enumeration and use it by Pablo Neira Ayuso · 7 years ago
  15. 1c8c5a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  16. 2857676 Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
  17. 8b5c6a3 Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit by Linus Torvalds · 7 years ago
  18. acafe7e treewide: Use struct_size() for kmalloc()-family by Kees Cook · 7 years ago
  19. 82e20b4 netfilter: nft_set_rbtree: fix parameter of __nft_rbtree_lookup() by Taehee Yoo · 7 years ago
  20. cbdebe4 netfilter: ipset: forbid family for hash:mac sets by Florent Fourcot · 7 years ago
  21. 30a2e10 netfilter: ipset: Limit max timeout value by Jozsef Kadlecsik · 7 years ago
  22. 9dcceb1 netfilter: xt_set: Check hook mask correctly by Serhey Popovych · 7 years ago
  23. cf626b0 Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  24. 6fcc02e ipvs: fix check on xmit to non-local addresses by Julian Anastasov · 7 years ago
  25. 9c54aeb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  26. 1b2470e netfilter: nf_tables: handle chain name lookups via rhltable by Florian Westphal · 7 years ago
  27. 290180e netfilter: nf_tables: add connlimit support by Pablo Neira Ayuso · 7 years ago
  28. 371ebcb netfilter: nf_tables: add destroy_clone expression by Pablo Neira Ayuso · 7 years ago
  29. 79b174a netfilter: nf_tables: garbage collection for stateful expressions by Pablo Neira Ayuso · 7 years ago
  30. 3453c92 netfilter: nf_tables: pass ctx to nf_tables_expr_destroy() by Pablo Neira Ayuso · 7 years ago
  31. 5e5cbc7 netfilter: nf_conncount: expose connection list interface by Pablo Neira Ayuso · 7 years ago
  32. 00bfb32 netfilter: nf_tables: pass context to object destroy indirection by Pablo Neira Ayuso · 7 years ago
  33. 45ca4e0 netfilter: Libify xt_TPROXY by Máté Eckl · 7 years ago
  34. 8d6e555 netfilter: Decrease code duplication regarding transparent socket option by Máté Eckl · 7 years ago
  35. 31875d4 ipvs: register conntrack hooks for ftp by Julian Anastasov · 7 years ago
  36. d12e122 ipvs: add ipv6 support to ftp by Julian Anastasov · 7 years ago
  37. 0cfceb9 ipvs: add full ipv6 support to nfct by Julian Anastasov · 7 years ago
  38. d32de98 netfilter: nft_fwd_netdev: allow to forward packets via neighbour layer by Pablo Neira Ayuso · 7 years ago
  39. 9c7f96f netfilter: nf_tables: check msg_type before nft_trans_set(trans) by Alexey Kodanev · 7 years ago
  40. 8f4d19a netfilter: xt_CT: Reject the non-null terminated string from user space by Gao Feng · 7 years ago
  41. 7b7744e netfilter: nfnetlink: Remove VLA usage by Kees Cook · 7 years ago
  42. 2a79fd3 netfilter: nf_flow_table: attach dst to skbs by Jason A. Donenfeld · 7 years ago
  43. a654de8 netfilter: nf_tables: fix chain dependency validation by Pablo Neira Ayuso · 7 years ago
  44. 1a893b4 netfilter: nf_tables: Add audit support to log statement by Phil Sutter · 7 years ago
  45. 554ced0 netfilter: nf_tables: add support for native socket matching by Máté Eckl · 7 years ago
  46. 7849958 netfilter: fix ptr_ret.cocci warnings by kbuild test robot · 7 years ago
  47. e523452 netfilter: nf_tables: remove unused variables by Taehee Yoo · 7 years ago
  48. d9adf22 netfilter: nf_tables: use call_rcu in netlink dumps by Florian Westphal · 7 years ago
  49. 8a3d4c3 netfilter: nf_tables: fail batch if fatal signal is pending by Florian Westphal · 7 years ago
  50. d6501de netfilter: nf_tables: fix endian mismatch in return type by Florian Westphal · 7 years ago
  51. eb1fb14 netfilter: nft_compat: use call_rcu for nfnl_compat_get by Florian Westphal · 7 years ago
  52. 88491c1 netfilter: nat: make symbol nat_hook static by Wei Yongjun · 7 years ago
  53. 0cbc06b netfilter: nf_tables: remove synchronize_rcu in commit phase by Florian Westphal · 7 years ago
  54. 0030879 netfilter: nfnetlink: allow commit to fail by Florian Westphal · 7 years ago
  55. 1ac89d2 netfilter: nat: merge nf_nat_redirect into nf_nat by Florian Westphal · 7 years ago
  56. bbb8c61 netfilter: nf_tables: increase nft_counters_enabled in nft_chain_stats_replace() by Taehee Yoo · 7 years ago
  57. 360cc79 netfilter: nf_tables: fix NULL-ptr in nf_tables_dump_obj() by Taehee Yoo · 7 years ago
  58. ad9d9e8 netfilter: nf_tables: disable preemption in nft_update_chain_stats() by Pablo Neira Ayuso · 7 years ago
  59. 4b83a90 netfilter: provide correct argument to nla_strlcpy() by Eric Dumazet · 7 years ago
  60. fb83eb9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 7 years ago
  61. 52f9675 ipvs: fix buffer overflow with sync daemon and service by Julian Anastasov · 7 years ago
  62. 3e0f64b netfilter: nft_limit: fix packet ratelimiting by Pablo Neira Ayuso · 7 years ago
  63. 97a0549 netfilter: nft_meta: fix wrong value dereference in nft_meta_set_eval by Taehee Yoo · 7 years ago
  64. 368982c netfilter: nfnetlink_queue: resolve clash for unconfirmed conntracks by Pablo Neira Ayuso · 7 years ago
  65. 2c205dd netfilter: add struct nf_nat_hook and use it by Pablo Neira Ayuso · 7 years ago
  66. 1f4b243 netfilter: add struct nf_ct_hook and use it by Pablo Neira Ayuso · 7 years ago
  67. 8d8540c netfilter: nft_set_rbtree: add timeout support by Pablo Neira Ayuso · 7 years ago
  68. 57a4c9c netfilter: make NF_OSF non-visible symbol by Fernando Fernandez Mancera · 7 years ago
  69. a37061a netfilter: lift one-nat-hook-only restriction by Florian Westphal · 7 years ago
  70. 9971a51 netfilter: nf_nat: add nat type hooks to nat core by Florian Westphal · 7 years ago
  71. 1cd472b netfilter: nf_nat: add nat hook register functions to nf_nat by Florian Westphal · 7 years ago
  72. 06cad3a netfilter: core: export raw versions of add/delete hook functions by Florian Westphal · 7 years ago
  73. 4e25ceb netfilter: nf_tables: allow chain type to override hook register by Florian Westphal · 7 years ago
  74. 1f55236 netfilter: nf_nat: move common nat code to nat core by Florian Westphal · 7 years ago
  75. 6f6e434 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  76. b9ccc07 netfilter: nft_hash: add map lookups for hashing operations by Laura Garcia Liebana · 7 years ago
  77. 978d8f9 netfilter: nft_numgen: add map lookups for numgen random operations by Laura Garcia Liebana · 7 years ago
  78. e65eebe netfilter: nf_tables: remove old nf_log based tracing by Florian Westphal · 7 years ago
  79. b715345 netfilter: nf_tables: fix NULL pointer dereference on nft_ct_helper_obj_dump() by Taehee Yoo · 7 years ago
  80. 1cd6718 netfilter/x_tables: switch to proc_create_seq_private by Christoph Hellwig · 7 years ago
  81. fd24de8 netfilter/xt_hashlimit: switch to proc_create_{seq,single}_data by Christoph Hellwig · 7 years ago
  82. 3617d94 proc: introduce proc_create_net_single by Christoph Hellwig · 7 years ago
  83. c350637 proc: introduce proc_create_net{,_data} by Christoph Hellwig · 7 years ago
  84. 1d98c16 netfilter/x_tables: simplify ѕeq_file code by Christoph Hellwig · 7 years ago
  85. cdfb6b3 audit: use inline function to get audit context by Richard Guy Briggs · 7 years ago
  86. f0dfd7a netfilter: nf_tables: fix memory leak on error exit return by Colin Ian King · 7 years ago
  87. bb7b40a netfilter: nf_tables: bogus EBUSY in chain deletions by Pablo Neira Ayuso · 7 years ago
  88. 732a804 netfilter: nft_compat: fix handling of large matchinfo size by Florian Westphal · 7 years ago
  89. 8bdf164 netfilter: nft_compat: prepare for indirect info storage by Florian Westphal · 7 years ago
  90. 0092409 netfilter: nf_tables: don't assume chain stats are set when jumplabel is set by Florian Westphal · 7 years ago
  91. 4e09fc8 netfilter: prefer nla_strlcpy for dealing with NLA_STRING attributes by Florian Westphal · 7 years ago
  92. 25fd386 netfilter: core: add missing __rcu annotation by Florian Westphal · 7 years ago
  93. d5e032f ipvs: fix stats update from local clients by Julian Anastasov · 7 years ago
  94. a050d34 ipvs: fix refcount usage for conns in ops mode by Julian Anastasov · 7 years ago
  95. b8e9dc1 netfilter: nf_tables: nft_compat: fix refcount leak on xt module by Florian Westphal · 7 years ago
  96. 9027887 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 7 years ago
  97. b13468d netfilter: nft_dynset: fix timeout updates on 32bit by Florian Westphal · 7 years ago
  98. 538c567 netfilter: ctnetlink: export nf_conntrack_max by Florent Fourcot · 7 years ago
  99. bfb15f2 netfilter: extract Passive OS fingerprint infrastructure from xt_osf by Fernando Fernandez Mancera · 7 years ago
  100. 75e72f0 netfilter: nft_numgen: enable hashing of one element by Laura Garcia Liebana · 7 years ago