WSL2-Linux-Kernel/include/linux
YOSHIFUJI Hideaki / 吉藤英明 6752c8db8e firewire net, ipv4 arp: Extend hardware address and remove driver-level packet inspection.
Inspection of upper layer protocol is considered harmful, especially
if it is about ARP or other stateful upper layer protocol; driver
cannot (and should not) have full state of them.

IPv4 over Firewire module used to inspect ARP (both in sending path
and in receiving path), and record peer's GUID, max packet size, max
speed and fifo address.  This patch removes such inspection by extending
our "hardware address" definition to include other information as well:
max packet size, max speed and fifo.  By doing this, The neighbour
module in networking subsystem can cache them.

Note: As we have started ignoring sspd and max_rec in ARP/NDP, those
      information will not be used in the driver when sending.

When a packet is being sent, the IP layer fills our pseudo header with
the extended "hardware address", including GUID and fifo.  The driver
can look-up node-id (the real but rather volatile low-level address)
by GUID, and then the module can send the packet to the wire using
parameters provided in the extendedn hardware address.

This approach is realistic because IP over IEEE1394 (RFC2734) and IPv6
over IEEE1394 (RFC3146) share same "hardware address" format
in their address resolution protocols.

Here, extended "hardware address" is defined as follows:

union fwnet_hwaddr {
	u8 u[16];
	struct {
		__be64 uniq_id;		/* EUI-64			*/
		u8 max_rec;		/* max packet size		*/
		u8 sspd;		/* max speed			*/
		__be16 fifo_hi;		/* hi 16bits of FIFO addr	*/
		__be32 fifo_lo;		/* lo 32bits of FIFO addr	*/
	} __packed uc;
};

Note that Hardware address is declared as union, so that we can map full
IP address into this, when implementing MCAP (Multicast Cannel Allocation
Protocol) for IPv6, but IP and ARP subsystem do not need to know this
format in detail.

One difference between original ARP (RFC826) and 1394 ARP (RFC2734)
is that 1394 ARP Request/Reply do not contain the target hardware address
field (aka ar$tha).  This difference is handled in the ARP subsystem.

CC: Stephan Gatzka <stephan.gatzka@gmail.com>
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2013-03-26 12:32:13 -04:00
..
amba Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma 2013-02-26 09:24:48 -08:00
bcma Fairly unexciting MTD merge for 3.9: 2013-03-02 16:33:54 -08:00
byteorder
can can: rework skb reserved data handling 2013-01-28 18:17:25 -05:00
ceph libceph: add support for HASHPSPOOL pool flag 2013-02-26 15:03:06 -08:00
clk arm-soc: soc-specific updates 2013-02-21 15:27:22 -08:00
crush Merge branch 'testing' of github.com:ceph/ceph-client into v3.8-rc5-testing 2013-01-30 07:54:34 -06:00
decompress
dma
extcon extcon: gpio: Rename filename of extcon-gpio.c according to kernel naming style 2013-02-13 08:35:43 -08:00
fsl powerpc, dma: move bestcomm driver from arch/powerpc/sysdev to drivers/dma 2013-01-03 15:41:20 +01:00
hsi hsi: fix kernel-doc warnings 2013-03-01 13:39:00 -08:00
i2c Input: atmel_mxt_ts - Support for touchpad variant 2013-03-08 16:03:29 -08:00
iio iio: Fix build error seen if IIO_TRIGGER is defined but IIO_BUFFER is not 2013-03-02 16:31:21 +00:00
input Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input 2013-02-20 11:00:43 -08:00
irqchip ImgTec Meta architecture changes for v3.9-rc1 2013-03-03 12:06:09 -08:00
isdn
lockd Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linux 2013-02-28 18:02:55 -08:00
mfd mfd: wm831x: Don't forward declare enum wm831x_auxadc 2013-03-12 09:29:20 +01:00
mlx4 Main batch of InfiniBand/RDMA changes for 3.9: 2013-02-26 11:41:08 -08:00
mmc mmc: sh_mobile_sdhi: remove unused .pdata field 2013-02-24 14:37:22 -05:00
mtd mtd: nand: reintroduce NAND_NO_READRDY as NAND_NEED_READRDY 2013-03-14 12:48:54 +00:00
netfilter Merge branch 'master' of git://1984.lsi.us.es/nf 2013-02-26 17:24:26 -05:00
netfilter_arp
netfilter_bridge
netfilter_ipv4
netfilter_ipv6
nfsd nfsd: Store ex_anon_uid and ex_anon_gid as kuids and kgids 2013-02-13 06:16:08 -08:00
pinctrl pinctrl: generic: rename input schmitt disable 2013-02-15 09:52:29 +01:00
platform_data drivers: net: ethernet: cpsw: change cpts_active_slave to active_slave 2013-03-13 04:38:19 -04:00
power bq2415x_charger: Add support for offline and 100mA mode 2013-02-16 13:34:10 -08:00
raid UAPI: Remove empty Kbuild files 2013-01-02 17:36:10 -08:00
regulator regulator: core: update kernel documentation for regulator_desc 2013-03-01 06:07:22 +00:00
rtc
sched sched: move RR_TIMESLICE from sysctl.h to rt.h 2013-02-22 09:20:11 -08:00
spi Staging tree update for 3.9-rc1 2013-02-21 12:11:44 -08:00
ssb ssb: fix unaligned access to mac address 2013-03-06 16:24:22 -05:00
sunrpc NFS client bugfixes for Linux 3.9 2013-03-02 16:46:07 -08:00
tc_act
unaligned
usb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2013-03-19 13:20:51 -07:00
uwb
wimax
8250_pci.h
a.out.h
acct.h
acpi.h x86, ACPI, mm: Revert movablemem_map support 2013-03-02 09:34:39 -08:00
acpi_gpio.h gpiolib-acpi: Add ACPI5 event model support to gpio. 2013-01-29 11:47:06 +01:00
acpi_io.h
acpi_pmtmr.h
adb.h
adfs_fs.h
aer.h aerdrv: Enhanced AER logging 2013-01-03 14:34:06 -08:00
agp_backend.h
agpgart.h
ahci_platform.h
aio.h
alarmtimer.h
altera_jtaguart.h
altera_uart.h
amd-iommu.h
amifd.h
amifdreg.h
amigaffs.h
anon_inodes.h
apm-emulation.h
apm_bios.h
apple_bl.h
arcdevice.h
asn1.h
asn1_ber_bytecode.h
asn1_decoder.h
async.h async: keep pending tasks on async_domain and remove async_pending 2013-01-23 09:32:30 -08:00
async_tx.h
ata.h [libata] replace sata_settings with devslp_timing 2013-01-14 13:29:15 -05:00
ata_platform.h include: remove __dev* attributes. 2013-01-03 15:57:16 -08:00
atalk.h
ath9k_platform.h
atm.h
atm_suni.h
atm_tcp.h
atmdev.h
atmel-mci.h
atmel-pwm-bl.h
atmel-ssc.h
atmel_pdc.h
atmel_pwm.h
atmel_serial.h
atmel_tc.h
atomic.h
attribute_container.h
audit.h linux/audit.h: move ptrace.h include to kernel header 2013-01-11 14:54:56 -08:00
auto_dev-ioctl.h
auto_fs.h
auxvec.h
average.h
b1pcmcia.h
backing-dev.h bdi: allow block devices to say that they require stable page writes 2013-02-21 17:22:19 -08:00
backlight.h
balloon_compaction.h
basic_mmio_gpio.h
bcd.h
bch.h
bcm47xx_wdt.h watchdog: bcm47xx_wdt.c: use platform device 2013-03-01 12:47:16 +01:00
bfin_mac.h
binfmts.h fs/exec.c: make bprm_mm_init() static 2013-02-26 02:46:13 -05:00
bio.h
bit_spinlock.h
bitmap.h
bitops.h
bitrev.h
blk-iopoll.h
blk_types.h
blkdev.h Merge branch 'blkcg-cfq-hierarchy' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup into for-3.9/core 2013-01-11 19:53:53 +01:00
blktrace_api.h block: add missing block_bio_complete() tracepoint 2013-01-14 15:00:36 +01:00
blockgroup_lock.h
bma150.h Input: bma150 - make some defines public and fix some comments 2013-02-15 18:52:45 -08:00
bootmem.h memory-hotplug: common APIs to support page tables hot-remove 2013-02-23 17:50:12 -08:00
bottom_half.h
brcmphy.h
bsearch.h
bsg-lib.h
bsg.h
btree-128.h
btree-type.h
btree.h
btrfs.h Btrfs: move fs/btrfs/ioctl.h to include/uapi/linux/btrfs.h 2013-02-20 09:37:28 -05:00
buffer_head.h buffer: make touch_buffer() an exported function 2013-01-14 15:00:36 +01:00
bug.h bug.h, compiler.h: introduce compiletime_assert & BUILD_BUG_ON_MSG 2013-02-21 17:22:16 -08:00
c2port.h
cache.h
capability.h
cb710.h
cciss_ioctl.h
cdev.h
cdrom.h
cfag12864b.h
cgroup.h cgroup: remove synchronize_rcu() from cgroup_diput() 2013-01-24 12:05:18 -08:00
cgroup_subsys.h
circ_buf.h
cleancache.h
clk-private.h
clk-provider.h clk: add common of_clk_init() function 2013-01-24 11:09:28 -08:00
clk.h
clkdev.h
clksrc-dbx500-prcmu.h
clockchips.h clockevents: Add generic timer broadcast function 2013-01-31 22:15:36 +01:00
clocksource.h clocksource: always define CLOCKSOURCE_OF_DECLARE 2013-01-31 19:57:30 -08:00
cm4000_cs.h
cn_proc.h connector: Added coredumping event to the process connector 2013-03-20 13:23:21 -04:00
cnt32_to_63.h
coda.h
coda_psdev.h coda: Restrict coda messages to the initial user namespace 2013-02-13 06:00:53 -08:00
com20020.h
compaction.h mm: compaction: make __compact_pgdat() and compact_pgdat() return void 2013-02-23 17:50:10 -08:00
compat.h fix compat truncate/ftruncate 2013-02-25 09:24:55 -05:00
compiler-gcc.h compiler-gcc.h: Add gcc-recommended GCC_VERSION macro 2013-02-21 17:22:15 -08:00
compiler-gcc3.h compiler-gcc{3,4}.h: Use GCC_VERSION macro 2013-02-21 17:22:15 -08:00
compiler-gcc4.h compiler{,-gcc4}.h, bug.h: Remove duplicate macros 2013-02-21 17:22:15 -08:00
compiler-intel.h
compiler.h bug.h, compiler.h: introduce compiletime_assert & BUILD_BUG_ON_MSG 2013-02-21 17:22:16 -08:00
completion.h sched: add wait_for_completion_io[_timeout] 2013-02-15 16:45:06 +01:00
concap.h
configfs.h
connector.h
console.h Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux 2013-02-25 16:46:44 -08:00
console_struct.h
consolemap.h
context_tracking.h context_tracking: Export context state for generic vtime 2013-01-26 17:37:17 +01:00
cordic.h
coredump.h
cper.h
cpu.h
cpu_cooling.h
cpu_pm.h
cpu_rmap.h lib: cpu_rmap: avoid flushing all workqueues 2013-01-11 14:54:54 -08:00
cpufreq.h cpufreq: Remove unnecessary use of policy->shared_type 2013-02-02 01:29:32 +01:00
cpuidle.h cpuidle: remove vestage definition of cpuidle_state_usage.driver_data 2013-02-11 18:49:51 -05:00
cpumask.h
cpuset.h
cramfs_fs.h
cramfs_fs_sb.h
crash_dump.h
crc-ccitt.h
crc-itu-t.h
crc-t10dif.h
crc7.h
crc8.h
crc16.h
crc32.h
crc32c.h
cred.h cred: Remove tgcred pointer from struct cred 2013-01-09 08:26:53 -08:00
crypto.h
cryptohash.h
cryptouser.h
cs5535.h
ctype.h
cuda.h
cyclades.h
cycx_x25.h
davinci_emac.h
dca.h
dcache.h vfs: kill FS_REVAL_DOT by adding a d_weak_revalidate dentry op 2013-02-26 02:46:09 -05:00
dccp.h
dcookies.h
debug_locks.h lockdep: check that no locks held at freeze time 2013-02-27 19:10:11 -08:00
debugfs.h debugfs: regset32: make struct debugfs_reg32 pointer const 2013-01-18 15:25:53 -08:00
debugobjects.h
delay.h
delayacct.h
devfreq.h
device-mapper.h dm: add target num_write_bios fn 2013-03-01 22:45:49 +00:00
device.h Driver core patches for 3.9-rc1 2013-02-21 12:05:51 -08:00
device_cgroup.h
devpts_fs.h
digsig.h
dio.h
dirent.h
dlm.h
dlm_plock.h
dm-dirty-log.h
dm-io.h
dm-kcopyd.h dm kcopyd: introduce configurable throttling 2013-03-01 22:45:49 +00:00
dm-region-hash.h
dm9000.h
dma-attrs.h
dma-buf.h dma-buf: implement vmap refcounting in the interface logic 2013-02-27 15:13:36 +05:30
dma-contiguous.h
dma-debug.h
dma-direction.h
dma-mapping.h
dma_remapping.h
dmaengine.h dmaengine: add dma_request_slave_channel_compat() 2013-02-27 22:37:34 +05:30
dmapool.h
dmar.h
dmi.h
dnotify.h
dns_resolver.h
dqblk_qtree.h
dqblk_v1.h
dqblk_v2.h
drbd.h
drbd_genl.h
drbd_genl_api.h
drbd_limits.h
ds1286.h
ds2782_battery.h
ds17287rtc.h
dtlk.h
dw_apb_timer.h ARM: delete struct sys_timer 2012-12-24 09:36:38 -07:00
dw_dmac.h dmaengine: dw_dmac: move to generic DMA binding 2013-02-28 09:53:21 +05:30
dynamic_debug.h dynamic_debug: dynamic hex dump 2013-01-17 12:19:09 -08:00
dynamic_queue_limits.h
earlycpio.h
ecryptfs.h eCryptfs: allow userspace messaging to be disabled 2013-03-03 23:59:59 -08:00
edac.h edac: add support for error type "Info" 2013-02-21 14:16:27 -03:00
edd.h
edma.h
eeprom_93cx6.h
eeprom_93xx46.h
efi-bgrt.h
efi.h A few fixes to reduce places where pstore might hang 2013-02-21 09:38:18 -08:00
efs_vh.h
eisa.h
elevator.h Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-block 2013-02-28 12:52:24 -08:00
elf-fdpic.h
elf.h default SET_PERSONALITY() in linux/elf.h 2013-02-26 02:46:08 -05:00
elfcore-compat.h
elfcore.h
elfnote.h
enclosure.h
err.h
errno.h
errqueue.h
etherdevice.h net: split eth_mac_addr for better error handling 2013-01-21 14:07:44 -05:00
ethtool.h
eventfd.h include/linux/eventfd.h: fix incorrect filename is a comment 2013-02-27 19:10:23 -08:00
eventpoll.h
evm.h
export.h
exportfs.h Merge branch 'for-3.8' of git://linux-nfs.org/~bfields/linux 2012-12-20 14:04:11 -08:00
ext2_fs.h
extcon.h
f2fs_fs.h
f75375s.h
falloc.h
fanotify.h
fault-inject.h
fb.h fbmon: add of_videomode helpers 2013-01-24 09:04:04 +01:00
fcdevice.h
fcntl.h
fd.h
fddidevice.h
fdtable.h
fec.h
file.h
filter.h filter: bpf_jit_comp: refactor and unify BPF JIT image dump output 2013-03-21 17:25:56 -04:00
fips.h
firewire.h
firmware-map.h memory-hotplug: remove /sys/firmware/memmap/X sysfs 2013-02-23 17:50:12 -08:00
firmware.h
fixp-arith.h
flat.h
flex_array.h
flex_proportions.h
font.h
freezer.h lockdep: check that no locks held at freeze time 2013-02-27 19:10:11 -08:00
frontswap.h
fs.h fs: Limit sys_mount to only request filesystem modules. 2013-03-03 19:36:31 -08:00
fs_enet_pd.h
fs_stack.h
fs_struct.h constify path_get/path_put and fs_struct.c stuff 2013-03-01 23:51:07 -05:00
fs_uart_pd.h
fscache-cache.h FS-Cache: Mark cancellation of in-progress operation 2012-12-20 22:34:00 +00:00
fscache.h FS-Cache: Provide proper invalidation 2012-12-20 22:04:07 +00:00
fsl-diu-fb.h
fsl_devices.h
fsl_hypervisor.h
fsnotify.h new helper: file_inode(file) 2013-02-22 23:31:31 -05:00
fsnotify_backend.h
ftrace.h ftrace: Move ARCH_SUPPORTS_FTRACE_SAVE_REGS in Kconfig 2013-01-21 13:22:35 -05:00
ftrace_event.h tracing: Make a snapshot feature available from userspace 2013-01-30 11:02:06 -05:00
ftrace_irq.h
futex.h
gameport.h
gcd.h
genalloc.h
generic_acl.h
genetlink.h
genhd.h block: fix part_pack_uuid() build error 2013-02-26 03:10:52 +11:00
genl_magic_func.h
genl_magic_struct.h
getcpu.h
gfp.h mm: allocate kernel pages to the right memcg 2012-12-18 15:02:12 -08:00
gpio-fan.h
gpio-pxa.h
gpio.h gpio: devm_gpio_* support should not depend on GPIOLIB 2013-01-22 10:23:35 +01:00
gpio_keys.h
gpio_mouse.h
gsmmux.h
hardirq.h irq: Remove IRQ_EXIT_OFFSET workaround 2013-02-22 00:05:07 +01:00
hash.h
hashtable.h hlist: drop the node parameter from iterators 2013-02-27 19:10:24 -08:00
hdlc.h
hdlcdrv.h
hdmi.h video: Add generic HDMI infoframe helpers 2013-02-22 08:20:05 +01:00
hid-debug.h
hid-roccat.h
hid-sensor-hub.h hid: iio: rename struct hid_sensor_iio_common to hid_sensor_common 2013-01-06 11:48:11 +00:00
hid-sensor-ids.h iio: Add Usage IDs for HID time sensors. 2013-01-06 11:41:12 +00:00
hid.h Merge branches 'for-3.9/logitech', 'for-3.9/multitouch', 'for-3.9/ntrig', 'for-3.9/thingm' and 'for-3.9/upstream' into for-linus 2013-02-21 10:45:01 +01:00
hiddev.h
hidraw.h
highmem.h mm: remove unused memclear_highpage_flush() 2013-02-23 17:50:16 -08:00
highuid.h
hil.h
hil_mlc.h
hippidevice.h
hp_sdc.h
hpet.h
hrtimer.h
htcpld.h
htirq.h
huge_mm.h mm/rmap: rename anon_vma_unlock() => anon_vma_unlock_write() 2013-02-23 17:50:17 -08:00
hugetlb.h Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 2013-02-26 20:16:07 -08:00
hugetlb_cgroup.h mm/hugetlb: create hugetlb cgroup file in hugetlb_init 2012-12-18 15:02:15 -08:00
hugetlb_inline.h
hw_breakpoint.h
hw_random.h
hwmon-sysfs.h
hwmon-vid.h
hwmon.h hwmon: Retire SENSORS_LIMIT 2013-01-25 21:03:54 -08:00
hwspinlock.h
hyperv.h Drivers: hv: vmbus: Consolidate all offer GUID definitions in hyperv.h 2013-01-25 11:17:31 -08:00
i2c-algo-bit.h
i2c-algo-pca.h
i2c-algo-pcf.h
i2c-dev.h
i2c-gpio.h
i2c-mux-gpio.h
i2c-mux-pinctrl.h
i2c-mux.h
i2c-ocores.h
i2c-omap.h
i2c-pca-platform.h
i2c-pnx.h
i2c-pxa.h
i2c-smbus.h
i2c-tegra.h
i2c-xiic.h
i2c.h
i2o.h
i7300_idle.h
i8042.h
i8253.h
i82593.h
icmp.h
icmpv6.h
ide.h
idr.h idr: deprecate idr_pre_get() and idr_get_new[_above]() 2013-03-13 15:21:47 -07:00
ieee80211.h mac80211: restrict peer's VHT capabilities to own 2013-03-06 16:36:03 +01:00
if_arp.h firewire net, ipv4 arp: Extend hardware address and remove driver-level packet inspection. 2013-03-26 12:32:13 -04:00
if_bridge.h
if_eql.h
if_ether.h
if_fddi.h
if_frad.h
if_link.h
if_ltalk.h
if_macvlan.h macvlan: add multicast filter 2013-02-06 15:59:47 -05:00
if_phonet.h
if_pppol2tp.h
if_pppox.h
if_team.h team: introduce random mode 2013-03-06 14:55:20 -05:00
if_tun.h
if_tunnel.h
if_vlan.h vlan: adjust vlan_set_encap_proto() for its callers 2013-02-23 21:00:06 -05:00
igmp.h
ihex.h
ima.h
in.h
in6.h ipv6: by default join ff01::1 and in case of forwarding ff01::2 and ff05:2 2013-02-11 14:16:26 -05:00
inet.h
inet_diag.h
inet_lro.h
inetdevice.h ipv4: introduce address lifetime 2013-01-29 13:59:57 -05:00
init.h Merge branch 'master' into for-3.9-async 2013-01-23 09:31:01 -08:00
init_ohci1394_dma.h
init_task.h sched/rt: Add <linux/sched/rt.h> header to <linux/init_task.h> 2013-02-19 08:06:01 +01:00
initrd.h
inotify.h
input-polldev.h
input.h
integrity.h
intel-iommu.h
intel_mid_dma.h
intel_pmic_gpio.h
interrupt.h lib: cpu_rmap: avoid flushing all workqueues 2013-01-11 14:54:54 -08:00
interval_tree.h
interval_tree_generic.h
io-mapping.h
io.h
ioc3.h
ioc4.h
iocontext.h
iommu-helper.h
iommu.h iommu: Add DOMAIN_ATTR_WINDOWS domain attribute 2013-02-06 10:47:28 +01:00
ioport.h
ioprio.h
iova.h
ip.h
ipack.h
ipc.h
ipc_namespace.h ipc: add sysctl to specify desired next object id 2013-01-04 16:11:45 -08:00
ipmi.h ipmi: remove superfluous kernel/userspace explanation 2013-02-27 19:10:21 -08:00
ipmi_smi.h
ipv6.h ipv6 flowlabel: Convert np->ipv6_fl_list to RCU. 2013-01-30 22:41:13 -05:00
ipv6_route.h
irq.h x86, msi: Use IRQ remapping specific setup_msi_irqs routine 2013-01-28 12:17:25 +01:00
irq_cpustat.h
irq_work.h Merge branch 'nohz/printk-v8' into irq/core 2013-02-05 00:48:46 +01:00
irqchip.h irqchip: add basic infrastructure 2013-01-10 11:44:38 -06:00
irqdesc.h
irqdomain.h
irqflags.h
irqnr.h
irqreturn.h
isa.h
isapnp.h
iscsi_boot_sysfs.h
iscsi_ibft.h
isdn.h
isdn_divertif.h
isdn_ppp.h
isdnif.h
isicom.h
jbd.h
jbd2.h jbd2: use module parameters instead of debugfs for jbd_debug 2013-02-09 16:29:20 -05:00
jbd_common.h
jhash.h
jiffies.h
journal-head.h
joystick.h
jump_label.h
jz4740-adc.h
kallsyms.h
kbd_diacr.h
kbd_kern.h
kbuild.h
kcmp.h
kconfig.h
kd.h
kdb.h
kdebug.h
kdev_t.h
kern_levels.h
kernel-page-flags.h
kernel.h taint: add explicit flag to show whether lock dep is still OK. 2013-01-21 17:17:57 +10:30
kernel_stat.h cputime: Generic on-demand virtual cputime accounting 2013-01-27 19:23:27 +01:00
kernelcapi.h
kexec.h x86: Add Crash kernel low reservation 2013-01-29 19:32:58 -08:00
key-type.h
key.h
keyboard.h
kfifo.h
kgdb.h kgdb: remove #include <linux/serial_8250.h> from kgdb.h 2013-02-04 15:35:26 -08:00
khugepaged.h
klist.h
kmalloc_sizes.h
kmemcheck.h
kmemleak.h
kmod.h
kmsg_dump.h
kobj_map.h
kobject.h
kobject_ns.h
kprobes.h kprobes/x86: Move ftrace-based kprobe code into kprobes-ftrace.c 2013-01-21 13:22:36 -05:00
kref.h
ks0108.h
ks8842.h
ks8851_mll.h
ksm.h ksm: remove old stable nodes more thoroughly 2013-02-23 17:50:19 -08:00
kthread.h
ktime.h
kvm_host.h Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm 2013-02-24 13:07:18 -08:00
kvm_para.h
kvm_types.h
l2tp.h
lapb.h
latencytop.h
lcd.h
lcm.h
led-lm3530.h
leds-bd2802.h
leds-lp3944.h
leds-pca9532.h
leds-regulator.h
leds-tca6507.h
leds.h
leds_pwm.h leds: leds-pwm: Convert to use devm_get_pwm 2013-02-01 17:47:04 -08:00
lglock.h
lguest.h
lguest_launcher.h
libata.h Revert "libata: export host controller number thru /sys" 2013-01-25 15:30:23 -05:00
libfdt.h
libfdt_env.h
libps2.h Input: increase struct ps2dev cmdbuf[] to 8 bytes 2013-01-06 01:11:25 -08:00
license.h
linkage.h
linux_logo.h
lis3lv02d.h
list.h list: Fix double fetch of pointer in hlist_entry_safe() 2013-03-14 13:18:30 -07:00
list_bl.h
list_nulls.h
list_sort.h
llc.h
llist.h xen-blkfront: drop the use of llist_for_each_entry_safe 2013-02-19 15:17:08 -05:00
lockdep.h Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2013-02-22 19:25:09 -08:00
log2.h
loop.h
lp.h
lru_cache.h
lsm_audit.h
lzo.h lib/lzo: Update LZO compression to current upstream version 2013-02-20 19:36:01 +01:00
m48t86.h
mISDNdsp.h
mISDNhw.h
mISDNif.h
mailbox.h ARM / highbank: add support for pl320 IPC 2013-02-02 00:01:15 +01:00
maple.h
marvell_phy.h
math64.h
max17040_battery.h
mbcache.h
mbus.h
mc6821.h
mc146818rtc.h
mdio-bitbang.h
mdio-gpio.h
mdio-mux.h
mdio.h
memblock.h x86, ACPI, mm: Revert movablemem_map support 2013-03-02 09:34:39 -08:00
memcontrol.h mm: refactor inactive_file_is_low() to use get_lru_size() 2013-02-23 17:50:20 -08:00
memory.h
memory_hotplug.h memory-hotplug: export the function try_offline_node() 2013-02-23 17:50:13 -08:00
mempolicy.h mm: mempolicy: Convert shared_policy mutex to spinlock 2013-01-02 17:32:13 -08:00
mempool.h
memstick.h
mg_disk.h
micrel_phy.h phy/micrel: Add support for KSZ8031 2013-03-12 06:50:58 -04:00
migrate.h mm: remove offlining arg to migrate_pages 2013-02-23 17:50:19 -08:00
migrate_mode.h
mii.h
miscdevice.h
mm.h ImgTec Meta architecture changes for v3.9-rc1 2013-03-03 12:06:09 -08:00
mm_inline.h
mm_types.h mm: fold page->_last_nid into page->flags where possible 2013-02-23 17:50:17 -08:00
mman.h mm: introduce VM_POPULATE flag to better deal with racy userspace programs 2013-02-23 17:50:11 -08:00
mmdebug.h
mmiotrace.h
mmu_context.h
mmu_notifier.h mm: fix wrong comments about anon_vma lock 2013-02-05 20:38:48 +11:00
mmzone.h mmzone: add pgdat_{end_pfn,is_empty}() helpers & consolidate. 2013-02-23 17:50:20 -08:00
mnt_namespace.h
mod_devicetable.h mod/file2alias: make modalias generation safe for cross compiling 2013-01-24 22:48:04 +01:00
module.h module: constify within_module_* 2013-01-21 17:18:20 +10:30
moduleloader.h
moduleparam.h
mount.h
mpage.h
mpi.h
mroute.h mcast: define and use MRT[6]_MAX in ip[6]_mroute_opt() 2013-01-21 13:55:14 -05:00
mroute6.h mcast: define and use MRT[6]_MAX in ip[6]_mroute_opt() 2013-01-21 13:55:14 -05:00
msdos_fs.h
msg.h selftests: IPC message queue copy feature test 2013-01-04 16:11:45 -08:00
msi.h
msm_mdp.h
mutex-debug.h
mutex.h
mv643xx.h
mv643xx_eth.h mv643xx_eth: convert to use the Marvell Orion MDIO driver 2013-03-22 10:25:15 -04:00
mv643xx_i2c.h
mxm-wmi.h
mxsfb.h
n_r3964.h
namei.h namei.h: include errno.h 2012-12-25 18:45:06 -05:00
nbd.h
net.h
netdev_features.h net: fix some typos in netif features 2013-03-17 14:25:42 -04:00
netdevice.h net: clean leftover of COMPAT_NET_DEV_OPS removal 2013-03-15 08:30:46 -04:00
netfilter.h
netfilter_bridge.h
netfilter_ipv4.h
netfilter_ipv6.h
netlink.h
netpoll.h netpoll: Fix __netpoll_rcu_free so that it can hold the rtnl lock 2013-02-11 19:19:33 -05:00
nfs.h
nfs3.h
nfs4.h nfsd: Handle kuids and kgids in the nfs4acl to posix_acl conversion 2013-02-13 06:16:06 -08:00
nfs_fs.h
nfs_fs_i.h
nfs_fs_sb.h
nfs_idmap.h nfs: Convert idmap to use kuids and kgids 2013-02-13 06:15:29 -08:00
nfs_iostat.h
nfs_page.h
nfs_xdr.h NFS client bugfixes for Linux 3.9 2013-03-02 16:46:07 -08:00
nfsacl.h
nilfs2_fs.h
nl802154.h
nls.h
nmi.h
node.h
nodemask.h
notifier.h
nsc_gpio.h
nsproxy.h
ntb.h PCI-Express Non-Transparent Bridge Support 2013-01-17 19:11:14 -08:00
nubus.h
numa.h
nvme.h
nvram.h
nwpserial.h
nx842.h
of.h of: Create function for counting number of phandles in a property 2013-02-13 10:09:31 +00:00
of_address.h
of_device.h
of_dma.h dmaengine: fix !of_dma compilation warning 2013-01-07 22:05:02 -08:00
of_fdt.h
of_gpio.h gpio: Make of_count_named_gpios() use new of_count_phandle_with_args() 2013-02-13 10:11:53 +00:00
of_i2c.h
of_iommu.h
of_irq.h
of_mdio.h
of_mtd.h
of_net.h
of_pci.h
of_pdt.h
of_platform.h of: define struct device in of_platform.h if !OF_DEVICE and !OF_ADDRESS 2012-12-19 16:15:17 +00:00
oid_registry.h
olpc-ec.h
omap-dma.h
omap-iommu.h
omapfb.h
oom.h
openvswitch.h openvswitch: Allow OVS_USERSPACE_ATTR_USERDATA to be variable length. 2013-02-22 16:29:22 -08:00
opp.h PM / OPP: fix condition for empty of_init_opp_table() 2013-02-23 00:30:08 +01:00
oprofile.h
oxu210hp.h
padata.h
page-debug-flags.h
page-flags-layout.h mm: fold page->_last_nid into page->flags where possible 2013-02-23 17:50:17 -08:00
page-flags.h s390/mm: implement software dirty bits 2013-02-14 15:55:23 +01:00
page-isolation.h mm: remove MIGRATE_ISOLATE check in hotpath 2013-02-23 17:50:15 -08:00
page_cgroup.h
pageblock-flags.h
pagemap.h mm: only enforce stable page writes if the backing device requires it 2013-02-21 17:22:19 -08:00
pagevec.h
parport.h
parport_pc.h
parser.h
pata_arasan_cf_data.h
patchkey.h
path.h constify path_get/path_put and fs_struct.c stuff 2013-03-01 23:51:07 -05:00
pch_dma.h
pci-acpi.h
pci-aspm.h
pci-ats.h
pci-dma.h
pci.h PCI changes for the v3.9 merge window: 2013-02-25 21:18:18 -08:00
pci_hotplug.h
pci_ids.h Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac 2013-02-28 20:42:33 -08:00
pcieport_if.h
pda_power.h
percpu-defs.h
percpu-rwsem.h
percpu.h
percpu_counter.h percpu_counter.h: comment code for better readability 2013-02-05 11:54:06 +01:00
perf_event.h perf,x86: fix link failure for non-Intel configs 2013-03-17 15:59:15 -07:00
perf_regs.h
personality.h
pfn.h
phonedev.h
phonet.h
phy.h phy: add set_wol/get_wol functions 2013-03-12 11:40:53 -04:00
phy_fixed.h
pid.h hlist: drop the node parameter from iterators 2013-02-27 19:10:24 -08:00
pid_namespace.h pidns: Stop pid allocation when init dies 2012-12-25 16:10:05 -08:00
pim.h
pipe_fs_i.h
pktcdvd.h
platform_device.h driver core: add helper macro for platform_driver_probe() boilerplate 2013-01-17 17:39:33 -08:00
plist.h
pm.h pm / runtime: introduce pm_runtime_set_memalloc_noio() 2013-02-23 17:50:16 -08:00
pm2301_charger.h pm2301: LPN mode control support 2013-01-23 14:39:19 +00:00
pm_clock.h
pm_domain.h
pm_qos.h
pm_runtime.h pm / runtime: introduce pm_runtime_set_memalloc_noio() 2013-02-23 17:50:16 -08:00
pm_wakeup.h
pmu.h
pnfs_osd_xdr.h
pnp.h
poison.h
poll.h
posix-clock.h
posix-timers.h
posix_acl.h
posix_acl_xattr.h
power_supply.h Driver core patches for 3.9-rc1 2013-02-21 12:05:51 -08:00
ppp-comp.h
ppp_channel.h
ppp_defs.h
pps-gpio.h
pps_kernel.h pps: Add pps_lookup_dev() function 2013-02-13 09:40:35 -08:00
preempt.h
prefetch.h
printk.h Merge branch 'akpm' (incoming from Andrew) 2013-02-21 17:38:49 -08:00
prio_heap.h
proc_fs.h tty/serial patches for 3.9-rc1 2013-02-21 13:41:04 -08:00
profile.h profiling: Remove unused timer hook 2013-01-24 15:37:26 +01:00
projid.h
proportions.h
pstore.h pstore: Avoid deadlock in panic and emergency-restart path 2013-01-11 10:20:50 -08:00
pstore_ram.h pstore: remove __dev* attributes. 2013-01-03 15:57:14 -08:00
pti.h
ptp_classify.h
ptp_clock_kernel.h
ptrace.h ia64: kill thread_matches(), unexport ptrace_check_attach() 2013-01-20 12:26:05 -08:00
pvclock_gtod.h
pwm.h pwm: Changes for v3.9-rc1 2013-02-26 09:34:29 -08:00
pwm_backlight.h
pxa2xx_ssp.h spi/pxa2xx: add support for Intel Low Power Subsystem SPI 2013-02-08 13:14:40 +00:00
pxa168_eth.h
qnx6_fs.h
quicklist.h
quota.h quota: autoload the quota_v2 module for QFMT_VFS_V1 quota format 2013-01-24 23:24:56 -05:00
quotaops.h
radix-tree.h
raid_class.h
ramfs.h
random.h soreuseport: infrastructure 2013-01-23 13:44:00 -05:00
range.h
ratelimit.h
rational.h
rbtree.h
rbtree_augmented.h lib/rbtree.c: avoid the use of non-static __always_inline 2013-01-11 14:54:56 -08:00
rculist.h hlist: drop the node parameter from iterators 2013-02-27 19:10:24 -08:00
rculist_bl.h
rculist_nulls.h
rcupdate.h Merge branches 'doctorture.2013.01.29a', 'fixes.2013.01.26a', 'tagcb.2013.01.24a' and 'tiny.2013.01.29b' into HEAD 2013-01-28 22:25:21 -08:00
rcutiny.h
rcutree.h
reboot.h
reciprocal_div.h
regmap.h Merge remote-tracking branch 'regmap/topic/no-bus' into regmap-next 2013-02-14 17:11:09 +00:00
regset.h
relay.h
remoteproc.h
res_counter.h include/linux/res_counter.h needs errno.h 2013-03-13 15:21:44 -07:00
resource.h
resume-trace.h
rfkill-gpio.h
rfkill-regulator.h
rfkill.h
ring_buffer.h ring-buffer: Add stats field for amount read from trace ring buffer 2013-01-30 11:01:53 -05:00
rio.h
rio_drv.h
rio_ids.h
rio_regs.h
rmap.h mm/rmap: rename anon_vma_unlock() => anon_vma_unlock_write() 2013-02-23 17:50:17 -08:00
rndis.h
root_dev.h
rotary_encoder.h
rpmsg.h
rslib.h
rtc-ds2404.h
rtc-v3020.h
rtc.h Driver core patches for 3.9-rc1 2013-02-21 12:05:51 -08:00
rtmutex.h
rtnetlink.h net: generic fdb support for drivers without ndo_fdb_<op> 2013-03-07 15:29:45 -05:00
rwlock.h
rwlock_api_smp.h
rwlock_types.h
rwsem-spinlock.h
rwsem.h lockdep, rwsem: fix down_write_nest_lock() if !CONFIG_DEBUG_LOCK_ALLOC 2013-01-16 12:13:20 -08:00
rxrpc.h
s3c_adc_battery.h
sa11x0-dma.h
scatterlist.h lib/scatterlist: use page iterator in the mapping iterator 2013-02-27 19:10:10 -08:00
scc.h
sched.h coredump: remove redundant defines for dumpable states 2013-02-27 19:10:11 -08:00
screen_info.h
sctp.h
scx200.h
scx200_gpio.h
sdla.h
seccomp.h
securebits.h
security.h tun: fix LSM/SELinux labeling of tun/tap devices 2013-01-14 18:16:59 -05:00
selection.h
selinux.h
sem.h
semaphore.h
seq_file.h
seq_file_net.h
seqlock.h seqlock: Use seqcount infrastructure 2013-02-19 08:43:34 +01:00
serial.h
serial_8250.h serial: 8250: Add support for dmaengine 2013-01-15 23:03:00 -08:00
serial_core.h pps: Move timestamp read into PPS code proper 2013-02-13 10:13:58 -08:00
serial_max3100.h
serial_mfd.h
serial_pnx8xxx.h
serial_sci.h
serio.h
sfi.h
sfi_acpi.h
sh_clk.h
sh_dma.h
sh_eth.h
sh_intc.h
sh_timer.h
shdma-base.h
shm.h
shmem_fs.h
shrinker.h
signal.h new helper: signal_setup_done() 2013-02-03 15:09:26 -05:00
signalfd.h
sirfsoc_dma.h
sizes.h
skbuff.h net: flow_dissector: add __skb_get_poff to get a start offset to payload 2013-03-20 13:15:45 -04:00
slab.h slab: propagate tunable values 2012-12-18 15:02:14 -08:00
slab_def.h slab/slub: struct memcg_params 2012-12-18 15:02:13 -08:00
slob_def.h
slub_def.h slub: slub-specific propagation changes 2012-12-18 15:02:14 -08:00
sm501-regs.h
sm501.h
smc91x.h
smc911x.h
smp.h smp: make smp_call_function_many() use logic similar to smp_call_function_single() 2013-02-21 17:22:20 -08:00
smpboot.h stop_machine: Mark per cpu stopper enabled early 2013-02-26 22:25:17 +01:00
smsc911x.h
smscphy.h
sock_diag.h
socket.h NFC: llcp: Implement socket options 2013-03-10 22:20:05 +01:00
sonet.h
sony-laptop.h
sonypi.h
sort.h
sound.h
soundcard.h
spinlock.h
spinlock_api_smp.h
spinlock_api_up.h
spinlock_types.h
spinlock_types_up.h
spinlock_up.h
splice.h
srcu.h srcu: Remove checks preventing idle CPUs from calling srcu_read_lock() 2013-02-07 15:15:00 -08:00
stackprotector.h
stacktrace.h
start_kernel.h
stat.h
statfs.h
static_key.h
stddef.h
ste_modem_shm.h
stmmac.h
stmp3xxx_rtc_wdt.h rtc: stmp3xxx: add wdt-accessor function 2013-03-01 12:40:36 +01:00
stmp_device.h
stop_machine.h
string.h
string_helpers.h
stringify.h
sungem_phy.h
sunserialcore.h pps: Fix build breakage from decoupling pps from tty 2013-02-13 12:15:50 -08:00
sunxi_timer.h ARM: delete struct sys_timer 2012-12-24 09:36:38 -07:00
superhyway.h
suspend.h PM: Introduce suspend state PM_SUSPEND_FREEZE 2013-02-09 22:30:44 +01:00
svga.h
swab.h
swap.h vmscan: change type of vm_total_pages to unsigned long 2013-02-23 17:50:22 -08:00
swapfile.h
swapops.h
swiotlb.h x86: Don't panic if can not alloc buffer for swiotlb 2013-01-29 19:36:53 -08:00
synclink.h
sys.h
sys_soc.h
syscalls.h burying unused conditionals 2013-02-14 09:21:15 -05:00
syscore_ops.h
sysctl.h
sysfs.h sysfs: Functions for adding/removing symlinks to/from attribute groups 2013-01-25 21:51:13 +01:00
syslog.h
sysrq.h
sysv_fs.h
task_io_accounting.h
task_io_accounting_ops.h
task_work.h
taskstats_kern.h
tboot.h
tc.h
tca6416_keypad.h
tcp.h tcp: implement RFC5682 F-RTO 2013-03-21 11:47:51 -04:00
tegra-ahb.h
tegra-soc.h ARM: tegra: add function to read chipid 2013-01-28 11:19:06 -07:00
textsearch.h
textsearch_fsm.h
tfrc.h
thermal.h thermal: shorten too long mcast group name 2013-03-20 17:56:58 -04:00
thread_info.h fork: protect architectures where THREAD_SIZE >= PAGE_SIZE against fork bombs 2012-12-18 15:02:13 -08:00
threads.h
ti_wilink_st.h
tick.h Merge branch 'nohz/printk-v8' into irq/core 2013-02-05 00:48:46 +01:00
tifm.h
timb_dma.h
timb_gpio.h
time-armada-370-xp.h
time.h arm-soc: cleanups 2013-02-21 14:58:40 -08:00
timekeeper_internal.h
timer.h
timerfd.h
timeriomem-rng.h
timerqueue.h
timex.h
topology.h
toshiba.h
tpm.h
tpm_command.h
trace_clock.h
trace_seq.h
tracehook.h
tracepoint.h
transport_class.h
tsacct_kern.h cputime: Use accessors to read task cputime stats 2013-01-27 19:23:31 +01:00
tty.h tty: Added a CONFIG_TTY option to allow removal of TTY 2013-01-18 16:15:27 -08:00
tty_driver.h tty: Document required behavior of tty driver close() 2013-02-04 15:40:28 -08:00
tty_flip.h TTY: switch tty_schedule_flip 2013-01-15 22:43:15 -08:00
tty_ldisc.h pps: Move timestamp read into PPS code proper 2013-02-13 10:13:58 -08:00
typecheck.h
types.h
u64_stats_sync.h
uaccess.h
ucb1400.h
udp.h udp: add encap_destroy callback 2013-03-20 12:10:38 -04:00
uidgid.h
uinput.h
uio.h
uio_driver.h
uprobes.h uprobes: Introduce uprobe_apply() 2013-02-08 18:28:04 +01:00
usb.h USB: add usb_hcd_{start,end}_port_resume 2013-01-25 15:06:01 -08:00
usb_usual.h
usbdevice_fs.h
user-return-notifier.h
user.h
user_namespace.h userns: Avoid recursion in put_user_ns 2013-01-26 22:11:41 -08:00
uts.h
utsname.h
uuid.h
uwb.h
vermagic.h
vexpress.h mfd: vexpress: Add pseudo-GPIO based LEDs 2013-02-14 00:22:58 +01:00
vfio.h
vfs.h
vga_switcheroo.h
vgaarb.h
via-core.h
via-gpio.h
via.h
via_i2c.h
video_output.h
videodev2.h
virtio.h virtio: remove obsolete virtqueue_get_queue_index() 2013-03-22 10:23:34 -04:00
virtio_config.h
virtio_console.h
virtio_mmio.h
virtio_ring.h
virtio_scsi.h
vlynq.h
vm_event_item.h mm: don't wait on congested zones in balance_pgdat() 2013-02-23 17:50:15 -08:00
vm_sockets.h VSOCK: Split vm_sockets.h into kernel/uapi 2013-03-08 12:24:48 -05:00
vmalloc.h
vme.h
vmstat.h mm: numa: handle side-effects in count_vm_numa_events() for !CONFIG_NUMA_BALANCING 2013-02-23 17:50:16 -08:00
vmw_vmci_api.h VMCI: Some header and config files. 2013-01-08 16:15:57 -08:00
vmw_vmci_defs.h VMCI: Some header and config files. 2013-01-08 16:15:57 -08:00
vt.h
vt_buffer.h
vt_kern.h Merge branch 'console-fixes' into drm-next 2013-02-08 12:13:43 +10:00
vtime.h cputime: Safely read cputime of full dynticks CPUs 2013-01-27 20:35:47 +01:00
w1-gpio.h
wait.h
wanrouter.h wanrouter: delete now orphaned header content, files/drivers 2013-01-31 19:56:35 -05:00
watchdog.h watchdog: core: dt: add support for the timeout-sec dt property 2013-03-01 12:48:36 +01:00
wireless.h
wl12xx.h wlcore: move wl12xx_platform_data up and make it truly optional 2013-02-08 10:05:02 +02:00
wm97xx.h
workqueue.h workqueue: rename cpu_workqueue to pool_workqueue 2013-02-13 19:29:12 -08:00
writeback.h vfs: re-implement writeback_inodes_sb(_nr)_if_idle() and rename them 2013-01-12 10:47:43 +08:00
xattr.h
xilinxfb.h
xz.h
yam.h
z2_battery.h
zconf.h
zlib.h
zorro.h
zorro_ids.h
zutil.h