1. 20 5月, 2015 2 次提交
  2. 19 5月, 2015 16 次提交
  3. 18 5月, 2015 18 次提交
  4. 17 5月, 2015 2 次提交
  5. 16 5月, 2015 2 次提交
    • Y
      rocker: fix a neigh entry leak issue · 4133fc09
      Ying Xue 提交于
      Once we get a neighbour through looking up arp cache or creating a
      new one in rocker_port_ipv4_resolve(), the neighbour's refcount is
      already taken. But as we don't put the refcount again after it's
      used, this makes the neighbour entry leaked.
      Suggested-by: NEric Dumazet <edumazet@google.com>
      Acked-by: NJiri Pirko <jiri@resnulli.us>
      Acked-by: NEric Dumazet <edumazet@google.com>
      Signed-off-by: NYing Xue <ying.xue@windriver.com>
      Acked-by: NJiri Pirko <jiri@resnulli.us>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      4133fc09
    • D
      Merge branch 'amd-xgbe-next' · 54eac850
      David S. Miller 提交于
      Tom Lendacky says:
      
      ====================
      amd-xgbe: AMD XGBE driver updates 2015-05-12
      
      The following series of patches includes functional updates and changes
      to the driver.
      
      - Add additional statistics to be collected and reported
      - Use the netif_* functions for issuing some debug and informational
        driver messages
      - Rx path SKB allocation cleanup/simplification
      - Remove stand-alone phylib driver and incorporate function into the nic
        driver
      - Simplify device tree support while maintaining backwards compatibility
      - Fix the flow control negotiation logic to properly configure flow
        control
      - Remove the checking and setting of the device dma_mask field
      
      This patch series is based on net-next.
      
      Changes in v2:
      - Change from using the netif_msg_*/netdev_* combination for issuing
        messages to the more concise netif_*
      ====================
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      54eac850