summaryrefslogtreecommitdiffstats
path: root/drivers/net/ioc3-eth.c
Commit message (Expand)AuthorAgeFilesLines
* Don't try to fiddle with the serial interface on the fourth IOC3 inRalf Baechle2001-05-231-0/+38
* Comment corrections and reformatting.Ralf Baechle2001-05-221-17/+17
* Use <linux/mii.h> instead of our own mii.h.Ralf Baechle2001-05-221-78/+73
* Autonegotiation and cleanup for the IOC3 driver. I'm a sizzy, so IRalf Baechle2001-05-211-130/+698
* Strip ethernet trailer from received packets.Ralf Baechle2001-05-171-1/+1
* Merge with Linux 2.4.3.Ralf Baechle2001-04-051-38/+49
* When skb allocation fails in the rx interrupt handler the skb wasRalf Baechle2001-03-301-3/+3
* 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
* 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
* Kludge: Use GFP_ATOMIC for ring allocations.Ralf Baechle2001-03-111-1/+1
* Merge with Linux 2.4.2.Ralf Baechle2001-03-091-0/+1
* Partial cleanup of the IOC3. Use newer APIs moving closer to a unifiedRalf Baechle2001-03-091-24/+30
* IOC3 fixes from Hans Grober.Ralf Baechle2001-01-151-15/+18
* - Check get_free_pages() return valueRalf Baechle2001-01-111-2/+6
* Merge with Linux 2.4.0.Ralf Baechle2001-01-111-1/+0
* IOC3 fixes. Bug report from Colin Ngam.Ralf Baechle2000-11-211-2/+2
* Fix & vs. && bug in PHY detection. Found by Chad.Ralf Baechle2000-10-131-1/+1
* Fixes for IOC3 driver reset.Ralf Baechle2000-10-021-40/+84
* Move <asm/ioc3.h> to <asm/sn/ioc3.h> which is a better place. The oldKanoj Sarcar2000-09-251-1/+1
* From Arnaldo Carvalho de Melo (acme@conectiva.com.br):Ralf Baechle2000-08-091-6/+12
* Deal properly with IOC3 redzoning. Handle more IOC3 error interrupts.Ralf Baechle2000-07-191-72/+78
* Remove duplicate check. Fix code in multicast selection. HandleRalf Baechle2000-07-181-18/+29
* Driver reset was loosing the SSRAM bits from emcr when reseting.Ralf Baechle2000-07-171-3/+1
* - Fix memory leak when allocating buffers (we did that twice)Ulf Carlsson2000-06-161-61/+104
* The nic search command may fail because of the battery inUlf Carlsson2000-06-141-5/+17
* Fix comment.Ralf Baechle2000-06-081-2/+2
* Fix an uninitialized pointer bug. Remove interrupt handlingRalf Baechle2000-06-071-31/+28
* Remove annoying printk. Fix transmit timeout spam. Remove mdelayRalf Baechle2000-06-061-3/+1
* The Search ROM functionality should be used when we locate the NICUlf Carlsson2000-06-061-31/+117
* Fix stupid compilation bug.Ralf Baechle2000-05-311-1/+1
* Turn IOC3 upside down. Driver should now survive a timeout reset andRalf Baechle2000-05-311-180/+209
* Use ether_setup instead of init_etherdev.Ulf Carlsson2000-05-311-45/+49
* Remove all IOC3 hacks. IOC3 now allocates it's resources the same wayRalf Baechle2000-05-301-60/+52
* Implement private_ioctl driver method, this is needed by mii-tool fromRalf Baechle2000-05-231-12/+64
* The device initialization code can not assume it is being invoked onKanoj Sarcar2000-05-171-1/+5
* SMP locking for IOC3 Ethernet driver. I've got more changes pendingRalf Baechle2000-05-101-8/+15
* Add a forgotten `else' while I remember it.Ulf Carlsson2000-05-091-1/+1
* Merge with Linux 2.3.49.Ralf Baechle2000-03-071-1/+0
* This should hopefully fix the warnings reported.Ralf Baechle2000-02-291-1/+1
* Get the ioc3 ethernet driver running again.Kanoj Sarcar2000-02-291-0/+8
* Merge with 2.3.47. Guys, this is buggy as shit. You've been warned.Ralf Baechle2000-02-241-2/+1
* Merge with 2.3.43. I did ignore all modifications to the qlogicisp.cRalf Baechle2000-02-231-27/+23
* - IOC3 driver now will panic when encountering a RX/TX PCI DMA error.Ralf Baechle2000-01-171-9/+36
* Optimize alignment of received buffers such that we don't take insaneRalf Baechle2000-01-171-6/+5
* - Disabling promiscuous mode was broken.Ralf Baechle2000-01-161-23/+35
* Remove debugging hack which was setting the lowest octet of theRalf Baechle2000-01-151-1/+0
* IOC3 Ethernet driver and a ton of de-irix-ized IRIX header files withRalf Baechle2000-01-131-0/+873