1. 12 5月, 2013 2 次提交
  2. 25 4月, 2013 4 次提交
  3. 20 4月, 2013 8 次提交
  4. 03 4月, 2013 1 次提交
  5. 30 3月, 2013 5 次提交
  6. 23 3月, 2013 2 次提交
  7. 08 3月, 2013 1 次提交
  8. 19 2月, 2013 4 次提交
  9. 14 2月, 2013 1 次提交
  10. 11 2月, 2013 4 次提交
  11. 05 2月, 2013 2 次提交
  12. 03 2月, 2013 1 次提交
  13. 31 1月, 2013 2 次提交
  14. 27 1月, 2013 3 次提交
    • J
      qlcnic: add support for FDB netdevice ops. · fe1adc6b
      Jitendra Kalsaria 提交于
      Providing communication channel between KVM and e-Switch so that it
      can be informed when hypervisor configures a MAC address and VLAN.
      
      qlcnic_mac_learn module param usage will be changed to:
      	0 = MAC learning is disable
      	1 = Driver learning is enable
      	2 = FDB learning is enable
      Signed-off-by: NJitendra Kalsaria <jitendra.kalsaria@qlogic.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      fe1adc6b
    • J
      qlcnic: sleeping function called from invalid context · 1d9219dd
      Jitendra Kalsaria 提交于
      device eth0 entered promiscuous mode
      BUG: sleeping function called from invalid context at mm/slub.c:930
      in_atomic(): 1, irqs_disabled(): 0, pid: 5911, name: brctl
      INFO: lockdep is turned off.
      Pid: 5911, comm: brctl Tainted: GF       W  O 3.6.0-0.rc7.git1.4.fc18.x86_64 #1
      Call Trace:
      [<ffffffff810a29ca>] __might_sleep+0x18a/0x240
      [<ffffffff811b5d77>] __kmalloc+0x67/0x2d0
      [<ffffffffa00a61a9>] ? qlcnic_alloc_lb_filters_mem+0x59/0xa0 [qlcnic]
      [<ffffffffa00a61a9>] qlcnic_alloc_lb_filters_mem+0x59/0xa0 [qlcnic]
      [<ffffffffa009e1c1>] qlcnic_set_multi+0x81/0x100 [qlcnic]
      [<ffffffff8159cccf>] __dev_set_rx_mode+0x5f/0xb0
      [<ffffffff8159cd4f>] dev_set_rx_mode+0x2f/0x50
      [<ffffffff8159d00c>] dev_set_promiscuity+0x3c/0x50
      [<ffffffffa05ed728>] br_add_if+0x1e8/0x400 [bridge]
      [<ffffffffa05ee2df>] add_del_if+0x5f/0x90 [bridge]
      [<ffffffffa05eee0b>] br_dev_ioctl+0x4b/0x90 [bridge]
      [<ffffffff8159d613>] dev_ifsioc+0x373/0x3b0
      [<ffffffff8159d78f>] dev_ioctl+0x13f/0x860
      [<ffffffff812dd6e1>] ? avc_has_perm_flags+0x31/0x2c0
      [<ffffffff8157c18d>] sock_do_ioctl+0x5d/0x70
      [<ffffffff8157c21d>] sock_ioctl+0x7d/0x2c0
      [<ffffffff812df922>] ? inode_has_perm.isra.48.constprop.61+0x62/0xa0
      [<ffffffff811e4979>] do_vfs_ioctl+0x99/0x5a0
      [<ffffffff812df9f7>] ? file_has_perm+0x97/0xb0
      [<ffffffff810d716d>] ? trace_hardirqs_on+0xd/0x10
      [<ffffffff811e4f19>] sys_ioctl+0x99/0xa0
      [<ffffffff816e7369>] system_call_fastpath+0x16/0x1b
      br0: port 1(eth0) entered forwarding state
      br0: port 1(eth0) entered forwarding state
      Signed-off-by: NJitendra Kalsaria <jitendra.kalsaria@qlogic.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      1d9219dd
    • M
      qlcnic: avoid mixed mode interrupts for some adapter types · 9a97e705
      Manish chopra 提交于
      o Some adapter types do not support co-existence of Legacy Interrupt with
        MSI-x or MSI among multiple functions. For those adapters, prevent attaching
        to a function during normal load, if MSI-x or MSI vectors are not available.
      o Using module parameters use_msi=0 and use_msi_x=0, driver can be loaded in
        legacy mode for all functions in the adapter.
      Signed-off-by: NManish Chopra <manish.chopra@qlogic.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      9a97e705