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