summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipset
Commit message (Expand)AuthorAgeFilesLines
* netfilter: ipset: Increase the number of maximal sets automaticallyJozsef Kadlecsik2012-12-031-83/+160
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-291-1/+1
|\
| * netfilter: ipset: fix netiface set name overflowFlorian Westphal2012-11-241-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-254-12/+13
|\|
| * netfilter: ipset: Fix range bug in hash:ip,port,netJozsef Kadlecsik2012-11-214-12/+13
* | 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-225-20/+28
* netfilter: ipset: Coding style fixesJozsef Kadlecsik2012-09-222-5/+8
* netfilter: ipset: Include supported revisions in module descriptionJozsef Kadlecsik2012-09-2211-39/+72
* netfilter: ipset: Add /0 network support to hash:net,iface typeJozsef Kadlecsik2012-09-221-23/+21Star
* netfilter: ipset: Check and reject crazy /0 input parametersJozsef Kadlecsik2012-09-216-10/+13
* netfilter: ipset: Fix sparse warnings "incorrect type in assignment"Jozsef Kadlecsik2012-09-217-33/+39
* 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
* netfilter: ipset: fix interface comparision in hash-netiface setsFlorian Westphal2012-06-251-28/+4Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-177-21/+49
|\
| * netfilter: ipset: fix hash size checking in kernelJozsef Kadlecsik2012-05-167-21/+49
* | netfilter: Convert compare_ether_addr to ether_addr_equalJoe Perches2012-05-101-2/+2
* | net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-3/+3
* | ipset: Stop using NLA_PUT*().David S. Miller2012-04-0212-229/+271
|/
* netfilter: ipset: Exceptions support added to hash:*net* typesJozsef Kadlecsik2012-03-074-93/+329
* netfilter: ipset: use NFPROTO_ constantsJan Engelhardt2012-03-0713-60/+60
* 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
* net:netfilter: use IS_ENABLEDIgor Maravić2011-12-161-1/+1
* ipv6: Add fragment reporting to ipv6_skip_exthdr().Jesse Gross2011-12-031-1/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-023-3/+3
|\
| * netfilter: ipset: suppress compile-time warnings in ip_set_hash_ipport*.cJozsef Kadlecsik2011-11-213-3/+3
* | net: remove ipv6_addr_copy()Alexey Dobriyan2011-11-222-2/+2
|/
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-072-0/+2
|\
| * net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-11-012-0/+2
* | netfilter: Remove unnecessary OOM logging messagesJoe Perches2011-11-011-3/+1Star
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2011-07-217-20/+56
|\
| * netfilter: ipset: hash:net,iface fixed to handle overlapping nets behind diff...Jozsef Kadlecsik2011-07-217-20/+56
* | 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-166-20/+21
* netfilter: ipset: hash:net,iface type introducedJozsef Kadlecsik2011-06-163-0/+773
* netfilter: ipset: use the stored first cidr value instead of '1'Jozsef Kadlecsik2011-06-163-8/+16
* 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-1611-7/+27
* netfilter: ipset: use unified from/to address masking and check the usageJozsef Kadlecsik2011-06-167-17/+9Star
* netfilter: ipset: take into account cidr value for the from address when crea...Jozsef Kadlecsik2011-06-161-0/+1
* netfilter: ipset: support range for IPv4 at adding/deleting elements for hash...Jozsef Kadlecsik2011-06-164-54/+156
* netfilter: ipset: set type support with multiple revisions addedJozsef Kadlecsik2011-06-1611-30/+45
* netfilter: ipset: fix adding ranges to hash typesJozsef Kadlecsik2011-06-1611-30/+137
* 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-1611-75/+76
* netfilter: ipset: whitespace fixes: some space before tab slipped inJozsef Kadlecsik2011-06-161-2/+2
* netfilter: ipset: timeout can be modified for already added elementsJozsef Kadlecsik2011-06-1610-93/+126