aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sis190.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-05-13[netdrvr] Trim trailing whitespace for several driversJeff Garzik1-1/+1
2008-04-27sis190: account for Tx errorsFrancois Romieu1-3/+35
2008-04-27sis190: remove needless MII resetFrancois Romieu1-3/+2
2008-04-27sis190: Rx path updateFrancois Romieu1-26/+28
2008-04-27sis190: use netdev_alloc_skbStephen Hemminger1-13/+13
2008-04-27sis190: hard-code the alignment of tiny packetsStephen Hemminger1-2/+2
2008-04-27sis190: use the allocated buffer as a status code in sis190_alloc_rx_skbStephen Hemminger1-22/+15
2008-02-23sis190: read the mac address from the eeprom firstFrancois Romieu1-5/+10
2008-02-11drivers/net/sis190: fix section mismatch warning in sis190_get_mac_addrSergio Luis1-1/+2
2008-02-03[netdrvr] sis190: build fixJeff Garzik1-1/+1
2008-01-23sis190: scheduling while atomic errorFrancois Romieu1-2/+0
2008-01-23sis190: mdio operation failure is not correctly detectedFrancois Romieu1-1/+1
2008-01-23sis190: remove duplicate INIT_WORKFrancois Romieu1-2/+0
2008-01-23sis190: add cmos ram access code for the SiS19x/968 chipset pairFrancois Romieu1-6/+9
2007-12-17sis190 endiannessAl Viro1-4/+4
2007-12-14drivers/net/sis190.c section fixAdrian Bunk1-1/+1
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches1-6/+4
2007-10-10[NET] drivers/net: statistics cleanup #1 -- save memory and shrink codeJeff Garzik1-14/+5
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-1/+0
2007-10-10[NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger1-17/+2
2007-08-07sis190 check for ISA bridge on SiS966Neil Muller1-0/+3
2007-07-10[NET]: Kill eth_copy_and_sum().David S. Miller1-1/+1
2007-04-25[ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo1-1/+0
2007-03-29sis190: new PHY supportFrancois Romieu1-0/+1
2007-02-20sis190: RTNL and flush_scheduled_work deadlockFrancois Romieu1-2/+5
2007-01-18sis190: failure to set the MAC address from EEPROMFrancois Romieu1-1/+1
2006-11-22WorkStruct: make allyesconfigDavid Howells1-5/+8
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