kernel-ark/include/linux
Patrick McHardy 46c5ea3c9a [NETFILTER] x_tables: fix compat related crash on non-x86
When iptables userspace adds an ipt_standard_target, it calculates the size
of the entire entry as:

sizeof(struct ipt_entry) + XT_ALIGN(sizeof(struct ipt_standard_target))

ipt_standard_target looks like this:

  struct xt_standard_target
  {
        struct xt_entry_target target;
        int verdict;
  };

xt_entry_target contains a pointer, so when compiled for 64 bit the
structure gets an extra 4 byte of padding at the end. On 32 bit
architectures where iptables aligns to 8 byte it will also have 4
byte padding at the end because it is only 36 bytes large.

The compat_ipt_standard_fn in the kernel adjusts the offsets by

  sizeof(struct ipt_standard_target) - sizeof(struct compat_ipt_standard_target),

which will always result in 4, even if the structure from userspace
was already padded to a multiple of 8. On x86 this works out by
accident because userspace only aligns to 4, on all other
architectures this is broken and causes incorrect adjustments to
the size and following offsets.

Thanks to Linus for lots of debugging help and testing.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-05-01 20:48:32 -07:00
..
amba [SERIAL] amba-pl010: allow platforms to specify modem control method 2006-03-26 23:13:39 +01:00
byteorder
dvb
hdlc
isdn
lockd
mmc
mtd [PATCH] drivers/mtd/: small cleanups 2006-03-31 12:18:48 -08:00
netfilter [NETFILTER] x_tables: fix compat related crash on non-x86 2006-05-01 20:48:32 -07:00
netfilter_arp
netfilter_bridge
netfilter_ipv4 [NETFILTER]: H.323 helper: move some function prototypes to ip_conntrack_h323.h 2006-04-09 22:25:35 -07:00
netfilter_ipv6 [NETFILTER]: x_tables: unify IPv4/IPv6 multiport match 2006-04-01 02:22:54 -08:00
nfsd [PATCH] fs/nfsd/export.c,net/sunrpc/cache.c: make needlessly global code static 2006-03-27 08:44:43 -08:00
raid [PATCH] md: make sure 64bit fields in version-1 metadata are 64-bit aligned 2006-04-11 06:18:30 -07:00
spi Input: ads7846 - improve filtering for thumb press accuracy 2006-04-26 00:13:18 -04:00
sunrpc NFS,SUNRPC: Fix compiler warnings if CONFIG_PROC_FS & CONFIG_SYSCTL are unset 2006-04-19 12:43:47 -04:00
tc_act
tc_ematch
usb [PATCH] USB: linux/usb/net2280.h common definitions 2006-04-14 11:12:25 -07:00
8250_pci.h
a.out.h
ac97_codec.h
acct.h
acpi.h
adb.h [PATCH] Notifier chain update: API changes 2006-03-27 08:44:50 -08:00
adfs_fs_i.h
adfs_fs_sb.h
adfs_fs.h
affs_fs.h
affs_hardblocks.h
agp_backend.h
agpgart.h
aio_abi.h
aio.h
amifd.h
amifdreg.h
amigaffs.h
apm_bios.h
arcdevice.h
arcfb.h
ata.h
atalk.h
atm_eni.h
atm_he.h
atm_idt77105.h
atm_nicstar.h
atm_suni.h
atm_tcp.h
atm_zatm.h
atm.h
atmapi.h
atmarp.h
atmbr2684.h
atmclip.h
atmdev.h
atmioc.h
atmlec.h
atmmpc.h
atmppp.h
atmsap.h
atmsvc.h
attribute_container.h
audit.h
auto_fs4.h [PATCH] autofs4: add new packet type for v5 communications 2006-03-27 08:44:40 -08:00
auto_fs.h
auxvec.h
awe_voice.h
ax25.h
b1lli.h
b1pcmcia.h
backing-dev.h
backlight.h [PATCH] backlight: Backlight Class Improvements 2006-03-31 12:19:00 -08:00
baycom.h
bcd.h
bfs_fs.h
binfmts.h
bio.h
bit_spinlock.h
bitmap.h
bitops.h [PATCH] bitops: remove unused generic bitops in include/linux/bitops.h 2006-03-26 08:57:15 -08:00
blkdev.h [SCSI] unify SCSI_IOCTL_SEND_COMMAND implementations 2006-04-13 10:13:15 -05:00
blkpg.h
blktrace_api.h
blockgroup_lock.h
bootmem.h [PATCH] x86_64: Handle empty PXMs that only contain hotplug memory 2006-04-09 11:53:16 -07:00
bpqether.h
buffer_head.h [PATCH] pass b_size to ->get_block() 2006-03-26 08:57:01 -08:00
cache.h
calc64.h
capability.h
capi.h
cciss_ioctl.h
cd1400.h
cdev.h [PATCH] mark f_ops const in the inode 2006-03-28 09:16:05 -08:00
cdk.h
cdrom.h
chio.h
circ_buf.h
clk.h include/linux/clk.h is betraying its ARM origins 2006-03-25 18:15:24 +00:00
cm4000_cs.h
cn_proc.h
cobalt-nvram.h
coda_cache.h
coda_fs_i.h
coda_linux.h [PATCH] Make most file operations structs in fs/ const 2006-03-28 09:16:06 -08:00
coda_proc.h
coda_psdev.h
coda.h
coff.h
com20020.h
compat_ioctl.h [PATCH] dm store geometry 2006-03-27 08:44:59 -08:00
compat.h [PATCH] lightweight robust futexes: compat 2006-03-27 08:44:49 -08:00
compiler-gcc3.h
compiler-gcc4.h
compiler-gcc.h
compiler-intel.h
compiler.h
completion.h
comstats.h
concap.h
config.h
configfs.h
connector.h
console_struct.h
console.h
consolemap.h
cpu.h [PATCH] Check if cpu can be onlined before calling smp_prepare_cpu() 2006-03-25 08:23:01 -08:00
cpufreq.h
cpumask.h [PATCH] for_each_possible_cpu: defines for_each_possible_cpu 2006-03-28 09:16:04 -08:00
cpuset.h
cramfs_fs_sb.h
cramfs_fs.h
crash_dump.h [PATCH] Make most file operations structs in fs/ const 2006-03-28 09:16:06 -08:00
crc16.h
crc32.h
crc32c.h
crc-ccitt.h
crypto.h
cryptohash.h
ctype.h
cuda.h
cyclades.h
cyclomx.h
cycx_cfm.h
cycx_drv.h
cycx_x25.h
dcache.h [PATCH] dcache: Add helper d_hash_and_lookup 2006-03-31 12:19:00 -08:00
dccp.h
dcookies.h
debugfs.h [PATCH] Fix OCFS2 warning when DEBUG_FS is not enabled 2006-04-27 13:08:56 -07:00
delay.h
devfs_fs_kernel.h
devfs_fs.h
device-mapper.h [PATCH] dm: make sure QUEUE_FLAG_CLUSTER is set properly 2006-03-27 08:44:59 -08:00
device.h
devpts_fs.h
dio.h
dirent.h
divert.h
dm9000.h
dm-ioctl.h [PATCH] dm store geometry 2006-03-27 08:44:59 -08:00
dma-mapping.h [PATCH] Last DMA_xBIT_MASK cleanups 2006-04-11 06:18:44 -07:00
dmapool.h
dmi.h [PATCH] x86_64: Clean up and tweak ACPI blacklist year code 2006-03-25 09:10:54 -08:00
dn.h
dnotify.h
dqblk_v1.h
dqblk_v2.h
dqblk_xfs.h
ds1286.h
ds1742rtc.h
ds17287rtc.h
dtlk.h
edd.h
efi.h [PATCH] EFI: keep physical table addresses in efi structure 2006-03-26 08:56:54 -08:00
efs_dir.h
efs_fs_i.h
efs_fs_sb.h
efs_fs.h [PATCH] Make most file operations structs in fs/ const 2006-03-28 09:16:06 -08:00
efs_vh.h
eisa.h
elevator.h
elf-fdpic.h
elf.h
elfcore.h
err.h
errno.h
errqueue.h
etherdevice.h
ethtool.h
eventpoll.h
ext2_fs_sb.h
ext2_fs.h
ext3_fs_i.h
ext3_fs_sb.h
ext3_fs.h [PATCH] Make most file operations structs in fs/ const 2006-03-28 09:16:06 -08:00
ext3_jbd.h
fadvise.h [PATCH] sys_sync_file_range() 2006-03-31 12:18:54 -08:00
fb.h [PATCH] fbcon: Fix big-endian bogosity in slow_imageblit() 2006-03-31 12:19:00 -08:00
fcdevice.h
fcntl.h
fd1772.h
fd.h
fddidevice.h
fdreg.h
file.h
filter.h
firmware.h
flat.h
font.h
fs_enet_pd.h
fs_struct.h
fs.h [PATCH] splice: pass offset around for ->splice_read() and ->splice_write() 2006-04-11 15:47:07 +02:00
fsl_devices.h
fsnotify.h Merge branch 'audit.b3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current 2006-03-25 09:24:53 -08:00
ftape-header-segment.h
ftape-vendors.h
ftape.h
fuse.h
futex.h [PATCH] lightweight robust futexes updates 2 2006-03-27 08:44:50 -08:00
gameport.h Manual merge with Linus. 2006-04-02 00:08:05 -05:00
gen_stats.h
genalloc.h
generic_serial.h
genetlink.h
genhd.h [PATCH] BLOCK: delay all uevents until partition table is scanned 2006-04-14 11:41:24 -07:00
gfp.h [PATCH] Add GFP_NOWAIT 2006-04-11 06:18:35 -07:00
gigaset_dev.h [PATCH] isdn4linux: Siemens Gigaset drivers - tty interface 2006-03-26 08:57:05 -08:00
hardirq.h
harrier_defs.h
hash.h
hayesesp.h
hdlc.h
hdlcdrv.h
hdpu_features.h
hdreg.h
hdsmart.h
hiddev.h
highmem.h [PATCH] Add flush_kernel_dcache_page() API 2006-03-26 08:56:53 -08:00
highuid.h
hil_mlc.h
hil.h
hippidevice.h
hp_sdc.h
hpet.h [PATCH] hpet header sanitization 2006-03-26 08:56:56 -08:00
hpfs_fs.h
hrtimer.h Documentation: fix minor kernel-doc warnings 2006-04-02 13:59:55 +02:00
hugetlb.h [PATCH] Make most file operations structs in fs/ const 2006-03-28 09:16:06 -08:00
hwmon-sysfs.h
hwmon-vid.h
hwmon.h
hysdn_if.h
i2c-algo-bit.h
i2c-algo-ite.h
i2c-algo-pca.h
i2c-algo-pcf.h
i2c-algo-sgi.h
i2c-algo-sibyte.h
i2c-dev.h
i2c-id.h [PATCH] RTC subsystem: I2C driver ids 2006-03-27 08:44:51 -08:00
i2c-isa.h
i2c-pxa.h
i2c.h
i2o-dev.h
i2o.h [PATCH] mempool: use mempool_create_slab_pool() 2006-03-26 08:57:00 -08:00
i8k.h
ibmtr.h
icmp.h
icmpv6.h
ide.h [PATCH] remove the obsolete IDEPCI_FLAG_FORCE_PDC 2006-04-19 09:13:53 -07:00
idr.h
if_arcnet.h
if_arp.h
if_bonding.h
if_bridge.h
if_cablemodem.h
if_ec.h
if_eql.h
if_ether.h
if_fc.h
if_fddi.h
if_frad.h
if_hippi.h
if_infiniband.h
if_ltalk.h
if_packet.h
if_plip.h
if_ppp.h
if_pppox.h
if_shaper.h
if_slip.h
if_strip.h
if_tr.h
if_tun.h
if_tunnel.h
if_vlan.h
if_wanpipe_common.h
if_wanpipe.h
if.h
igmp.h
in6.h
in_route.h
in.h
inet_diag.h
inet.h
inetdevice.h
init_task.h [PATCH] pidhash: don't use zero pids 2006-03-28 18:36:41 -08:00
init.h [PATCH] x86_64: Support memory hotadd without sparsemem 2006-04-09 11:53:16 -07:00
initrd.h
inotify.h
input.h Input: ressurect EVIOCGREP and EVIOCSREP 2006-04-29 01:13:21 -04:00
interrupt.h
io.h
ioc3.h
ioc4.h
ioctl32.h
ioctl.h
ioport.h
ioprio.h
ip6_tunnel.h
ip_mp_alg.h
ip.h
ipc.h
ipmi_msgdefs.h [PATCH] ipmi: add full sysfs support 2006-03-26 08:56:56 -08:00
ipmi_smi.h [PATCH] IPMI: fix startup race condition 2006-03-31 12:18:54 -08:00
ipmi.h [PATCH] ipmi: add full sysfs support 2006-03-26 08:56:56 -08:00
ipsec.h
ipv6_route.h
ipv6.h
ipx.h
irda.h
irq_cpustat.h
irq.h
isapnp.h
isdn_divertif.h
isdn_ppp.h
isdn.h
isdnif.h
isicom.h
iso_fs.h
istallion.h
ite_gpio.h
ixjuser.h
jbd.h [PATCH] Make address_space_operations->invalidatepage return void 2006-03-26 08:56:55 -08:00
jffs2_fs_i.h
jffs2_fs_sb.h
jffs2.h
jffs.h
jhash.h
jiffies.h [PATCH] x86_64: Fix drift with HPET timer enabled 2006-04-09 11:53:53 -07:00
journal-head.h
joystick.h
kallsyms.h
kbd_diacr.h
kbd_kern.h Input: add support for Braille devices 2006-04-02 00:10:28 -05:00
kd.h
kdev_t.h
kernel_stat.h [PATCH] for_each_possible_cpu: fixes for generic part 2006-03-28 09:16:05 -08:00
kernel.h [PATCH] the scheduled unexport of panic_timeout 2006-04-11 06:18:40 -07:00
kernelcapi.h
kexec.h
key-ui.h
key.h
keyboard.h Input: add support for Braille devices 2006-04-02 00:10:28 -05:00
keyctl.h
kfifo.h
klist.h
kmalloc_sizes.h
kmod.h
kobj_map.h
kobject.h [PATCH] Kobject: possible cleanups 2006-04-27 13:08:56 -07:00
kprobes.h
kref.h
kthread.h
ktime.h [PATCH] hrtimers: remove DEFINE_KTIME and ktime_to_clock_t() 2006-03-26 08:57:03 -08:00
lapb.h
lcd.h
leds.h [PATCH] leds: re-layout include/linux/leds.h 2006-04-11 06:18:41 -07:00
libata.h [PATCH] move ->eh_strategy_handler to the transport class 2006-04-10 14:15:47 -04:00
libps2.h
limits.h
linkage.h
linux_logo.h
list.h [NET]: use hlist_unhashed() 2006-04-29 18:33:15 -07:00
llc.h
loop.h
lp.h
m48t86.h [PATCH] RTC subsystem: M48T86 driver 2006-03-27 08:44:52 -08:00
major.h
matroxfb.h
mbcache.h
mc6821.h
mc146818rtc.h
mca-legacy.h
mca.h
memory_hotplug.h [PATCH] memory_hotplug.h cleanup 2006-04-20 07:54:04 -07:00
memory.h [PATCH] Notifier chain update: API changes 2006-03-27 08:44:50 -08:00
mempolicy.h
mempool.h [PATCH] mempool: add mempool_create_slab_pool() 2006-03-26 08:57:00 -08:00
meye.h
migrate.h [PATCH] migrate_pages_to() must be defined for the no swap case 2006-03-31 12:18:49 -08:00
mii.h
minix_fs.h
miscdevice.h [PATCH] mark f_ops const in the inode 2006-03-28 09:16:05 -08:00
mm_inline.h
mm.h [PATCH] Fix buddy list race that could lead to page lru list corruptions 2006-04-10 10:16:37 -07:00
mman.h
mmtimer.h
mmzone.h [PATCH] uninline zone helpers 2006-03-27 08:44:48 -08:00
mod_devicetable.h Input: move input_device_id to mod_devicetable.h 2006-04-26 00:14:19 -04:00
module.h Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 2006-03-25 08:39:20 -08:00
moduleloader.h
moduleparam.h
mount.h
mpage.h
mqueue.h
mroute.h
msdos_fs.h [PATCH] Make most file operations structs in fs/ const 2006-03-28 09:16:06 -08:00
msg.h
mtio.h
mutex-debug.h
mutex.h
mv643xx.h [MIPS] MV6434x: The name of the CPP symbol is __mips__, not __MIPS__. 2006-04-19 04:14:19 +02:00
n_r3964.h
namei.h [PATCH] fs/namei.c: make lookup_hash() static 2006-03-31 12:19:01 -08:00
namespace.h
nbd.h
ncp_fs_i.h
ncp_fs_sb.h
ncp_fs.h [PATCH] Make most file operations structs in fs/ const 2006-03-28 09:16:06 -08:00
ncp_mount.h
ncp_no.h
ncp.h
net.h
netdevice.h [PATCH] sky2: reschedule if irq still pending 2006-04-26 06:19:45 -04:00
netfilter_arp.h
netfilter_bridge.h
netfilter_decnet.h
netfilter_ipv4.h [NETFILTER]: Add address family specific checksum helpers 2006-04-09 22:25:41 -07:00
netfilter_ipv6.h [NETFILTER]: Add address family specific checksum helpers 2006-04-09 22:25:41 -07:00
netfilter_logging.h
netfilter.h [NETFILTER]: Add address family specific checksum helpers 2006-04-09 22:25:41 -07:00
netlink.h
netpoll.h
netrom.h
nfs2.h
nfs3.h
nfs4_acl.h
nfs4_mount.h
nfs4.h
nfs_fs_i.h
nfs_fs_sb.h
nfs_fs.h [PATCH] Make most file operations structs in fs/ const 2006-03-28 09:16:06 -08:00
nfs_idmap.h
nfs_mount.h
nfs_page.h
nfs_xdr.h
nfs.h
nfsacl.h
nfsd_idmap.h
nls.h
nmi.h
node.h
nodemask.h [PATCH] define for_each_online_pgdat 2006-03-27 08:44:47 -08:00
notifier.h [PATCH] Notifier chain update: API changes 2006-03-27 08:44:50 -08:00
nubus.h
numa.h [PATCH] Configurable NODES_SHIFT 2006-04-11 06:18:39 -07:00
nvram.h
openprom_fs.h
oprofile.h [PATCH] mark f_ops const in the inode 2006-03-28 09:16:05 -08:00
page-flags.h [PATCH] page flags: add commentry regarding field reservation 2006-04-11 06:18:32 -07:00
pagemap.h [PATCH] Add find_get_pages_contig(): contiguous variant of find_get_pages() 2006-04-27 08:59:48 +02:00
pagevec.h
param.h
parport_pc.h
parport.h
parser.h
patchkey.h
pci_ids.h [PATCH] ide: ATI SB600 IDE support 2006-04-19 09:13:53 -07:00
pci_regs.h
pci-acpi.h
pci.h [PATCH] PCI: fix sparse warning about pci_bus_flags 2006-04-14 12:25:25 -07:00
pcieport_if.h
percpu_counter.h
percpu.h
personality.h
pfkeyv2.h
pfn.h [PATCH] unify PFN_* macros 2006-03-27 08:44:48 -08:00
pg.h
phonedev.h
phy.h
pid.h [PATCH] pidhash: Refactor the pid hash table 2006-03-31 12:19:00 -08:00
pipe_fs_i.h [PATCH] vmsplice: allow user to pass in gift pages 2006-05-01 20:02:33 +02:00
pkt_cls.h
pkt_sched.h
pktcdvd.h
platform_device.h
pm_legacy.h [PATCH] remove kernel/power/pm.c:pm_unregister() 2006-04-14 12:25:26 -07:00
pm.h [PATCH] pm: print name of failed suspend function 2006-04-14 11:41:25 -07:00
pmu.h
pnp.h
pnpbios.h
poll.h [PATCH] Optimize select/poll by putting small data sets on the stack 2006-03-28 09:16:04 -08:00
posix_acl_xattr.h
posix_acl.h
posix_types.h
posix-timers.h
ppdev.h
ppp_channel.h
ppp_defs.h
ppp-comp.h
prctl.h
preempt.h
prefetch.h
prio_tree.h
proc_fs.h [PATCH] kdump proc vmcore size oveflow fix 2006-04-11 06:18:42 -07:00
profile.h
ps2esdi.h
ptrace.h
qic117.h
qnx4_fs.h [PATCH] Make most file operations structs in fs/ const 2006-03-28 09:16:06 -08:00
qnxtypes.h
quota.h
quotaio_v1.h
quotaio_v2.h
quotaops.h
radeonfb.h
radix-tree.h
raid_class.h
ramfs.h [PATCH] Make most file operations structs in fs/ const 2006-03-28 09:16:06 -08:00
random.h
raw.h
rbtree.h
rcupdate.h
reboot_fixups.h
reboot.h
reiserfs_acl.h
reiserfs_fs_i.h
reiserfs_fs_sb.h
reiserfs_fs.h [PATCH] Make most file operations structs in fs/ const 2006-03-28 09:16:06 -08:00
reiserfs_xattr.h
relay.h
resource.h
rio_drv.h
rio_ids.h
rio_regs.h
rio.h
rmap.h
romfs_fs.h
root_dev.h
rose.h
route.h
rslib.h
rtc.h [PATCH] RTC subsystem: class 2006-03-27 08:44:51 -08:00
rtnetlink.h
rwsem-spinlock.h
rwsem.h
sc26198.h
scatterlist.h
scc.h
sched.h [PATCH] task: Make task list manipulations RCU safe 2006-04-19 09:13:49 -07:00
screen_info.h [PATCH] vesafb: Fix incorrect logo colors in x86_64 2006-04-11 06:18:54 -07:00
sctp.h
scx200_gpio.h
scx200.h
sdla_fr.h
sdla.h
seccomp.h
securebits.h
security.h Merge branch 'audit.b3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current 2006-03-25 09:24:53 -08:00
selection.h
selinux_netlink.h
sem.h
seq_file.h
seqlock.h [PATCH] x86_64: inline function prefix with __always_inline in vsyscall 2006-04-11 06:38:57 -07:00
serial167.h
serial_8250.h [ARM] 3383/3: ixp2000: ixdp2x01 platform serial conversion 2006-03-25 23:03:13 +00:00
serial_core.h
serial_ip3106.h
serial_reg.h
serial.h
serialP.h
serio.h Manual merge with Linus. 2006-04-02 00:08:05 -05:00
shm.h
shmem_fs.h
signal.h [PATCH] request_irq(): remove warnings from irq probing 2006-04-28 08:33:46 -07:00
skbuff.h [NET]: Add skb->truesize assertion checking. 2006-04-20 00:10:50 -07:00
slab.h [PATCH] copy_process: cleanup bad_fork_cleanup_signal 2006-03-28 18:36:42 -08:00
smb_fs_i.h
smb_fs_sb.h
smb_fs.h
smb_mount.h
smb.h
smbno.h
smp_lock.h
smp.h [PATCH] cleanup smp_call_function UP build 2006-03-26 08:56:55 -08:00
snmp.h
socket.h
sockios.h
som.h
sonet.h
sonypi.h
sort.h
sound.h [PATCH] mark f_ops const in the inode 2006-03-28 09:16:05 -08:00
soundcard.h
spinlock_api_smp.h
spinlock_api_up.h
spinlock_types_up.h
spinlock_types.h
spinlock_up.h
spinlock.h
stallion.h
stat.h [PATCH] 2TB files: st_blocks is invalid when calling stat64 2006-03-26 08:57:00 -08:00
statfs.h [PATCH] 2TB files: change type of kstatfs entries 2006-03-26 08:57:00 -08:00
stddef.h
stop_machine.h
string.h [PATCH] Clean up arch-overrides in linux/string.h 2006-04-11 06:18:40 -07:00
stringify.h
superhyway.h
suspend.h
swap.h [PATCH] overcommit: add calculate_totalreserve_pages() 2006-04-11 06:18:32 -07:00
swapops.h
synclink.h [PATCH] synclink_gt add gpio feature 2006-03-28 09:16:02 -08:00
sys.h
syscalls.h [PATCH] Add support for the sys_vmsplice syscall 2006-04-26 10:59:21 +02:00
sysctl.h
sysdev.h
sysfs.h [PATCH] sysfs: Allow sysfs attribute files to be pollable 2006-04-14 11:41:24 -07:00
sysrq.h
sysv_fs.h
tcp.h
telephony.h
termios.h
textsearch_fsm.h
textsearch.h
tfrc.h
thread_info.h
threads.h [PATCH] lightweight robust futexes: core 2006-03-27 08:44:49 -08:00
ticable.h
time.h [PATCH] hrtimers: remove nsec_t typedef 2006-03-26 08:57:03 -08:00
timer.h [PATCH] kill __init_timer_base in favor of boot_tvec_bases 2006-03-31 12:18:52 -08:00
times.h
timex.h [PATCH] consolidate sys32/compat_adjtimex 2006-03-26 08:56:57 -08:00
tiocl.h [PATCH] vt: add TIOCL_GETKMSGREDIRECT 2006-03-31 12:18:56 -08:00
tipc_config.h
tipc.h
topology.h [PATCH] sched: new sched domain for representing multi-core 2006-03-27 08:44:43 -08:00
toshiba.h
transport_class.h
trdevice.h
tty_driver.h
tty_flip.h [PATCH] make tty_insert_flip_string_flags() a non gpl export 2006-04-11 06:18:41 -07:00
tty_ldisc.h
tty.h
types.h [PATCH] 2TB files: add blkcnt_t 2006-03-26 08:57:00 -08:00
udf_fs_i.h [PATCH] udf: remove duplicate definitions 2006-03-25 08:23:01 -08:00
udf_fs_sb.h
udf_fs.h
udp.h
ufs_fs_i.h
ufs_fs_sb.h
ufs_fs.h [PATCH] Make most file operations structs in fs/ const 2006-03-28 09:16:06 -08:00
uinput.h
uio.h
ultrasound.h
umem.h
un.h
unistd.h
usb_cdc.h
usb_ch9.h
usb_gadget.h
usb_gadgetfs.h
usb_input.h
usb_isp116x.h
usb_otg.h
usb_sl811.h
usb_usual.h
usb.h [PATCH] mark f_ops const in the inode 2006-03-28 09:16:05 -08:00
usbdevice_fs.h
user.h
utime.h
uts.h
utsname.h
vermagic.h [PATCH] module support: record in vermagic ability to unload a module 2006-04-11 06:18:45 -07:00
vfs.h
via.h
video_decoder.h
video_encoder.h
videodev2.h V4L/DVB (3692): Keep experimental SLICED_VBI defines under an #if 0 2006-04-02 04:56:04 -03:00
videodev.h
videotext.h
vmalloc.h
vt_buffer.h
vt_kern.h
vt.h
wait.h
wanrouter.h
watchdog.h
wavefront.h
wireless.h
workqueue.h
writeback.h
x25.h
xattr.h
xfrm.h
yam.h
zconf.h
zftape.h
zlib.h
zorro_ids.h
zorro.h
zutil.h