summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | [PATCH] libata: propogate host private data from probe functionAlan Cox2005-11-111-0/+1
| * | | | | Merge branch 'master'Jeff Garzik2005-11-119-9/+69
| |\ \ \ \ \
| * | | | | | [PATCH] libata.h needs dma-mapping.hAndrew Morton2005-11-111-0/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge master.kernel.org:/home/rmk/linux-2.6-drvmodelLinus Torvalds2005-11-111-0/+15
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | [DRIVER MODEL] Add platform_driverRussell King2005-11-091-0/+15
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2005-11-101-0/+2
|\ \ \ \ \ \
| * \ \ \ \ \ Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French2005-11-103-6/+15
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French2005-11-1020-275/+480
| |\ \ \ \ \ \ \
| * | | | | | | | [CIFS] Reserve upcall IDX value for CIFS with connector header and addSteve French2005-11-101-0/+2
* | | | | | | | | [TCP]: speed up SACK processingStephen Hemminger2005-11-101-0/+15
* | | | | | | | | [TCP]: Appropriate Byte Count supportStephen Hemminger2005-11-102-0/+2
| |_|/ / / / / / |/| | | | | | |
* | | | | | | | [PATCH] PCI: removed unneeded .owner field from struct pci_driverGreg Kroah-Hartman2005-11-101-1/+0
* | | | | | | | [PATCH] PCI: automatically set device_driver.ownerLaurent riffard2005-11-102-3/+10
* | | | | | | | [PATCH] pciehp: request control of each hotplug controller individuallyrajesh.shah@intel.com2005-11-101-2/+3
* | | | | | | | [PATCH] PCI: add pci_find_next_capability()Roland Dreier2005-11-101-0/+2
| |/ / / / / / |/| | | | | |
* | | | | | | [NET]: Annotate h_proto in struct ethhdrPavel Roskin2005-11-101-1/+3
* | | | | | | [NET]: Detect hardware rx checksum faults correctlyHerbert Xu2005-11-102-2/+32
| |_|/ / / / |/| | | | |
* | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2005-11-092-0/+8
|\ \ \ \ \ \
| * | | | | | [PATCH] ide: CS5535 driverJaya Kumar2005-11-091-0/+1
| * | | | | | [PATCH] ide: AMD Geode GX/LX supportJordan Crouse2005-11-091-0/+2
| * | | | | | [PATCH] ide: move CONFIG_IDE_MAX_HWIFS into linux/ide.hBjorn Helgaas2005-11-091-0/+4
| * | | | | | [PATCH] ide: incorrect device link for ide-csHannes Reinecke2005-11-091-0/+1
* | | | | | | [NETLINK]: Generic netlink familyThomas Graf2005-11-101-0/+51
* | | | | | | [NETLINK]: Type-safe netlink messages/attributes interfaceThomas Graf2005-11-101-1/+23
* | | | | | | [NETFILTER]: Add nf_conntrack subsystem.Yasuyuki Kozakai2005-11-0914-271/+363
| |/ / / / / |/| | | | |
* | | | | | [NETFILTER] nfnetlink: nfattr_parse() can never fail, make it voidHarald Welte2005-11-091-1/+1
|/ / / / /
* | | | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2005-11-091-3/+3
|\ \ \ \ \
| * | | | | Merge branch 'master'Jeff Garzik2005-11-0972-287/+2105
| |\| | | |
| * | | | | [libata] eliminate use of drivers/scsi/scsi.h compatibility header/definesJeff Garzik2005-11-071-3/+3
* | | | | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2005-11-091-136/+0
|\ \ \ \ \ \
| * \ \ \ \ \ Merge git://git.tuxdriver.com/git/netdev-jwlJeff Garzik2005-11-071-136/+0
| |\ \ \ \ \ \
| | * | | | | | [PATCH] kill include/linux/eeprom.hAdrian Bunk2005-11-071-136/+0
| | |/ / / / /
* | | | | | | [PATCH] md: complete conversion of md to use kthreadsNeilBrown2005-11-091-2/+0
* | | | | | | [PATCH] md: support BIO_RW_BARRIER for md/raid1NeilBrown2005-11-093-1/+12
* | | | | | | [PATCH] md: make md on-disk bitmaps not host-endianNeilBrown2005-11-092-3/+12
* | | | | | | [PATCH] md: convert 'faulty' and 'in_sync' fields to bits in 'flags' fieldNeilBrown2005-11-091-4/+4
* | | | | | | [PATCH] md: improvements to raid5 handling of read errorsNeilBrown2005-11-091-0/+3
* | | | | | | [PATCH] md: change raid5 sysfs attribute to not create a new directoryNeilBrown2005-11-092-1/+7
* | | | | | | [PATCH] md: teach raid5 the difference between 'check' and 'repair'.NeilBrown2005-11-091-0/+4
* | | | | | | [PATCH] md: allow a manual resync with mdNeilBrown2005-11-091-0/+4
* | | | | | | [PATCH] md: add kobject/sysfs support to raid5NeilBrown2005-11-091-0/+1
* | | | | | | [PATCH] md: extend md sysfs support to component devices.NeilBrown2005-11-091-0/+2
* | | | | | | [PATCH] md: initial sysfs support for mdNeilBrown2005-11-091-0/+2
* | | | | | | [PATCH] md: better handling of readerrors with raid5.NeilBrown2005-11-091-0/+2
* | | | | | | [PATCH] fbdev: move ioctl32 code to fbmem.cArnd Bergmann2005-11-091-7/+0
* | | | | | | [PATCH] fbcon: Console Rotation - Add ability to control rotation via sysfsAntonino A. Daplas2005-11-091-0/+7
* | | | | | | [PATCH] fbcon: Console Rotation - Add support to rotate the logoAntonino A. Daplas2005-11-091-2/+2
* | | | | | | [PATCH] fbcon: Console Rotation - Prepare fbcon for console rotationAntonino A. Daplas2005-11-091-2/+10
* | | | | | | [PATCH] V4L: 911: added support for ntsc 4.43 video standardTyler Trafford2005-11-091-1/+3
* | | | | | | [PATCH] V4L: 907: em28xx cleanups and fixesMauro Carvalho Chehab2005-11-091-0/+1