aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sis190.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-2/+2
2006-09-13drivers/net: const-ify ethtool_ops declarationsJeff Garzik1-1/+1
2006-09-12Merge branch 'tmp' into upstreamJeff Garzik1-3/+0
2006-09-12[PATCH] Remove more unnecessary driver printk'sAndy Gospodarek1-3/+0
2006-08-19drivers/net: Remove deprecated use of pci_module_init()Jeff Garzik1-1/+1
2006-07-02[PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-23[NET]: Avoid allocating skb in skb_padHerbert Xu1-2/+1
2006-03-03Massive net driver const-ification.Arjan van de Ven1-1/+1
2006-02-16sis190: early setting of the pci driver private dataFrancois Romieu1-2/+2
2006-01-10[PATCH] turn "const static" into "static const"Jesper Juhl1-1/+1
2005-10-28[PATCH] sis190.c: fix multicast MAC filterAurelien Jarno1-1/+1
2005-09-05[PATCH] sis190: basic sis191 supportFrancois Romieu1-3/+3
2005-09-05[PATCH] sis190: RGMII Tx internal delay fiddlingFrancois Romieu1-2/+17
2005-09-05[PATCH] sis190: make 10Mbps the default when handling the StationControl registerFrancois Romieu1-37/+21
2005-09-05[PATCH] sis190: recent chipsets from SiS include a RGMIIFrancois Romieu1-4/+45
2005-09-05[PATCH] sis190: unmask the link change eventsFrancois Romieu1-1/+2
2005-08-26[PATCH] sis190: complete the mii probe before registering the netdeviceFrancois Romieu1-11/+12
2005-07-30[PATCH] sis190: compare the lpa to the local advertisementFrancois Romieu1-1/+6
2005-07-30[PATCH] sis190: PHY identifier for the K8S-MX motherboard.Francois Romieu1-0/+1
2005-07-30[PATCH] sis190: new PHY detection code.Francois Romieu1-7/+209
2005-07-30[PATCH] sis190: dummy read is required by the status registerFrancois Romieu1-1/+8
2005-07-30[PATCH] sis190: allow a non-hardcoded ID for the PHY.Francois Romieu1-20/+18
2005-07-30[PATCH] sis190: add endian annotations.Francois Romieu1-9/+9
2005-07-30[PATCH] sis190: extract bits definition from SiS driver.Francois Romieu1-28/+74
2005-07-30[PATCH] sis190: the size of the Rx buffer is constrainedFrancois Romieu1-1/+7
2005-07-30[PATCH] sis190: initialisation of MAC address.Francois Romieu1-16/+138
2005-07-30[PATCH] sis190: remove hardcoded constants.Francois Romieu1-10/+18
2005-07-30[PATCH] sis190: merge some register related information from SiS driver.Francois Romieu1-9/+22
2005-07-30[PATCH] sis190: ethtool/mii support.Francois Romieu1-0/+60
2005-07-30[PATCH] sis190: netconsole support.Francois Romieu1-0/+15
2005-07-30[PATCH] sis190: resurrectionFrancois Romieu1-0/+1359