2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-25 21:54:06 +08:00
linux-next/Documentation/devicetree/bindings/net
Linus Torvalds 35a9ad8af0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Pull networking updates from David Miller:
 "Most notable changes in here:

   1) By far the biggest accomplishment, thanks to a large range of
      contributors, is the addition of multi-send for transmit.  This is
      the result of discussions back in Chicago, and the hard work of
      several individuals.

      Now, when the ->ndo_start_xmit() method of a driver sees
      skb->xmit_more as true, it can choose to defer the doorbell
      telling the driver to start processing the new TX queue entires.

      skb->xmit_more means that the generic networking is guaranteed to
      call the driver immediately with another SKB to send.

      There is logic added to the qdisc layer to dequeue multiple
      packets at a time, and the handling mis-predicted offloads in
      software is now done with no locks held.

      Finally, pktgen is extended to have a "burst" parameter that can
      be used to test a multi-send implementation.

      Several drivers have xmit_more support: i40e, igb, ixgbe, mlx4,
      virtio_net

      Adding support is almost trivial, so export more drivers to
      support this optimization soon.

      I want to thank, in no particular or implied order, Jesper
      Dangaard Brouer, Eric Dumazet, Alexander Duyck, Tom Herbert, Jamal
      Hadi Salim, John Fastabend, Florian Westphal, Daniel Borkmann,
      David Tat, Hannes Frederic Sowa, and Rusty Russell.

   2) PTP and timestamping support in bnx2x, from Michal Kalderon.

   3) Allow adjusting the rx_copybreak threshold for a driver via
      ethtool, and add rx_copybreak support to enic driver.  From
      Govindarajulu Varadarajan.

   4) Significant enhancements to the generic PHY layer and the bcm7xxx
      driver in particular (EEE support, auto power down, etc.) from
      Florian Fainelli.

   5) Allow raw buffers to be used for flow dissection, allowing drivers
      to determine the optimal "linear pull" size for devices that DMA
      into pools of pages.  The objective is to get exactly the
      necessary amount of headers into the linear SKB area pre-pulled,
      but no more.  The new interface drivers use is eth_get_headlen().
      From WANG Cong, with driver conversions (several had their own
      by-hand duplicated implementations) by Alexander Duyck and Eric
      Dumazet.

   6) Support checksumming more smoothly and efficiently for
      encapsulations, and add "foo over UDP" facility.  From Tom
      Herbert.

   7) Add Broadcom SF2 switch driver to DSA layer, from Florian
      Fainelli.

   8) eBPF now can load programs via a system call and has an extensive
      testsuite.  Alexei Starovoitov and Daniel Borkmann.

   9) Major overhaul of the packet scheduler to use RCU in several major
      areas such as the classifiers and rate estimators.  From John
      Fastabend.

  10) Add driver for Intel FM10000 Ethernet Switch, from Alexander
      Duyck.

  11) Rearrange TCP_SKB_CB() to reduce cache line misses, from Eric
      Dumazet.

  12) Add Datacenter TCP congestion control algorithm support, From
      Florian Westphal.

  13) Reorganize sk_buff so that __copy_skb_header() is significantly
      faster.  From Eric Dumazet"

* git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next: (1558 commits)
  netlabel: directly return netlbl_unlabel_genl_init()
  net: add netdev_txq_bql_{enqueue, complete}_prefetchw() helpers
  net: description of dma_cookie cause make xmldocs warning
  cxgb4: clean up a type issue
  cxgb4: potential shift wrapping bug
  i40e: skb->xmit_more support
  net: fs_enet: Add NAPI TX
  net: fs_enet: Remove non NAPI RX
  r8169:add support for RTL8168EP
  net_sched: copy exts->type in tcf_exts_change()
  wimax: convert printk to pr_foo()
  af_unix: remove 0 assignment on static
  ipv6: Do not warn for informational ICMP messages, regardless of type.
  Update Intel Ethernet Driver maintainers list
  bridge: Save frag_max_size between PRE_ROUTING and POST_ROUTING
  tipc: fix bug in multicast congestion handling
  net: better IFF_XMIT_DST_RELEASE support
  net/mlx4_en: remove NETDEV_TX_BUSY
  3c59x: fix bad split of cpu_to_le32(pci_map_single())
  net: bcmgenet: fix Tx ring priority programming
  ...
2014-10-08 21:40:54 -04:00
..
can can: rcar_can: document device tree bindings 2014-08-18 01:03:42 +02:00
dsa Documentation: devicetree: update dsa binding with optional properties 2014-08-27 22:59:41 -07:00
ieee802154 devicetree: add device tree bindings for cc2520 driver 2014-06-22 21:32:40 -07:00
nfc NFC: dts: st21nfcb_i2c: Fix invalid interrupts polarity. 2014-09-24 02:02:23 +02:00
wireless dt: bindings: add bindings for Broadcom bcm43xx sdio devices 2014-07-29 10:32:56 -04:00
allwinner,sun4i-emac.txt DT: net: document Ethernet bindings in one place 2014-02-18 17:05:39 -05:00
allwinner,sun4i-mdio.txt net: phy: sunxi: Add new compatibles 2014-02-06 19:46:54 -08:00
allwinner,sun7i-a20-gmac.txt net: stmmac: sunxi platform extensions for GMAC in Allwinner A20 SoC's 2014-01-19 20:02:41 -08:00
altera_tse.txt dts: Add bindings for the Altera Triple Speed Ethernet driver 2014-03-17 21:26:56 -04:00
amd-xgbe-phy.txt amd-xgbe: Update/fix 2.5GbE support 2014-07-30 18:46:52 -07:00
amd-xgbe.txt amd-xgbe: Add hardware timestamp support 2014-07-30 18:46:52 -07:00
apm-xgene-enet.txt Documentation: dts: Add bindings for APM X-Gene SoC ethernet driver 2014-08-11 11:50:33 -07:00
arc_emac.txt arc_emac: add clock handling 2014-04-27 19:46:17 -04:00
broadcom-bcm87xx.txt netdev/phy: Add driver for Broadcom BCM87XX 10G Ethernet PHYs 2012-06-27 21:23:25 -07:00
broadcom-bcmgenet.txt Documentation: devicetree: net: refer to fixed-link.txt 2014-05-22 15:16:43 -04:00
broadcom-mdio-unimac.txt net: phy: add generic UniMAC MDIO bus driver 2014-08-27 22:59:39 -07:00
broadcom-sf2.txt Documentation: devicetree: add Broadcom Starfighter 2 binding 2014-08-27 22:59:41 -07:00
broadcom-systemport.txt net: systemport: add Wake-on-LAN support 2014-07-07 20:56:47 -07:00
calxeda-xgmac.txt ARM: highbank: add coherent DMA setup 2012-10-02 08:58:07 +02:00
cavium-mdio.txt MIPS: Octeon: Add device tree source files. 2012-07-23 13:54:52 +01:00
cavium-mix.txt DT: net: document Ethernet bindings in one place 2014-02-18 17:05:39 -05:00
cavium-pip.txt DT: net: document Ethernet bindings in one place 2014-02-18 17:05:39 -05:00
cdns-emac.txt DT: net: document Ethernet bindings in one place 2014-02-18 17:05:39 -05:00
cpsw-phy-sel.txt drivers: net: cpsw-phy-sel: add am43xx platform support 2014-05-13 00:11:00 -04:00
cpsw.txt net: cpsw: Add am33xx MACID readout 2014-09-30 01:30:43 -04:00
davicom-dm9000.txt DT: net: document Ethernet bindings in one place 2014-02-18 17:05:39 -05:00
davinci_emac.txt DT: net: document Ethernet bindings in one place 2014-02-18 17:05:39 -05:00
davinci-mdio.txt net: davinci_mdio: reuse for keystone2 arch 2014-07-16 23:33:16 -07:00
emac_rockchip.txt dt-bindings: Document EMAC Rockchip 2014-09-09 17:29:59 -07:00
ethernet.txt net: phy: add minimal support for QSGMII PHY 2014-04-16 14:36:12 -04:00
fixed-link.txt Documentation: devicetree: add old and deprecated 'fixed-link' 2014-05-22 15:16:43 -04:00
fsl-fec.txt ARM: Documentation: Update fec dts binding doc 2014-09-13 17:32:17 -04:00
fsl-tsec-phy.txt Documentation: devicetree: net: refer to fixed-link.txt 2014-05-22 15:16:43 -04:00
gpmc-eth.txt Documentation: dt: update TI GPMC ethernet binding properties 2013-04-30 08:33:59 -05:00
hisilicon-hix5hd2-gmac.txt Documentation: add Device tree bindings for Hisilicon hix5hd2 ethernet 2014-06-02 23:39:05 -07:00
lpc-eth.txt DT: net: document Ethernet bindings in one place 2014-02-18 17:05:39 -05:00
macb.txt DT: net: document Ethernet bindings in one place 2014-02-18 17:05:39 -05:00
marvell-armada-370-neta.txt DT: net: document Ethernet bindings in one place 2014-02-18 17:05:39 -05:00
marvell-orion-mdio.txt net: mvmdio: add clocks property to binding documentation 2013-04-11 16:19:37 -04:00
marvell-orion-net.txt DT: net: document Ethernet bindings in one place 2014-02-18 17:05:39 -05:00
marvell-pp2.txt ethernet: Add new driver for Marvell Armada 375 network unit 2014-07-10 17:18:24 -07:00
marvell-pxa168.txt Documentation: bindings: net: add the Marvell PXA168 Ethernet controller 2014-09-30 16:36:12 -04:00
mdio-gpio.txt net: mdio-gpio: fix device-tree binding documentation 2014-05-09 15:51:19 -04:00
mdio-mux-gpio.txt netdev/of/phy: Add MDIO bus multiplexer driven by GPIO lines. 2012-05-07 22:58:09 -04:00
mdio-mux-mmioreg.txt netdev/phy: add MDIO bus multiplexer driven by a memory-mapped device 2012-08-30 12:54:48 -04:00
mdio-mux.txt netdev/of/phy: Add MDIO bus multiplexer support. 2012-05-07 22:58:09 -04:00
meson-dwmac.txt net: stmmac: meson: document device tree bindings 2014-09-26 00:12:56 -04:00
micrel-ks8851.txt devicetree: bindings: Properly document micrel ks8851 SPI chips 2014-05-24 14:03:21 -04:00
micrel-ksz90x1.txt Update Micrel KSZ90x1 binding documentation 2014-05-07 16:51:09 -04:00
micrel.txt phy: micrel: add of configuration for LED mode 2014-02-26 17:00:07 -05:00
moxa,moxart-mac.txt net: Add MOXA ART SoCs ethernet driver 2013-08-11 21:38:12 -07:00
opencores-ethoc.txt net: ethoc: document OF bindings 2014-02-19 16:36:13 -05:00
phy.txt dt: Document a compatible entry for MDIO ethernet Phys 2014-03-20 17:10:28 -04:00
qca-qca7000-spi.txt Documentation: add Device tree bindings for QCA7000 2014-09-29 00:23:52 -04:00
samsung-sxgbe.txt Documentation: treewide: fix typos and grammar 2014-08-26 09:35:51 +02:00
sh_eth.txt net: sh_eth: Add r8a7794 support 2014-08-02 16:38:32 -07:00
smsc911x.txt DT: net: document Ethernet bindings in one place 2014-02-18 17:05:39 -05:00
smsc-lan91c111.txt DT: net: document Ethernet bindings in one place 2014-02-18 17:05:39 -05:00
socfpga-dwmac.txt net: stmmac: add fix_mac_speed support for socfpga 2014-08-22 12:33:48 -07:00
sti-dwmac.txt net: stmmac:sti: Add STi SOC glue driver. 2014-02-13 16:25:13 -05:00
stmmac.txt Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial 2014-10-07 21:16:26 -04:00
via-rhine.txt net: via-rhine: add OF bus binding 2014-04-23 15:24:06 -04:00
via-velocity.txt net: velocity: Add platform device support to VIA velocity driver 2013-05-20 13:40:39 -07:00