1. 23 Apr, 2010 1 commit
  2. 16 Apr, 2010 1 commit
  3. 01 Apr, 2010 1 commit
  4. 30 Mar, 2010 3 commits
  5. 29 Mar, 2010 29 commits
  6. 28 Mar, 2010 3 commits
  7. 27 Mar, 2010 2 commits
    • Ken Kawasaki's avatar
      pcnet_cs: add new id · 1546a713
      Ken Kawasaki authored
      pcnet_cs:
       *add new id (Allied Telesis LM33-PCM-T Lan&Modem multifunction card)
       *use PROD_ID for LA-PCM.(because LA-PCM and LM33-PCM-T use the same MANF_ID).
      Signed-off-by: default avatarKen Kawasaki <ken_kawasaki@spring.nifty.jp>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      1546a713
    • Andy Gospodarek's avatar
      bonding: fix broken multicast with round-robin mode · a2fd940f
      Andy Gospodarek authored
      Round-robin (mode 0) does nothing to ensure that any multicast traffic
      originally destined for the host will continue to arrive at the host when
      the link that sent the IGMP join or membership report goes down.  One of
      the benefits of absolute round-robin transmit.
      
      Keeping track of subscribed multicast groups for each slave did not seem
      like a good use of resources, so I decided to simply send on the
      curr_active slave of the bond (typically the first enslaved device that
      is up).  This makes failover management simple as IGMP membership
      reports only need to be sent when the curr_active_slave changes.  I
      tested this patch and it appears to work as expected.
      
      Originally reported by Lon Hohberger <lhh@redhat.com>.
      Signed-off-by: default avatarAndy Gospodarek <andy@greyhouse.net>
      CC: Lon Hohberger <lhh@redhat.com>
      CC: Jay Vosburgh <fubar@us.ibm.com>
      Signed-off-by: default avatarJay Vosburgh <fubar@us.ibm.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      a2fd940f