1. 07 4月, 2012 1 次提交
  2. 02 11月, 2011 1 次提交
  3. 04 10月, 2011 1 次提交
  4. 18 8月, 2011 1 次提交
  5. 12 8月, 2011 1 次提交
  6. 07 6月, 2011 1 次提交
  7. 30 4月, 2011 2 次提交
  8. 07 12月, 2010 1 次提交
  9. 18 10月, 2010 1 次提交
  10. 17 8月, 2010 1 次提交
  11. 10 5月, 2010 1 次提交
  12. 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
  13. 19 2月, 2010 1 次提交
  14. 13 2月, 2010 1 次提交
  15. 08 1月, 2010 1 次提交
  16. 04 12月, 2009 1 次提交
  17. 14 10月, 2009 1 次提交
  18. 01 9月, 2009 1 次提交
  19. 20 7月, 2009 1 次提交
  20. 07 4月, 2009 1 次提交
  21. 22 1月, 2009 5 次提交
  22. 11 1月, 2009 1 次提交
  23. 22 11月, 2008 1 次提交
  24. 04 11月, 2008 1 次提交
  25. 31 5月, 2008 1 次提交
  26. 22 5月, 2008 1 次提交
    • G
      [SC92031] Using padto turned driver into an IPv6-only interface · 5a0a92e6
      Gerrit Renker 提交于
      IPv4 would work with this driver only with static arp table entries,
      the patch  reverts a padto introduced in
      
       commit 26a17b7b
       sc92031: start transmit return value bugfix
      
      The padto does not work because the driver code evaluates `len' later on and
      there are cases where skb->len is not updated accordingly.
      
      This was observed with ARP frames (skb->len = 42 bytes, !skb_cloned(),
      skb_tailroom = 84 bytes). Then in skb_pad(), the first condition is true, where
      skb->len is not updated. As a consequence, the driver uses 42 bytes instead of
      the 60 bytes, and the ARP frame never makes it onto the wire.
      Signed-off-by: NGerrit Renker <gerrit@erg.abdn.ac.uk>
      Signed-off-by: NJeff Garzik <jgarzik@redhat.com>
      5a0a92e6
  27. 17 4月, 2008 3 次提交
  28. 12 4月, 2008 1 次提交
  29. 11 10月, 2007 2 次提交
  30. 01 8月, 2007 1 次提交
  31. 26 4月, 2007 1 次提交
  32. 10 4月, 2007 1 次提交