-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'disintegrate-net-20121009' of git://git.infradead.org/user…
…s/dhowells/linux-headers UAPI Disintegration 2012-10-09 Signed-off-by: David S. Miller <davem@davemloft.net>
- Loading branch information
Showing
170 changed files
with
2,026 additions
and
1,917 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +0,0 @@ | ||
header-y += caif_socket.h | ||
header-y += if_caif.h | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,78 +1 @@ | ||
header-y += ipset/ | ||
|
||
header-y += nf_conntrack_common.h | ||
header-y += nf_conntrack_ftp.h | ||
header-y += nf_conntrack_sctp.h | ||
header-y += nf_conntrack_tcp.h | ||
header-y += nf_conntrack_tuple_common.h | ||
header-y += nf_nat.h | ||
header-y += nfnetlink.h | ||
header-y += nfnetlink_acct.h | ||
header-y += nfnetlink_compat.h | ||
header-y += nfnetlink_conntrack.h | ||
header-y += nfnetlink_cthelper.h | ||
header-y += nfnetlink_cttimeout.h | ||
header-y += nfnetlink_log.h | ||
header-y += nfnetlink_queue.h | ||
header-y += x_tables.h | ||
header-y += xt_AUDIT.h | ||
header-y += xt_CHECKSUM.h | ||
header-y += xt_CLASSIFY.h | ||
header-y += xt_CONNMARK.h | ||
header-y += xt_CONNSECMARK.h | ||
header-y += xt_CT.h | ||
header-y += xt_DSCP.h | ||
header-y += xt_IDLETIMER.h | ||
header-y += xt_LED.h | ||
header-y += xt_LOG.h | ||
header-y += xt_MARK.h | ||
header-y += xt_nfacct.h | ||
header-y += xt_NFLOG.h | ||
header-y += xt_NFQUEUE.h | ||
header-y += xt_RATEEST.h | ||
header-y += xt_SECMARK.h | ||
header-y += xt_TCPMSS.h | ||
header-y += xt_TCPOPTSTRIP.h | ||
header-y += xt_TEE.h | ||
header-y += xt_TPROXY.h | ||
header-y += xt_addrtype.h | ||
header-y += xt_cluster.h | ||
header-y += xt_comment.h | ||
header-y += xt_connbytes.h | ||
header-y += xt_connlimit.h | ||
header-y += xt_connmark.h | ||
header-y += xt_conntrack.h | ||
header-y += xt_cpu.h | ||
header-y += xt_dccp.h | ||
header-y += xt_devgroup.h | ||
header-y += xt_dscp.h | ||
header-y += xt_ecn.h | ||
header-y += xt_esp.h | ||
header-y += xt_hashlimit.h | ||
header-y += xt_helper.h | ||
header-y += xt_iprange.h | ||
header-y += xt_ipvs.h | ||
header-y += xt_length.h | ||
header-y += xt_limit.h | ||
header-y += xt_mac.h | ||
header-y += xt_mark.h | ||
header-y += xt_multiport.h | ||
header-y += xt_osf.h | ||
header-y += xt_owner.h | ||
header-y += xt_physdev.h | ||
header-y += xt_pkttype.h | ||
header-y += xt_policy.h | ||
header-y += xt_quota.h | ||
header-y += xt_rateest.h | ||
header-y += xt_realm.h | ||
header-y += xt_recent.h | ||
header-y += xt_set.h | ||
header-y += xt_sctp.h | ||
header-y += xt_socket.h | ||
header-y += xt_state.h | ||
header-y += xt_statistic.h | ||
header-y += xt_string.h | ||
header-y += xt_tcpmss.h | ||
header-y += xt_tcpudp.h | ||
header-y += xt_time.h | ||
header-y += xt_u32.h |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +0,0 @@ | ||
header-y += ip_set.h | ||
header-y += ip_set_bitmap.h | ||
header-y += ip_set_hash.h | ||
header-y += ip_set_list.h | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,13 @@ | ||
#ifndef __IP_SET_HASH_H | ||
#define __IP_SET_HASH_H | ||
|
||
/* Hash type specific error codes */ | ||
enum { | ||
/* Hash is full */ | ||
IPSET_ERR_HASH_FULL = IPSET_ERR_TYPE_SPECIFIC, | ||
/* Null-valued element */ | ||
IPSET_ERR_HASH_ELEM, | ||
/* Invalid protocol */ | ||
IPSET_ERR_INVALID_PROTO, | ||
/* Protocol missing but must be specified */ | ||
IPSET_ERR_MISSING_PROTO, | ||
/* Range not supported */ | ||
IPSET_ERR_HASH_RANGE_UNSUPPORTED, | ||
/* Invalid range */ | ||
IPSET_ERR_HASH_RANGE, | ||
}; | ||
#include <uapi/linux/netfilter/ipset/ip_set_hash.h> | ||
|
||
#ifdef __KERNEL__ | ||
|
||
#define IPSET_DEFAULT_HASHSIZE 1024 | ||
#define IPSET_MIMINAL_HASHSIZE 64 | ||
#define IPSET_DEFAULT_MAXELEM 65536 | ||
#define IPSET_DEFAULT_PROBES 4 | ||
#define IPSET_DEFAULT_RESIZE 100 | ||
|
||
#endif /* __KERNEL__ */ | ||
|
||
#endif /* __IP_SET_HASH_H */ |
Oops, something went wrong.