summaryrefslogtreecommitdiffstats
path: root/net/netfilter/xt_cluster.c
AgeCommit message (Expand)Author
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2018-08-23netfilter: xt_cluster: add dependency on conntrack moduleMartin Willi
2018-03-05netfilter: xt_cluster: get rid of xt_cluster_ipv6_is_multicastTaehee Yoo
2018-02-14netfilter: x_tables: use pr ratelimiting in all remaining spotsFlorian Westphal
2017-04-15netfilter: remove nf_ct_is_untrackedFlorian Westphal
2016-11-03netfilter: x_tables: move hook state into xt_action_param structurePablo Neira Ayuso
2014-08-23net: use reciprocal_scale() helperDaniel Borkmann
2010-06-08netfilter: nf_conntrack: IPS_UNTRACKED bitEric Dumazet
2010-05-11netfilter: xtables: deconstify struct xt_action_param for matchesJan Engelhardt
2010-05-11netfilter: xtables: substitute temporary defines by final nameJan Engelhardt
2010-03-25netfilter: xtables: slightly better error reportingJan Engelhardt
2010-03-25netfilter: xtables: change matches to return error codeJan Engelhardt
2010-03-25netfilter: xtables: change xt_match.checkentry return typeJan Engelhardt
2010-03-18netfilter: xt extensions: use pr_<level>Jan Engelhardt
2009-06-22netfilter: fix some sparse endianess warningsPatrick McHardy
2009-05-05netfilter: xt_cluster: fix use of cluster match with 32 nodesPablo Neira Ayuso
2009-03-29netfilter: xtables: fix IPv6 dependency in the cluster matchPablo Neira Ayuso
2009-03-16netfilter: xtables: add cluster matchPablo Neira Ayuso
: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }
# SPDX-License-Identifier: GPL-2.0-only
config SYSFS
	bool "sysfs file system support" if EXPERT
	default y
	select KERNFS
	help
	The sysfs filesystem is a virtual filesystem that the kernel uses to
	export internal kernel objects, their attributes, and their
	relationships to one another.

	Users can use sysfs to ascertain useful information about the running
	kernel, such as the devices the kernel has discovered on each bus and
	which driver each is bound to. sysfs can also be used to tune devices
	and other kernel subsystems.

	Some system agents rely on the information in sysfs to operate.
	/sbin/hotplug uses device and object attributes in sysfs to assist in
	delegating policy decisions, like persistently naming devices.

	sysfs is currently used by the block subsystem to mount the root
	partition.  If sysfs is disabled you must specify the boot device on
	the kernel boot command line via its major and minor numbers.  For
	example, "root=03:01" for /dev/hda1.

	Designers of embedded systems may wish to say N here to conserve space.