1. 1bbbcf6 netfilter: ipset: use bitmap infrastructure completely by Kadlecsik József · 4 years, 4 months ago
  2. 2afd32b netfilter: fix a use-after-free in mtype_destroy() by Cong Wang · 4 years, 5 months ago
  3. a6280b6 netfilter: ipset: avoid null deref when IPSET_ATTR_LINENO is present by Florian Westphal · 4 years, 5 months ago
  4. 0e0965a netfilter: ipset: Fix an error code in ip_set_sockfn_get() by Dan Carpenter · 4 years, 9 months ago
  5. 1231e25 netfilter: ipset: do not call ipset_nest_end after nla_nest_cancel by Pan Bian · 5 years ago
  6. 919560a netfilter: ipset: actually allow allowable CIDR 0 in hash:net,port,net by Eric Westbrook · 6 years ago
  7. 596cf3f netfilter: ipset: fix race condition in ipset save, swap and delete by Vishwanath Pai · 8 years ago
  8. d8aacd8 netfilter: ipset: Check IPSET_ATTR_ETHER netlink attribute length by Jozsef Kadlecsik · 8 years ago
  9. 4504097 netfilter: ipset: Fix set:list type crash when flush/dump set in parallel by Jozsef Kadlecsik · 8 years ago
  10. f90d2d3 netfilter: ipset: allow a 0 netmask with hash_netiface type by Florian Westphal · 8 years ago
  11. 7b8002a netfilter: nfnetlink: pass down netns pointer to call() and call_rcu() by Pablo Neira Ayuso · 8 years ago
  12. 0aae24e netfilter: ipset: Fix hash type expire: release empty hash bucket block by Jozsef Kadlecsik · 9 years ago
  13. e9dfdc0 netfilter: ipset: Fix hash:* type expiration by Jozsef Kadlecsik · 9 years ago
  14. 95ad1f4 netfilter: ipset: Fix extension alignment by Jozsef Kadlecsik · 9 years ago
  15. ba3e208 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  16. 00db674 netfilter: ipset: Fix sleeping memory allocation in atomic context by Nikolay Borisov · 9 years ago
  17. 686c9b5 netfilter: x_tables: Use par->net instead of computing from the passed net devices by Eric W. Biederman · 9 years ago
  18. 96be5f2 netfilter: ipset: Fixing unnamed union init by Elad Raz · 9 years ago
  19. 6fe7ccf netfilter: ipset: Out of bound access in hash:net* types fixed by Jozsef Kadlecsik · 9 years ago
  20. ca0f6a5 netfilter: ipset: Fix coding styles reported by checkpatch.pl by Jozsef Kadlecsik · 9 years ago
  21. 00590fd netfilter: ipset: Introduce RCU locking in list type by Jozsef Kadlecsik · 9 years ago
  22. 18f84d4 netfilter: ipset: Introduce RCU locking in hash:* types by Jozsef Kadlecsik · 9 years ago
  23. 96f5142 netfilter: ipset: Introduce RCU locking in bitmap:* types by Jozsef Kadlecsik · 9 years ago
  24. b57b2d1 netfilter: ipset: Prepare the ipset core to use RCU at set level by Jozsef Kadlecsik · 9 years ago
  25. bd55389 netfilter:ipset Remove rbtree from hash:net,iface by Jozsef Kadlecsik · 9 years ago
  26. 9c1ba5c netfilter: ipset: Make sure listing doesn't grab a set which is just being destroyed. by Jozsef Kadlecsik · 9 years ago
  27. c4c9978 netfilter: ipset: Fix parallel resizing and listing of the same set by Jozsef Kadlecsik · 9 years ago
  28. f690cba netfilter: ipset: Fix cidr handling for hash:*net* types by Jozsef Kadlecsik · 9 years ago
  29. aff2275 netfilter: ipset: Check CIDR value only when attribute is given by Sergey Popovich · 9 years ago
  30. a212e08 netfilter: ipset: Make sure we always return line number on batch by Sergey Popovich · 9 years ago
  31. 2c227f2 netfilter: ipset: Permit CIDR equal to the host address CIDR in IPv6 by Sergey Popovich · 9 years ago
  32. 7dd37bc netfilter: ipset: Check extensions attributes before getting extensions. by Sergey Popovich · 9 years ago
  33. edda079 netfilter: ipset: Use SET_WITH_*() helpers to test set extensions by Sergey Popovich · 9 years ago
  34. a3b1c1e netfilter: ipset: deinline ip_set_put_extensions() by Denys Vlasenko · 9 years ago
  35. 1823fb7 netfilter: ipset: Improve preprocessor macros checks by Sergey Popovich · 9 years ago
  36. 58cc06d netfilter: ipset: Fix hashing for ipv6 sets by Sergey Popovich · 9 years ago
  37. 0372618 netfilter: ipset: Check for comment netlink attribute length by Sergey Popovich · 9 years ago
  38. 728a7e6 netfilter: ipset: Return bool values instead of int by Sergey Popovich · 9 years ago
  39. cabfd13 netfilter: ipset: Use HOST_MASK literal to represent host address CIDR len by Sergey Popovich · 9 years ago
  40. d25472e netfilter: ipset: Check IPSET_ATTR_PORT only once by Sergey Popovich · 9 years ago
  41. 8e55d2e netfilter: ipset: Return ipset error instead of bool by Sergey Popovich · 9 years ago
  42. 43ef29c netfilter: ipset: Preprocessor directices cleanup by Sergey Popovich · 9 years ago
  43. 2b67d6e netfilter: ipset: No need to make nomatch bitfield by Sergey Popovich · 9 years ago
  44. caed0ed netfilter: ipset: Properly calculate extensions offsets and total length by Sergey Popovich · 9 years ago
  45. 3e4e8d1 netfilter: ipset: make ip_set_get_ip*_port to use skb_network_offset by Alexander Drozdov · 9 years ago
  46. 22496f09 netfilter: ipset: Give a better name to a macro in ip_set_core.c by Jozsef Kadlecsik · 9 years ago
  47. 2006aa4 netfilter: ipset: Fix sparse warning by Jozsef Kadlecsik · 9 years ago
  48. c737b7c netfilter: bridge: add helpers for fetching physin/outdev by Florian Westphal · 9 years ago
  49. cac3763 netfilter: ipset: Explicitly add padding elements to hash:net, net and hash:net, port, net by Jozsef Kadlecsik · 9 years ago
  50. 77b4311 netfilter: ipset: Allocate the proper size of memory when /0 networks are supported by Jozsef Kadlecsik · 9 years ago
  51. 25a76f3 netfilter: ipset: Simplify cidr handling for hash:*net* types by Jozsef Kadlecsik · 9 years ago
  52. 59de79c netfilter: ipset: Indicate when /0 networks are supported by Jozsef Kadlecsik · 9 years ago
  53. 86ac79c netfilter: ipset: Support updating extensions when the set is full by Jozsef Kadlecsik · 9 years ago
  54. 2196937 netfilter: ipset: small potential read beyond the end of buffer by Dan Carpenter · 10 years ago
  55. 0f9f5e1 netfilter: ipset: off by one in ip_set_nfnl_get_byindex() by Dan Carpenter · 10 years ago
  56. 35a9ad8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  57. 1109a90 netfilter: use IS_ENABLED(CONFIG_BRIDGE_NETFILTER) by Pablo Neira Ayuso · 10 years ago
  58. 07034ae netfilter: ipset: hash:mac type added to ipset by Jozsef Kadlecsik · 10 years ago
  59. cbee93d netfilter: ipset: Add skbinfo extension kernel support for the list set type. by Anton Danilov · 10 years ago
  60. af33141 netfilter: ipset: Add skbinfo extension kernel support for the hash set types. by Anton Danilov · 10 years ago
  61. 39d1ecf netfilter: ipset: Add skbinfo extension kernel support for the bitmap set types. by Anton Danilov · 10 years ago
  62. 0e9871e netfilter: ipset: Add skbinfo extension kernel support in the ipset core. by Anton Danilov · 10 years ago
  63. 73e64e1 netfilter: ipset: Fix static checker warning in ip_set_core.c by Jozsef Kadlecsik · 10 years ago
  64. 0aac383 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 10 years ago
  65. b167a37 netfilter: Convert pr_warning to pr_warn by Joe Perches · 10 years ago
  66. 1a84db5 treewide: fix errors in printk by Masanari Iida · 10 years ago
  67. 1b05756 netfilter: ipset: Fix warn: integer overflows 'sizeof(*map) + size * set->dsize' by Jozsef Kadlecsik · 10 years ago
  68. 94729f8 netfilter: ipset: Resolve missing-field-initializer warnings by Mark Rustad · 10 years ago
  69. 6e41ee6 netfilter: ipset: netnet,netportnet: Fix value range support for IPv4 by Sergey Popovich · 10 years ago
  70. ecc245c netfilter: ipset: Removed invalid IPSET_ATTR_MARKMASK validation by Vytas Dauksa · 10 years ago
  71. 4cb2897 net: use the new API kvfree() by WANG Cong · 10 years ago
  72. b80edf0 netfilter: Convert uses of __constant_<foo> to <foo> by Joe Perches · 10 years ago
  73. 07cf8f5 netfilter: ipset: add forceadd kernel support for hash set types by Josh Hunt · 10 years ago
  74. 6843bc3 netfilter: ipset: move registration message to init from net_init by Ilia Mirkin · 10 years ago
  75. 4d0e5c0 netfilter: ipset: add markmask for hash:ip,mark data type by Vytas Dauksa · 10 years ago
  76. 3b02b56 netfilter: ipset: add hash:ip,mark data type to ipset by Vytas Dauksa · 10 years ago
  77. 9562cf2 netfilter: ipset: Add hash: fix coccinelle warnings by Fengguang Wu · 10 years ago
  78. 35f6e63 netfilter: ipset: Follow manual page behavior for SET target on list:set by Sergey Popovich · 11 years ago
  79. 3e90ebd netfilter: ip_set: rename nfnl_dereference()/nfnl_set() by Patrick McHardy · 10 years ago
  80. 4ba9920 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  81. b182837 net/netfilter/ipset/ip_set_hash_netiface.c: use rbtree postorder iteration instead of opencoding by Cody P Schafer · 10 years ago
  82. 855404e Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 10 years ago
  83. 02eca9d netfilter: ipset: remove unused code by stephen hemminger · 10 years ago
  84. e23c34b Merge branch 'master' into for-next by Jiri Kosina · 10 years ago
  85. 5065a70 treewide: Fix typo in Kconfig by Masanari Iida · 10 years ago
  86. b49faea netfilter: ipset: fix incorret comparison in hash_netnet4_data_equal() by Dave Jones · 11 years ago
  87. 1e56555 netfilter: ipset: remove duplicate define by Michael Opdenacker · 11 years ago
  88. dc476e7 netfilter:ipset: Fix memory allocation for bitmap:port by Jozsef Kadlecsik · 11 years ago
  89. 1a86920 netfilter: ipset: The unnamed union initialization may lead to compilation error by Jozsef Kadlecsik · 11 years ago
  90. 9330288 netfilter: ipset: Use netlink callback dump args only by Jozsef Kadlecsik · 11 years ago
  91. 7c3ad05 netfilter: ipset: Add hash:net,port,net module to kernel. by Oliver Smith · 11 years ago
  92. 1785e8f netfiler: ipset: Add net namespace for ipset by Vitaly Lavrov · 11 years ago
  93. 3fd986b netfilter: ipset: Use a common function at listing the extensions by Jozsef Kadlecsik · 11 years ago
  94. 8ec81f9 netfilter: ipset: For set:list types, replaced elements must be zeroed out by Jozsef Kadlecsik · 11 years ago
  95. 80571a9 netfilter: ipset: Fix hash resizing with comments by Jozsef Kadlecsik · 11 years ago
  96. fda75c6 netfilter: ipset: Support comments in hash-type ipsets. by Oliver Smith · 11 years ago
  97. 81b10bb netfilter: ipset: Support comments in the list-type ipset. by Oliver Smith · 11 years ago
  98. b90cb8b netfilter: ipset: Support comments in bitmap-type ipsets. by Oliver Smith · 11 years ago
  99. 68b63f0 netfilter: ipset: Support comments for ipset entries in the core. by Oliver Smith · 11 years ago
  100. ea53ac5 netfilter: ipset: Add hash:net,net module to kernel. by Oliver Smith · 11 years ago