summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2008-12-12smsc9420: add ethtool eeprom supportSteve Glendinning2-0/+124
2008-12-12smsc9420: add netpoll supportSteve Glendinning1-0/+12
2008-12-12smsc911x: make smsc911x_poll_controller staticSteve Glendinning1-1/+1
2008-12-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller83-1334/+4433
2008-12-12sfc: Version 2.3Ben Hutchings1-1/+1
2008-12-12sfc: Fix synchronisation of efx_mtd_{probe,rename,remove}Ben Hutchings1-15/+18
2008-12-12sfc: Use kzalloc() to ensure struct efx_spi_device is fully initialisedBen Hutchings1-1/+1
2008-12-12sfc: Treat probe as unsuccessful if it scheduled a resetSteve Hodgson1-2/+11
2008-12-12sfc: Use model numbers for PHY type namesBen Hutchings3-5/+5
2008-12-12sfc: Use mutex_lock_interruptible() for ethtool EEPROM accessBen Hutchings1-2/+8
2008-12-12sfc: Specify a meaningful component for loopback RX-side and PHY testsBen Hutchings1-6/+8
2008-12-12sfc: Remove leading spacesBen Hutchings1-2/+2
2008-12-12sfc: Add support for SFN4111TBen Hutchings7-35/+150
2008-12-12sfc: Add support for Solarflare 10Xpress SFT9001Ben Hutchings8-105/+467
2008-12-12sfc: Rework MAC, PHY and board event handlingBen Hutchings9-114/+111
2008-12-12sfc: Implement auto-negotiationBen Hutchings9-154/+472
2008-12-12sfc: Add support for sub-10G speedsBen Hutchings16-321/+699
2008-12-12sfc: Clean up MDIO flag settingBen Hutchings2-59/+32
2008-12-12sfc: Clean up board identificationBen Hutchings2-55/+20
2008-12-12sfc: Add phy_type device attributeBen Hutchings1-0/+19
2008-12-12sfc: Add support for MMDs numbered >15Ben Hutchings4-22/+24
2008-12-12sfc: Remove MII extension cruftBen Hutchings8-174/+18
2008-12-12sfc: Don't count RX checksum errors during loopback self-testBen Hutchings1-5/+8
2008-12-12sfc: Abbreviate self-test names so they are not truncatedBen Hutchings1-8/+8
2008-12-12sfc: Provide hints to irqbalance daemonBen Hutchings3-1/+27
2008-12-12sfc: Add option to use a separate channel for TX completionsNeil Turton2-15/+28
2008-12-12sfc: Restore phy_flash_cfg module parameterBen Hutchings1-0/+7
2008-12-12sfc: Work around unreliable strap pinsBen Hutchings1-70/+44
2008-12-12sfc: Clean up waits for flash/EEPROM operationsBen Hutchings3-23/+39
2008-12-12sfc: Make reset_workqueue driver-global rather than per-NICSteve Hodgson2-27/+20
2008-12-12sfc: Correct interpretation of second param to ethtool phys_id()Ben Hutchings1-2/+6
2008-12-12sfc: Remove unneeded register writeBen Hutchings1-9/+0
2008-12-12sfc: Change SPI lengths to type size_tBen Hutchings2-10/+11
2008-12-12sfc: Board support fixesBen Hutchings1-0/+2
2008-12-12misdn: Fix lockdep warningKarsten Keil1-1/+1
2008-12-12mISDN: hfcmulti: use __iomem address space modifierHannes Eder2-23/+25
2008-12-12mISDN: timerdev: use __user for mISDN_read's buffer argumentHannes Eder1-2/+2
2008-12-12mISDN: comment out unused symbolsHannes Eder2-0/+4
2008-12-12mISDN: fix sparse warning: symbol 'id' shadows an earlier oneHannes Eder1-11/+11
2008-12-12mISDN: fix sparse warning: symbol 'nskb' shadows an earlier oneHannes Eder1-1/+1
2008-12-12mISDN: un-export symbol 'plx_lock'Hannes Eder1-1/+0
2008-12-12mISDN: make global symbols static or include header filesHannes Eder12-27/+32
2008-12-12mISDN: consistently define 'debug' as '*u_int'Hannes Eder4-5/+5
2008-12-12mISDN: use NULL pointer instead of plain integerHannes Eder3-47/+47
2008-12-12iwlwifi: add contact email to MODULE_AUTHORTomas Winkler4-3/+5
2008-12-12iwlwifi: remove 4965 from common uCode API structuresTomas Winkler5-42/+42
2008-12-12iwlwifi: remove includes of iwl-helpers.h where not neededTomas Winkler7-9/+4
2008-12-12iwlwifi: remove unused clip_groups priv memberTomas Winkler2-16/+0
2008-12-12iwlwifi: fix resume while txpower offMohamed Abbas2-1/+14
2008-12-12iwlwifi: use iwl_poll_direct_bit in EEPROM readingZhu, Yi5-37/+27