linux/Documentation/devicetree/bindings
Linus Torvalds 2df4ee78d0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Pull networking fixes from David Miller:

 1) Fix null deref in xt_TEE netfilter module, from Eric Dumazet.

 2) Several spots need to get to the original listner for SYN-ACK
    packets, most spots got this ok but some were not.  Whilst covering
    the remaining cases, create a helper to do this.  From Eric Dumazet.

 3) Missiing check of return value from alloc_netdev() in CAIF SPI code,
    from Rasmus Villemoes.

 4) Don't sleep while != TASK_RUNNING in macvtap, from Vlad Yasevich.

 5) Use after free in mvneta driver, from Justin Maggard.

 6) Fix race on dst->flags access in dst_release(), from Eric Dumazet.

 7) Add missing ZLIB_INFLATE dependency for new qed driver.  From Arnd
    Bergmann.

 8) Fix multicast getsockopt deadlock, from WANG Cong.

 9) Fix deadlock in btusb, from Kuba Pawlak.

10) Some ipv6_add_dev() failure paths were not cleaning up the SNMP6
    counter state.  From Sabrina Dubroca.

11) Fix packet_bind() race, which can cause lost notifications, from
    Francesco Ruggeri.

12) Fix MAC restoration in qlcnic driver during bonding mode changes,
    from Jarod Wilson.

13) Revert bridging forward delay change which broke libvirt and other
    userspace things, from Vlad Yasevich.

* git://git.kernel.org/pub/scm/linux/kernel/git/davem/net: (65 commits)
  Revert "bridge: Allow forward delay to be cfgd when STP enabled"
  bpf_trace: Make dependent on PERF_EVENTS
  qed: select ZLIB_INFLATE
  net: fix a race in dst_release()
  net: mvneta: Fix memory use after free.
  net: Documentation: Fix default value tcp_limit_output_bytes
  macvtap: Resolve possible __might_sleep warning in macvtap_do_read()
  mvneta: add FIXED_PHY dependency
  net: caif: check return value of alloc_netdev
  net: hisilicon: NET_VENDOR_HISILICON should depend on HAS_DMA
  drivers: net: xgene: fix RGMII 10/100Mb mode
  netfilter: nft_meta: use skb_to_full_sk() helper
  net_sched: em_meta: use skb_to_full_sk() helper
  sched: cls_flow: use skb_to_full_sk() helper
  netfilter: xt_owner: use skb_to_full_sk() helper
  smack: use skb_to_full_sk() helper
  net: add skb_to_full_sk() helper and use it in selinux_netlbl_skbuff_setsid()
  bpf: doc: correct arch list for supported eBPF JIT
  dwc_eth_qos: Delete an unnecessary check before the function call "of_node_put"
  bonding: fix panic on non-ARPHRD_ETHER enslave failure
  ...
2015-11-10 18:11:41 -08:00
..
arc
arm ARM: DT updates for v4.4 2015-11-10 15:06:26 -08:00
ata devicetree: bindings: Fixed a few typos 2015-10-31 09:52:15 +09:00
board Documentation/dts: Move FSL board-specific bindings out of /powerpc 2015-10-23 22:24:45 +02:00
bus bus: sunxi-rsb: Add Allwinner Reduced Serial Bus (RSB) controller bindings 2015-10-26 10:11:55 +09:00
c6x
clock ARM: DT updates for v4.4 2015-11-10 15:06:26 -08:00
cpufreq
cris
crypto Documentation: devicetree: fix reference to legacy wakeup properties 2015-10-30 13:04:19 -05:00
devfreq/event
display fbdev changes for 4.4 2015-11-10 10:00:09 -08:00
dma dmaengine: edma: New device tree binding 2015-10-27 10:22:45 +09:00
edac
eeprom
extcon extcon: arizona: Add extcon specific device tree binding document 2015-10-30 18:57:37 +00:00
fpga DeviceTree updates for 4.4: 2015-11-06 12:17:09 -08:00
fuse
gpio ARM: DT updates for v4.4 2015-11-10 15:06:26 -08:00
gpu
h8300
hsi
hwlock
hwmon ARM: DT updates for v4.4 2015-11-10 15:06:26 -08:00
i2c Merge branch 'i2c/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux 2015-11-10 11:58:25 -08:00
iio DeviceTree updates for 4.4: 2015-11-06 12:17:09 -08:00
input DeviceTree updates for 4.4: 2015-11-06 12:17:09 -08:00
interrupt-controller DeviceTree updates for 4.4: 2015-11-06 12:17:09 -08:00
iommu ARM: DT updates for v4.4 2015-11-10 15:06:26 -08:00
leds DeviceTree updates for 4.4: 2015-11-06 12:17:09 -08:00
lpddr2
mailbox mailbox/omap: Add ti,mbox-send-noirq quirk to fix AM33xx CPU Idle 2015-10-23 11:19:27 +05:30
media
memory-controllers ARM: SoC driver updates for v4.4 2015-11-10 15:00:03 -08:00
metag
mfd ARM: DT updates for v4.4 2015-11-10 15:06:26 -08:00
mips
misc DeviceTree updates for 4.4: 2015-11-06 12:17:09 -08:00
mmc DeviceTree updates for 4.4: 2015-11-06 12:17:09 -08:00
mtd doc: dt: mtd: support partitions in a special 'partitions' subnode 2015-10-30 14:00:42 -07:00
net Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2015-11-10 18:11:41 -08:00
nios2
nvmem
opp
pci ARM: DT updates for v4.4 2015-11-10 15:06:26 -08:00
phy DeviceTree updates for 4.4: 2015-11-06 12:17:09 -08:00
pinctrl pinctrl: cygnus: Add new compatible string for gpio controller driver 2015-10-27 10:48:15 +01:00
power ARM: DT updates for v4.4 2015-11-10 15:06:26 -08:00
power_supply
powerpc ARM: DT updates for v4.4 2015-11-10 15:06:26 -08:00
pps
pwm
regmap
regulator Merge remote-tracking branches 'regulator/topic/supply', 'regulator/topic/tps6105x' and 'regulator/topic/tps65023' into regulator-next 2015-11-04 11:19:43 +00:00
remoteproc
reserved-memory
reset
rng DeviceTree updates for 4.4: 2015-11-06 12:17:09 -08:00
rtc RTC for 4.4 2015-11-10 10:01:21 -08:00
security/tpm
serial DeviceTree updates for 4.4: 2015-11-06 12:17:09 -08:00
serio
soc ARM: DT updates for v4.4 2015-11-10 15:06:26 -08:00
sound Merge remote-tracking branches 'asoc/topic/ssm2518' and 'asoc/topic/sunxi' into asoc-next 2015-10-26 11:16:16 +09:00
spi Merge remote-tracking branches 'spi/topic/fsl-dspi', 'spi/topic/mpc512x', 'spi/topic/mtk', 'spi/topic/oc-tiny' and 'spi/topic/octeon' into spi-next 2015-11-04 11:02:10 +00:00
spmi
staging/iio/adc
thermal
timer
ufs
usb ARM: DT updates for v4.4 2015-11-10 15:06:26 -08:00
virtio
w1
watchdog watchdog: bcm7038: add device tree binding documentation 2015-10-27 16:07:35 +01:00
x86
xillybus
ABI.txt
btmrvl.txt
chosen.txt powerpc/book3e-64/kexec: Enable SMP release 2015-10-27 18:13:29 -05:00
common-properties.txt
graph.txt
ipmi.txt
marvell.txt
resource-names.txt
submitting-patches.txt
unittest.txt
vendor-prefixes.txt ARM: DT updates for v4.4 2015-11-10 15:06:26 -08:00
xilinx.txt