Rajesh Borundia
a7ffa28944
netxen: Fix vhdr_len in case of non vlan packets.
...
o Set vlan header length to zero.
Signed-off-by: Rajesh Borundia <rajesh.borundia@qlogic.com >
Signed-off-by: David S. Miller <davem@davemloft.net >
2011-09-20 14:57:15 -04:00
Ian Campbell
da7ebfd760
qlge: convert to SKB paged frag API.
...
Signed-off-by: Ian Campbell <ian.campbell@citrix.com >
Cc: Anirban Chakraborty <anirban.chakraborty@qlogic.com >
Cc: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com >
Cc: Ron Mercer <ron.mercer@qlogic.com >
Cc: linux-driver@qlogic.com
Cc: netdev@vger.kernel.org
Signed-off-by: David S. Miller <davem@davemloft.net >
2011-09-15 15:35:00 -04:00
Ian Campbell
e0ee9b98d5
qlcnic: convert to SKB paged frag API.
...
Signed-off-by: Ian Campbell <ian.campbell@citrix.com >
Cc: Anirban Chakraborty <anirban.chakraborty@qlogic.com >
Cc: Sony Chacko <sony.chacko@qlogic.com >
Cc: linux-driver@qlogic.com
Cc: netdev@vger.kernel.org
Signed-off-by: David S. Miller <davem@davemloft.net >
2011-09-15 15:35:00 -04:00
Ian Campbell
2af830e591
qla3xxx: convert to SKB paged frag API.
...
Signed-off-by: Ian Campbell <ian.campbell@citrix.com >
Cc: Ron Mercer <ron.mercer@qlogic.com >
Cc: linux-driver@qlogic.com
Cc: netdev@vger.kernel.org
Signed-off-by: David S. Miller <davem@davemloft.net >
2011-09-15 15:35:00 -04:00
Ian Campbell
e859ce4c64
netxen: convert to SKB paged frag API.
...
Signed-off-by: Ian Campbell <ian.campbell@citrix.com >
Cc: Sony Chacko <sony.chacko@qlogic.com >
Cc: Rajesh Borundia <rajesh.borundia@qlogic.com >
Cc: netdev@vger.kernel.org
Signed-off-by: David S. Miller <davem@davemloft.net >
2011-09-15 15:34:59 -04:00
Sucheta Chakraborty
728a98b831
qlcnic: add beacon test support.
...
Beacon test flashes both port LEDs instead of just 1 LED of a port.
Updated driver version to 5.0.23.
Signed-off-by: Sucheta Chakraborty <sucheta.chakraborty@qlogic.com >
Signed-off-by: Sony Chacko <sony.chacko@qlogic.com >
Signed-off-by: David S. Miller <davem@davemloft.net >
2011-08-29 22:52:50 -04:00
Sritej Velaga
9254b75149
qlcnic: fix cdrp race condition
...
Reading CRB registers(if reqd) before releasing the api lock.
Signed-off-by: Sritej Velaga <sritej.velaga@qlogic.com >
Signed-off-by: Sony Chacko <sony.chacko@qlogic.com >
Signed-off-by: David S. Miller <davem@davemloft.net >
2011-08-29 22:52:50 -04:00
Sritej Velaga
a2050c7eee
qlcnic: Add FLT entry for CO cards FW image region
...
The FLT entry for FW image region has changed for C0 cards.
Updated the driver to look at the right region in the FLT.
Signed-off-by: Sritej Velaga <sritej.velaga@qlogic.com >
Signed-off-by: Sony Chacko <sony.chacko@qlogic.com >
Signed-off-by: David S. Miller <davem@davemloft.net >
2011-08-29 22:52:50 -04:00
Manish chopra
df3cfbe30b
qlcnic: Change debug messages in loopback path
...
Added more debug messages while loopback test in progress
Signed-off-by: Manish chopra <Manish.Chopra@qlogic.com >
Signed-off-by: Sony Chacko <sony.chacko@qlogic.com >
Signed-off-by: David S. Miller <davem@davemloft.net >
2011-08-29 22:52:50 -04:00
Sony Chacko
44f65b2902
qlcnic: detect fan failure
...
Signed-off-by: Sony Chacko <sony.chacko@qlogic.com >
Signed-off-by: David S. Miller <davem@davemloft.net >
2011-08-29 22:52:49 -04:00
Jeff Kirsher
88f07484cc
drivers/net/ethernet/*: Enabled vendor Kconfig options
...
Based on finds for Stephen Rothwell, where current defconfig's
enable a ethernet driver and it is not compiled due to the newly
added NET_VENDOR_* component of Kconfig.
This patch enables all the "new" Kconfig options so that current
defconfig's will continue to compile the expected drivers. In
addition, by enabling all the new Kconfig options does not add
any un-expected options.
CC: Stephen Rothwll <sfc@canb.auug.org.au >
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com >
2011-08-27 00:58:56 -07:00
Jiri Pirko
afc4b13df1
net: remove use of ndo_set_multicast_list in drivers
...
replace it by ndo_set_rx_mode
Signed-off-by: Jiri Pirko <jpirko@redhat.com >
Signed-off-by: David S. Miller <davem@davemloft.net >
2011-08-17 20:22:03 -07:00
Jeff Kirsher
aa43c2158d
qlogic: Move the QLogic drivers
...
Moves the QLogic drivers into drivers/net/ethernet/qlogic/ and
the necessary Kconfig and Makefile changes.
CC: Ron Mercer <ron.mercer@qlogic.com >
CC: Amit Kumar Salecha <amit.salecha@qlogic.com >
CC: Anirban Chakraborty <anirban.chakraborty@qlogic.com >
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com >
Acked-by: Anirban Chakraborty <anirban.chakraborty@qlogic.com >
2011-08-10 20:03:49 -07:00