aboutsummaryrefslogtreecommitdiffstats
path: root/cfg/net
AgeCommit message (Collapse)Author
2023-07-06cfg/netfilter: drop CONFIG_IP_NF_TARGET_CLUSTERIPBruce Ashfield
commit 9db5d918e2c07fa09f [netfilter: ip_tables: remove clusterip target] removes CONFIG_IP_NF_TARGET_CLUSTERIP from the kernel, so we update our fragments accordingly. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2022-09-18config: allow mdio_bus to be y or mBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2022-05-26cfg/net: introduce mdio fragmentPotin Lai
This patch ebanles MDIO bus device support, required by mdio-tools for low-level MDIO bus communcation. Signed-off-by: Potin Lai <potin.lai.pt@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-09-02netfilter: Enable nat for ipv4 and ipv6He Zhe
nat is widely used in virtualization environment. For example, libvirt expects one of ipv4 and ipv6 nat working by default. Signed-off-by: He Zhe <zhe.he@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-08-07v5.8 mismatch fixupsBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-01-15v5.5: cleanupsBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2019-10-07meta: add SPDX License Identifier and updates 00-README with License policyYann CARDAILLAC
Signed-off-by: Yann CARDAILLAC <ycnakajsph@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2019-08-20ipsec: drop options removed from v5.2Bruce Ashfield
commit 4c145dce2 [xfrm: make xfrm modes builtin] moves the xfrm modes into core and drops their associated Kconfig options. So we can safely drop them from our fragment as well. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2017-03-29ip_nf.cfg: clean up bad merge linesSaul Wold
These lines don't belong in the .cfg and cause warnings during the configme process Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2015-02-11meta: remove invalid options for 3.19Bruce Ashfield
The removed options in this commit are no longer valid in a 3.19 kernel. None have replacement values, and are simply obselete, so we remove them from our configuration. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2013-11-24bridge: enable EBTABLESMichel Thebeau
All the BRIDGE_EBT configs depend on EBTABLES. Add the additional BRIDGE_EBT configs per request. Signed-off-by: Michel Thebeau <michel.thebeau@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2013-08-213.10: fix Kconfig warningsBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2013-02-12meta/netfilter: remove CONFIG_IP6_NF_QUEUEBruce Ashfield
commit d16cf20e2f2f13411eece7f7fb72c17d141c4a84 Author: Pablo Neira Ayuso <pablo@netfilter.org> Date: Tue May 8 19:45:28 2012 +0200 netfilter: remove ip_queue support This patch removes ip_queue support which was marked as obsolete years ago. The nfnetlink_queue modules provides more advanced user-space packet queueing mechanism. This patch also removes capability code included in SELinux that refers to ip_queue. Otherwise, we break compilation. Several warning has been sent regarding this to the mailing list in the past month without anyone rising the hand to stop this with some strong argument. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-11-02enable IPv6 Router Preference (RFC 4191) supportRoy.Li
Router Preference is an optional extension to the Router Advertisement message which improves the ability of hosts to pick an appropriate router, especially when the hosts are placed in a multi-homed network. IPv6 ready test needs it. Signed-off-by: Roy.Li <rongqing.li@windriver.com>
2012-11-02Create IPv4 and IPv6 IPSec fragmentsRoy.Li
Create IPv4 and IPv6 IPSec fragments, to make manipulating them easy. Signed-off-by: Roy.Li <rongqing.li@windriver.com>
2012-10-01meta: cleanup invalid/obselete 3.4 CONFIG optionsBruce Ashfield
The kernel configuration audit subsystem was previously focussed on BSP/hardware specific options, since that is the part of configuration that the end developer maintains. But not auditing the non-hardware specific options on each run meant that some options that do not exist in the kernel have remained in the configuration fragments. Removing them clarifies the fragments, and updating the audit to report on non-hardware options ensures that they will stay clean. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-06-19ipv6: build in the core support vs. it being modularPaul Gortmaker
The ipv6 support is no longer the experimental/academic project that it was many years ago. People expect it to be there as part of basic support. So make it built in, by aligning with the current kernel.org defconfig. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
2012-06-19ipv6: make standard and RT share a common config blockPaul Gortmaker
Since there is no need for them to differ on something that is not going to be impacted by RT patches. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
2012-06-19netfilter: coalesce bridge settings for standard and RT into a common file.Paul Gortmaker
There is no reason for RT and standard to have their own personal copies of bridge netfilter settings. Make them source a common file. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
2012-06-19netfilter: coalesce IPv6 settings for standard and RT into a common file.Paul Gortmaker
There is no reason for RT and standard to have their own personal copies of IPv6 netfilter settings. Make them source a common file. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
2012-06-19netfilter: coalesce IPv4 settings for standard and RT into a common file.Paul Gortmaker
There is no reason for RT and standard to have their own personal copies of IPv4 netfilter settings. Make them source a common file. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>