summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* ipset 6.28 releasedv6.28Jozsef Kadlecsik2016-03-121-1/+1
|
* Support older pkg-config packagesJozsef Kadlecsik2016-02-291-0/+17
| | | | | Resolve the pkg-config 0.28 or greater dependency introduced by the patch "Add bash completion to the install routine."
* Add bash completion to the install routine.Mart Frauenlob2016-02-261-1/+15
| | | | | | | | Add the configure option --enable-bashcompl (default disabled). The PKG_CHECK_VAR requires pkg-config 0.28 or greater. Signed-off-by: Mart Frauenlob <mart.frauenlob@chello.at> Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
* Add compatibility to support EXPORT_SYMBOL_GPL in module.hJozsef Kadlecsik2016-02-241-0/+10
| | | | Fixes netfilter bugzilla id #1008
* netfilter: nfnetlink: pass down netns pointer to call() and call_rcu()Jozsef Kadlecsik2016-02-161-0/+11
| | | | Backport patch from Pablo Neira Ayuso <pablo@netfilter.org>
* ipset 6.27 releasedv6.27Jozsef Kadlecsik2015-11-071-1/+1
|
* Fix detecting 'struct net' in 'struct tcf_ematch'Jozsef Kadlecsik2015-10-191-1/+1
| | | | | Nikolay Borisov reported that the detection is broken. Fix checking in the right sctructure and wrap the call to dev_get_by_index_rcu() too.
* ipset 6.26 releasedv6.26Jozsef Kadlecsik2015-08-281-1/+1
|
* ipset 6.25.1 releasedv6.25.1Jozsef Kadlecsik2015-06-251-1/+1
|
* ipset 6.25 releasedv6.25Jozsef Kadlecsik2015-06-251-1/+1
|
* netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc2015-06-131-0/+10
| | | | | | | | | | | | | | | | IP addresses are often stored in netlink attributes. Add generic functions to do that. For nla_put_in_addr, it would be nicer to pass struct in_addr but this is not used universally throughout the kernel, in way too many places __be32 is used to store IPv4 address. Signed-off-by: Jiri Benc <jbenc@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net> Compatibility part added. Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
* netfilter: bridge: add helpers for fetching physin/outdevpabloFlorian Westphal2015-04-271-0/+10
| | | | | | | | | | | | | | | | right now we store this in the nf_bridge_info struct, accessible via skb->nf_bridge. This patch prepares removal of this pointer from skb: Instead of using skb->nf_bridge->x, we use helpers to obtain the in/out device (or ifindexes). Followup patches to netfilter will then allow nf_bridge_info to be obtained by a call into the br_netfilter core, rather than keeping a pointer to it in sk_buff. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org> Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
* Fix coding styles reported by the most recent checkpatch.pl.Jozsef Kadlecsik2015-04-171-0/+10
|
* More compatibility checking and simplificationsJozsef Kadlecsik2015-01-061-0/+10
| | | | | Try hard to keep the support of the 2.6.32 kernel tree and simplify the code with self-referential macros.
* Compatibility: check kernel source for list_last_entryJozsef Kadlecsik2015-01-061-0/+10
| | | | list_last_entry is missing on CentOS7, reported by Ricardo Klein.
* ipset 6.24 releasedv6.24Jozsef Kadlecsik2014-11-241-1/+1
|
* Add more compatibility checkings to support older kernel releasesJozsef Kadlecsik2014-11-181-4/+25
|
* Kernel API changes in em_ipset.c, support both old and new onesJozsef Kadlecsik2014-11-031-0/+22
|
* net: use the new API kvfree()WANG Cong2014-11-031-0/+10
| | | | | | | | | It is available since v3.15-rc5. Cc: Pablo Neira Ayuso <pablo@netfilter.org> Cc: "David S. Miller" <davem@davemloft.net> Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
* ipset 6.23 releasedv6.23Jozsef Kadlecsik2014-09-231-1/+1
|
* ipset 6.22 releasedv6.22Jozsef Kadlecsik2014-09-151-1/+1
|
* ipset 6.21.1 releasedv6.21.1Jozsef Kadlecsik2014-03-071-1/+1
|
* ipset 6.21 releasedv6.21Jozsef Kadlecsik2014-03-041-1/+1
|
* net ipset: use rbtree postorder iteration instead of opencodingCody P Schafer2013-11-131-0/+10
| | | | | | | | Use rbtree_postorder_for_each_entry_safe() to destroy the rbtree instead of opencoding an alternate postorder iteration that modifies the tree Signed-off-by: Cody P Schafer <cody@linux.vnet.ibm.com> Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
* ipset 6.20.1 releasedv6.20.1Jozsef Kadlecsik2013-10-271-1/+1
|
* net->user_ns is available starting from 3.8, add compatibility checkingJozsef Kadlecsik2013-10-271-0/+10
| | | | Reported by Jan Engelhardt
* netfilter: ipset: Fix configure failure when --with-kmod=noOliver Smith2013-10-171-0/+3
| | | | | | | | | | | | When configuring the sources to build without kernel modules, the path to the kernel sources was not set and the kernel header files were still checked. Now, we do not check the kernel sources for compatibility if we're not going to build any kernel modules. Signed-off-by: Oliver Smith <oliver@8.c.9.b.0.7.4.0.1.0.0.2.ip6.arpa> Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
* ipset 6.20 releasedv6.20Jozsef Kadlecsik2013-10-021-1/+1
|
* Compatibility code is modified not to rely on kernel version numbersJozsef Kadlecsik2013-10-021-2/+147
| | | | | | | Instead the kernel source code is checked to verify the different compatibility issues for the supported kernel releases. This way hopefully backported features will be handled properly.
* configure: uclinux is also linuxGustavo Zacarias2013-09-131-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
* ipset 6.19 releasedv6.19Jozsef Kadlecsik2013-05-091-1/+1
|
* ipset 6.17 releasedv6.17Jozsef Kadlecsik2013-02-211-1/+1
|
* ipset 6.16.1 releasedv6.16.1Jozsef Kadlecsik2012-11-271-1/+1
|
* ipset 6.16 releasedv6.16Jozsef Kadlecsik2012-11-261-1/+1
|
* build: support for Linux 3.7 UAPIJan Engelhardt2012-11-221-1/+2
| | | | | | | | In Linux 3.7, nfnetlink.h moved below include/uapi/. Make configure recognize that. Furthermore, we can drop the unnecessary indirection via backticks and just ask grep directly if there was any result. Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
* ipset 6.15 releasedv6.15Jozsef Kadlecsik2012-11-191-1/+1
|
* Use gethostbyname2 instead of getaddrinfoJozsef Kadlecsik2012-11-051-0/+3
| | | | | | In newer glibc, getaddrinfo issues an extra system call to kernel, which slows down ipset. Replace getaddrinfo with gethostbyname2, where possible.
* Add (back) the debug flag to configureJozsef Kadlecsik2012-11-051-0/+6
|
* ipset 6.14 releasedv6.14Jozsef Kadlecsik2012-09-211-1/+1
|
* ipset 6.13 releasedv6.13Jozsef Kadlecsik2012-06-291-1/+1
|
* ipset 6.12.1 releasedv6.12.1Jozsef Kadlecsik2012-05-101-1/+1
|
* Enable silent (kernel style) compile messagesJozsef Kadlecsik2012-05-101-12/+1
|
* Fix build failed on --disable-dependency-trackingNeutron Soutmun2012-05-101-1/+1
|
* ipset 6.12 releasedJozsef Kadlecsik2012-05-101-1/+1
|
* Add more CC warning option to debug modeJozsef Kadlecsik2012-05-101-0/+7
|
* Add configure summary for the ipset userspace toolJozsef Kadlecsik2012-05-101-0/+36
|
* Add dynamic module support to ipset userspace toolNeutron Soutmun2012-05-101-0/+42
| | | | | | | | | | | | | The patch adds supporting dynamic modules for the set types to ipset userspace tool. The dynamic module support can be enabled by the --enable-settype-modules of "configure". The list of set types to be compiled as dynamic modules can be specified in the --with-settype-modules-list option. Example --enable-settype-modules \ --with-settype-modules-list="ipset_hash_ip ipset_hash_ipport" The keyword "all" can be used to compile all set types as dynamic modules.
* ipset 6.11 releasedv6.12v6.11Jozsef Kadlecsik2012-01-141-1/+1
|
* Provide a pkgconfig fileJan Engelhardt2012-01-041-1/+2
| | | | Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
* build: make distcheck work and use POSIX mode for tarball generationJan Engelhardt2011-12-231-1/+1
| | | | Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>