aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/qlogic/netxen
AgeCommit message (Collapse)AuthorFilesLines
2011-09-20netxen: Fix vhdr_len in case of non vlan packets.Rajesh Borundia1-1/+1
o Set vlan header length to zero. Signed-off-by: Rajesh Borundia <[email protected]> Signed-off-by: David S. Miller <[email protected]>
2011-09-15netxen: convert to SKB paged frag API.Ian Campbell1-2/+2
Signed-off-by: Ian Campbell <[email protected]> Cc: Sony Chacko <[email protected]> Cc: Rajesh Borundia <[email protected]> Cc: [email protected] Signed-off-by: David S. Miller <[email protected]>
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
replace it by ndo_set_rx_mode Signed-off-by: Jiri Pirko <[email protected]> Signed-off-by: David S. Miller <[email protected]>
2011-08-10qlogic: Move the QLogic driversJeff Kirsher9-0/+11460
Moves the QLogic drivers into drivers/net/ethernet/qlogic/ and the necessary Kconfig and Makefile changes. CC: Ron Mercer <[email protected]> CC: Amit Kumar Salecha <[email protected]> CC: Anirban Chakraborty <[email protected]> Signed-off-by: Jeff Kirsher <[email protected]> Acked-by: Anirban Chakraborty <[email protected]>