- Nov 18, 2005
-
-
Andy Fleming authored
This seems to have gotten lost, so I'll resend. Signed-off-by:
Andy Fleming <afleming@freescale.com> * Added sysfs support to gianfar for modifying FIFO and stashing parameters * Updated driver to support 10 Mbit, full duplex operation * Improved comments throughout * Cleaned up and optimized offloading code * Fixed a bug where rx buffers were being improperly mapped and unmapped * (only manifested if cache-coherency was off) * Added support for using the eTSEC exact-match MAC registers * Bumped the version to 1.3 * Added support for distinguishing between reduced 100 and 10 Mbit modes * Modified default coalescing values to lower latency * Added documentation Signed-off-by:
Jeff Garzik <jgarzik@pobox.com>
-
Ananda Raju authored
This patch implements the UFO support in S2io driver. This patch uses the UFO interface available in linux-2.6.15 kernel. Signed-off-by:
Ananda Raju <ananda.raju@neterion.com> Signed-off-by:
Jeff Garzik <jgarzik@pobox.com>
-
- Nov 17, 2005
-
-
Zhu Yi authored
This fixes a slab corruption issue in the ipw2200 driver: it essentially multiplied the error log number _twice_ by the size of the error element entry (once explicitly in the code, and once implicitly as part of the regular pointer arithmetic). Cc: Henrik Brix Andersen <brix@gentoo.org> Cc: Bernard Blackham <bernard@blackham.com.au> Cc: Zilvinas Valinskas <zilvinas@gemtek.lt> Cc: Pekka Enberg <penberg@cs.helsinki.fi> Signed-off-by:
Zhu Yi <yi.zhu@intel.com> Signed-off-by:
Linus Torvalds <torvalds@osdl.org> --
-
Pekka Enberg authored
The function ipw_request_direct_scan() should bail out when the device is down. This fixes a lockup caused by wpa_supplicant triggering ipw_request_direct_scan() while the driver was in a middle of a reset due to firmware errors. Thanks to Zilvinas Valinskas for reporting the bug and helping me debug it. Signed-off-by:
Pekka Enberg <penberg@cs.helsinki.fi> Acked-by:
Zhu Yi <yi.zhu@intel.com> Signed-off-by:
Linus Torvalds <torvalds@osdl.org>
-
- Nov 16, 2005
-
-
Adrian Bunk authored
I wanted to remove the #include "hostap_ioctl.c" from hostap.c and build hostap_ioctl.c separately, but this doesn't work since hostap.c has the same name as the module. After renaming hostap.c this will be possible. Signed-off-by:
Adrian Bunk <bunk@stusta.de> Acked-by:
Jouni Malinen <jkmaline@cc.hut.fi> Signed-off-by:
John W. Linville <linville@tuxdriver.com>
-
Christophe Lucas authored
Signed-off-by:
Christophe Lucas <clucas@rotomalug.org> Signed-off-by:
Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by:
John W. Linville <linville@tuxdriver.com>
-
Carlo Perassi authored
Reading this driver I noticed some trailing whitespaces and tabs so I removed them with some 80th column fitting and a few more similar things. Signed-off-by:
Carlo Perassi <carlo@linux.it> Signed-off-by:
Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by:
John W. Linville <linville@tuxdriver.com>
-
Tobias Klauser authored
"grep "lmc_prot\." -r ." didn't show anything. lmc_proto.h seems to have the correct prototypes, and is actually used. Signed-off-by:
Tobias Klauser <tklauser@nuerscht.ch> Signed-off-by:
Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by:
John W. Linville <linville@tuxdriver.com>
-
John W. Linville authored
Making SkPciWriteCfgDWord a static inline produces a warning due to a forward declaration in skdrv2nd.h. This patch removes that declaration. Signed-off-by:
John W. Linville <linville@tuxdriver.com>
-
Adrian Bunk authored
No external user and that small - such a function should be static inline and not a global function. Signed-off-by:
Adrian Bunk <bunk@stusta.de> Signed-off-by:
John W. Linville <linville@tuxdriver.com>
-
- Nov 15, 2005
-
-
Toni Mueller authored
gcc4 doesn't allow typecasted lvals. Cc: "David S. Miller" <davem@davemloft.net> Signed-off-by:
Andrew Morton <akpm@osdl.org> Signed-off-by:
Linus Torvalds <torvalds@osdl.org>
-
- Nov 13, 2005
-
-
Olof Johansson authored
Enablement patch for the new PowerBooks (late 2005 edition). This enables the ATA controller, Gigabit ethernet and basic AGP setup. Bluetooth works out-of-the box after running hid2hci. Still remaining is to get the touchpad to work, the simple change of just adding the new USB ids isn't enough. Signed-off-by:
Olof Johansson <olof@lixom.net> Acked-by:
Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by:
Andrew Morton <akpm@osdl.org> Signed-off-by:
Linus Torvalds <torvalds@osdl.org>
-
Kumar Gala authored
Changed jobs and the Freescale address is no longer valid. Signed-off-by:
Kumar Gala <galak@kernel.crashing.org> Signed-off-by:
Andrew Morton <akpm@osdl.org> Signed-off-by:
Linus Torvalds <torvalds@osdl.org>
-
Jeff Garzik authored
Since few people need the support anymore, this moves the legacy pm_xxx functions to CONFIG_PM_LEGACY, and include/linux/pm_legacy.h. Signed-off-by:
Andrew Morton <akpm@osdl.org> Signed-off-by:
Linus Torvalds <torvalds@osdl.org>
-
Mitch Williams authored
Bonding source files still have changelogs in the comments. This, then, is an update to that changelog. Signed-off-by:
Mitch Williams <mitch.a.williams@intel.com> Acked-by:
Jay Vosburgh <fubar@us.ibm.com> Signed-off-by:
John W. Linville <linville@tuxdriver.com>
-
Mitch Williams authored
Minor spelling and whitespace corrections. Signed-off-by:
Mitch Williams <mitch.a.williams@intel.com> Acked-by:
Jay Vosburgh <fubar@us.ibm.com> Signed-off-by:
John W. Linville <linville@tuxdriver.com>
-
Mitch Williams authored
Update the version number for the bonding module. Since we've just added a significant new feature (sysfs support), bump the major number. Signed-off-by:
Mitch Williams <mitch.a.williams@intel.com> Acked-by:
Jay Vosburgh <fubar@us.ibm.com> Signed-off-by:
John W. Linville <linville@tuxdriver.com>
-
Mitch Williams authored
This large patch adds sysfs functionality to the channel bonding module. Bonds can be added, removed, and reconfigured at runtime without having to reload the module. Multiple bonds with different configurations are easily configured, and ifenslave is no longer required to configure bonds. Signed-off-by:
Mitch Williams <mitch.a.williams@intel.com> Acked-by:
Jay Vosburgh <fubar@us.ibm.com> Signed-off-by:
John W. Linville <linville@tuxdriver.com>
-
Mitch Williams authored
Make the /proc files show which ARP targets are in use by each bond. Signed-off-by:
Mitch Williams <mitch.a.williams@intel.com> Acked-by:
Jay Vosburgh <fubar@us.ibm.com> Signed-off-by:
John W. Linville <linville@tuxdriver.com>
-
Mitch Williams authored
With the sysfs interface, the user can remove entries from the ARP table at runtime. The ARP monitor code now allows for empty entries in the table. Signed-off-by:
Mitch Williams <mitch.a.williams@intel.com> Acked-by:
Jay Vosburgh <fubar@us.ibm.com> Signed-off-by:
John W. Linville <linville@tuxdriver.com>
-
Mitch Williams authored
The sysfs interface can create bonds at runtime, and __init code goes away after module init. Signed-off-by:
Mitch Williams <mitch.a.williams@intel.com> Acked-by:
Jay Vosburgh <fubar@us.ibm.com> Signed-off-by:
John W. Linville <linville@tuxdriver.com>
-
Mitch Williams authored
The sysfs interface can create bonds at runtime, so we need a separate function to do this, instead of just doing it in the module init code. Signed-off-by:
Mitch Williams <mitch.a.williams@intel.com> Acked-by:
Jay Vosburgh <fubar@us.ibm.com> Signed-off-by:
John W. Linville <linville@tuxdriver.com>
-
Mitch Williams authored
The sysfs code needs access these functions, so make them not static, and move the protos to the header file. Signed-off-by:
Mitch Williams <mitch.a.williams@intel.com> Acked-by:
Jay Vosburgh <fubar@us.ibm.com> Signed-off-by:
John W. Linville <linville@tuxdriver.com>
-
Mitch Williams authored
The sysfs code needs to know what these structs look like, so make them not static, and move the definition to the header. Signed-off-by:
Mitch Williams <mitch.a.williams@intel.com> Acked-by:
Jay Vosburgh <fubar@us.ibm.com> Signed-off-by:
John W. Linville <linville@tuxdriver.com>
-
Mitch Williams authored
Explicitly clear RLB flag during ALB init. This is needed for sysfs support, since the bond mode can be changed at runtime via sysfs. Signed-off-by:
Mitch Williams <mitch.a.williams@intel.com> Acked-by:
Jay Vosburgh <fubar@us.ibm.com> Signed-off-by:
John W. Linville <linville@tuxdriver.com>
-
Mitch Williams authored
Move memory allocations out of the spinlock during ALB init. This gets rid of a sleeping-inside-spinlock warning and accompanying stack dump. Signed-off-by:
Mitch Williams <mitch.a.williams@intel.com> Acked-by:
Jay Vosburgh <fubar@us.ibm.com> Signed-off-by:
John W. Linville <linville@tuxdriver.com>
-
Mitch Williams authored
Take the primary slave name shown in /proc from the actual slave dev instead of from the command-line parameter, which won't be present if the bond is created via sysfs. Signed-off-by:
Mitch Williams <mitch.a.williams@intel.com> Acked-by:
Jay Vosburgh <fubar@us.ibm.com> Signed-off-by:
John W. Linville <linville@tuxdriver.com>
-
Mitch Williams authored
Adds information about the recently-added transmit policy setting to each bond's /proc file. Signed-off-by:
Mitch Williams <mitch.a.williams@intel.com> Acked-by:
Jay Vosburgh <fubar@us.ibm.com> Signed-off-by:
John W. Linville <linville@tuxdriver.com>
-
Mitch Williams authored
Expand and correct the parameter descriptions shown by modinfo. Signed-off-by:
Mitch Williams <mitch.a.williams@intel.com> Acked-by:
Jay Vosburgh <fubar@us.ibm.com> Signed-off-by:
John W. Linville <linville@tuxdriver.com>
-
Mitch Williams authored
Add the bond name to all error messages so we can tell which one is complaining. Also reformats some error messages to be more consistent. Signed-off-by:
Mitch Williams <mitch.a.williams@intel.com> Acked-by:
Jay Vosburgh <fubar@us.ibm.com> Signed-off-by:
John W. Linville <linville@tuxdriver.com>
-
- Nov 12, 2005
-
-
Russell King authored
Use read/write IO operations rather than in/out, as per other SA1100 platforms. Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- Nov 11, 2005
-
-
Ralf Baechle authored
As part of the ISO C9x conversion gcc deprecates concatenation with __FUNCTION__ because __FUNCTION__ is not a preprocessor macro. Signed-off-by:
Clemens Buchacher <drizzd@aon.at> Signed-off-by:
Maximilian Attems <janitor@sternwelten.at> Signed-off-by:
Domen Puncer <domen@coderock.org> Signed-off-by:
Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by:
Ralf Baechle <ralf@linux-mips.org> Signed-off-by:
Jeff Garzik <jgarzik@pobox.com>
-
Pete Popov authored
The following patch support the SMC9111 present on DB1200 boards. Signed-off-by:
Nicolas Pitre <nico@cam.org> Signed-off-by:
Jeff Garzik <jgarzik@pobox.com>
-
Ralf Baechle authored
o Try to work around some of the undocumented "features" of the SAA9730 o Use netdev_priv() instead of the previous broken mechanism to allocate the private data structure. o Try to make sure we don't leak resources on exit. o No more need to call SET_MODULE_OWNER in 2.6. o Use pci_free_consistent instead of homegrown architecture-specific allocation. Signed-off-by:
Ralf Baechle <ralf@linux-mips.org> drivers/net/saa9730.c | 531 +++++++++++++++++++++++--------------------------- 1 files changed, 249 insertions(+), 282 deletions(-) Signed-off-by:
Jeff Garzik <jgarzik@pobox.com>
-
Ralf Baechle authored
Kill trailing whitespace, replace leading whitespace with tabs. Signed-off-by:
Ralf Baechle <ralf@linux-mips.org> drivers/net/saa9730.c | 98 +++++++++++++++++++++++++------------------------- 1 files changed, 49 insertions(+), 49 deletions(-) Signed-off-by:
Jeff Garzik <jgarzik@pobox.com>
-
Ayaz Abdulla authored
Added phy address 0 to the phy scan. Signed-off-by:
Ayaz Abdulla <aabdulla@nvidia.com>
-
Ayaz Abdulla authored
This patch contains support for different modes of interrupt mitigation of forcedeth. It includes changes based on Jeff's comments. Currently, the modes are changed through module parameters since ethtool does not support something similar. Signed-off-by:
Ayaz Abdulla <aabdulla@nvidia.com>
-
Ayaz Abdulla authored
Signed-off-by:
Ayaz Abdulla <aabdulla@nvidia.com>
-
Kumar Gala authored
To ensure that phy_mask and any future elements of the mii_bus structure are initialized use kzalloc() instead of kmalloc(). This fixes an issue in which phy_mask was not being initialized and we would skip random phy addresses when scanning. Signed-off-by:
Kumar Gala <galak@kernel.crashing.org> Signed-off-by:
Jeff Garzik <jgarzik@pobox.com>
-
Simon Kelley authored
* Merge PCMCIA card table with new Brodowski PCMCIA id table. * Add missing entries to PCMCIA id table. * Other tweaks to conform with Documentation/driver-changes.txt (types, call request_region, etc) * Fix size of requested IO region. * Reduce printk verbosity. * Remove EXPERIMENTAL * tweak to association code - don't force shared key authentication when wep in use. Signed-off-by:
Jeff Garzik <jgarzik@pobox.com>
-