1. 01 11月, 2012 2 次提交
    • B
      ptp: Enable clock drivers along with associated net/PHY drivers · a24006ed
      Ben Hutchings 提交于
      Where a PTP clock driver is associated with a net or PHY driver, it
      should be enabled automatically whenever that driver is enabled.
      Therefore:
      
      - Make PTP clock drivers select rather than depending on PTP_1588_CLOCK
      - Remove separate boolean options for PTP clock drivers that are built
        as part of net driver modules.  (This also fixes cases where the PTP
        subsystem is wrongly forced to be built-in.)
      - Set 'default y' for PTP clock drivers that depend on specific net
        drivers but are built separately
      Signed-off-by: NBen Hutchings <bhutchings@solarflare.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      a24006ed
    • J
      ixgbe: add setlink, getlink support to ixgbe and ixgbevf · 815cccbf
      John Fastabend 提交于
      This adds support for the net device ops to manage the embedded
      hardware bridge on ixgbe devices. With this patch the bridge
      mode can be toggled between VEB and VEPA to support stacking
      macvlan devices or using the embedded switch without any SW
      component in 802.1Qbg/br environments.
      
      Additionally, this adds source address pruning to the ixgbevf
      driver to prune any frames sent back from a reflective relay on
      the switch. This is required because the existing hardware does
      not support this. Without it frames get pushed into the stack
      with its own src mac which is invalid per 802.1Qbg VEPA
      definition.
      Signed-off-by: NJohn Fastabend <john.r.fastabend@intel.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      815cccbf
  2. 30 10月, 2012 8 次提交
  3. 23 10月, 2012 11 次提交
  4. 19 10月, 2012 4 次提交
  5. 09 10月, 2012 1 次提交
  6. 03 10月, 2012 5 次提交
  7. 02 10月, 2012 1 次提交
  8. 24 9月, 2012 1 次提交
  9. 23 9月, 2012 1 次提交
  10. 20 9月, 2012 1 次提交
  11. 16 9月, 2012 5 次提交