summaryrefslogtreecommitdiffstats
path: root/drivers/net/sis190.c
Commit message (Expand)AuthorAgeFilesLines
* sis190: use an adequate phy list entry as a fallbackfrançois romieu2009-06-171-1/+1
* sis190: fix gigabit negotiationRiccardo Ghetta2009-06-081-12/+25
* sis190: add new phy found on asus F5Sr laptopRiccardo Ghetta2009-06-081-0/+1
* sis190: better message on unknown PHYRiccardo Ghetta2009-06-081-6/+9
* sis190: fix for x86_64 (bug 11509)Riccardo Ghetta2009-06-081-2/+2
* net: dont update dev->trans_startEric Dumazet2009-05-291-2/+0
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-1/+1
* sis190: update to net_device_opsStephen Hemminger2009-01-071-10/+18
* drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-031-1/+0
* net: convert print_mac to %pMJohannes Berg2008-10-271-4/+2
* sis190: add identifier for Atheros AR8021 PHYFrancois Romieu2008-10-221-0/+1
* [netdrvr] Trim trailing whitespace for several driversJeff Garzik2008-05-131-1/+1
* sis190: account for Tx errorsFrancois Romieu2008-04-271-3/+35
* sis190: remove needless MII resetFrancois Romieu2008-04-271-3/+2
* sis190: Rx path updateFrancois Romieu2008-04-271-26/+28
* sis190: use netdev_alloc_skbStephen Hemminger2008-04-271-13/+13
* sis190: hard-code the alignment of tiny packetsStephen Hemminger2008-04-271-2/+2
* sis190: use the allocated buffer as a status code in sis190_alloc_rx_skbStephen Hemminger2008-04-271-22/+15
* sis190: read the mac address from the eeprom firstFrancois Romieu2008-02-231-5/+10
* drivers/net/sis190: fix section mismatch warning in sis190_get_mac_addrSergio Luis2008-02-111-1/+2
* [netdrvr] sis190: build fixJeff Garzik2008-02-031-1/+1
* sis190: scheduling while atomic errorFrancois Romieu2008-01-231-2/+0
* sis190: mdio operation failure is not correctly detectedFrancois Romieu2008-01-231-1/+1
* sis190: remove duplicate INIT_WORKFrancois Romieu2008-01-231-2/+0
* sis190: add cmos ram access code for the SiS19x/968 chipset pairFrancois Romieu2008-01-231-6/+9
* sis190 endiannessAl Viro2007-12-171-4/+4
* drivers/net/sis190.c section fixAdrian Bunk2007-12-141-1/+1
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-101-6/+4
* [NET] drivers/net: statistics cleanup #1 -- save memory and shrink codeJeff Garzik2007-10-101-14/+5
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-101-1/+0
* [NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger2007-10-101-17/+2
* sis190 check for ISA bridge on SiS966Neil Muller2007-08-071-0/+3
* [NET]: Kill eth_copy_and_sum().David S. Miller2007-07-101-1/+1
* [ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo2007-04-251-1/+0
* sis190: new PHY supportFrancois Romieu2007-03-291-0/+1
* 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
OpenPOWER on IntegriCloud