summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | [IA64] Fix compile warnings in setup.cTony Luck2006-01-051-1/+1
| | * | | Auto-update from upstreamTony Luck2006-01-051256-44627/+87735
| | |\ \ \ | | | |/ /
| | * | | [IA64] incorrect return from ia64_pci_legacy_write()Alex Williamson2006-01-031-1/+1
| | | |/ | | |/|
| * | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2006-01-051-1/+1
| |\ \ \
| | * | | [ATYFB]: Fix onboard video on SPARC Blade 100 for 2.6.{13,14,15}Luis F. Ortiz2006-01-051-1/+1
| | | |/ | | |/|
| * | | [NETFILTER]: Use HOPLIMIT metric as TTL of TCP reset sent by REJECTYasuyuki Kozakai2006-01-051-1/+1
| * | | [NETFILTER]: nf_conntrack_l3proto_ipv4.c needs net/route.hPatrick McHardy2006-01-051-0/+1
| * | | [NETFILTER]: Export ip6_masked_addrcmp, don't pass IPv6 addresses on stackPatrick McHardy2006-01-052-8/+14
| * | | [NETFILTER]: make ipv6_find_hdr() find transport protocol headerPatrick McHardy2006-01-058-75/+49
| * | | [NETFILTER]: Call POST_ROUTING hook before fragmentationPatrick McHardy2006-01-055-84/+16
| * | | [NETFILTER]: Remove okfn usage in ip_vs_core.cPatrick McHardy2006-01-051-4/+1
| * | | [NETFILTER]: ctnetlink: Fix dumping of helper namePatrick McHardy2006-01-052-3/+1
| * | | [NETFILTER]: Fix module_param types and permissionsPatrick McHardy2006-01-057-26/+22
| * | | [NETFILTER]: Filter dumped entries based on the layer 3 protocol numberPablo Neira Ayuso2006-01-051-6/+17
| * | | [NETFILTER]: Add ctnetlink port for nf_conntrackPablo Neira Ayuso2006-01-0516-63/+2289
| * | | [NETFILTER]: ctnetlink: remove unused variablePablo Neira Ayuso2006-01-051-2/+0
| * | | [NETFILTER]: ctnetlink: fix conntrack mark racePablo Neira Ayuso2006-01-051-5/+5
| * | | [NETFILTER]: ctnetlink: ctnetlink_event cleanupPablo Neira Ayuso2006-01-051-11/+4
| * | | [NETFILTER]: ctnetlink: use u_int32_t instead of unsigned intPablo Neira Ayuso2006-01-051-1/+1
| * | | [NETFILTER]: ctnetlink: propagate ctnetlink_dump_tuples_proto return value backPablo Neira Ayuso2006-01-051-2/+3
| * | | [NETFILTER]: ctnetlink: Add sanity checkings for ICMPYasuyuki Kozakai2006-01-051-19/+24
| * | | [NETFILTER]: ctnetlink: remove bogus checks in ICMP protocol at dumpingPablo Neira Ayuso2006-01-051-4/+0
| * | | [NETFILTER]: Decrease number of pointer derefs in nf_conntrack_core.cJesper Juhl2006-01-051-3/+4
| * | | [NETFILTER]: Decrease number of pointer derefs in nfnetlink_queue.cJesper Juhl2006-01-051-35/+44
| * | | [IPVS]: Fix compilationAdrian Bunk2006-01-052-0/+2
| |/ /
* | | Merge with http://kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitJody McIntyre2006-01-051256-44627/+87735
|\ \ \ | |/ /
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2006-01-0464-814/+869
| |\ \
| | * | [PATCH] net: swich device attribute creation to default attrsKay Sievers2006-01-041-47/+21
| | * | [PATCH] drivers/base/power/runtime.c: #if 0 dpm_set_power_state()Adrian Bunk2006-01-041-0/+2
| | * | [PATCH] sysfs: handle failures in sysfs_make_direntSteven Rostedt2006-01-041-1/+5
| | * | [PATCH] Driver core: Make block devices create the proper symlink nameGreg Kroah-Hartman2006-01-041-2/+25
| | * | [PATCH] Driver core: only all userspace bind/unbind if CONFIG_HOTPLUG is enabledGreg Kroah-Hartman2006-01-041-4/+22
| | * | [PATCH] Driver Core: Rearrange exports in platform.cDmitry Torokhov2006-01-041-11/+10
| | * | [PATCH] Driver Core: Add platform_device_del()Dmitry Torokhov2006-01-042-15/+31
| | * | [PATCH] Input: fix add modalias support build errorRusty Russell2006-01-041-1/+1
| | * | [PATCH] Input: add modalias supportRusty Russell2006-01-043-39/+141
| | * | [PATCH] ide: MODALIAS support for autoloading of ide-cd, ide-disk, ...Kay Sievers2006-01-045-0/+64
| | * | [PATCH] kobject_uevent CONFIG_NET=n fixakpm@osdl.org2006-01-043-4/+5
| | * | [PATCH] Allow overlapping resources for platform devicesKumar Gala2006-01-041-1/+1
| | * | [PATCH] klist: Fix broken kref counting in find functionsFrank Pavlic2006-01-041-0/+2
| | * | [PATCH] Hold the device's parent's lock during probe and removeAlan Stern2006-01-042-2/+28
| | * | [PATCH] driver kill hotplug word from sn and others fixPaul Jackson2006-01-044-9/+9
| | * | [PATCH] HOTPLUG: always enable the .config option, unless EMBEDDEDGreg Kroah-Hartman2006-01-041-8/+9
| | * | [PATCH] driver core: replace "hotplug" by "uevent"Kay Sievers2006-01-0440-378/+372
| | * | [PATCH] merge kobject_uevent and kobject_hotplugKay Sievers2006-01-043-206/+102
| | * | [PATCH] remove mount/umount uevents from superblock handlingKay Sievers2006-01-043-22/+3
| | * | [PATCH] add uevent_helper control in /sys/kernel/Kay Sievers2006-01-041-3/+22
| | * | [PATCH] remove CONFIG_KOBJECT_UEVENT optionKay Sievers2006-01-048-107/+40
| | * | [PATCH] keep pnpbios usermod_helper away from hotplug_path[]Kay Sievers2006-01-041-5/+3
| | |/
| * | [PATCH] i386: "invalid operand" -> "invalid opcode"Chuck Ebbert2006-01-041-1/+1
OpenPOWER on IntegriCloud