summaryrefslogtreecommitdiffstats
path: root/drivers/net/sis900.c
Commit message (Expand)AuthorAgeFilesLines
* drivers/net: return operator cleanupEric Dumazet2010-09-261-3/+3
* drivers/net: Remove address use from assignments of function pointersJoe Perches2010-08-251-1/+1
* drivers/net: Remove unnecessary returns from void function()sJoe Perches2010-05-141-7/+0
* net: trans_start cleanupsEric Dumazet2010-05-101-3/+1
* 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/+2
* 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-071-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-091-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-181-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-031-2/+0
* 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-051-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-261-2/+2
* sis900: generate fake MAC address if the hardware doesn't have oneDaniele Venzano2009-01-141-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-261-1/+0
|\
| * driver/net/*: remove redundant argument commentsQinghuang Feng2008-11-231-1/+0
* | sis900: fix warning in drivers/net/sis900.cIngo Molnar2008-11-251-1/+1
* | sis900: convert to net_device_opsStephen Hemminger2008-11-211-11/+16
* | netdevice: safe convert to netdev_priv() #part-3Wang Chen2008-11-121-32/+32
* | drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-031-1/+0
* | net: convert print_mac to %pMJohannes Berg2008-10-271-3/+2
|/
* [netdrvr] Trim trailing whitespace for several driversJeff Garzik2008-05-131-1/+1
* drivers/net: Add missing "space"Joe Perches2008-01-281-3/+3
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-101-5/+4
* [NET] drivers/net: statistics cleanup #1 -- save memory and shrink codeJeff Garzik2007-10-101-37/+19
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-101-1/+0
* sis900_mii_probe() must be __devinitAdrian Bunk2007-07-101-1/+1
* sis900: Allocate rx replacement buffer before rx operationNeil Horman2007-04-271-4/+5
* [ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo2007-04-251-3/+0
* sis900: Allocate rx replacement buffer before rx operationNeil Horman2007-04-241-24/+20
* 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
|/
* [PATCH] Typo fixesAlexey Dobriyan2006-03-281-1/+1
* [PATCH] more s/fucn/func/ typo fixesAkinobu Mita2006-03-261-2/+2
* [PATCH] sis900 adm7001 PHY supportArtur Skawina2006-03-221-0/+1
OpenPOWER on IntegriCloud