- 20 Mar, 2003 35 commits
-
-
Jeff Garzik authored
Also, bump version to 1.5. Leak fix contributed by Don Fry @ IBM
-
Jeff Garzik authored
into redhat.com:/garz/repo/net-drivers-2.5
-
Jeb J. Cramer authored
* Previous patch wiped NAPI support, adding it back here. But, with a twist: this one doesn't disable/enable interrupts each time we enter/leave polling. (It's EXPERIMENTAL).
-
Jeb J. Cramer authored
* Corrected indentation from previous patches
-
Jeb J. Cramer authored
* Fixed controller wake-up through ASF
-
Jeb J. Cramer authored
* Added Interrupt Throttle Rate tuning support
-
Jeb J. Cramer authored
* Added method to flush Tx FIFO after link disconnect; the hardware hangs on to Tx skb's that were in flight prior to link loss
-
Jeb J. Cramer authored
* Miscellaneous whitespace changes
-
Jeb J. Cramer authored
* Changed "Compaq" branding to "HP"
-
Jeb J. Cramer authored
* Optimized E1000_*_REG macros
-
Jeb J. Cramer authored
* Completely clean Tx descriptor to avoid potential dirty descriptor fetching (rare, but possible)
-
Jeb J. Cramer authored
* ISR cleanup; performing single PCI read
-
Jeb J. Cramer authored
* Removed modulus math; decreases CPU utilization, especially on PPC64 [anton@samba.org]
-
Jeb J. Cramer authored
* Added MII support
-
Jeb J. Cramer authored
* Added support for 82541 and 82547 gigabit ethernet adapters
-
Jeb J. Cramer authored
* Fixed IRQ registration bug; IRQ now registered after resources are acquired
-
Jeb J. Cramer authored
* Setting speed/duplex is now it's own routine * Update ETHTOOL_GEEPROM routine to use new eeprom size variable
-
Jeb J. Cramer authored
* Version, copyright, changelog and MAINTAINERS updates
-
Jeb J. Cramer authored
* Documentation/networking/e1000.txt updates
-
Osamu Tomita authored
This is the patch to support NEC PC-9800 subarchitecture against 2.5.65-ac1. (9/14) C-bus(PC98's legacy bus like ISA) network cards support. Change IO port and IRQ assign. Add NE2000 compatible driver for PC-9800. PCI netwwork card works fine without patch. Regards, Osamu Tomita
-
Scott Feldman authored
On Thu, 20 Mar 2003, Scott Feldman wrote: * Check if ASF is enabled in EEPROM, and if so, enable PME wakeup when suspending.
-
Scott Feldman authored
On Thu, 20 Mar 2003, Scott Feldman wrote: * Bug fix: read wrong byte in EEPROM when offset is odd number * Bug fix: memory leak in ETHTOOL_GSTRINGS [Oleg Drokin <green@linuxhacker.ru]
-
Scott Feldman authored
On Thu, 20 Mar 2003, Scott Feldman wrote: * Validate updates to MAC address as valid ethernet address.
-
Scott Feldman authored
On Thu, 20 Mar 2003, Scott Feldman wrote: * Bug fix on e100_close when repeating hot remove/hot add from team. Basically need to disable interurpts and unregister handler before shutting h/w down. * Need to mask only the relevant bits in the interrupt status register
-
Scott Feldman authored
On Thu, 20 Mar 2003, Scott Feldman wrote: * Honor WOL settings in EEPROM: only advertise WOL magic packet if in EEPROM.
-
Scott Feldman authored
On Thu, 20 Mar 2003, Scott Feldman wrote: * ICH5 support: chipset integrated LAN (8255x) * PHY loopback diags is broken on all ICHs
-
Scott Feldman authored
On Thu, 20 Mar 2003, Scott Feldman wrote: * Bug fix when changing to non-autoneg, device may lose link with some switches, so try to recover link by forcing PHY.
-
Scott Feldman authored
On Thu, 20 Mar 2003, Scott Feldman wrote: * Get rid of all of the strong marketing brand strings and replace with simple pci_device_id table. pci.ids should be the master list for device ID/strings.
-
Scott Feldman authored
On Thu, 20 Mar 2003, Scott Feldman wrote: * Bug fix on setting up Tx csum
-
Scott Feldman authored
On Thu, 20 Mar 2003, Scott Feldman wrote: * clean up #includes
-
Scott Feldman authored
On Thu, 20 Mar 2003, Scott Feldman wrote: * Add support for VLAN hw offload
-
Scott Feldman authored
On Thu, 20 Mar 2003, Scott Feldman wrote: * Spelling mistakes
-
Scott Feldman authored
On Thu, 20 Mar 2003, Scott Feldman wrote: * Update version, copyright year, changelog
-
Scott Feldman authored
On Thu, 20 Mar 2003, Scott Feldman wrote: * Update Documentation/networking/e100.txt
-
Scott Feldman authored
On Thu, 20 Mar 2003, Scott Feldman wrote: * Back this patch out - we'll add it later. I was working against 2.5.64 when this was checked into 2.5.65, so it messed up my patches.
-
- 18 Mar, 2003 5 commits
-
-
Andrew Morton authored
Patch from Bob Miller <rem@osdl.org> The get_disk() function should check the return value from kobject_get() before passing it to to_disk(). This patch fixes this error. (Acked by Pat)
-
Andrew Morton authored
Patch from Andreas Gruenbacher <agruen@suse.de> In both 2.5 and 2.4, the fs/nfsd/vfs.c:nfsd_symlink() function calls down to notify_change(). If notify_change fails for some reason, the error code is not converted to an nfs no-the-wire error code as is should. The attached patches fix that (one for 2.4, the other for 2.5).
-
Andrew Morton authored
Patch from Martin J. Bligh and Dave Hansen People with ordinary PCs are accidentally turning on NUMA support, and people with NUMA machines are finding the NUMA option mysteriously disappearing. This patch sets the defaults to sane things for everyone, and only allows you to turn on NUMA with both SMP and 64Gb support on (it's useful for the distros on non-Summit boxes, but not on their UP kernels ;-)). I've also moved it below the highmem options, as it logically depends on them, so this makes more sense. For those searching for NUMA support on *real* NUMA machine, Dave has provided some guiding comments to show them what they messed up (it's totally non-obvious). Hopefully this will stop people's recent unfortunate foot-wounds (I think UP machines were defaulting to NUMA on ... oops).
-
Andrew Morton authored
This makes sysrq facilities available to remote users. Writing a 'C' to /proc/sysrq-trigger receives the same treatment as typing sysrq-C on the local keyboard.
-
Andrew Morton authored
Patch from Dave Hansen <haveblue@us.ibm.com> Adds some commentary to these newly-introduced macros.
-