summaryrefslogtreecommitdiffstats
path: root/drivers/net/forcedeth.c
Commit message (Collapse)AuthorAgeFilesLines
* [netdrvr forcedeth] scatter gather and segmentation offload supportAyaz Abdulla2005-10-261-87/+162
| | | | | | | also: - eliminate use of pointless get_nvpriv() wrapper, and use netdev_priv() directly. - use NETDEV_TX_xxx return codes
* forcedeth: add hardware tx checksummingManfred Spraul2005-09-211-27/+44
| | | | | | | | | | | | | Recent forcedeth nics support checksum offloading for tx. The attached patch, written by Ayaz Abdulla, adds the support to the driver. It also cleans up the handling of the three dma ring entry formats that are supported by the driver. Signed-off-By: Manfred Spraul <manfred@colorfullife.com> Signed-off-By: Jeff Garzik <jgarzik@pobox.com>
* [PATCH] forcedeth: support ETHTOOL_GPERMADDRJohn W. Linville2005-09-141-1/+3
| | | | | | | Add support for ETHTOOL_GPERMADDR to forcedeth. Signed-off-by: John W. Linville <linville@tuxdriver.com> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
* [PATCH] __user annotations (forcedeth.c)viro@ftp.linux.org.uk2005-09-061-2/+2
| | | | | Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
* [PATCH] forcedeth: Initialize link settings in every nv_open()Manfred Spraul2005-08-191-0/+5
| | | | | | | | | | | | | | | | Rüdiger found a bug in nv_open that explains some of the reports with duplex mismatches: nv_open calls nv_update_link_speed for initializing the hardware link speed registers. If current link setting matches the values in np->linkspeed and np->duplex, then the function does nothing. Usually, doing nothing is the right thing, but not in nv_open: During nv_open, the registers must be initialized because the nic was reset. The attached patch fixes that by setting np->linkspeed to an invalid value before calling nv_update_link_speed from nv_open. Signed-Off-By: Manfred Spraul <manfred@colorfullife.com> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
* [PATCH] forcedeth: write back original mac address during ifdownManfred Spraul2005-07-311-8/+9
| | | | | This is a multi-part message in MIME format. Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
* [PATCH] forcedeth: Add set_mac_address supportManfred Spraul2005-07-311-11/+52
| | | | | This is a multi-part message in MIME format. Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
* [PATCH] forcedeth: 64-bit DMA supportManfred Spraul2005-07-311-49/+161
| | | | | This is a multi-part message in MIME format. Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
* [PATCH] forcedeth: rewritten tx irq handlingManfred Spraul2005-07-311-48/+63
| | | | | This is a multi-part message in MIME format. Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
* [PATCH] forcedeth: Improve ethtool supportManfred Spraul2005-07-311-81/+90
| | | | | This is a multi-part message in MIME format. Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
* [PATCH] forcedeth: Jumbo Frame SupportManfred Spraul2005-07-311-18/+107
| | | | | This is a multi-part message in MIME format. Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
* [PATCH] forcedeth: Add support for new device idManfred Spraul2005-06-271-1/+16
| | | | This is a multi-part message in MIME format.
* [PATCH] forcedeth: Poll for link changesManfred Spraul2005-06-271-12/+13
| | | | This is a multi-part message in MIME format.
* [PATCH] forcedeth: add two new pci idsManfred Spraul2005-06-271-2/+19
| | | | This is a multi-part message in MIME format.
* [PATCH] forcedeth: Update error handlingManfred Spraul2005-05-151-17/+76
| | | | | | | | | | Ayaz wrote an update to the error handling for forcedeth (which I modified heavily, thus all bugs are mine): The ERROR4 bit is not a fatal error, it just indicates a mismatch between the actual packet len and the len according to the 802.3 header. The patch adds proper handling. The patch also removes the code that drops all packets with RX_ERROR & (!RX_FRAMINGERR): ERROR4 errors are also not fatal.
* [PATCH] forcedeth: netpoll supportMichal Schmidt2005-05-121-0/+10
|
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+2232
Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip!
OpenPOWER on IntegriCloud