Age | Commit message (Expand) | Author |
2014-11-11 | netfilter: ipset: small potential read beyond the end of buffer | Dan Carpenter |
2014-10-22 | netfilter: ipset: off by one in ip_set_nfnl_get_byindex() | Dan Carpenter |
2014-10-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2014-10-02 | netfilter: use IS_ENABLED(CONFIG_BRIDGE_NETFILTER) | Pablo Neira Ayuso |
2014-09-15 | netfilter: ipset: hash:mac type added to ipset | Jozsef Kadlecsik |
2014-09-15 | netfilter: ipset: Add skbinfo extension kernel support for the list set type. | Anton Danilov |
2014-09-15 | netfilter: ipset: Add skbinfo extension kernel support for the hash set types. | Anton Danilov |
2014-09-15 | netfilter: ipset: Add skbinfo extension kernel support for the bitmap set types. | Anton Danilov |
2014-09-15 | netfilter: ipset: Add skbinfo extension kernel support in the ipset core. | Anton Danilov |
2014-09-15 | netfilter: ipset: Fix static checker warning in ip_set_core.c | Jozsef Kadlecsik |
2014-09-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller |
2014-09-10 | netfilter: Convert pr_warning to pr_warn | Joe Perches |
2014-09-01 | treewide: fix errors in printk | Masanari Iida |
2014-08-24 | netfilter: ipset: Fix warn: integer overflows 'sizeof(*map) + size * set->dsize' | Jozsef Kadlecsik |
2014-08-24 | netfilter: ipset: Resolve missing-field-initializer warnings | Mark Rustad |
2014-08-24 | netfilter: ipset: netnet,netportnet: Fix value range support for IPv4 | Sergey Popovich |
2014-08-24 | netfilter: ipset: Removed invalid IPSET_ATTR_MARKMASK validation | Vytas Dauksa |
2014-06-05 | net: use the new API kvfree() | WANG Cong |
2014-03-13 | netfilter: Convert uses of __constant_<foo> to <foo> | Joe Perches |
2014-03-06 | netfilter: ipset: add forceadd kernel support for hash set types | Josh Hunt |
2014-03-06 | netfilter: ipset: move registration message to init from net_init | Ilia Mirkin |
2014-03-06 | netfilter: ipset: add markmask for hash:ip,mark data type | Vytas Dauksa |
2014-03-06 | netfilter: ipset: add hash:ip,mark data type to ipset | Vytas Dauksa |
2014-03-06 | netfilter: ipset: Add hash: fix coccinelle warnings | Fengguang Wu |
2014-03-06 | netfilter: ipset: Follow manual page behavior for SET target on list:set | Sergey Popovich |
2014-02-25 | netfilter: ip_set: rename nfnl_dereference()/nfnl_set() | Patrick McHardy |
2014-01-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2014-01-23 | net/netfilter/ipset/ip_set_hash_netiface.c: use rbtree postorder iteration in... | Cody P Schafer |
2014-01-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller |
2014-01-03 | netfilter: ipset: remove unused code | stephen hemminger |
2013-12-19 | Merge branch 'master' into for-next | Jiri Kosina |
2013-12-02 | treewide: Fix typo in Kconfig | Masanari Iida |
2013-11-25 | netfilter: ipset: fix incorret comparison in hash_netnet4_data_equal() | Dave Jones |
2013-10-27 | netfilter: ipset: remove duplicate define | Michael Opdenacker |
2013-10-27 | netfilter:ipset: Fix memory allocation for bitmap:port | Jozsef Kadlecsik |
2013-10-22 | netfilter: ipset: The unnamed union initialization may lead to compilation error | Jozsef Kadlecsik |
2013-10-22 | netfilter: ipset: Use netlink callback dump args only | Jozsef Kadlecsik |
2013-09-30 | netfilter: ipset: Add hash:net,port,net module to kernel. | Oliver Smith |
2013-09-30 | netfiler: ipset: Add net namespace for ipset | Vitaly Lavrov |
2013-09-30 | netfilter: ipset: Use a common function at listing the extensions | Jozsef Kadlecsik |
2013-09-30 | netfilter: ipset: For set:list types, replaced elements must be zeroed out | Jozsef Kadlecsik |
2013-09-30 | netfilter: ipset: Fix hash resizing with comments | Jozsef Kadlecsik |
2013-09-30 | netfilter: ipset: Support comments in hash-type ipsets. | Oliver Smith |
2013-09-30 | netfilter: ipset: Support comments in the list-type ipset. | Oliver Smith |
2013-09-30 | netfilter: ipset: Support comments in bitmap-type ipsets. | Oliver Smith |
2013-09-30 | netfilter: ipset: Support comments for ipset entries in the core. | Oliver Smith |
2013-09-30 | netfilter: ipset: Add hash:net,net module to kernel. | Oliver Smith |
2013-09-30 | netfilter: ipset: Kconfig: ipset needs NETFILTER_NETLINK | Jozsef Kadlecsik |
2013-09-30 | netfilter: ipset: list:set: make sure all elements are checked by the gc | Jozsef Kadlecsik |
2013-09-30 | netfilter: ipset: Support extensions which need a per data destroy function | Jozsef Kadlecsik |