diff options
| author | David Howells <dhowells@redhat.com> | 2012-10-09 04:48:54 -0400 |
|---|---|---|
| committer | David Howells <dhowells@redhat.com> | 2012-10-09 04:48:54 -0400 |
| commit | 94d0ec58e63159ce5bcdfe612ee220eaeefa3b2a (patch) | |
| tree | ec8326cdbfd3a323067ca17760d2f14193b81342 /include/uapi | |
| parent | 27a3aadcdc4f07c55f4d04e71268b6653ab4a4cf (diff) | |
UAPI: (Scripted) Disintegrate include/linux/netfilter
Signed-off-by: David Howells <dhowells@redhat.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Michael Kerrisk <mtk.manpages@gmail.com>
Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Acked-by: Dave Jones <davej@redhat.com>
Diffstat (limited to 'include/uapi')
77 files changed, 3028 insertions, 0 deletions
diff --git a/include/uapi/linux/netfilter/Kbuild b/include/uapi/linux/netfilter/Kbuild index 4afbace8e869..08f555fef13f 100644 --- a/include/uapi/linux/netfilter/Kbuild +++ b/include/uapi/linux/netfilter/Kbuild | |||
| @@ -1,2 +1,78 @@ | |||
| 1 | # UAPI Header export list | 1 | # UAPI Header export list |
| 2 | header-y += ipset/ | 2 | header-y += ipset/ |
| 3 | header-y += nf_conntrack_common.h | ||
| 4 | header-y += nf_conntrack_ftp.h | ||
| 5 | header-y += nf_conntrack_sctp.h | ||
| 6 | header-y += nf_conntrack_tcp.h | ||
| 7 | header-y += nf_conntrack_tuple_common.h | ||
| 8 | header-y += nf_nat.h | ||
| 9 | header-y += nfnetlink.h | ||
| 10 | header-y += nfnetlink_acct.h | ||
| 11 | header-y += nfnetlink_compat.h | ||
| 12 | header-y += nfnetlink_conntrack.h | ||
| 13 | header-y += nfnetlink_cthelper.h | ||
| 14 | header-y += nfnetlink_cttimeout.h | ||
| 15 | header-y += nfnetlink_log.h | ||
| 16 | header-y += nfnetlink_queue.h | ||
| 17 | header-y += x_tables.h | ||
| 18 | header-y += xt_AUDIT.h | ||
| 19 | header-y += xt_CHECKSUM.h | ||
| 20 | header-y += xt_CLASSIFY.h | ||
| 21 | header-y += xt_CONNMARK.h | ||
| 22 | header-y += xt_CONNSECMARK.h | ||
| 23 | header-y += xt_CT.h | ||
| 24 | header-y += xt_DSCP.h | ||
| 25 | header-y += xt_IDLETIMER.h | ||
| 26 | header-y += xt_LED.h | ||
| 27 | header-y += xt_LOG.h | ||
| 28 | header-y += xt_MARK.h | ||
| 29 | header-y += xt_NFLOG.h | ||
| 30 | header-y += xt_NFQUEUE.h | ||
| 31 | header-y += xt_RATEEST.h | ||
| 32 | header-y += xt_SECMARK.h | ||
| 33 | header-y += xt_TCPMSS.h | ||
| 34 | header-y += xt_TCPOPTSTRIP.h | ||
| 35 | header-y += xt_TEE.h | ||
| 36 | header-y += xt_TPROXY.h | ||
| 37 | header-y += xt_addrtype.h | ||
| 38 | header-y += xt_cluster.h | ||
| 39 | header-y += xt_comment.h | ||
| 40 | header-y += xt_connbytes.h | ||
| 41 | header-y += xt_connlimit.h | ||
| 42 | header-y += xt_connmark.h | ||
| 43 | header-y += xt_conntrack.h | ||
| 44 | header-y += xt_cpu.h | ||
| 45 | header-y += xt_dccp.h | ||
| 46 | header-y += xt_devgroup.h | ||
| 47 | header-y += xt_dscp.h | ||
| 48 | header-y += xt_ecn.h | ||
| 49 | header-y += xt_esp.h | ||
| 50 | header-y += xt_hashlimit.h | ||
| 51 | header-y += xt_helper.h | ||
| 52 | header-y += xt_iprange.h | ||
| 53 | header-y += xt_ipvs.h | ||
| 54 | header-y += xt_length.h | ||
| 55 | header-y += xt_limit.h | ||
| 56 | header-y += xt_mac.h | ||
| 57 | header-y += xt_mark.h | ||
| 58 | header-y += xt_multiport.h | ||
| 59 | header-y += xt_nfacct.h | ||
| 60 | header-y += xt_osf.h | ||
| 61 | header-y += xt_owner.h | ||
