David S. Miller
06eb4eafbd
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
2012-04-10 14:30:45 -04:00
Richard Cochran
65198be226
etherh: Support the get_ts_info ethtool method.
...
Signed-off-by: Richard Cochran <richardcochran@gmail.com >
Signed-off-by: David S. Miller <davem@davemloft.net >
2012-04-04 05:28:46 -04:00
David Howells
9ffc93f203
Remove all #inclusions of asm/system.h
...
Remove all #inclusions of asm/system.h preparatory to splitting and killing
it. Performed with the following command:
perl -p -i -e 's!^#\s*include\s*<asm/system[.]h>.*\n!!' `grep -Irl '^#\s*include\s*<asm/system[.]h>' *`
Signed-off-by: David Howells <dhowells@redhat.com >
2012-03-28 18:30:03 +01:00
David Howells
9f97da78bf
Disintegrate asm/system.h for ARM
...
Disintegrate asm/system.h for ARM.
Signed-off-by: David Howells <dhowells@redhat.com >
cc: Russell King <linux@arm.linux.org.uk >
cc: linux-arm-kernel@lists.infradead.org
2012-03-28 18:30:01 +01: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
644570b830
8390: Move the 8390 related drivers
...
Moves the drivers for the National Semi-conductor 8390 chipset into
drivers/net/ethernet/8390/ and the necessary Kconfig and Makefile
changes.
CC: Donald Becker <becker@scyld.com >
CC: Paul Gortmaker <paul.gortmaker@windriver.com >
CC: Alain Malek <alain.malek@cryogen.com >
CC: Peter De Schrijver <p2@mind.be >
CC: "David Huggins-Daines" <dhd@debian.org >
CC: Wim Dumon <wimpie@kotnet.org >
CC: Yoshinori Sato <ysato@users.sourceforge.jp >
CC: David Hinds <dahinds@users.sourceforge.net >
CC: Russell King <linux@arm.linux.org.uk >
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com >
2011-08-10 19:54:25 -07:00