index
:
ralf/linux-newax25.git
master
newax25-2.4.3-1
Unnamed repository; edit this file 'description' to name the repository.
Ralf Baechle
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ioc3-eth.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Autonegotiation and cleanup for the IOC3 driver. I'm a sizzy, so I
Ralf Baechle
2001-05-21
1
-130
/
+698
*
Strip ethernet trailer from received packets.
Ralf Baechle
2001-05-17
1
-1
/
+1
*
Merge with Linux 2.4.3.
Ralf Baechle
2001-04-05
1
-38
/
+49
*
When skb allocation fails in the rx interrupt handler the skb was
Ralf Baechle
2001-03-30
1
-3
/
+3
*
Implement module removal.
Ralf Baechle
2001-03-24
1
-3
/
+9
*
Deprecate the mii-tools ioctls; I'm about to replace them with the
Ralf Baechle
2001-03-22
1
-1
/
+1
*
IOC3 can share interrupts, so allocate interrupt with SA_SHIRQ.
Ralf Baechle
2001-03-21
1
-1
/
+1
*
Hide traces from where I did cut'n'paste ;-)
Ralf Baechle
2001-03-21
1
-1
/
+1
*
Kludge: Use GFP_ATOMIC for ring allocations.
Ralf Baechle
2001-03-11
1
-1
/
+1
*
Merge with Linux 2.4.2.
Ralf Baechle
2001-03-09
1
-0
/
+1
*
Partial cleanup of the IOC3. Use newer APIs moving closer to a unified
Ralf Baechle
2001-03-09
1
-24
/
+30
*
IOC3 fixes from Hans Grober.
Ralf Baechle
2001-01-15
1
-15
/
+18
*
- Check get_free_pages() return value
Ralf Baechle
2001-01-11
1
-2
/
+6
*
Merge with Linux 2.4.0.
Ralf Baechle
2001-01-11
1
-1
/
+0
*
IOC3 fixes. Bug report from Colin Ngam.
Ralf Baechle
2000-11-21
1
-2
/
+2
*
Fix & vs. && bug in PHY detection. Found by Chad.
Ralf Baechle
2000-10-13
1
-1
/
+1
*
Fixes for IOC3 driver reset.
Ralf Baechle
2000-10-02
1
-40
/
+84
*
Move <asm/ioc3.h> to <asm/sn/ioc3.h> which is a better place. The old
Kanoj Sarcar
2000-09-25
1
-1
/
+1
*
From Arnaldo Carvalho de Melo (acme@conectiva.com.br):
Ralf Baechle
2000-08-09
1
-6
/
+12
*
Deal properly with IOC3 redzoning. Handle more IOC3 error interrupts.
Ralf Baechle
2000-07-19
1
-72
/
+78
*
Remove duplicate check. Fix code in multicast selection. Handle
Ralf Baechle
2000-07-18
1
-18
/
+29
*
Driver reset was loosing the SSRAM bits from emcr when reseting.
Ralf Baechle
2000-07-17
1
-3
/
+1
*
- Fix memory leak when allocating buffers (we did that twice)
Ulf Carlsson
2000-06-16
1
-61
/
+104
*
The nic search command may fail because of the battery in
Ulf Carlsson
2000-06-14
1
-5
/
+17
*
Fix comment.
Ralf Baechle
2000-06-08
1
-2
/
+2
*
Fix an uninitialized pointer bug. Remove interrupt handling
Ralf Baechle
2000-06-07
1
-31
/
+28
*
Remove annoying printk. Fix transmit timeout spam. Remove mdelay
Ralf Baechle
2000-06-06
1
-3
/
+1
*
The Search ROM functionality should be used when we locate the NIC
Ulf Carlsson
2000-06-06
1
-31
/
+117
*
Fix stupid compilation bug.
Ralf Baechle
2000-05-31
1
-1
/
+1
*
Turn IOC3 upside down. Driver should now survive a timeout reset and
Ralf Baechle
2000-05-31
1
-180
/
+209
*
Use ether_setup instead of init_etherdev.
Ulf Carlsson
2000-05-31
1
-45
/
+49
*
Remove all IOC3 hacks. IOC3 now allocates it's resources the same way
Ralf Baechle
2000-05-30
1
-60
/
+52
*
Implement private_ioctl driver method, this is needed by mii-tool from
Ralf Baechle
2000-05-23
1
-12
/
+64
*
The device initialization code can not assume it is being invoked on
Kanoj Sarcar
2000-05-17
1
-1
/
+5
*
SMP locking for IOC3 Ethernet driver. I've got more changes pending
Ralf Baechle
2000-05-10
1
-8
/
+15
*
Add a forgotten `else' while I remember it.
Ulf Carlsson
2000-05-09
1
-1
/
+1
*
Merge with Linux 2.3.49.
Ralf Baechle
2000-03-07
1
-1
/
+0
*
This should hopefully fix the warnings reported.
Ralf Baechle
2000-02-29
1
-1
/
+1
*
Get the ioc3 ethernet driver running again.
Kanoj Sarcar
2000-02-29
1
-0
/
+8
*
Merge with 2.3.47. Guys, this is buggy as shit. You've been warned.
Ralf Baechle
2000-02-24
1
-2
/
+1
*
Merge with 2.3.43. I did ignore all modifications to the qlogicisp.c
Ralf Baechle
2000-02-23
1
-27
/
+23
*
- IOC3 driver now will panic when encountering a RX/TX PCI DMA error.
Ralf Baechle
2000-01-17
1
-9
/
+36
*
Optimize alignment of received buffers such that we don't take insane
Ralf Baechle
2000-01-17
1
-6
/
+5
*
- Disabling promiscuous mode was broken.
Ralf Baechle
2000-01-16
1
-23
/
+35
*
Remove debugging hack which was setting the lowest octet of the
Ralf Baechle
2000-01-15
1
-1
/
+0
*
IOC3 Ethernet driver and a ton of de-irix-ized IRIX header files with
Ralf Baechle
2000-01-13
1
-0
/
+873