summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] drivers/scsi/ahci: add #include req'd for the DMA_{64,32}BIT_MASK con...domen@coderock.org2005-05-271-0/+1
* [PATCH] drivers/scsi/sata_vsc: add #include req'd for DMA_32BIT_MASK constantdomen@coderock.org2005-05-271-0/+1
* Automatic merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/hch/xfs-2.6Linus Torvalds2005-05-276-19/+31
|\
| * [XFS] remove an over-zealous WARN_ONChristoph Hellwig2005-05-271-1/+0
| * Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitChristoph Hellwig2005-05-27445-9463/+29019
| |\
| * | [XFS] Fix directory inodes ioctl compat code, minor code consistency cleanupsNathan Scott2005-05-064-17/+28
| * | [XFS] Fix a bug in xfs_iomap for extent handling of write casesRussell Cattelan2005-05-061-1/+3
* | | [PATCH] Note on ACPI build fixAlexander Nyberg2005-05-272-2/+2
* | | [PATCH] ACPI build fixLen Brown2005-05-271-3/+2
* | | [PATCH] Fixup VIA IRQ quirkAlexander Nyberg2005-05-271-1/+1
* | | [PATCH] VIA IRQ quirkLen Brown2005-05-274-26/+28
* | | [PATCH] cpuset exit NULL dereference fixPaul Jackson2005-05-271-5/+19
* | | [PATCH] remove non-cleanroom pwc driver compressionAlan Cox2005-05-2710-2473/+14
* | | ide-cd: revert DMA mask test changeLinus Torvalds2005-05-271-1/+4
* | | [PATCH] i386: fix prevent_tail_callRoland McGrath2005-05-261-3/+1
| |/ |/|
* | Automatic merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds2005-05-2615-133/+12499
|\ \
| * | [BNX2]: New Broadcom gigabit network driver.Michael Chan2005-05-267-0/+12370
| * | [TOKENRING]: net/802/tr.c: s/struct rif_cache_s/struct rif_cache/Alexey Dobriyan2005-05-261-11/+11
| * | [TOKENRING]: be'ify trh_hdr, trllc, rif_cache_sAlexey Dobriyan2005-05-262-5/+5
| * | From: Kazunori Miyazawa <kazunori@miyazawa.org>Hideaki YOSHIFUJI2005-05-263-2/+8
| * | [BONDING]: bonding using arp_ip_target may stay down with active path Jay Vosburgh2005-05-261-1/+1
| * | [PKT_SCHED] netem: allow random reordering (with fix)Stephen Hemminger2005-05-262-13/+50
| * | [PKT_SCHED] netem: use only inner qdisc -- no private skbuff queueStephen Hemminger2005-05-261-88/+36
| * | [PKT_SCHED]: netem: reinsert for duplicationStephen Hemminger2005-05-261-24/+29
* | | Automatic merge of 'for-linus' branch fromLinus Torvalds2005-05-2623-1019/+1222
|\ \ \ | |/ / |/| |
| * | Automatic merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds...2005-05-266-0/+39
| |\ \
| * \ \ Automatic merge of /spare/repo/netdev-2.6 branch tlan2005-05-251-0/+12
| |\ \ \
| | * | | [PATCH] fix PROMISC/bridging in TLAN driverJames Harper2005-05-151-0/+1
| | * | | [PATCH] tlan: restore deleted module parameters.Stephen Hemminger2005-05-151-0/+11
| * | | | Automatic merge of /spare/repo/netdev-2.6 branch sis9002005-05-252-3/+50
| |\ \ \ \
| | * | | | [PATCH] SIS900 must select MIIAdrian Bunk2005-05-151-0/+1
| | * | | | [PATCH] More ethtool support for sis900 and warning fixDaniele Venzano2005-05-121-3/+49
| | |/ / /
| * | | | Automatic merge of /spare/repo/netdev-2.6 branch veth2005-05-251-9/+23
| |\ \ \ \
| | * | | | [PATCH] iseries_veth: Cleanup skbs to prevent unregister_netdevice() hangingMichael Ellerman2005-05-151-2/+9
| | * | | | [PATCH] iseries_veth: Don't leak skbs in RX pathMichael Ellerman2005-05-151-6/+11
| | * | | | [PATCH] iseries_veth: Set dev->trans_start so watchdog timer works rightMichael Ellerman2005-05-151-0/+2
| | * | | | [PATCH] iseries_veth: Don't send packets to LPARs which aren't upMichael Ellerman2005-05-151-1/+1
| | |/ / /
| * | | | Automatic merge of /spare/repo/netdev-2.6 branch qeth2005-05-2514-901/+914
| |\ \ \ \
| | * | | | [PATCH] s390: qeth bug fixesFrank Pavlic2005-05-156-404/+273
| | * | | | [PATCH] s390: qeth bug fixesFrank Pavlic2005-05-151-7/+7
| | * | | | [PATCH] s390: fakell for high speed token ringFrank Pavlic2005-05-152-27/+114
| | * | | | [PATCH] s390: qeth bug fixesFrank Pavlic2005-05-155-111/+86
| | * | | | [PATCH] s390: enable iucv_send2way_xxx functionsFrank Pavlic2005-05-151-5/+5
| | * | | | [PATCH] s390: ctc code cleanupFrank Pavlic2005-05-153-414/+490
| | * | | | [PATCH] s390: schedule_timeout cleanup in ctcttyFrank Pavlic2005-05-151-3/+2
| | * | | | [PATCH] s390: set online race in the lcs driverFrank Pavlic2005-05-151-15/+16
| | * | | | [PATCH] s390: multicast address registration in lcsFrank Pavlic2005-05-151-3/+3
| | * | | | [PATCH] s390: claw driver wiringFrank Pavlic2005-05-153-1/+7
| | |/ / /
| * | | | Automatic merge of /spare/repo/netdev-2.6 branch ns838202005-05-251-40/+29
| |\ \ \ \
| | * | | | [PATCH] ns83820 updateBenjamin LaHaise2005-05-151-40/+29
| | |/ / /
OpenPOWER on IntegriCloud