summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | USB: usbtmc: add protocol 1 supportGreg Kroah-Hartman2009-03-171-0/+1
* | | | | | USB: usbtmc: fix stupid bug in open()Greg Kroah-Hartman2009-03-171-1/+2
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds2009-03-174-28/+56
|\ \ \ \ \ \
| * | | | | | dm crypt: wait for endio to complete before destructionMilan Broz2009-03-162-20/+29
| * | | | | | dm crypt: fix kcryptd_async_done parameterHuang Ying2009-03-161-5/+21
| * | | | | | dm io: respect BIO_MAX_PAGES limitMikulas Patocka2009-03-161-0/+2
| * | | | | | dm table: rework reference counting fixMikulas Patocka2009-03-161-2/+2
| * | | | | | dm ioctl: validate name length when renamingMilan Broz2009-03-161-1/+2
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2009-03-1610-75/+39
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branches 'misc-up-now' and 'platform-drivers' into releaseLen Brown2009-03-166-16/+21
| |\ \ \ \ \ \
| | * | | | | | acpi-wmi: unsigned cannot be less than 0Roel Kluin2009-03-161-1/+1
| | * | | | | | thinkpad-acpi: fix module autoloading for older modelsMathieu Chouquet-Stringer2009-03-161-4/+4
| | * | | | | | acer-wmi: Unmark as 'experimental'Carlos Corbacho2009-03-161-2/+1
| | * | | | | | acpi-wmi: Unmark as 'experimental'Carlos Corbacho2009-03-161-2/+1
| | * | | | | | acer-wmi: double free in acer_rfkill_exit()Dan Carpenter2009-03-161-1/+1
| | * | | | | | platform/x86: depends instead of select for laptop platform driversCorentin Chary2009-03-161-1/+1
| | * | | | | | asus-laptop: use select instead of depends onCorentin Chary2009-03-161-3/+3
| | * | | | | | eeepc-laptop: restore acpi_generate_proc_event()Corentin Chary2009-03-161-1/+5
| | * | | | | | asus-laptop: restore acpi_generate_proc_event()Corentin Chary2009-03-161-1/+4
| | |/ / / / /
| * | | | | | acpi: check for pxm_to_node_map overflowCyrill Gorcunov2009-03-161-1/+1
| * | | | | | ACPI: remove doubled status checkingJiri Slaby2009-03-161-8/+1
| * | | | | | ACPI suspend: Blacklist Toshiba Satellite L300 that requires to set SCI_EN di...Zhang Rui2009-03-161-0/+8
| * | | | | | Revert "ACPI: make some IO ports off-limits to AML"Len Brown2009-03-161-50/+0
| * | | | | | suspend: switch the Asus Pundit P1-AH2 to old ACPI sleep orderingAndy Whitcroft2009-03-161-0/+8
| |/ / / / /
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-03-1626-217/+5671
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | r8169: revert "r8169: read MAC address from EEPROM on init (2nd attempt)"françois romieu2009-03-151-112/+2
| * | | | | r8169: use hardware auto-padding.françois romieu2009-03-151-8/+0
| * | | | | igb: remove ASPM L0s workaroundAlexander Duyck2009-03-141-24/+2
| * | | | | netxen: remove old flash check.Dhananjay Phadke2009-03-143-26/+0
| * | | | | mv643xx_eth: fix unicast address filter corruption on mtu changeLennert Buytenhek2009-03-131-5/+5
| * | | | | emac: Fix clock control for 405EX and 405EXr chipsBenjamin Herrenschmidt2009-03-131-0/+3
| * | | | | ixgbe: fix multiple unicast address supportChris Leech2009-03-131-0/+1
| * | | | | via-velocity: Fix DMA mapping length errors on transmit.Dave Jones2009-03-131-8/+7
| * | | | | qlge: bugfix: Pad outbound frames smaller than 60 bytes.Ron Mercer2009-03-131-0/+3
| * | | | | qlge: bugfix: Move netif_napi_del() to common call point.Ron Mercer2009-03-131-4/+6
| * | | | | qlge: bugfix: Tell hw to strip vlan header.Ron Mercer2009-03-131-3/+3
| * | | | | qlge: bugfix: Increase filter on inbound csum.Ron Mercer2009-03-132-12/+27
| * | | | | dnet: replace obsolete *netif_rx_* functions with *napi_*Ilya Yanok2009-03-131-4/+4
| * | | | | net: Add be2net driver.Sathya Perla2009-03-1110-0/+4369
| * | | | | dnet: Fix warnings on 64-bit.David S. Miller2009-03-111-5/+5
| * | | | | dnet: Dave DNET ethernet controller driver (updated)Ilya Yanok2009-03-114-0/+1231
| * | | | | bnx2x: Using DMAE to initialize the chipEilon Greenstein2009-03-102-13/+9
| * | | | | bnx2x: Casting page alignmentEilon Greenstein2009-03-101-1/+1
| * | | | | bnx2x: Adding restriction on sge_buf_sizeEilon Greenstein2009-03-101-1/+2
* | | | | | linux.conf.au 2009: TuzRusty Russell2009-03-162-3204/+5563
| |/ / / / |/| | | |
* | | | | parisc: sba_iommu: fix build bug when CONFIG_PARISC_AGP=yKyle McMartin2009-03-151-2/+0
* | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-03-141-0/+22
|\ \ \ \ \
| * | | | | Fix Xilinx SystemACE driver to handle empty CF slotGrant Likely2009-03-141-0/+22
| | |/ / / | |/| | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2009-03-1415-562/+499
|\ \ \ \ \
| * | | | | [SCSI] qla2xxx: Update version number to 8.03.00-k4.Andrew Vasquez2009-03-101-1/+1
OpenPOWER on IntegriCloud