1. 17 2月, 2010 5 次提交
  2. 13 2月, 2010 1 次提交
  3. 28 1月, 2010 1 次提交
  4. 26 1月, 2010 1 次提交
  5. 18 1月, 2010 2 次提交
  6. 08 1月, 2010 1 次提交
  7. 21 12月, 2009 1 次提交
  8. 19 12月, 2009 2 次提交
  9. 04 12月, 2009 6 次提交
  10. 03 12月, 2009 2 次提交
  11. 04 11月, 2009 1 次提交
  12. 04 9月, 2009 1 次提交
  13. 01 9月, 2009 1 次提交
  14. 29 8月, 2009 1 次提交
  15. 23 8月, 2009 8 次提交
  16. 16 8月, 2009 1 次提交
  17. 02 8月, 2009 1 次提交
  18. 27 7月, 2009 1 次提交
  19. 24 6月, 2009 1 次提交
  20. 18 6月, 2009 1 次提交
    • J
      net: group address list and its count · 31278e71
      Jiri Pirko 提交于
      This patch is inspired by patch recently posted by Johannes Berg. Basically what
      my patch does is to group list and a count of addresses into newly introduced
      structure netdev_hw_addr_list. This brings us two benefits:
      1) struct net_device becames a bit nicer.
      2) in the future there will be a possibility to operate with lists independently
         on netdevices (with exporting right functions).
      I wanted to introduce this patch before I'll post a multicast lists conversion.
      Signed-off-by: NJiri Pirko <jpirko@redhat.com>
      
       drivers/net/bnx2.c              |    4 +-
       drivers/net/e1000/e1000_main.c  |    4 +-
       drivers/net/ixgbe/ixgbe_main.c  |    6 +-
       drivers/net/mv643xx_eth.c       |    2 +-
       drivers/net/niu.c               |    4 +-
       drivers/net/virtio_net.c        |   10 ++--
       drivers/s390/net/qeth_l2_main.c |    2 +-
       include/linux/netdevice.h       |   17 +++--
       net/core/dev.c                  |  130 ++++++++++++++++++--------------------
       9 files changed, 89 insertions(+), 90 deletions(-)
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      31278e71
  21. 09 6月, 2009 1 次提交