summaryrefslogtreecommitdiffstats
path: root/kernel/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* Add ipset package version to external module descriptionJozsef Kadlecsik2012-11-271-1/+6
* Backport RCU handling up to 2.6.32.xJozsef Kadlecsik2012-11-271-0/+8
* Netlink pid is renamed to portid in kernel 3.7.0Jozsef Kadlecsik2012-11-261-10/+16
* Fix RCU handling when the number of maximal sets are increasedJozsef Kadlecsik2012-11-261-83/+117
* netfilter: ipset: fix netiface set name overflowFlorian Westphal2012-11-221-1/+1
* Increase the number of maximal sets automatically as neededJozsef Kadlecsik2012-11-191-8/+51
* Restore the support of kernel versions between 2.6.32 and 2.6.35Jozsef Kadlecsik2012-11-051-64/+88
* Fix range bug in hash:ip,port,netJozsef Kadlecsik2012-11-054-12/+13
* Support to match elements marked with "nomatch" in hash:*net* setsJozsef Kadlecsik2012-09-216-20/+50
* Coding style fixesJozsef Kadlecsik2012-09-114-9/+12
* Include supported revisions in module descriptionJozsef Kadlecsik2012-09-1111-39/+72
* Add /0 network support to hash:net,iface typeJozsef Kadlecsik2012-09-101-23/+21
* Check and reject crazy /0 input parametersJozsef Kadlecsik2012-09-106-10/+13
* Backport ether_addr_equalJozsef Kadlecsik2012-09-101-2/+11
* Coding style fix, backport from kernelJozsef Kadlecsik2012-09-101-2/+2
* net: cleanup unsigned to unsigned intEric Dumazet2012-09-081-3/+3
* ipset: Handle properly an IPSET_CMD_NONETomasz Bursztyka2012-06-291-0/+12
* netfilter: ipset: hash:net,iface: fix interface comparisonFlorian Westphal2012-06-191-28/+4
* Timeout fixing bug broke SET target special timeout value, fixedJozsef Kadlecsik2012-06-081-1/+3
* Use MSEC_PER_SEC instead of harcoded valueJozsef Kadlecsik2012-05-151-2/+2
* netlink: add netlink_dump_control structure for netlink_dump_start()Pablo Neira Ayuso2012-05-101-2/+12
* ipset: Stop using NLA_PUT*().David S. Miller2012-05-1012-229/+271
* Fix hash size checking in kernelJozsef Kadlecsik2012-05-067-21/+49
* Sparse warnings "incorrect type in assignment" fixedJozsef Kadlecsik2012-05-047-33/+39
* Fix timeout value overflow bug at large timeout parametersJozsef Kadlecsik2012-05-041-2/+13
* ipv6: Add fragment reporting to ipv6_skip_exthdr().Jesse Gross2012-05-041-0/+8
* net: remove ipv6_addr_copy()Alexey Dobriyan2012-04-192-2/+2
* Fix the inclusion of linux/export.hHenry Culver2012-01-202-2/+2
* Exceptions support added to hash:*net* typesJozsef Kadlecsik2012-01-134-93/+329
* net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2012-01-132-0/+8
* Invert the logic to include version.h in ip_set_core.cJozsef Kadlecsik2011-09-152-2/+2
* Suppress false compile-time warnings:Jozsef Kadlecsik2011-09-153-3/+3
* Fix compiling ipset as external kernel modulesJozsef Kadlecsik2011-09-062-2/+2
* Complete Kconfig with hash:net,iface typeJozsef Kadlecsik2011-09-051-0/+10
* rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose2011-09-051-0/+4
* Remove redundant linux/version.h includes from net/Jesper Juhl2011-09-052-1/+2
* ipset: use NFPROTO_ constantsJan Engelhardt2011-08-3113-60/+60
* netfilter: Remove unnecessary OOM logging messagesJoe Perches2011-08-311-3/+1
* Dumping error triggered removing references twice and lead to kernel BUGJozsef Kadlecsik2011-08-311-0/+1
* Autoload set type modules safelyJozsef Kadlecsik2011-08-291-10/+26
* hash:net,iface fixed to handle overlapping nets behind different interfacesJozsef Kadlecsik2011-07-087-20/+56
* Whitespace and coding fixes detected by checkpatch.plJozsef Kadlecsik2011-05-317-21/+22
* hash:net,iface type introducedJozsef Kadlecsik2011-05-302-0/+763
* Use the stored first cidr value instead of '1'Jozsef Kadlecsik2011-05-283-8/+16
* Fix return code for destroy when sets are in useJozsef Kadlecsik2011-05-281-1/+1
* Add xt_action_param to the variant level kadt functions, ipset API changeJozsef Kadlecsik2011-05-2712-16/+37
* Drop supporting kernel versions below 2.6.35Jozsef Kadlecsik2011-05-241-83/+14
* Use unified from/to address masking and check the usageJozsef Kadlecsik2011-05-237-17/+9
* ip_set_flush returned -EPROTO instead of -IPSET_ERR_PROTOCOL, fixedJozsef Kadlecsik2011-05-231-1/+1
* Take into account cidr value for the from address when creating the setJozsef Kadlecsik2011-05-221-0/+1