summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Collapse)AuthorAgeFilesLines
* Merge with Linux 2.1.131 and more MIPS goodies.Ralf Baechle1999-01-0484-5508/+21573
| | | | (Did I mention that CVS is buggy ...)
* splitted up sonic to make code reusable for other architecturesThomas Bogendoerfer1998-10-184-314/+342
|
* o Make it work on CPUs with 128 byte cachelines.Ralf Baechle1998-10-141-2/+2
| | | | | | | | | o Implement handlers for VCEI / VCED exceptions. Install them only on SC / MC versions of the R4000 and R4400 which saves us four instructions per exception on other CPUs. o Print the number of VCED / VCEI exceptions in /proc/cpuinfo, iff available. o Many performance fixes for the SC / MC versions of R4000 and R4400.
* - Merge with Linux 2.1.121.Ralf Baechle1998-09-1921-780/+4295
| | | | - Bugfixes.
* avoid probing for 0xffe0Thomas Bogendoerfer1998-08-281-2/+2
|
* o Merge with Linux 2.1.116.Ralf Baechle1998-08-25107-8414/+27247
| | | | | o New Newport console code. o New G364 console code.
* fixed race in transmit; this time it worksThomas Bogendoerfer1998-08-222-75/+66
| | | | minor cleanups
* o Merge with Linux 2.1.100.Ralf Baechle1998-06-3014-213/+152
| | | | | | | | | | | | | | | | | | o Cleanup the machine dependencies of floppy and rtc. The driver for the Dallas thingy in the Indy is still missing. o Handle allocation of zero'd pages correct for R4000SC / R4400SC. o Page colouring shit to match the virtual and physical colour of all mapped pages. This tends to produce extreme fragmentation problems, so it's deactivated for now. Users of R4000SC / R4400SC may re-enable the code in arch/mips/mm/init.c by removing the definition of CONF_GIVE_A_SHIT_ABOUT_COLOURS. Should get them somewhat further - but don't shake to hard ... o Fixed ptrace(2)-ing of syscalls, strace is now working again. o Fix the interrupt forwarding from the keyboard driver to the psaux driver, PS/2 mice are now working on the Indy. The fix is somewhat broken as it prevents generic kernels for Indy and machines which handle things different. o Things I can't remember.
* o Merge with Linux 2.1.99.Ralf Baechle1998-05-0733-432/+3140
| | | | | o Fix ancient bug in the ELF loader making ldd crash. o Fix ancient bug in the keyboard code for SGI, SNI and Jazz.
* o Merge with Linux 2.1.91.Ralf Baechle1998-04-0510-2376/+3281
| | | | | | | | | o First round of bugfixes for the SC/MC CPUs. o FPU context switch fixes. o Lazy context switches. o Faster syscalls. o Removed dead code. o Shitloads of other things I forgot ...
* o Merge with Linux 2.1.90.Ralf Baechle1998-03-1813-2326/+2738
| | | | | o Divide L1 cache sizes by 1024 before printing, makes the numbers a bit more credible ...
* Forgot those ...Ralf Baechle1998-03-171-0/+413
|
* Look Ma' what I found on my harddisk ...Ralf Baechle1998-03-17118-9984/+13261
| | | | | | | o New faster syscalls for 2.1.x, too o Upgrade to 2.1.89. Don't try to run this. It's flaky as hell. But feel free to debug ...
* Cache fixes, part #1.Ralf Baechle1998-03-031-4/+4
|
* Upgrade to 2.1.73.Ralf Baechle1998-03-037-226/+2272
|
* Merge with Linux 2.1.72, part 3.Ralf Baechle1997-12-1627-0/+17189
|
* Merge with Linux 2.1.72, part 2.Ralf Baechle1997-12-1623-0/+1260
| | | | | | The new signal code with exception of the code for the rt signals. The definitions in <asm/siginfo.h> and <asm/ucontext.h> are currently just stolen from the Alpha and will need to be overhauled.
* Merge with Linux 2.1.72, part 1.Ralf Baechle1997-12-1643-16590/+212
|
* Merge with Linux 2.1.67.Ralf Baechle1997-12-06119-15705/+24967
|
* Fix the large number of ``transmit timed out'' messages the driverRalf Baechle1997-12-061-1/+3
| | | | was producing.
* Part #2 merging back my changes ...Ralf Baechle1997-12-015-9/+10
|
* Merge with 2.1.56 as first part of merging back my code.Ralf Baechle1997-12-016-3/+364
|
* Fixed bus error by avoiding HPC bug affecting reads of dma registers.Mark Salter1997-09-161-14/+15
| | | | Thanks for the docs, Ariel!
* Remove files that were removed between 2.1.49 and 2.1.55. SomehowRalf Baechle1997-09-122-206/+0
| | | | my script to do that broke :-(
* Merge with Linux 2.1.55. More bugfixes and goodies from my privateRalf Baechle1997-09-1237-3139/+8350
| | | | CVS archive.
* Mark Salter's patch to fix the excessive eth0 timeout bug.Mike Shaver1997-08-201-22/+26
| | | | | | | | | | | | | | | | | Mark's description of the problem: This patch seems to have fixed the excessive ethernet timeouts I've been seeing. The problem was a race condition when queueing another packet for transmisson. The code in sgiseeq_start_xmit() would try to start another transmission from the head of the transmit queue if the HPC was inactive. Because interrupts are off at this time, it was possible that that packet had been transmitted but the queue head had not been advanced by an interrupt service. This resulted in a duplicate packet being sent over the wire and when interrupts were reenabled, the normal ack'ing of the original transmission of that packet would put the HPC into a wedged state which eventually led to a timeout and reset.
* fixed silly typoThomas Bogendoerfer1997-08-071-18/+37
| | | | | | fixed race in packet transmission changed some debug messages bumped up version number to 0.50
* Merge to 2.1.38.Miguel de Icaza1997-08-064-20/+18
| | | | | | | | | | | IMPORTANT NOTE: I could not figure out what information is the one that should be used for the following files (ie, those that were in our tree, or those that came from Linus' patch), please, check these: include/asm-mips/jazz.h include/asm-mips/jazzdma.h include/asm-mips/ioctls.h
* changes email addressThomas Bogendoerfer1997-07-291-1/+1
|
* Merge with 2.1.47. Some more cleanup and module fixes.Ralf Baechle1997-07-2910-41/+11
|
* Sync with Linux 2.1.46.Ralf Baechle1997-07-2023-1206/+6277
|
* Merge with 2.1.43.Ralf Baechle1997-06-1718-767/+2244
|
* Fix statement for Sonic driver.Ralf Baechle1997-06-121-2/+4
|
* Ooops, this file should no longer exist. The driver has been replacedRalf Baechle1997-06-091-883/+0
| | | | by the PCNET32 driver.
* Sync with Linux 2.1.42.Ralf Baechle1997-06-0314-107/+484
|
* Initial revisionRalf Baechle1997-06-0161-1127/+3300
|
* Import of Linux/MIPS 2.1.36Ralf Baechle1997-04-29137-28449/+63769
|
* Import of Linux/MIPS 2.1.14.2Ralf Baechle1997-03-258-14/+858
|
* Import of Linux/MIPS 2.1.14Ralf Baechle1997-01-07125-16793/+77118
|
* Import of Linux/MIPS 1.3.0Ralf Baechle1995-11-1467-4190/+23670
|
* Import of Linux/MIPS 1.1.68Ralf Baechle1994-12-0119-19/+30
|
* Import of Linus's Linux 1.1.68Ralf Baechle1994-11-2859-0/+30920