aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sis190.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-04-03net: convert multicast list to list_headJiri Pirko1-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-02sis190: fix cable detect via link status pollHerton Ronaldo Krzesinski1-5/+18
2010-02-26sis190: handle DMA mapping errorskirjanov@gmail.com1-8/+19
2010-02-18drivers/net/sis190.c: Use (pr|netdev|netif)_<level> macro helpersJoe Perches1-77/+75
2010-02-18net: convert multiple drivers to use netdev_for_each_mc_addr, part2Jiri Pirko1-3/+1
2010-02-17SiS190/191 half-duplex initialization fixRiccardo Ghetta1-1/+10
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-2/+2
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan1-1/+1
2009-10-13net: Use netdev_alloc_skb_ip_align()Eric Dumazet1-2/+1
2009-09-01netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger1-1/+2
2009-06-17sis190: use an adequate phy list entry as a fallbackfrançois romieu1-1/+1
2009-06-08sis190: fix gigabit negotiationRiccardo Ghetta1-12/+25
2009-06-08sis190: add new phy found on asus F5Sr laptopRiccardo Ghetta1-0/+1
2009-06-08sis190: better message on unknown PHYRiccardo Ghetta1-6/+9
2009-06-08sis190: fix for x86_64 (bug 11509)Riccardo Ghetta1-2/+2
2009-05-29net: dont update dev->trans_startEric Dumazet1-2/+0
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-1/+1
2009-01-07sis190: update to net_device_opsStephen Hemminger1-10/+18
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-1/+0
2008-10-27net: convert print_mac to %pMJohannes Berg1-4/+2
2008-10-22sis190: add identifier for Atheros AR8021 PHYFrancois Romieu1-0/+1
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