aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sis190.c
Commit message (Expand)AuthorAgeFilesLines
...
* sis190: RTNL and flush_scheduled_work deadlockFrancois Romieu2007-02-201-2/+5
* sis190: failure to set the MAC address from EEPROMFrancois Romieu2007-01-181-1/+1
* WorkStruct: make allyesconfigDavid Howells2006-11-221-5/+8
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-2/+2
* drivers/net: const-ify ethtool_ops declarationsJeff Garzik2006-09-131-1/+1
* Merge branch 'tmp' into upstreamJeff Garzik2006-09-121-3/+0
|\
| * [PATCH] Remove more unnecessary driver printk'sAndy Gospodarek2006-09-121-3/+0
* | drivers/net: Remove deprecated use of pci_module_init()Jeff Garzik2006-08-191-1/+1
|/
* [PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
* [NET]: Avoid allocating skb in skb_padHerbert Xu2006-06-231-2/+1
* Massive net driver const-ification.Arjan van de Ven2006-03-031-1/+1
* sis190: early setting of the pci driver private dataFrancois Romieu2006-02-161-2/+2
* [PATCH] turn "const static" into "static const"Jesper Juhl2006-01-101-1/+1
* [PATCH] sis190.c: fix multicast MAC filterAurelien Jarno2005-10-281-1/+1
* [PATCH] sis190: basic sis191 supportFrancois Romieu2005-09-051-3/+3
* [PATCH] sis190: RGMII Tx internal delay fiddlingFrancois Romieu2005-09-051-2/+17
* [PATCH] sis190: make 10Mbps the default when handling the StationControl regi...Francois Romieu2005-09-051-37/+21
* [PATCH] sis190: recent chipsets from SiS include a RGMIIFrancois Romieu2005-09-051-4/+45
* [PATCH] sis190: unmask the link change eventsFrancois Romieu2005-09-051-1/+2
* [PATCH] sis190: complete the mii probe before registering the netdeviceFrancois Romieu2005-08-261-11/+12
* [PATCH] sis190: compare the lpa to the local advertisementFrancois Romieu2005-07-301-1/+6
* [PATCH] sis190: PHY identifier for the K8S-MX motherboard.Francois Romieu2005-07-301-0/+1
* [PATCH] sis190: new PHY detection code.Francois Romieu2005-07-301-7/+209
* [PATCH] sis190: dummy read is required by the status registerFrancois Romieu2005-07-301-1/+8
* [PATCH] sis190: allow a non-hardcoded ID for the PHY.Francois Romieu2005-07-301-20/+18
* [PATCH] sis190: add endian annotations.Francois Romieu2005-07-301-9/+9
* [PATCH] sis190: extract bits definition from SiS driver.Francois Romieu2005-07-301-28/+74
* [PATCH] sis190: the size of the Rx buffer is constrainedFrancois Romieu2005-07-301-1/+7
* [PATCH] sis190: initialisation of MAC address.Francois Romieu2005-07-301-16/+138
* [PATCH] sis190: remove hardcoded constants.Francois Romieu2005-07-301-10/+18
* [PATCH] sis190: merge some register related information from SiS driver.Francois Romieu2005-07-301-9/+22
* [PATCH] sis190: ethtool/mii support.Francois Romieu2005-07-301-0/+60
* [PATCH] sis190: netconsole support.Francois Romieu2005-07-301-0/+15
* [PATCH] sis190: resurrectionFrancois Romieu2005-07-301-0/+1359