aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipset/ip_set_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-06-21Remove redundant linux/version.h includes from net/Jesper Juhl1-1/+0
2011-06-16netfilter: ipset: whitespace and coding fixes detected by checkpatch.plJozsef Kadlecsik1-2/+2
2011-06-16netfilter: ipset: fix return code for destroy when sets are in useJozsef Kadlecsik1-1/+1
2011-06-16netfilter: ipset: add xt_action_param to the variant level kadt functions, ipset API changeJozsef Kadlecsik1-4/+8
2011-06-16netfilter: ipset: set type support with multiple revisions addedJozsef Kadlecsik1-20/+25
2011-06-16netfilter: ipset: fix adding ranges to hash typesJozsef Kadlecsik1-5/+6
2011-06-16netfilter: ipset: support listing setnames and headers tooJozsef Kadlecsik1-27/+46
2011-06-16netfilter: ipset: options and flags support added to the kernel APIJozsef Kadlecsik1-13/+13
2011-06-09rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose1-1/+1
2011-05-26netfilter: ipset: fix ip_set_flush return codeJozsef Kadlecsik1-1/+1
2011-04-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6David S. Miller1-8/+10
2011-04-19netfilter: ipset: Fix the order of listing of setsJozsef Kadlecsik1-8/+10
2011-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-43/+66
2011-04-04netfilter: ipset: references are protected by rwlock instead of mutexJozsef Kadlecsik1-43/+66
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-29netfilter: ipset: References are protected by rwlock instead of mutexJozsef Kadlecsik1-43/+66
2011-03-20netfilter: ipset: fix checking the type revision at create commandJozsef Kadlecsik1-5/+17
2011-03-08netfilter: ipset: fix the compile warning in ip_set_createShan Wei1-1/+1
2011-02-02netfilter: ipset: send error message manuallyJozsef Kadlecsik1-7/+26
2011-02-01netfilter: ipset: use nla_parse_nested()Patrick McHardy1-26/+16
2011-02-01netfilter: ipset: IP set core supportJozsef Kadlecsik1-0/+1662