summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipset/ip_set_core.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: ipset: fix crash if IPSET_CMD_NONE command is sentTomasz Bursztyka2012-06-291-0/+12
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-3/+3
* ipset: Stop using NLA_PUT*().David S. Miller2012-04-021-19/+24
* netfilter: ipset: use NFPROTO_ constantsJan Engelhardt2012-03-071-8/+8
* netlink: add netlink_dump_control structure for netlink_dump_start()Pablo Neira Ayuso2012-02-261-3/+7
* netfilter: ipset: dumping error triggered removing references twiceJozsef Kadlecsik2012-01-171-0/+1
* netfilter: ipset: autoload set type modules safelyJozsef Kadlecsik2012-01-171-10/+26
* netfilter: Remove unnecessary OOM logging messagesJoe Perches2011-11-011-3/+1Star
* Remove redundant linux/version.h includes from net/Jesper Juhl2011-06-221-1/+0Star
* netfilter: ipset: whitespace and coding fixes detected by checkpatch.plJozsef Kadlecsik2011-06-161-2/+2
* netfilter: ipset: fix return code for destroy when sets are in useJozsef Kadlecsik2011-06-161-1/+1
* netfilter: ipset: add xt_action_param to the variant level kadt functions, ip...Jozsef Kadlecsik2011-06-161-4/+8
* netfilter: ipset: set type support with multiple revisions addedJozsef Kadlecsik2011-06-161-20/+25
* netfilter: ipset: fix adding ranges to hash typesJozsef Kadlecsik2011-06-161-5/+6
* netfilter: ipset: support listing setnames and headers tooJozsef Kadlecsik2011-06-161-27/+46
* netfilter: ipset: options and flags support added to the kernel APIJozsef Kadlecsik2011-06-161-13/+13
* rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose2011-06-101-1/+1
* netfilter: ipset: fix ip_set_flush return codeJozsef Kadlecsik2011-05-261-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2011-04-191-8/+10
|\
| * netfilter: ipset: Fix the order of listing of setsJozsef Kadlecsik2011-04-191-8/+10
| * netfilter: ipset: References are protected by rwlock instead of mutexJozsef Kadlecsik2011-03-291-43/+66
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-04-111-43/+66
|\ \
| * | netfilter: ipset: references are protected by rwlock instead of mutexJozsef Kadlecsik2011-04-041-43/+66
| |/
* / Fix common misspellingsLucas De Marchi2011-03-311-1/+1
|/
* netfilter: ipset: fix checking the type revision at create commandJozsef Kadlecsik2011-03-201-5/+17
* netfilter: ipset: fix the compile warning in ip_set_createShan Wei2011-03-081-1/+1
* netfilter: ipset: send error message manuallyJozsef Kadlecsik2011-02-021-7/+26
* netfilter: ipset: use nla_parse_nested()Patrick McHardy2011-02-011-26/+16Star
* netfilter: ipset: IP set core supportJozsef Kadlecsik2011-02-011-0/+1662