linux-sg2042/Documentation/devicetree/bindings
Linus Torvalds 4a251dd29c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Pull networking fixes from David Miller:

 1) Revert CHECKSUM_COMPLETE optimization in pskb_trim_rcsum(), I can't
    figure out why it breaks things.

 2) Fix comparison in netfilter ipset's hash_netnet4_data_equal(), it
    was basically doing "x == x", from Dave Jones.

 3) Freescale FEC driver was DMA mapping the wrong number of bytes, from
    Sebastian Siewior.

 4) Blackhole and prohibit routes in ipv6 were not doing the right thing
    because their ->input and ->output methods were not being assigned
    correctly.  Now they behave properly like their ipv4 counterparts.
    From Kamala R.

 5) Several drivers advertise the NETIF_F_FRAGLIST capability, but
    really do not support this feature and will send garbage packets if
    fed fraglist SKBs.  From Eric Dumazet.

 6) Fix long standing user triggerable BUG_ON over loopback in RDS
    protocol stack, from Venkat Venkatsubra.

 7) Several not so common code paths can potentially try to invoke
    packet scheduler actions that might be NULL without checking.  Shore
    things up by either 1) defining a method as mandatory and erroring
    on registration if that method is NULL 2) defininig a method as
    optional and the registration function hooks up a default
    implementation when NULL is seen.  From Jamal Hadi Salim.

 8) Fix fragment detection in xen-natback driver, from Paul Durrant.

 9) Kill dangling enter_memory_pressure method in cg_proto ops, from
    Eric W Biederman.

10) SKBs that traverse namespaces should have their local_df cleared,
    from Hannes Frederic Sowa.

11) IOCB file position is not being updated by macvtap_aio_read() and
    tun_chr_aio_read().  From Zhi Yong Wu.

12) Don't free virtio_net netdev before releasing all of the NAPI
    instances.  From Andrey Vagin.

13) Procfs entry leak in xt_hashlimit, from Sergey Popovich.

14) IPv6 routes that are no cached routes should not count against the
    garbage collection limits.  We had this almost right, but were
    missing handling addrconf generated routes properly.  From Hannes
    Frederic Sowa.

15) fib{4,6}_rule_suppress() have to consider potentially seeing NULL
    route info when they are called, from Stefan Tomanek.

16) TUN and MACVTAP have had truncated packet signalling for some time,
    fix from Jason Wang.

17) Fix use after frrr in __udp4_lib_rcv(), from Eric Dumazet.

18) xen-netback does not interpret the NAPI budget properly for TX work,
    fix from Paul Durrant.

* git://git.kernel.org/pub/scm/linux/kernel/git/davem/net: (132 commits)
  igb: Fix for issue where values could be too high for udelay function.
  i40e: fix null dereference
  xen-netback: fix gso_prefix check
  net: make neigh_priv_len in struct net_device 16bit instead of 8bit
  drivers: net: cpsw: fix for cpsw crash when build as modules
  xen-netback: napi: don't prematurely request a tx event
  xen-netback: napi: fix abuse of budget
  sch_tbf: use do_div() for 64-bit divide
  udp: ipv4: must add synchronization in udp_sk_rx_dst_set()
  net:fec: remove duplicate lines in comment about errata ERR006358
  Revert "8390 : Replace ei_debug with msg_enable/NETIF_MSG_* feature"
  8390 : Replace ei_debug with msg_enable/NETIF_MSG_* feature
  xen-netback: make sure skb linear area covers checksum field
  net: smc91x: Fix device tree based configuration so it's usable
  udp: ipv4: fix potential use after free in udp_v4_early_demux()
  macvtap: signal truncated packets
  tun: unbreak truncated packet signalling
  net: sched: htb: fix the calculation of quantum
  net: sched: tbf: fix the calculation of max_size
  micrel: add support for KSZ8041RNLI
  ...
2013-12-15 11:56:47 -08:00
..
arc ARC: Add documentation on DT binding for ARC700 PMU 2013-11-12 09:45:56 +05:30
arm hwmon: ntc_thermistor: Fix typo (pullup-uV -> pullup-uv) 2013-12-02 23:40:42 -06:00
ata sata, highbank: send extra clock cycles in SGPIO patterns 2013-08-14 16:43:30 -04:00
bus This is a patch series that updates imx-weim bus driver to have it 2013-08-23 11:37:18 -07:00
c6x Documentation/devicetree/bindings/c6x/ fix a typo 2013-08-20 12:41:25 +02:00
clock clk: exynos: Fix typos in DT bindings documentation 2013-12-02 23:36:50 -06:00
cpufreq
crypto doc: devicetree: Add bindings documentation for omap-des driver 2013-11-15 07:38:14 -08:00
dma dma: atmel-dma: correct typo in the device tree bindings documentation 2013-10-20 18:47:43 +05:30
drm/tilcdc drm/tilcdc: adding some more devicetree config 2013-06-28 09:12:23 +10:00
extcon extcon: palmas: Option to disable ID/VBUS detection based on platform 2013-08-05 08:53:34 +09:00
fb
gpio dt: binding: reword PowerPC 8xxx GPIO documentation 2013-12-03 00:01:03 -06:00
gpu The common clk framework changes for 3.12 are dominated by clock driver 2013-09-09 15:49:04 -07:00
hid HID: i2c-hid: add DT bindings 2013-07-31 12:10:31 +02:00
hwmon Documentation: dt: hwmon: Add OF document for LM90 2013-11-15 10:40:39 +01:00
hwrng ARM: dts: AM33xx: Add RNG node 2013-10-29 13:58:51 -07:00
i2c Merge tag 'omap-for-v3.13/more-fixes-for-merge-window-take2' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes 2013-11-25 13:34:49 -08:00
iio DT: Add documentation for cm36651 proximity/light sensor 2013-10-17 23:40:27 +01:00
input Input: ti_am335x_tsc - fix spelling mistake in TSC/ADC DT binding 2013-11-11 00:01:45 -08:00
interrupt-controller DeviceTree updates for 3.13. This is a bit larger pull request than 2013-11-12 16:52:17 +09:00
iommu documentation/iommu: Add description of ARM System MMU binding 2013-06-25 23:33:43 +02:00
leds leds: lp55xx: handle enable pin in driver 2013-10-25 10:13:25 -07:00
lpddr2
media [media] media: st-rc: Add ST remote control driver 2013-10-31 08:20:08 -02:00
memory-controllers drivers: memory: Introduce Marvell EBU Device Bus driver 2013-05-21 10:11:56 -07:00
metag irq-imgpdc: add ImgTec PDC irqchip driver 2013-08-21 14:17:56 +01:00
mfd Documentation: mfd: Update s2mps11.txt 2013-11-11 11:22:22 +00:00
mips DT: add documentation for the Ralink MIPS SoCs 2013-05-08 01:19:10 +02:00
misc ARM: sunxi: Initial support for Allwinner's Security ID fuses 2013-09-26 13:47:36 -07:00
mmc mmc: omap: Fix I2C dependency and make driver usable with device tree 2013-11-26 15:51:16 -08:00
mtd mtd: nand: omap: combine different flavours of 1-bit hamming ecc schemes 2013-11-06 23:33:07 -08:00
net Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2013-12-15 11:56:47 -08:00
nvec
pci PCI changes for the v3.13 merge window: 2013-11-14 14:02:00 +09:00
phy phy: Add driver for Exynos DP PHY 2013-10-16 13:48:08 -07:00
pinctrl Main pin control pull request for the v3.13 cycle: 2013-11-12 15:40:03 +09:00
power twl4030_charger: Add devicetree support 2013-11-12 22:35:45 -08:00
power_supply power_supply: Add support for bq24735 charger 2013-10-25 15:56:51 -07:00
powerpc DMA: Freescale: Add new 8-channel DMA engine device tree nodes 2013-11-13 14:26:27 +05:30
pps pps-gpio: add device-tree binding and support 2013-07-03 16:08:06 -07:00
pwm Documentation/pwm: Update supported SoC name for pwm-samsung 2013-11-11 10:23:56 +01:00
regulator Merge remote-tracking branch 'regulator/topic/palmas' into regulator-next 2013-10-24 11:11:39 +01:00
reset
rng ARM: DT: msm: Add Qualcomm's PRNG driver binding document 2013-10-30 12:02:55 +08:00
rtc drivers/rtc/rtc-palmas.c: support for backup battery charging 2013-09-11 15:58:55 -07:00
serial tty: ar933x_uart: move devicetree binding documentation 2013-09-26 12:33:49 -07:00
serio dts: Deprecate ALTR as a vendor prefix 2013-08-29 12:58:55 -07:00
sound Merge remote-tracking branch 'asoc/topic/tpa6130a2' into asoc-next 2013-10-24 11:24:17 +01:00
spi ARM: tegra: delete nvidia,tegra20-spi.txt binding 2013-12-03 00:00:33 -06:00
staging Staging/iio/adc/touchscreen/MXS: provide devicetree adaption 2013-10-01 16:19:17 +01:00
thermal Merge branches 'exynos', 'imx' and 'fixes' of .git into next 2013-08-15 15:25:27 +08:00
timer clocksource: Provide timekeeping for efm32 SoCs 2013-10-22 22:36:33 +02:00
ufs [SCSI] Documentation/devicetree: Add DT bindings for UFS host controller 2013-06-04 11:16:21 -07:00
usb ARM: SoC DT updates for 3.13 2013-11-11 17:34:56 +09:00
video pwm: Changes for v3.13-rc1 2013-11-16 12:21:40 -08:00
virtio
w1
watchdog watchdog: dw: Enable OF support for DW watchdog timer 2013-11-17 19:38:26 +01:00
x86
eeprom.txt
marvell.txt
open-pic.txt
resource-names.txt
vendor-prefixes.txt of: add vendor prefix for GMT 2013-12-02 23:37:23 -06:00
xilinx.txt