summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipset/ip_set_core.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-26Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller1-1/+2
2013-02-21netfilter: ipset: "Directory not empty" error messageJozsef Kadlecsik1-1/+2
2013-02-05netfilter: nfnetlink: add mutex per subsystemPablo Neira Ayuso1-13/+13
2012-12-03netfilter: ipset: Increase the number of maximal sets automaticallyJozsef Kadlecsik1-83/+160
2012-11-18net: Allow userns root to control llc, netfilter, netlink, packet, and xfrmEric W. Biederman1-1/+1
2012-09-22netfilter: ipset: Support to match elements marked with "nomatch"Jozsef Kadlecsik1-0/+6
2012-09-22netfilter: ipset: Coding style fixesJozsef Kadlecsik1-3/+6
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman1-12/+12
2012-06-29netfilter: ipset: fix crash if IPSET_CMD_NONE command is sentTomasz Bursztyka1-0/+12
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-3/+3
2012-04-02ipset: Stop using NLA_PUT*().David S. Miller1-19/+24
2012-03-07netfilter: ipset: use NFPROTO_ constantsJan Engelhardt1-8/+8
2012-02-26netlink: add netlink_dump_control structure for netlink_dump_start()Pablo Neira Ayuso1-3/+7
2012-01-17netfilter: ipset: dumping error triggered removing references twiceJozsef Kadlecsik1-0/+1
2012-01-17netfilter: ipset: autoload set type modules safelyJozsef Kadlecsik1-10/+26
2011-11-01netfilter: Remove unnecessary OOM logging messagesJoe Perches1-3/+1
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, ip...Jozsef 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/...David 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