Age | Commit message (Expand) | Author | Files | Lines |
2015-04-08 | netfilter: bridge: add helpers for fetching physin/outdev | Florian Westphal | 1 | -8/+24 |
2014-12-03 | netfilter: ipset: Explicitly add padding elements to hash:net, net and hash:n... | Jozsef Kadlecsik | 2 | -0/+4 |
2014-12-03 | netfilter: ipset: Allocate the proper size of memory when /0 networks are sup... | Jozsef Kadlecsik | 1 | -2/+1 |
2014-12-03 | netfilter: ipset: Simplify cidr handling for hash:*net* types | Jozsef Kadlecsik | 1 | -28/+28 |
2014-12-03 | netfilter: ipset: Indicate when /0 networks are supported | Jozsef Kadlecsik | 2 | -1/+2 |
2014-12-03 | netfilter: ipset: Support updating extensions when the set is full | Jozsef Kadlecsik | 1 | -23/+17 |
2014-11-11 | netfilter: ipset: small potential read beyond the end of buffer | Dan Carpenter | 1 | -0/+6 |
2014-10-22 | netfilter: ipset: off by one in ip_set_nfnl_get_byindex() | Dan Carpenter | 1 | -1/+1 |
2014-10-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 20 | -84/+451 |
2014-10-02 | netfilter: use IS_ENABLED(CONFIG_BRIDGE_NETFILTER) | Pablo Neira Ayuso | 1 | -2/+2 |
2014-09-15 | netfilter: ipset: hash:mac type added to ipset | Jozsef Kadlecsik | 4 | -1/+193 |
2014-09-15 | netfilter: ipset: Add skbinfo extension kernel support for the list set type. | Anton Danilov | 1 | -2/+17 |
2014-09-15 | netfilter: ipset: Add skbinfo extension kernel support for the hash set types. | Anton Danilov | 11 | -25/+130 |
2014-09-15 | netfilter: ipset: Add skbinfo extension kernel support for the bitmap set types. | Anton Danilov | 4 | -6/+31 |
2014-09-15 | netfilter: ipset: Add skbinfo extension kernel support in the ipset core. | Anton Danilov | 1 | -1/+26 |
2014-09-15 | netfilter: ipset: Fix static checker warning in ip_set_core.c | Jozsef Kadlecsik | 1 | -1/+2 |
2014-09-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 10 | -28/+33 |
2014-09-10 | netfilter: Convert pr_warning to pr_warn | Joe Perches | 2 | -18/+17 |
2014-09-01 | treewide: fix errors in printk | Masanari Iida | 1 | -1/+1 |
2014-08-24 | netfilter: ipset: Fix warn: integer overflows 'sizeof(*map) + size * set->dsize' | Jozsef Kadlecsik | 1 | -1/+3 |
2014-08-24 | netfilter: ipset: Resolve missing-field-initializer warnings | Mark Rustad | 6 | -18/+18 |
2014-08-24 | netfilter: ipset: netnet,netportnet: Fix value range support for IPv4 | Sergey Popovich | 2 | -8/+11 |
2014-08-24 | netfilter: ipset: Removed invalid IPSET_ATTR_MARKMASK validation | Vytas Dauksa | 1 | -1/+1 |
2014-06-05 | net: use the new API kvfree() | WANG Cong | 1 | -4/+1 |
2014-03-13 | netfilter: Convert uses of __constant_<foo> to <foo> | Joe Perches | 1 | -2/+2 |
2014-03-06 | netfilter: ipset: add forceadd kernel support for hash set types | Josh Hunt | 12 | -10/+32 |
2014-03-06 | netfilter: ipset: move registration message to init from net_init | Ilia Mirkin | 1 | -1/+1 |
2014-03-06 | netfilter: ipset: add markmask for hash:ip,mark data type | Vytas Dauksa | 2 | -0/+40 |
2014-03-06 | netfilter: ipset: add hash:ip,mark data type to ipset | Vytas Dauksa | 3 | -0/+322 |
2014-03-06 | netfilter: ipset: Add hash: fix coccinelle warnings | Fengguang Wu | 1 | -4/+4 |
2014-03-06 | netfilter: ipset: Follow manual page behavior for SET target on list:set | Sergey Popovich | 1 | -2/+2 |
2014-02-25 | netfilter: ip_set: rename nfnl_dereference()/nfnl_set() | Patrick McHardy | 1 | -23/+23 |
2014-01-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -28/+0 |
2014-01-23 | net/netfilter/ipset/ip_set_hash_netiface.c: use rbtree postorder iteration in... | Cody P Schafer | 1 | -23/+4 |
2014-01-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 1 | -28/+0 |
2014-01-03 | netfilter: ipset: remove unused code | stephen hemminger | 1 | -28/+0 |
2013-12-19 | Merge branch 'master' into for-next | Jiri Kosina | 19 | -1437/+2111 |
2013-12-02 | treewide: Fix typo in Kconfig | Masanari Iida | 1 | -1/+1 |
2013-11-25 | netfilter: ipset: fix incorret comparison in hash_netnet4_data_equal() | Dave Jones | 1 | -1/+1 |
2013-10-27 | netfilter: ipset: remove duplicate define | Michael Opdenacker | 1 | -1/+0 |
2013-10-27 | netfilter:ipset: Fix memory allocation for bitmap:port | Jozsef Kadlecsik | 1 | -1/+1 |
2013-10-22 | netfilter: ipset: The unnamed union initialization may lead to compilation error | Jozsef Kadlecsik | 2 | -24/+20 |
2013-10-22 | netfilter: ipset: Use netlink callback dump args only | Jozsef Kadlecsik | 4 | -54/+58 |
2013-09-30 | netfilter: ipset: Add hash:net,port,net module to kernel. | Oliver Smith | 3 | -0/+598 |
2013-09-30 | netfiler: ipset: Add net namespace for ipset | Vitaly Lavrov | 6 | -118/+212 |
2013-09-30 | netfilter: ipset: Use a common function at listing the extensions | Jozsef Kadlecsik | 4 | -50/+12 |
2013-09-30 | netfilter: ipset: For set:list types, replaced elements must be zeroed out | Jozsef Kadlecsik | 1 | -1/+3 |
2013-09-30 | netfilter: ipset: Fix hash resizing with comments | Jozsef Kadlecsik | 1 | -5/+5 |
2013-09-30 | netfilter: ipset: Support comments in hash-type ipsets. | Oliver Smith | 9 | -13/+30 |
2013-09-30 | netfilter: ipset: Support comments in the list-type ipset. | Oliver Smith | 1 | -6/+12 |