aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/sis190.c
AgeCommit message (Expand)Author
2008-05-13[netdrvr] Trim trailing whitespace for several driversJeff Garzik
2008-04-27sis190: account for Tx errorsFrancois Romieu
2008-04-27sis190: remove needless MII resetFrancois Romieu
2008-04-27sis190: Rx path updateFrancois Romieu
2008-04-27sis190: use netdev_alloc_skbStephen Hemminger
2008-04-27sis190: hard-code the alignment of tiny packetsStephen Hemminger
2008-04-27sis190: use the allocated buffer as a status code in sis190_alloc_rx_skbStephen Hemminger
2008-02-23sis190: read the mac address from the eeprom firstFrancois Romieu
2008-02-11drivers/net/sis190: fix section mismatch warning in sis190_get_mac_addrSergio Luis
2008-02-03[netdrvr] sis190: build fixJeff Garzik
2008-01-23sis190: scheduling while atomic errorFrancois Romieu
2008-01-23sis190: mdio operation failure is not correctly detectedFrancois Romieu
2008-01-23sis190: remove duplicate INIT_WORKFrancois Romieu
2008-01-23sis190: add cmos ram access code for the SiS19x/968 chipset pairFrancois Romieu
2007-12-17sis190 endiannessAl Viro
2007-12-14drivers/net/sis190.c section fixAdrian Bunk
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches
2007-10-10[NET] drivers/net: statistics cleanup #1 -- save memory and shrink codeJeff Garzik
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle
2007-10-10[NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger
2007-08-07sis190 check for ISA bridge on SiS966Neil Muller
2007-07-10[NET]: Kill eth_copy_and_sum().David S. Miller
2007-04-25[ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo
2007-03-29sis190: new PHY supportFrancois Romieu
2007-02-20sis190: RTNL and flush_scheduled_work deadlockFrancois Romieu
2007-01-18sis190: failure to set the MAC address from EEPROMFrancois Romieu
2006-11-22WorkStruct: make allyesconfigDavid Howells
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells
2006-09-13drivers/net: const-ify ethtool_ops declarationsJeff Garzik
2006-09-12Merge branch 'tmp' into upstreamJeff Garzik
2006-09-12[PATCH] Remove more unnecessary driver printk'sAndy Gospodarek
2006-08-19drivers/net: Remove deprecated use of pci_module_init()Jeff Garzik
2006-07-02[PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner
2006-06-23[NET]: Avoid allocating skb in skb_padHerbert Xu
2006-03-03Massive net driver const-ification.Arjan van de Ven
2006-02-16sis190: early setting of the pci driver private dataFrancois Romieu
2006-01-10[PATCH] turn "const static" into "static const"Jesper Juhl
2005-10-28[PATCH] sis190.c: fix multicast MAC filterAurelien Jarno
2005-09-05[PATCH] sis190: basic sis191 supportFrancois Romieu
2005-09-05[PATCH] sis190: RGMII Tx internal delay fiddlingFrancois Romieu
2005-09-05[PATCH] sis190: make 10Mbps the default when handling the StationControl regi...Francois Romieu
2005-09-05[PATCH] sis190: recent chipsets from SiS include a RGMIIFrancois Romieu
2005-09-05[PATCH] sis190: unmask the link change eventsFrancois Romieu
2005-08-26[PATCH] sis190: complete the mii probe before registering the netdeviceFrancois Romieu
2005-07-30[PATCH] sis190: compare the lpa to the local advertisementFrancois Romieu
2005-07-30[PATCH] sis190: PHY identifier for the K8S-MX motherboard.Francois Romieu
2005-07-30[PATCH] sis190: new PHY detection code.Francois Romieu
2005-07-30[PATCH] sis190: dummy read is required by the status registerFrancois Romieu
2005-07-30[PATCH] sis190: allow a non-hardcoded ID for the PHY.Francois Romieu
2005-07-30[PATCH] sis190: add endian annotations.Francois Romieu