Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | netdev: ethernet dev_alloc_skb to netdev_alloc_skb | Pradeep A Dalvi | 2012-02-06 | 1 | -1/+1 |
| | | | | | | | | Replaced deprecating dev_alloc_skb with netdev_alloc_skb in drivers/net/ethernet - Removed extra skb->dev = dev after netdev_alloc_skb Signed-off-by: Pradeep A Dalvi <netdev@pradeepdalvi.com> Signed-off-by: David S. Miller <davem@davemloft.net> | ||||
* | net: remove use of ndo_set_multicast_list in drivers | Jiri Pirko | 2011-08-17 | 1 | -1/+1 |
| | | | | | | | replace it by ndo_set_rx_mode Signed-off-by: Jiri Pirko <jpirko@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net> | ||||
* | 3c*/acenic/typhoon: Move 3Com Ethernet drivers | Jeff Kirsher | 2011-08-10 | 1 | -0/+896 |
Moves the 3Com drivers into drivers/net/ethernet/3com/ and the necessary Kconfig and Makefile changes. Did not move the following drivers becuase they use a non-3Com chipset: 3c503, 3c505, 3c507, 3c523 and 3c527 CC: Steffen Klassert <klassert@mathematik.tu-chemnitz.de> CC: David Dillow <dave@thedillows.org> CC: Jes Sorensen <jes@trained-monkey.org> CC: Alan Cox <alan@linux.intel.com> CC: David Hinds <dahinds@users.sourceforge.net> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Acked-by: David Dillow <dave@thedillows.org> |