summaryrefslogtreecommitdiffstats
path: root/drivers/net/sis900.c
Commit message (Expand)AuthorAgeFilesLines
* sis900: use pci_dev->revisionSergei Shtylyov2011-02-281-2/+2
* sis900: Fix mem leak in sis900_rx error pathJesper Juhl2011-02-061-0/+1
* tree-wide: fix comment/printk typosUwe Kleine-König2010-11-011-1/+1
* drivers/net: return operator cleanupEric Dumazet2010-09-271-3/+3
* drivers/net: Remove address use from assignments of function pointersJoe Perches2010-08-261-1/+1
* drivers/net: Remove unnecessary returns from void function()sJoe Perches2010-05-141-7/+0Star
* net: trans_start cleanupsEric Dumazet2010-05-101-3/+1Star
* net: convert multicast list to list_headJiri Pirko2010-04-031-4/+6
* net/various: remove trailing space in messagesFrans Pop2010-03-241-2/+2
* net: convert multiple drivers to use netdev_for_each_mc_addr, part2Jiri Pirko2010-02-181-3/+2Star
* net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko2010-02-121-2/+2
* drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan2010-01-081-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-101-2/+2
|\
| * tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-2/+2
* | drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches2009-11-191-1/+1
|/
* headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-111-0/+1
* netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementationsBen Hutchings2009-09-041-2/+0Star
* netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger2009-09-011-2/+3
* net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-061-1/+1
* net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy2009-06-131-1/+1
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-1/+1
* sis900: fix non-constant printk warningsStephen Hemminger2009-02-271-2/+2
* sis900: generate fake MAC address if the hardware doesn't have oneDaniele Venzano2009-01-151-4/+4
* netdev: add missing set_mac_address hookStephen Hemminger2009-01-111-0/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-271-1/+0Star
|\
| * driver/net/*: remove redundant argument commentsQinghuang Feng2008-11-241-1/+0Star
* | sis900: fix warning in drivers/net/sis900.cIngo Molnar2008-11-261-1/+1
* | sis900: convert to net_device_opsStephen Hemminger2008-11-221-11/+16
* | netdevice: safe convert to netdev_priv() #part-3Wang Chen2008-11-131-32/+32
* | drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-041-1/+0Star
* | net: convert print_mac to %pMJohannes Berg2008-10-281-3/+2Star
|/
* [netdrvr] Trim trailing whitespace for several driversJeff Garzik2008-05-131-1/+1
* drivers/net: Add missing "space"Joe Perches2008-01-291-3/+3
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-111-5/+4Star
* [NET] drivers/net: statistics cleanup #1 -- save memory and shrink codeJeff Garzik2007-10-111-37/+19Star
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-111-1/+0Star
* sis900_mii_probe() must be __devinitAdrian Bunk2007-07-101-1/+1
* sis900: Allocate rx replacement buffer before rx operationNeil Horman2007-04-281-4/+5
* [ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo2007-04-261-3/+0Star
* sis900: Allocate rx replacement buffer before rx operationNeil Horman2007-04-241-24/+20Star
* sis900 warning fixesAndrew Morton2007-03-061-5/+5
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-3/+3
* drivers/net: const-ify ethtool_ops declarationsJeff Garzik2006-09-131-2/+2
* drivers/net: Trim trailing whitespaceJeff Garzik2006-09-131-110/+110
* drivers/net: Remove deprecated use of pci_module_init()Jeff Garzik2006-08-191-1/+1
* [PATCH] Add new PHY to sis900 supported listDaniele Venzano2006-08-141-0/+1
* [PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
* Merge branch 'master' into upstreamJeff Garzik2006-05-201-0/+1
|\
| * sis900: phy for FoxCon motherboardJames Cameron2006-05-101-0/+1
* | [PATCH] Add VLAN (802.1q) support to sis900 driverDaniele Venzano2006-04-201-6/+20
|/