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