Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-09-20 | netxen: Fix vhdr_len in case of non vlan packets. | Rajesh Borundia | 1 | -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-15 | netxen: convert to SKB paged frag API. | Ian Campbell | 1 | -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-17 | net: remove use of ndo_set_multicast_list in drivers | Jiri Pirko | 1 | -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-10 | qlogic: Move the QLogic drivers | Jeff Kirsher | 9 | -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]> |