summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-10-11Merge branch 'master' of git://git.infradead.org/users/pcmoore/lblnet-2.6_nex...James Morris22-972/+2732
2008-10-11As pointed out by Jonathan Corbet, the timer must be deleted beforeRajiv Andrade1-1/+1
2008-10-11ERROR: code indent should use tabs where possibleAndrew Morton0-0/+0
2008-10-11The tpm_dev_release function is only called for platform devices, not pnpRajiv Andrade3-7/+30
2008-10-11Protect tpm_chip_list when transversing it.Rajiv Andrade1-37/+24
2008-10-11Renames num_open to is_open, as only one process can open the file at a time.Rajiv Andrade2-5/+4
2008-10-11Remove the BKL calls from the TPM driver, which were added in the overallRajiv Andrade1-4/+4
2008-10-10Merge branch 'rcu-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds12-134/+337
2008-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds36-141/+995
2008-10-10Merge branch 'sched-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds29-487/+702
2008-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds25-10059/+12249
2008-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds28-355/+957
2008-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...Linus Torvalds9-100/+281
2008-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds9-118/+190
2008-10-10Fix barrier fail detection in XFSChristoph Hellwig3-4/+14
2008-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds16-799/+654
2008-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds50-1112/+2107
2008-10-10Merge branch 'for-2.6.28' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds124-2637/+3838
2008-10-10Merge phase #1 of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6...Linus Torvalds374-2221/+3870
2008-10-10PnP: move pnpacpi/pnpbios_init to after PCI initLinus Torvalds3-3/+6
2008-10-10Merge branch 'upstream-2.6.28' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds25-362/+923
2008-10-10netlabel: Add configuration support for local labelingPaul Moore4-3/+50
2008-10-10cipso: Add support for native local labeling and fixup mapping namesPaul Moore6-36/+128
2008-10-10netlabel: Changes to the NetLabel security attributes to allow LSMs to pass f...Paul Moore2-2/+3
2008-10-10selinux: Cache NetLabel secattrs in the socket's security structPaul Moore4-39/+91
2008-10-10selinux: Set socket NetLabel based on connection endpointPaul Moore8-37/+311
2008-10-10netlabel: Add functionality to set the security attributes of a packetPaul Moore8-42/+393
2008-10-10netlabel: Add network address selectors to the NetLabel/LSM domain mappingPaul Moore9-224/+816
2008-10-10netlabel: Add a generic way to create ordered linked lists of network addrsPaul Moore4-216/+569
2008-10-10netlabel: Replace protocol/NetLabel linking with refrerence countsPaul Moore8-266/+235
2008-10-10smack: Fix missing calls to netlbl_skbuff_err()Paul Moore1-1/+4
2008-10-10selinux: Fix missing calls to netlbl_skbuff_err()Paul Moore5-9/+50
2008-10-10selinux: Fix a problem in security_netlbl_sid_to_secattr()Paul Moore1-2/+8
2008-10-10selinux: Better local/forward check in selinux_ip_postroute()Paul Moore1-45/+81
2008-10-10netlabel: Remove unneeded in-kernel API functionsPaul Moore2-74/+23
2008-10-10selinux: Correctly handle IPv4 packets on IPv6 sockets in all casesPaul Moore1-5/+17
2008-10-10selinux: Cleanup the NetLabel glue codePaul Moore1-28/+10
2008-10-10netlabel: Fix some sparse warningsPaul Moore3-14/+14
2008-10-10dm: detect lost queueAlasdair G Kergon1-3/+23
2008-10-10dm: publish dm_vcallocMikulas Patocka2-1/+5
2008-10-10dm: publish dm_table_unplug_allMikulas Patocka2-1/+5
2008-10-10dm: publish dm_get_mapinfoMikulas Patocka2-1/+1
2008-10-10dm: export struct dm_devMikulas Patocka4-40/+49
2008-10-10dm crypt: avoid unnecessary wait when splitting bioMilan Broz1-8/+18
2008-10-10dm crypt: tidy ctx pendingMilan Broz1-5/+11
2008-10-10dm crypt: fix async inc_pendingMilan Broz1-3/+2
2008-10-10dm crypt: move dec_pending on error into write_io_submitMilan Broz1-3/+2
2008-10-10dm crypt: remove inc_pending from write_io_submitAlasdair G Kergon1-4/+5
2008-10-10dm crypt: tidy write loop pendingMilan Broz1-16/+9
2008-10-10dm crypt: tidy crypt allocMilan Broz1-7/+17