summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | [PATCH] smc91x: Kill off excessive versatile hooks.Paul Mundt2006-12-111-90/+0
| * | | | | | [PATCH] myri10ge: update driver version to 1.1.0Brice Goglin2006-12-111-1/+1
| * | | | | | [PATCH] myri10ge: fix big_bytes in case of vlan framesBrice Goglin2006-12-111-2/+2
| * | | | | | [PATCH] myri10ge: Full vlan frame in small_bytesBrice Goglin2006-12-111-2/+2
| * | | | | | [PATCH] myri10ge: drop contiguous skb routinesBrice Goglin2006-12-111-204/+8
| * | | | | | [PATCH] myri10ge: switch to page-based skbBrice Goglin2006-12-111-79/+93
| * | | | | | [PATCH] myri10ge: add page-based skb routinesBrice Goglin2006-12-111-0/+190
| * | | | | | [PATCH] myri10ge: indentation cleanupsBrice Goglin2006-12-111-4/+4
| * | | | | | [PATCH] chelsio: working NAPIStephen Hemminger2006-12-114-83/+67
| * | | | | | [PATCH] MACB: Use __raw register accessHaavard Skinnemoen2006-12-112-3/+3
| * | | | | | [PATCH] MACB: Use struct delayed_work instead of struct work_structHaavard Skinnemoen2006-12-112-4/+4
| * | | | | | [PATCH] ucc_geth: Initialize mdio_lock.Scott Wood2006-12-111-0/+2
| * | | | | | [PATCH] ucc_geth: compilation error fixesScott Wood2006-12-111-5/+5
| |/ / / / /
| * | | | | [CRYPTO] dm-crypt: Select CRYPTO_CBCHerbert Xu2006-12-101-0/+1
| * | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/mchehab/...Linus Torvalds2006-12-10110-4156/+15543
| |\ \ \ \ \
| | * | | | | V4L/DVB 4949b: Fix container_of pointer retreivalThierry MERLE2006-12-102-3/+1
| | * | | | | V4L/DVB (4949a): Fix INIT_WORKMauro Carvalho Chehab2006-12-103-5/+7
| | * | | | | V4L/DVB (4949): Cxusb: codingstyle cleanupsMichael Krufky2006-12-101-50/+60
| | * | | | | V4L/DVB (4948): Cxusb: Convert tuner functions to use dvb_pll_attachMichael Krufky2006-12-101-9/+5
| | * | | | | V4L/DVB (4947): Cx88: trivial cleanupsMichael Krufky2006-12-101-19/+13
| | * | | | | V4L/DVB (4946): Cx88: Move cx88_dvb_bus_ctrl out of the card-specific areaMichael Krufky2006-12-101-18/+20
| | * | | | | V4L/DVB (4945): Cx88: consolidate cx22702_config structsMichael Krufky2006-12-101-18/+5
| | * | | | | V4L/DVB (4944): Cx88: Convert DViCO FusionHDTV Hybrid to use dvb_pll_attachMichael Krufky2006-12-101-32/+3
| | * | | | | V4L/DVB (4943): Cx88: cleanup dvb_pll_attach for lgdt3302 tunersMichael Krufky2006-12-101-8/+6
| | * | | | | V4L/DVB (4953): Usbvision minor fixesThierry MERLE2006-12-103-10/+26
| | * | | | | V4L/DVB (4951): Add version.h, since it is required for VIDIOC_QUERYCAPMauro Carvalho Chehab2006-12-101-0/+1
| | * | | | | V4L/DVB (4940): Or51211: Changed SNR and signal strength calculationsRusty Scott2006-12-101-74/+50
| | * | | | | V4L/DVB (4939): Or51132: Changed SNR and signal strength reportingRusty Scott2006-12-101-85/+91
| | * | | | | V4L/DVB (4938): Cx88: Convert lgdt3302 tuning function to use dvb_pll_attachTrent Piepho2006-12-101-34/+4
| | * | | | | V4L/DVB (4941): Remove LINUX_VERSION_CODE and fix identationsMauro Carvalho Chehab2006-12-103-48/+14
| | * | | | | V4L/DVB (4942): Whitespace cleanupsMauro Carvalho Chehab2006-12-103-25/+25
| | * | | | | V4L/DVB (4937): Usbvision cleanup and code reorganizationThierry MERLE2006-12-107-3688/+2796
| | * | | | | V4L/DVB (4936): Make MT4049FM5 tuner to set FM Gain to NormalThierry MERLE2006-12-102-2/+1
| | * | | | | V4L/DVB (4935): Added the capability of selecting fm gain by tunerMauro Carvalho Chehab2006-12-101-0/+2
| | * | | | | V4L/DVB (4934): Usbvision radio requires GainNormal at e registerMauro Carvalho Chehab2006-12-102-0/+9
| | * | | | | V4L/DVB (4933): Usbvision_v4l2: radio interface / tda9887 problem ?Thierry MERLE2006-12-101-167/+67
| | * | | | | V4L/DVB (4932): Usbvision_v4l2: fix norm setting problemsThierry MERLE2006-12-102-58/+46
| | * | | | | V4L/DVB (4931): Removed usbvision_ioctl.h, since it isn't required anymoreMauro Carvalho Chehab2006-12-101-34/+0
| | * | | | | V4L/DVB (4930): Usbvision_v4l2 : mmap corrected to get all framesThierry MERLE2006-12-101-46/+59
| | * | | | | V4L/DVB (4929): Read() implementation + format set/get simplificationsThierry MERLE2006-12-101-156/+167
| | * | | | | V4L/DVB (4928): Usbvision_v4l2 robustness on disconnectThierry2006-12-102-12/+12
| | * | | | | V4L/DVB (4927): Enhancements on usbvision driverThierry MERLE2006-12-103-332/+418
| | * | | | | V4L/DVB (4926): Fix USBVision handling of VIDIOC_QUERYCTRLDwaine Garden2006-12-101-217/+182
| | * | | | | V4L/DVB (4925): Corrected and separated the Kconfig for usbvisionThierry MERLE2006-12-102-11/+13
| | * | | | | V4L/DVB (4924): Fix some bugs on usbvision due to the merge into one moduleThierry MERLE2006-12-102-14/+12
| | * | | | | V4L/DVB (4923): Splitted usbvision cards from usbvison.hMauro Carvalho Chehab2006-12-104-159/+196
| | * | | | | V4L/DVB (4922): Add usbvision driverMauro Carvalho Chehab2006-12-108-0/+6849
| | * | | | | V4L/DVB (4921): Budget-av, budget-ci: Fix MC1 register programmingHartmut Birr2006-12-102-6/+6
| | * | | | | V4L/DVB (4919): Budget-ci: Use SAA7146_IER_ENABLE/DISABLE to enable or disabl...Hartmut Birr2006-12-101-4/+4
| | * | | | | V4L/DVB (4918): Budget-av: Add delay for frontend power-onHartmut Birr2006-12-101-0/+3