summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French2005-11-092548-94989/+138676
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Linus Torvalds2005-11-091-0/+3
| |\
| | * JFS: set i_ctime & i_mtime on target directory when creating linksDave Kleikamp2005-10-311-0/+3
| * | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2005-11-098-72/+92
| |\ \
| | * | [IPV6]: ip6ip6_lock is not unlocked in error path.Ken-ichirou MATSUZAWA2005-11-091-0/+1
| | * | [IPV6]: Fix fallout from CONFIG_IPV6_PRIVACYPeter Chubb2005-11-091-1/+2
| | * | [NETFILTER] ctnetlink: ICMP_ID is u_int16_t not u_int8_t.Krzysztof Piotr Oledzki2005-11-091-1/+1
| | * | [NETFILTER] ctnetlink: Fix oops when no ICMP ID info in messageKrzysztof Piotr Oledzki2005-11-091-1/+2
| | * | [NETFILTER] ctnetlink: Add support to identify expectations by ID'sPablo Neira Ayuso2005-11-091-0/+8
| | * | [NETFILTER] ctnetlink: propagate error instaed of returning -EPERMPablo Neira Ayuso2005-11-091-1/+1
| | * | [NETFILTER] ctnetlink: return -EINVAL if size is wrongPablo Neira Ayuso2005-11-091-1/+1
| | * | [NETFILTER]: stop tracking ICMP error at early pointYasuyuki Kozakai2005-11-091-5/+5
| | * | [NETFILTER] nfnetlink: only load subsystems if CAP_NET_ADMIN is setHarald Welte2005-11-091-7/+10
| | * | [NETFILTER] PPTP helper: fix PNS-PAC expectation call idPhilip Craig2005-11-091-2/+26
| | * | [NETFILTER] ctnetlink: get_conntrack can use GFP_KERNELPablo Neira Ayuso2005-11-091-1/+1
| | * | [NETFILTER] ctnetlink: kill unused includesPablo Neira Ayuso2005-11-091-3/+0
| | * | [NETFILTER] ctnetlink: add module alias to fix autoloadingPablo Neira Ayuso2005-11-091-0/+2
| | * | [NETFILTER] ctnetlink: add marking support from userspacePablo Neira Ayuso2005-11-091-0/+10
| | * | [NETFILTER] ctnetlink: check if protoinfo is presentPablo Neira Ayuso2005-11-091-0/+5
| | * | [NETFILTER] nfnetlink: nfattr_parse() can never fail, make it voidHarald Welte2005-11-094-46/+11
| | * | [NETFILTER]: refcount leak of proto when ctnetlink dumping tupleYasuyuki Kozakai2005-11-091-3/+6
| | * | [NETFILTER]: packet counter of conntrack is 32bitsYasuyuki Kozakai2005-11-091-1/+1
| * | | [SPARC] sbus rtc: implement ->compat_ioctlChristoph Hellwig2005-11-092-2/+22
| * | | [SPARC]: Fix locking thinkos in display7seg and cpwatchdog drivers.David S. Miller2005-11-092-2/+2
| * | | [SPARC64]: Use ARRAY_SIZE macroTobias Klauser2005-11-093-5/+3
| * | | [SPARC]: Use ARRAY_SIZE macroTobias Klauser2005-11-093-5/+3
| |/ /
| * | Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgartLinus Torvalds2005-11-094-12/+30
| |\ \
| | * | [PATCH] i460-agp warning fixesAndrew Morton2005-11-081-3/+5
| | * | [PATCH] AGP performance fixesAlan Hourihane2005-11-084-9/+25
| * | | Fix ptrace self-attach ruleLinus Torvalds2005-11-091-1/+1
| * | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2005-11-0916-24/+379
| |\ \ \
| | * | | [ARM] 3057/1: Add memory control method to support OneNAND sync burst readKyungmin Park2005-11-091-0/+3
| | * | | [ARM] Clean up save_and_disable_irqs macro and allow use of ARMv6 CPSIDRussell King2005-11-092-5/+8
| | * | | Merge with ARM SMP treeRussell King2005-11-099-5/+293
| | |\ \ \
| | | * | | [ARM SMP] Add CPU hotplug support for Realview MPcoreRussell King2005-11-092-0/+139
| | | * | | [ARM SMP] Add local timer support for Realview MPcoreRussell King2005-11-098-5/+154
| | * | | | [ARM] 3100/1: simplify a pointer computationNicolas Pitre2005-11-091-1/+1
| | * | | | [ARM] 3138/1: SMDK2440 - fix map_desc initialisation (and ISA memory space)Ben Dooks2005-11-091-2/+21
| | * | | | [ARM] 3137/1: RX3715 - fix map_desc initialiserBen Dooks2005-11-091-2/+11
| | * | | | [ARM] 3136/1: Anubis - fix map_desc initialisersBen Dooks2005-11-091-9/+42
| * | | | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2005-11-0918-43/+33
| |\ \ \ \ \
| | * | | | | [PATCH] libata: if condition fix for ata_dev_identify()Albert Lee2005-11-091-3/+2
| | * | | | | [PATCH] libata kernel-doc fixesRandy Dunlap2005-11-092-5/+6
| | * | | | | Merge branch 'master'Jeff Garzik2005-11-091533-23710/+51548
| | |\ \ \ \ \ | | | |/ / / /
| | * | | | | [libata] eliminate use of drivers/scsi/scsi.h compatibility header/definesJeff Garzik2005-11-0718-35/+25
| * | | | | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2005-11-0935-3663/+8138
| |\ \ \ \ \ \
| | * | | | | | [PATCH] IOC: And don't mark the things as broken Cowboy.Ralf Baechle2005-11-091-1/+1
| | * | | | | | [PATCH] dgrs: fix warnings when CONFIG_ISA and CONFIG_PCI are not enabledAshutosh Naik2005-11-091-9/+7
| | * | | | | | [PATCH] uml_net: use ethtool_opsChristoph Hellwig2005-11-091-27/+11
| | * | | | | | [PATCH] xtensa platform-iss network: remove no-op ioctl handlerChristoph Hellwig2005-11-091-33/+0
OpenPOWER on IntegriCloud