aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/sis900.c
AgeCommit message (Expand)Author
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches
2010-05-10net: trans_start cleanupsEric Dumazet
2010-04-03net: convert multicast list to list_headJiri Pirko
2010-03-24net/various: remove trailing space in messagesFrans Pop
2010-02-18net: convert multiple drivers to use netdev_for_each_mc_addr, part2Jiri Pirko
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa
2009-11-18drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan
2009-09-03netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementationsBen Hutchings
2009-09-01netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy
2009-06-13net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang
2009-02-26sis900: fix non-constant printk warningsStephen Hemminger
2009-01-14sis900: generate fake MAC address if the hardware doesn't have oneDaniele Venzano
2009-01-11netdev: add missing set_mac_address hookStephen Hemminger
2008-11-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-11-25sis900: fix warning in drivers/net/sis900.cIngo Molnar
2008-11-23driver/net/*: remove redundant argument commentsQinghuang Feng
2008-11-21sis900: convert to net_device_opsStephen Hemminger
2008-11-12netdevice: safe convert to netdev_priv() #part-3Wang Chen
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller
2008-10-27net: convert print_mac to %pMJohannes Berg
2008-05-13[netdrvr] Trim trailing whitespace for several driversJeff Garzik
2008-01-28drivers/net: Add missing "space"Joe Perches
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches
2007-10-10[NET] drivers/net: statistics cleanup #1 -- save memory and shrink codeJeff Garzik
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle
2007-07-10sis900_mii_probe() must be __devinitAdrian Bunk
2007-04-27sis900: Allocate rx replacement buffer before rx operationNeil Horman
2007-04-25[ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo
2007-04-24sis900: Allocate rx replacement buffer before rx operationNeil Horman
2007-03-06sis900 warning fixesAndrew Morton
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells
2006-09-13drivers/net: const-ify ethtool_ops declarationsJeff Garzik
2006-09-13drivers/net: Trim trailing whitespaceJeff Garzik
2006-08-19drivers/net: Remove deprecated use of pci_module_init()Jeff Garzik
2006-08-14[PATCH] Add new PHY to sis900 supported listDaniele Venzano
2006-07-02[PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner
2006-05-20Merge branch 'master' into upstreamJeff Garzik
2006-05-10sis900: phy for FoxCon motherboardJames Cameron
2006-04-20[PATCH] Add VLAN (802.1q) support to sis900 driverDaniele Venzano
2006-03-28[PATCH] Typo fixesAlexey Dobriyan
2006-03-26[PATCH] more s/fucn/func/ typo fixesAkinobu Mita
2006-03-22[PATCH] sis900 adm7001 PHY supportArtur Skawina
2006-03-03Massive net driver const-ification.Arjan van de Ven
2006-02-25Fix Wake on LAN support in sis900Daniele Venzano