summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2005-07-2310-35/+59
|\
| * [PATCH] ARM: 2825/1: S3C2410: turns %d into %ld on DMA printkLucas Correia Villa Real2005-07-241-1/+1
| * [PATCH] ARM SMP: Mark mroe CPU init data with __cpuinitdataRussell King2005-07-201-2/+2
| * [PATCH] ARM SMP: Mark CPU init functions/data with __cpuinit/...dataRussell King2005-07-172-5/+5
| * [PATCH] ARM: 2687/1: i.MX framebuffer: make dmacr register platform configurableSascha Hauer2005-07-173-7/+9
| * [PATCH] ARM: 2816/1: Shark: boot kernel images bigger than 1 MBAlexander Schulz2005-07-171-9/+33
| * [PATCH] ARM: Remove global nwfpe register variableRussell King2005-07-173-11/+9
* | /home/lenb/linux-2.6 branch 'acpi-2.6.12'Luming Yu2005-07-231-14/+3
|\ \
| * | ACPI: delete unnecessary EC console messagesLuming Yu2005-07-231-14/+3
* | | Remove "noreplacement" kernel command line option.Linus Torvalds2005-07-221-13/+1
* | | x86: use alternative instructions for fnsave/fxsave tooLinus Torvalds2005-07-221-8/+7
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2005-07-2258-685/+687
|\ \ \
| * | | [PKT_SCHED]: em_meta: Kill TCF_META_ID_{INDEV,SECURITY,TCVERDICT}David S. Miller2005-07-222-28/+3
| * | | [NETFILTER]: Fix ip6t_LOG MAC formatPatrick McHardy2005-07-221-4/+7
| * | | [NETFILTER]: Use correct byteorder in ICMP NATPatrick McHardy2005-07-221-3/+4
| * | | [NETFILTER]: Wait until all references to ip_conntrack_untracked are dropped ...Patrick McHardy2005-07-221-0/+3
| * | | [NETFILTER]: Fix potential memory corruption in NAT code (aka memory NAT)Patrick McHardy2005-07-222-2/+4
| * | | [NETFILTER]: Fix deadlock in ip6_queuePatrick McHardy2005-07-221-0/+2
| * | | [PKT_SCHED]: Kill TCF_META_ID_REALDEV from meta ematch.David S. Miller2005-07-222-13/+0
| * | | [EQL]: Proper num_slaves decrementLoic Le Loarer2005-07-211-8/+8
| * | | [NETFILTER]: ip_conntrack_expect_related must not free expectationRusty Russell2005-07-2112-60/+46
| * | | [ATM]: zatm: mailbox converted to pci_alloc_consistent()Francois Romieu2005-07-202-46/+62
| * | | [NET]: Fix tc_verd thinko in skb_clone()David S. Miller2005-07-191-2/+2
| * | | [NET]: Make ipip/ip6_tunnel independant of XFRMPatrick McHardy2005-07-196-14/+67
| * | | [IPV4]: Fix up lots of little whitespace indentation stuff in fib_trie.Stephen Hemminger2005-07-192-386/+388
| * | | [NET]: NETCONSOLE must depend on INETAdrian Bunk2005-07-191-1/+1
| * | | [NET]: BRIDGE_EBT_ARPREPLY must depend on INETAdrian Bunk2005-07-191-1/+1
| * | | [IPV4]: Don't select XFRM for ip_grePatrick McHardy2005-07-191-1/+0
| * | | [NET]: Only build flow.o if CONFIG_XFRM=yPatrick McHardy2005-07-191-1/+2
| * | | [ATM]: [speedtch] cure atm_printk() macro gcc-2.95 compile errorDuncan Sands2005-07-191-6/+6
| * | | [ATM]: Trivial spelling fix patch for net/KconfigJesper Juhl2005-07-191-2/+2
| * | | [ATM]: [ambassador] Fix the sparse warning "implicit cast to nocast type"Victor Fusco2005-07-191-1/+3
| * | | [ATM]: [firestream] fix the sparse warning "implicit cast to nocast type"Victor Fusco2005-07-191-2/+4
| * | | [ATM]: [he] remove linux/version.h includeOlaf Hering2005-07-191-1/+0
| * | | [ATM]: [idt77252] use time_after() macroMarcelo Feitoza Parisi2005-07-191-1/+2
| * | | [ATM]: allow bind() on point-to-multpoint svcs (from Martin Whitaker <martin_...Chas Williams2005-07-191-4/+0
| * | | [ATM]: [zatm] eliminate kfree warning (from Tobias Hirning <sskyman@web.de>)Chas Williams2005-07-191-1/+1
| * | | [EMATCH]: Kill TCF_META_ID_TCCLASSID reference from meta ematch as well.David S. Miller2005-07-181-6/+0
| * | | [IPV4]: fix IP_FIB_HASH kconfig warningAdrian Bunk2005-07-181-7/+3
| * | | [NET]: Kconfig: NETCONSOLE and NETPOLL togetherRandy Dunlap2005-07-182-16/+16
| * | | [SCTP]: Fix potential null pointer dereference while handling an icmp errorSridhar Samudrala2005-07-183-42/+17
| * | | [SCTP]: Audit return code of create_proc_*Christophe Lucas2005-07-181-1/+5
| * | | [NET]: Fix "nocast type" warnings in skbuff.hVictor Fusco2005-07-181-1/+2
| * | | [NETLINK]: Fix "nocast type" warningsVictor Fusco2005-07-181-2/+3
| * | | [PKT_SCHED]: Kill TCF_META_ID_TCCLASSID.Patrick McHardy2005-07-181-1/+0
| * | | [PKT_SCHED]: Reduce branch mispredictions in pfifo_fast_dequeueThomas Graf2005-07-181-4/+3
| * | | [PKT_SCHED]: Remove debugging leftover from textsearch ematchThomas Graf2005-07-181-3/+0
| * | | [NET PCMCIA]: drivers/net/pcmcia/smc91c92_cs.c : Use of time_after macroMarcelo Feitoza Parisi2005-07-151-1/+2
| * | | [WAN]: drivers/net/wan/: use of time_after macroMarcelo Feitoza Parisi2005-07-155-10/+15
| * | | [CRYPTO]: Fix zero-extension bug on 64-bit architectures.Herbert Xu2005-07-152-4/+4
OpenPOWER on IntegriCloud