summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipset/ip_set_core.c
Commit message (Expand)AuthorAgeFilesLines
...
* netfilter: ipset: Generalize extensions supportJozsef Kadlecsik2013-09-301-0/+46
* netfilter: ipset: Introduce new operation to get both setname and familyJozsef Kadlecsik2013-09-301-0/+17
* netfilter: ipset: Validate the set family and not the set type family at swap...Jozsef Kadlecsik2013-09-161-1/+1
* netfilter: ipset: Consistent userspace testing with nomatch flagJozsef Kadlecsik2013-09-161-2/+1Star
* netfilter: ipset: set match: add support to match the countersJozsef Kadlecsik2013-04-291-1/+1
* netfilter: ipset: Introduce the counter extension in the coreJozsef Kadlecsik2013-04-291-0/+10
* netfilter: ipset: Introduce extensions to elements in the coreJozsef Kadlecsik2013-04-291-7/+17
* net-next: replace obsolete NLMSG_* with type safe nlmsg_*Hong zhi guo2013-03-281-3/+2Star
* Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller2013-02-261-1/+2
|\
| * netfilter: ipset: "Directory not empty" error messageJozsef Kadlecsik2013-02-211-1/+2
* | netfilter: nfnetlink: add mutex per subsystemPablo Neira Ayuso2013-02-051-13/+13
|/
* netfilter: ipset: Increase the number of maximal sets automaticallyJozsef Kadlecsik2012-12-031-83/+160
* net: Allow userns root to control llc, netfilter, netlink, packet, and xfrmEric W. Biederman2012-11-191-1/+1
* netfilter: ipset: Support to match elements marked with "nomatch"Jozsef Kadlecsik2012-09-221-0/+6
* netfilter: ipset: Coding style fixesJozsef Kadlecsik2012-09-221-3/+6
* netlink: Rename pid to portid to avoid confusionEric W. Biederman2012-09-101-12/+12
* 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