Skip to content
Snippets Groups Projects
  1. Jun 06, 2016
  2. Jun 05, 2016
  3. Jun 03, 2016
  4. Jun 02, 2016
    • Peter Maydell's avatar
      Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging · 2c107d76
      Peter Maydell authored
      
      # gpg: Signature made Thu 02 Jun 2016 07:23:18 BST using RSA key ID 398D6211
      # gpg: Good signature from "Jason Wang (Jason Wang on RedHat) <jasowang@redhat.com>"
      # gpg: WARNING: This key is not certified with sufficiently trusted signatures!
      # gpg:          It is not certain that the signature belongs to the owner.
      # Primary key fingerprint: 215D 46F4 8246 689E C77F  3562 EF04 965B 398D 6211
      
      * remotes/jasowang/tags/net-pull-request: (31 commits)
        Add ENET device to i.MX6 SOC.
        Add ENET/Gbps Ethernet support to FEC device
        i.MX: move FEC device to a register array structure.
        i.MX: Rename i.MX FEC defines to ENET_XXX
        i.MX: reset TX/RX descriptors when FEC is disabled.
        i.MX: Fix FEC code for ECR register reset value.
        i.MX: Fix FEC code for MDIO address selection
        i.MX: Fix FEC code for MDIO operation selection
        net: handle optional VLAN header in checksum computation.
        net: improve UDP/TCP checksum computation.
        e1000e: Introduce qtest for e1000e device
        net: Introduce e1000e device emulation
        e1000: Move out code that will be reused in e1000e
        e1000_regs: Add definitions for Intel 82574-specific bits
        vmxnet3: Use pci_dma_* API instead of cpu_physical_memory_*
        net_pkt: Extend packet abstraction as required by e1000e functionality
        rtl8139: Move more TCP definitions to common header
        net_pkt: Name vmxnet3 packet abstractions more generic
        vmxnet3: Use common MAC address tracing macros
        net: Add macros for MAC address tracing
        ...
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      2c107d76
    • Peter Maydell's avatar
      Merge remote-tracking branch 'remotes/famz/tags/pull-docker-20160601' into staging · cbd61487
      Peter Maydell authored
      
      v2: Fix warning due to include.
          Various temp dir/file changes.
          Don't use "find -executable" to be compatible with Mac.
      
      # gpg: Signature made Wed 01 Jun 2016 10:30:33 BST using RSA key ID 6A9171C6
      # gpg: Good signature from "Fam Zheng <famz@redhat.com>"
      # gpg: WARNING: This key is not certified with a trusted signature!
      # gpg:          There is no indication that the signature belongs to the owner.
      # Primary key fingerprint: 5003 7CB7 9706 0F76 F021  AD56 CA35 624C 6A91 71C6
      
      * remotes/famz/tags/pull-docker-20160601:
        .gitignore: Ignore docker source copy
        MAINTAINERS: Add tests/docker
        docker: Add EXTRA_CONFIGURE_OPTS
        docs: Add text for tests/docker in build-system.txt
        docker: Add travis tool
        docker: Add mingw test
        docker: Add clang test
        docker: Add full test
        docker: Add quick test
        docker: Add common.rc
        docker: Add test runner
        docker: Add images
        Makefile: Rules for docker testing
        Makefile: Always include rules.mak
        rules.mak: Add "COMMA" constant
        tests: Add utilities for docker testing
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      cbd61487
    • Jean-Christophe Dubois's avatar
      Add ENET device to i.MX6 SOC. · 517b5e9a
      Jean-Christophe Dubois authored
      
      This adds the ENET device to the i.MX6 SOC.
      
      This was tested by booting Linux on an Qemu i.MX6 instance and accessing
      the internet from the linux guest.
      
      Reviewed-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      Signed-off-by: default avatarJean-Christophe Dubois <jcd@tribudubois.net>
      Signed-off-by: default avatarJason Wang <jasowang@redhat.com>
      517b5e9a
    • Jean-Christophe Dubois's avatar
      Add ENET/Gbps Ethernet support to FEC device · a699b410
      Jean-Christophe Dubois authored
      
      The ENET device (present in i.MX6) is "derived" from FEC and backward
      compatible with it.
      
      This patch adds the necessary support of the added feature in the ENET
      device to allow Linux to use it (on supported processors).
      
      Signed-off-by: default avatarJean-Christophe Dubois <jcd@tribudubois.net>
      Signed-off-by: default avatarJason Wang <jasowang@redhat.com>
      a699b410
Loading