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