summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-11-0319-131/+480
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-11-028-10/+36
| |\ \ \ \ \ \
| | * | | | | | libertas if_usb: Fix crash on 64-bit machinesDavid Woodhouse2009-10-301-1/+1
| | * | | | | | ath9k: fix misplaced semicolon on rate controlLuis R. Rodriguez2009-10-301-1/+1
| | * | | | | | b43: Fix DMA TX bounce buffer copyingMichael Buesch2009-10-301-2/+13
| | * | | | | | rt73usb.c : more idsXose Vazquez Perez2009-10-301-0/+5
| | * | | | | | ipw2200: fix oops on missing firmwareZhu Yi2009-10-304-6/+16
| * | | | | | | sky2: set carrier off in probeBrandon Philips2009-10-301-0/+2
| |/ / / / / /
| * | | | | | pcnet_cs: add cis of PreMax PE-200 ethernet pcmcia cardKen Kawasaki2009-10-292-5/+5
| * | | | | | r8169: Fix card drop incoming VLAN tagged MTU byte large jumbo framesRaimonds Cicans2009-10-291-1/+1
| * | | | | | ibmtr: possible Read buffer overflow?roel kluin2009-10-291-2/+9
| * | | | | | e1000e: rework disable K1 at 1000Mbps for 82577/82578Bruce Allan2009-10-295-28/+190
| * | | | | | e1000e: config PHY via software after resetsBruce Allan2009-10-292-78/+218
| * | | | | | e100: e100_phy_init() isolates selected PHY, causes 10 second boot delayBruce Allan2009-10-291-7/+19
* | | | | | | i915: fix intel graphics suspend breakage due to resume/lid event confusionLinus Torvalds2009-11-023-8/+24
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds2009-10-3136-3462/+75
|\ \ \ \ \ \ \
| * | | | | | | Staging: fix wireless drivers dependsRandy Dunlap2009-10-303-3/+3
| * | | | | | | Staging: wireless drivers Kconfig changeGreg Kroah-Hartman2009-10-306-6/+6
| * | | | | | | Staging: android: mark subsystem as brokenGreg Kroah-Hartman2009-10-301-0/+1
| * | | | | | | Staging: remove stlc45xx driverGreg Kroah-Hartman2009-10-307-3323/+0
| * | | | | | | Staging: rtl8187se/rtl8192e/rtl8192su: allow module unloadHerton Ronaldo Krzesinski2009-10-3012-96/+37
| * | | | | | | Staging: vt6656: fix the memory free bug in vntwusb_disconnect()miaofng2009-10-301-1/+0
| * | | | | | | Staging: Panel: prevent driver from calling misc_deregister twice on same res...Peter Huewe2009-10-301-3/+10
| * | | | | | | Staging: hv: fix oops in vmbus - missing #includeMilan Dadok2009-10-302-0/+2
| * | | | | | | Staging: hv: fix oops in vmbus - netvsc list_headMilan Dadok2009-10-301-6/+4
| * | | | | | | Staging: hv: fix oops in vmbus - udev eventsMilan Dadok2009-10-301-10/+4
| * | | | | | | Staging: hv: Fix vmbus load hang caused by faulty data packingHank Janssen2009-10-301-1/+1
| * | | | | | | Staging: hv: Fix null pointer error after vmbus loadingHaiyang Zhang2009-10-301-13/+1
| * | | | | | | Staging: hv TODO patchesStephen Hemminger2009-10-301-0/+6
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2009-10-315-30/+43
|\ \ \ \ \ \ \ \
| * | | | | | | | USB: fsl_udc_core: Fix kernel oops on module removalAnton Vorontsov2009-10-301-1/+1
| * | | | | | | | USB: option: TLAYTECH TUE800 supportBryan Wu2009-10-301-0/+4
| * | | | | | | | USB: r8a66597-hcd: fix cannot detect a device when uses_new_polling is setYoshihiro Shimoda2009-10-301-10/+13
| * | | | | | | | USB: serial: sierra driver autopm fixesElina Pasheva2009-10-301-6/+8
| * | | | | | | | USB: serial: sierra driver send_setup() autopm fixElina Pasheva2009-10-301-10/+14
| * | | | | | | | USB: rndis_host: debug info clobbered before it is loggedGeorge Nassar2009-10-301-3/+3
| |/ / / / / / /
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds2009-10-311-3/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | tty: Mark generic_serial users as BROKENAlan Cox2009-10-301-3/+3
| |/ / / / / / /
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2009-10-313-8/+17
|\ \ \ \ \ \ \ \
| * | | | | | | | Driver core: allow certain drivers prohibit bind/unbind via sysfsDmitry Torokhov2009-10-302-7/+16
| * | | | | | | | Driver core: fix driver_register() return valueStas Sergeev2009-10-301-1/+1
| |/ / / / / / /
* | | | | | | | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2009-10-312-30/+24
|\ \ \ \ \ \ \ \
| * | | | | | | | [S390] call home: fix string length handlingHeiko Carstens2009-10-291-8/+6
| * | | | | | | | [S390] call home: fix error handling in init functionHeiko Carstens2009-10-291-18/+10
| * | | | | | | | [S390] s/r: cmm resume fixMartin Schwidefsky2009-10-291-1/+6
| * | | | | | | | [S390] call home: fix local buffer usage in proc handlerSebastian Ott2009-10-291-4/+3
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2009-10-3112-159/+171
|\ \ \ \ \ \ \ \
| * | | | | | | | md/raid6: kill a gcc-4.0.1 'uninitialized variable' warningDan Williams2009-10-191-3/+3
| * | | | | | | | md/async: don't pass a memory pointer as a page pointer.NeilBrown2009-10-161-2/+2
| * | | | | | | | md: Fix handling of raid5 array which is being reshaped to fewer devices.NeilBrown2009-10-162-20/+19