1. 27 11月, 2011 3 次提交
  2. 12 8月, 2011 1 次提交
  3. 07 6月, 2011 1 次提交
  4. 31 3月, 2011 1 次提交
  5. 09 11月, 2010 1 次提交
  6. 09 9月, 2010 1 次提交
  7. 06 5月, 2010 3 次提交
  8. 22 4月, 2010 1 次提交
  9. 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
  10. 19 3月, 2010 1 次提交
    • A
      KS8851: Avoid NULL pointer in set rx mode · 658cc524
      Abraham Arce 提交于
      Kernel NULL pointer dereference when setting mode for IFF_MULTICAST.
      Tested on SDP OMAP4430 board.
      
      ks8851 spi1.0: message enable is 0
      ks8851 spi1.0: revision 0, MAC f2:f4:2f:56:37:de, IRQ 194
      Unable to handle kernel NULL pointer dereference at virtual address 00000000
      pgd = c0004000
      [00000000] *pgd=00000000
      Internal error: Oops: 5 [#1] PREEMPT SMP
      last sysfs file:
      Modules linked in:
      CPU: 0    Not tainted  (2.6.34-rc1-01039-g38d7ed1-dirty #3)
      PC is at ks8851_set_rx_mode+0x88/0x124
      LR is at bitrev32+0x24/0x2c
      
      <snip>
      
      Backtrace:
      [<c01bfbd8>] ? (ks8851_set_rx_mode+0x0/0x124)
      [<c01d4164>] (__dev_set_rx_mode+0x0/0x90)
      [<c01dc460>] (dev_mc_add+0x0/0x78)
      [<c021f0bc>] (igmp_group_added+0x0/0x64)
      [<c021f174>] (ip_mc_inc_group+0x0/0x150)
      [<c021f3b8>] (ip_mc_up+0x0/0x64)
      [<c0219eb0>] (inetdev_event+0x0/0x3d4)
      [<c0066818>] (notifier_call_chain+0x0/0x78)
      [<c00668b8>] (__raw_notifier_call_chain+0x0/0x24)
      [<c00668dc>] (raw_notifier_call_chain+0x0/0x28)
      [<c01d7484>] (call_netdevice_notifiers+0x0/0x24)
      [<c01d7780>] (__dev_notify_flags+0x0/0x68)
      [<c01d77e8>] (dev_change_flags+0x0/0x4c)
      [<c001f0bc>] (ip_auto_config+0x0/0xf1c)
      [<c0028490>] (do_one_initcall+0x0/0x1bc)
       [<c00084dc>] (kernel_init+0x0/0x234)
      Code: e15130bc e1833012 e14130bc e5943000 (e5934000)
      ---[ end trace ed0fb00a94142792 ]---
      Kernel panic - not syncing: Fatal exception in interrupt
      Signed-off-by: NAbraham Arce <x0066660@ti.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      658cc524
  11. 17 3月, 2010 1 次提交
    • J
      drivers/net/ks*: Use netdev_<level>, netif_<level> and pr_<level> · 0dc7d2b3
      Joe Perches 提交于
      I'm not sure this is correct.
      
      It changes logging macros from:
      	dev_<level>(&ks->spidev->dev,
      to
      	netdev_<level>(ks->netdev,
      
      Comments?
      
      Use netdev_<level>
      Use netif_<level>
      Use pr_<level>
      Add #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
      Add missing line to message in ks8851_remove
      Change kmalloc/memset(,0) to kzalloc
      Remove ks_<level> macros
      Consolidation code into set_media_state
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      0dc7d2b3
  12. 26 2月, 2010 1 次提交
  13. 13 2月, 2010 1 次提交
  14. 05 2月, 2010 1 次提交
  15. 04 12月, 2009 1 次提交
  16. 21 10月, 2009 3 次提交
  17. 23 9月, 2009 1 次提交
  18. 01 9月, 2009 1 次提交
  19. 20 7月, 2009 1 次提交