aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/smsc (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-10net: smc91x: use io{read, write}*_rep accessors instead of string functionsWill Deacon1-10/+10
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman3-7/+5
2012-12-03epic100: remove __dev* attributesBill Pemberton1-6/+6
2012-12-03smsc9420: remove __dev* attributesBill Pemberton1-3/+3
2012-12-03smc911x: remove __dev* attributesBill Pemberton1-5/+5
2012-12-03smsc911x: remove __dev* attributesBill Pemberton1-7/+7
2012-12-03smc91x: remove __dev* attributesBill Pemberton1-5/+5
2012-11-19net/ethernet: remove useless is_valid_ether_addr from drivers ndo_openJoachim Eastwood3-25/+0
2012-11-14net/smsc911x: Fix ready check in cases where WORD_SWAP is neededKamlakant Patel1-2/+15
2012-07-16ethernet: Use eth_random_addrJoe Perches1-1/+1
2012-07-10drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2-6/+6
2012-06-22smsc911x.c: encapsulate enable irq callsMatthias Brugger1-7/+10
2012-06-06ethernet: Remove casts to same typeJoe Perches1-2/+1
2012-05-30net/smsc911x: Repair broken failure pathsLee Jones1-3/+4
2012-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+1
2012-04-21drivers/net: Do not free an IRQ if its request failedLee Jones1-2/+1
2012-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+5
2012-04-13net: smsc911x: fix skb handling in receive pathWill Deacon1-9/+5
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+1
2012-04-07epic100: stop using net_device.{base_addr, irq} and convert to __iomem.Francois Romieu1-202/+201
2012-04-07smsc9420: stop using net_device.{base_addr, irq}.Francois Romieu1-24/+23
2012-04-04smsc9420: Support the get_ts_info ethtool method.Richard Cochran1-0/+1
2012-04-04smsc911x: Support the get_ts_info ethtool method.Richard Cochran1-0/+1
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_systemLinus Torvalds1-1/+0
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-27Merge branch 'platforms' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-1/+1
2012-02-15net: use eth_hw_addr_random() and reset addr_assign_typeDanny Kukawka1-1/+2
2012-02-15net: replace random_ether_addr() with eth_hw_addr_random()Danny Kukawka1-3/+2
2012-02-09ARM: sa11x0: neponset: provide function to manipulate NCR_0Russell King1-1/+1
2012-02-08netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A. Dalvi6-9/+7
2012-01-31drivers/net: Remove alloc_etherdev error messagesJoe Perches5-9/+3
2012-01-10smsc911x: use an unique MDIO bus name.Florian Fainelli1-1/+2
2012-01-07smsc911x: Unconditionally include linux/smscphy.h in smsc911x.hDavid S. Miller1-2/+0
2012-01-03net/smsc911x: Check if PHY is in operational mode before software resetJavier Martinez Canillas1-0/+92
2012-01-03net: phy: smsc: Move SMSC PHY constants to <linux/smscphy.h>Javier Martinez Canillas1-0/+4
2011-11-29net/smsc911x: Add regulator supportRobert Marklund1-11/+100
2011-11-29net/ethernet: convert drivers/net/ethernet/* to use module_platform_driver()Axel Lin2-24/+2
2011-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+12
2011-11-16net: sweep-up some straglers in strlcpy conversion of .get_drvinfo routinesRick Jones1-2/+2
2011-11-14net/smsc911x: Always wait for the chip to be readyRobert Marklund1-0/+12
2011-11-08sweep the floors and convert some .get_drvinfo routines to strlcpyRick Jones2-6/+7
2011-10-31drivers/net: Add module.h to drivers who were implicitly using itPaul Gortmaker1-0/+1
2011-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds14-0/+17252
2011-10-24Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2011-09-21net/smsc911x: Correctly configure 16-bit register access from DTDave Martin1-0/+2
2011-09-15MII: fix Kconfig dependencies for MIIJeff Kirsher1-0/+5
2011-08-27drivers/net/ethernet/*: Enabled vendor Kconfig optionsJeff Kirsher1-0/+1
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko7-7/+7
2011-08-10smsc: Move the SMC (SMSC) driversJeff Kirsher14-0/+17243