aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
| * | | | [SCSI] qla2xxx: Correct overwrite of pre-assigned init-control-block structur...Andrew Vasquez2009-03-101-4/+0
| * | | | [SCSI] qla2xxx: Correct truncation in return-code status checking.Andrew Vasquez2009-03-102-2/+2
| * | | | [SCSI] qla2xxx: Correct vport delete bug.Anirban Chakraborty2009-03-103-9/+15
| * | | | [SCSI] qla2xxx: Use correct value for max vport in LOOP topology.Lalit Chandivade2009-03-101-1/+5
| * | | | [SCSI] qla2xxx: Correct address range checking for option-rom updates.Andrew Vasquez2009-03-101-8/+1
| * | | | [SCSI] fcoe: Change fcoe receive thread nice value from 19 (lowest priority) ...Robert Love2009-03-101-1/+1
| * | | | [SCSI] fcoe: fix handling of pending queue, prevent out of order frames (v3)Chris Leech2009-03-101-57/+24
| * | | | [SCSI] fcoe: Out of order tx frames was causing several check condition SCSI ...Vasu Dev2009-03-102-24/+22
| * | | | [SCSI] fcoe: fix kfree(skb)Roel Kluin2009-03-101-1/+1
| * | | | [SCSI] libfc: do not change the fh_rx_id of a recevied frameYi Zou2009-03-101-13/+0
| * | | | [SCSI] fcoe: Correct fcoe_transports initialization vs. registrationRobert Love2009-03-102-3/+5
| * | | | [SCSI] fcoe: Use setup_timer() and mod_timer()Robert Love2009-03-101-5/+3
| * | | | [SCSI] libfc, fcoe: Remove unnecessary cast by removing inline wrapperRobert Love2009-03-102-7/+7
| * | | | [SCSI] libfc, fcoe: Cleanup function formatting and minor typosRobert Love2009-03-104-20/+20
| * | | | [SCSI] libfc, fcoe: Fix kerneldoc commentsRobert Love2009-03-107-250/+245
| * | | | [SCSI] libfc: check for err when recv and state is incorrectRobert Love2009-03-062-40/+40
| * | | | [SCSI] libfc: rename rp to rdata in fc_disc_new_target()Robert Love2009-03-061-4/+4
| * | | | [SCSI] libfc: correct RPORT_TO_PRIV usageRobert Love2009-03-061-2/+2
| * | | | [SCSI] libfc: Don't violate transport template for rogue port creationRobert Love2009-03-063-5/+8
| * | | | [SCSI] libfc: exch mgr is freed while lport still retrying sequencesSteve Ma2009-03-061-0/+2
| * | | | [SCSI] libfc: fixed a read IO data integrity issue when a IO data frame lostVasu Dev2009-03-061-3/+3
| * | | | [SCSI] libfc: rport retry on LS_RJT from certain ELSChris Leech2009-03-062-49/+64
| * | | | [SCSI] libfc, fcoe: fixed locking issues with lport->lp_mutex around lport->l...Vasu Dev2009-03-064-59/+28
| * | | | [SCSI] libfc: fixed a soft lockup issue in fc_exch_recv_abtsVasu Dev2009-03-061-1/+1