summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* x86_64: Fix only make Macintosh drivers default on MacsOlaf Hering2007-06-231-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2007-06-223-30/+30
|\
| * IB/mlx4: Correct max_srq_wr returned from mlx4_ib_query_device()Jack Morgenstein2007-06-211-1/+1
| * IPoIB/cm: Remove dead definition of struct ipoib_cm_idRoland Dreier2007-06-211-7/+0Star
| * IPoIB/cm: Fix interoperability when MTU doesn't matchMichael S. Tsirkin2007-06-211-3/+3
| * IPoIB/cm: Initialize RX before moving QP to RTRMichael S. Tsirkin2007-06-211-12/+17
| * IB/umem: Fix possible hang on process exitRoland Dreier2007-06-211-7/+9
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgartLinus Torvalds2007-06-221-16/+19
|\ \
| * | [AGPGART] intel_agp: don't load if no IGD and AGP portWang Zhenyu2007-06-211-16/+19
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kyle/p...Linus Torvalds2007-06-221-6/+0Star
|\ \ \ | |/ / |/| |
| * | [PARISC] stop lcd driver from stripping initial whitespaceJulian Stecklina2007-06-211-6/+0Star
* | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2007-06-214-11/+10Star
|\ \ \
| * | | fix module_param mistake in it821xStas Sergeev2007-06-211-1/+1
| * | | ahci: fix PORTS_IMPL overrideTejun Heo2007-06-211-1/+1
| * | | kerneldoc fix in libataHenrik Kretzschmar2007-06-211-1/+1
| * | | libata: more NONCQ devicesTejun Heo2007-06-211-0/+2
| * | | pata_it821x: (partially) fix DMA in RAID modeBartlomiej Zolnierkiewicz2007-06-211-8/+3Star
| * | | PATA: Add the MCP73/77 support to PATA driverPeer Chen2007-06-211-0/+2
| | |/ | |/|
* | | cxgb3 - MAC watchdog updateDivy Le Ray2007-06-211-10/+21
* | | cxgb3 - Stop mac RX when changing MTUDivy Le Ray2007-06-212-1/+70
* | | cxgb3 - Fix direct XAUI supportDivy Le Ray2007-06-212-2/+10
* | | cxgb3 - fix netpoll hanlderDivy Le Ray2007-06-212-4/+13
* | | cxgb3 - fix skb->dev dereferenceDivy Le Ray2007-06-211-1/+1
* | | natsemi irq flagsGregory Haskins2007-06-211-1/+1
* | | forcedeth: use unicast receive mode for WoLTim Mann2007-06-211-1/+3
* | | s390: netiucv inlining cleanupMartin Schwidefsky2007-06-211-15/+3Star
* | | s390: netiucv spinlock initializer cleanupThomas Gleixner2007-06-211-1/+1
* | | s390: don't call iucv_path_connect from tasklet contextUrsula Braun2007-06-211-1/+2
* | | s390: Use ccw_device_get_id() in qeth/claw driversCornelia Huck2007-06-212-14/+11Star
* | | s390: qeth: wrong packet length in qdio headerFrank Pavlic2007-06-211-2/+1Star
* | | s390: avoid inconsistent lock state in qethUrsula Braun2007-06-211-4/+4
* | | s390: qeth driver does not recoverUrsula Braun2007-06-211-6/+6
* | | s390: print correct level for HiperSockets devicesUrsula Braun2007-06-211-9/+11
* | | bonding: Fix 802.3ad no carrier on "no partner found" instanceJay Vosburgh2007-06-212-7/+6Star
* | | bonding: Fix use after free in unregister pathJay Vosburgh2007-06-212-2/+2
* | | spidernet: checksum and ethtoolStephen Hemminger2007-06-212-20/+5Star
* | | spidernet: turn off descriptor chain end interrupt.Linas Vepstas2007-06-211-2/+2
* | | spidernet: silence the ramfull messagesLinas Vepstas2007-06-212-9/+12
* | | spidernet: Don't terminate the RX ringLinas Vepstas2007-06-211-9/+9
* | | spidernet: Cure RX ram full bugLinas Vepstas2007-06-212-7/+82
* | | spidernet: null out skb pointer after its been used.Linas Vepstas2007-06-211-0/+1
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds2007-06-213-15/+27
|\ \
| * | firewire: Only set client->iso_context if allocation was successful.Kristian Høgsberg2007-06-211-8/+11
| * | ieee1394: fix to ether1394_tx in ether1394.cCarlos E. Ugarte2007-06-161-6/+15
| * | firewire: fix hang after card ejectionStefan Richter2007-06-161-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2007-06-218-132/+247
|\ \ \
| * | | IB/mlx4: Make sure inline data segments don't cross a 64 byte boundaryRoland Dreier2007-06-181-3/+39
| * | | IB/mlx4: Handle FW command interface rev 3Roland Dreier2007-06-185-81/+113
| * | | IB/mlx4: Handle buffer wraparound in __mlx4_ib_cq_clean()Jack Morgenstein2007-06-181-4/+9
| * | | IB/mlx4: Get rid of max_inline_data calculationRoland Dreier2007-06-181-5/+2Star