summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Collapse)AuthorAgeFilesLines
* Autonegotiation and cleanup for the IOC3 driver. I'm a sizzy, so IRalf Baechle2001-05-211-130/+698
| | | | | don't put this into the LBA tree until it's received some more testing - the patch is ~ 2/3 of the driver's size.
* Move Alchemy board to the new interrupt handling plus various otherRalf Baechle2001-05-182-3/+3
| | | | cleanup. Patch from Pete Popov.
* Update Montavista email addresses.Ralf Baechle2001-05-182-2/+2
|
* Strip ethernet trailer from received packets.Ralf Baechle2001-05-171-1/+1
|
* Alchemy support. Done by Pete and further hacked up a bit by me ...Ralf Baechle2001-05-044-0/+1493
|
* Merge with Linux 2.4.3.Ralf Baechle2001-04-05180-5508/+18046
| | | | | | | Note that mingetty does no longer work with serial console, you have to switch to another getty like getty_ps. This commit also includes a fix for a setitimer bug which did prevent getty_ps from working on older kernels.
* When skb allocation fails in the rx interrupt handler the skb wasRalf Baechle2001-03-301-3/+3
| | | | | reused even though it was alredy passed of to the network stack, possibly resulting in corruption or even crash.
* Get Indy64 booting a little farther. This also fixes a generic 64-bitnessKeith M Wesolowski2001-03-261-5/+4
| | | | bug in some of the r4k cache routines.
* Implement module removal.Ralf Baechle2001-03-241-3/+9
|
* Deprecate the mii-tools ioctls; I'm about to replace them with theRalf Baechle2001-03-221-1/+1
| | | | more standard ethtool ioctls.
* IOC3 can share interrupts, so allocate interrupt with SA_SHIRQ.Ralf Baechle2001-03-211-1/+1
|
* Hide traces from where I did cut'n'paste ;-)Ralf Baechle2001-03-211-1/+1
|
* Lots of cleanup from Keith with additional tweaks by me. More toRalf Baechle2001-03-181-0/+10
| | | | come. Stay frightened :-)
* Kludge: Use GFP_ATOMIC for ring allocations.Ralf Baechle2001-03-111-1/+1
|
* Merge with Linux 2.4.2.Ralf Baechle2001-03-09216-2178/+4792
|
* Partial cleanup of the IOC3. Use newer APIs moving closer to a unifiedRalf Baechle2001-03-091-24/+30
| | | | driver for all architectures.
* Fix for SNIA IOC3 configuration.Ralf Baechle2001-02-051-1/+1
|
* Start of an attempt to unify support for GT64120 based boards.Ralf Baechle2001-02-051-1/+1
|
* Merge with Linux 2.4.1.Ralf Baechle2001-01-3122-275/+308
|
* IOC3 fixes from Hans Grober.Ralf Baechle2001-01-151-15/+18
|
* - Check get_free_pages() return valueRalf Baechle2001-01-111-2/+6
| | | | | | - Use only GFP_KERNEL for allocation of rings. Patch from Mingo.
* SGI Seeq8003 driver kmalloc() NULL-check bugfix. From Ingo Molnar.Ralf Baechle2001-01-111-5/+20
|
* Merge with Linux 2.4.0.Ralf Baechle2001-01-1126-4732/+700
|
* Merge with Linux 2.4.0-prerelease. Big Makefile rewrite, test yourRalf Baechle2001-01-1054-1616/+1481
| | | | Makefiles.
* Merge with Linux 2.4.0-test12.Ralf Baechle2001-01-1083-1453/+2628
|
* Bunch more patches from MIPS.Ralf Baechle2000-12-293-53/+19
|
* Bitops work on long, not int.Ralf Baechle2000-12-041-3/+3
|
* Fix for early crash on KN04 2.1k on diskbootFlorian Lohoff2000-12-031-6/+17
|
* Merge with 2.4.0-test11.Ralf Baechle2000-11-2883-1482/+1612
|
* Merge with Linux 2.4.0-test10.Ralf Baechle2000-11-2386-1891/+1628
|
* IOC3 fixes. Bug report from Colin Ngam.Ralf Baechle2000-11-211-2/+2
|
* SAA9730 Ethernet driver. Applied with hefty stilistic changes;Ralf Baechle2000-11-184-0/+1500
| | | | original patch from Carsten.
* Partial support for Galileo EV96100 evaluation board. Patches fromRalf Baechle2000-11-064-0/+1581
| | | | Pete Popov of Monta Vista.
* Fix & vs. && bug in PHY detection. Found by Chad.Ralf Baechle2000-10-131-1/+1
|
* Merge with Linux 2.4.0-test9. Please check DECstation, I had a numberRalf Baechle2000-10-05116-2981/+8889
| | | | | | | of rejects to fixup while integrating Linus patches. I also found that this kernel will only boot SMP on Origin; the UP kernel freeze soon after bootup with SCSI timeout messages. I commit this anyway since I found that the last CVS versions had the same problem.
* Fixes for IOC3 driver reset.Ralf Baechle2000-10-021-40/+84
|
* String format fixes from Maciej.Ralf Baechle2000-10-021-2/+2
|
* Move <asm/ioc3.h> to <asm/sn/ioc3.h> which is a better place. The oldKanoj Sarcar2000-09-251-1/+1
| | | | | <asm/ioc3.h> is still around, and should be removed once Linus takes in the ioc3-eth.c patch that I am going to send him.
* Ignore a few junkfiles.Ralf Baechle2000-09-011-0/+10
|
* Merge with 2.4.0-test7.Ralf Baechle2000-08-2832-949/+2551
|
* Merge with Linux 2.4.0-test6-pre10.Ralf Baechle2000-08-2511-195/+375
|
* Merge with Linux 2.4.0-test6-pre9.Ralf Baechle2000-08-252-2/+3
|
* From Arnaldo Carvalho de Melo (acme@conectiva.com.br):Ralf Baechle2000-08-091-6/+12
| | | | Use init_etherdev to allocate the dev->priv and check return value.
* Merge with Linux 2.4.0-test6-pre7.Ralf Baechle2000-08-085-7/+13
|
* Merge with Linu 2.4.0-test6-pre6.Ralf Baechle2000-08-0811-11/+8
|
* Merge with Linux 2.4.0-test6-pre4.Ralf Baechle2000-08-084-76/+108
|
* Merge with Linux 2.4.0-test6-pre2.Ralf Baechle2000-08-081-2/+10
|
* Merge with Linux 2.4.0-test6-pre1.Ralf Baechle2000-08-082-3/+1
|
* Merge with Linux 2.4.0-test5-pre6.Ralf Baechle2000-07-283-351/+1774
|
* Merge with Linux 2.4.0-test5-pre3.Ralf Baechle2000-07-2126-65/+61
|