1. 26 6月, 2010 6 次提交
  2. 02 6月, 2010 1 次提交
  3. 24 5月, 2010 2 次提交
  4. 18 5月, 2010 1 次提交
    • S
      net: Add ndo_{set|get}_vf_port support for enic dynamic vnics · f8bd9091
      Scott Feldman 提交于
      Add enic ndo_{set|get}_vf_port ops to support setting/getting
      port-profile for enic dynamic devices.  Enic dynamic devices are just like
      normal enic eth devices except dynamic enics require an extra configuration
      step to assign a port-profile identifier to the interface before the
      interface is useable.  Once a port-profile is assigned, link comes up on the
      interface and is ready for I/O.  The port-profile is used to configure the
      network port assigned to the interface.  The network port configuration
      includes VLAN membership, QoS policies, and port security settings typical
      of a data center network.
      
      A dynamic enic initially has a zero-mac address.  Before a port-profile is
      assigned, a valid non-zero unicast mac address should be assign to the
      dynamic enic interface.
      Signed-off-by: NScott Feldman <scofeldm@cisco.com>
      Signed-off-by: NRoopa Prabhu <roprabhu@cisco.com>
      f8bd9091
  5. 04 4月, 2010 1 次提交
    • J
      net: convert multicast list to list_head · 22bedad3
      Jiri Pirko 提交于
      Converts the list and the core manipulating with it to be the same as uc_list.
      
      +uses two functions for adding/removing mc address (normal and "global"
       variant) instead of a function parameter.
      +removes dev_mcast.c completely.
      +exposes netdev_hw_addr_list_* macros along with __hw_addr_* functions for
       manipulation with lists on a sandbox (used in bonding and 80211 drivers)
      Signed-off-by: NJiri Pirko <jpirko@redhat.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      22bedad3
  6. 19 3月, 2010 2 次提交
  7. 23 2月, 2010 1 次提交
  8. 13 2月, 2010 1 次提交
  9. 08 1月, 2010 1 次提交
  10. 24 12月, 2009 5 次提交
  11. 14 10月, 2009 1 次提交
  12. 04 9月, 2009 10 次提交
  13. 02 9月, 2009 1 次提交
  14. 01 9月, 2009 1 次提交
  15. 29 5月, 2009 1 次提交
  16. 07 4月, 2009 2 次提交
  17. 10 2月, 2009 3 次提交