summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-10-0441-398/+462
|\
| * [XFRM]: BEET modeDiego Beltrami2006-10-0414-11/+309
| * [TCP]: Kill warning in tcp_clean_rtx_queue().David S. Miller2006-10-041-1/+1
| * [NET_SCHED]: Remove old estimator implementationPatrick McHardy2006-10-041-196/+0
| * [ATM]: [zatm] always *pcr in alloc_shaper()Chas Williams2006-10-041-0/+1
| * [ATM]: [ambassador] Change the return type to reflect realityJeff Garzik2006-10-041-2/+2
| * [ATM]: kmalloc to kzalloc patches for drivers/atmOm Narasimhan2006-10-047-47/+16
| * [TIPC]: fix printk warningJeff Garzik2006-10-041-2/+3
| * [XFRM]: Clearing xfrm_policy_count[] to zero during flush is incorrect.David S. Miller2006-10-041-2/+5
| * [XFRM] STATE: Use destination address for src hash.Masahide NAKAMURA2006-10-042-10/+13
| * [NEIGH]: always use hash_mask under tbl lockJulian Anastasov2006-10-041-6/+6
| * [UDP]: Fix MSG_PROBE crashHerbert Xu2006-10-042-0/+4
| * [UDP6]: Fix flowi clobberingHerbert Xu2006-10-041-31/+31
| * [NET_SCHED]: Revert "HTB: fix incorrect use of RB_EMPTY_NODE"Ismail Donmez2006-10-041-1/+1
| * [NETFILTER]: ebt_mark: add or/and/xor action support to mark targetBart De Schuymer2006-10-042-4/+29
| * [NETFILTER]: ipt_REJECT: remove largely duplicate route_reverse functionPatrick McHardy2006-10-041-78/+19
| * [NETFILTER]: Honour source routing for LVS-NATSimon Horman2006-10-041-0/+10
| * [NETFILTER]: add type parameter to ip_route_me_harderSimon Horman2006-10-044-6/+11
| * [NETFILTER]: Kconfig: fix xt_physdev dependenciesPatrick McHardy2006-10-041-1/+1
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/willy/parisc-2.6Linus Torvalds2006-10-0445-727/+1473
|\ \
| * | [PARISC] Kill wall_jiffies useAndrew Morton2006-10-041-3/+0
| * | [PARISC] Honour "panic_on_oops" sysctlHelge Deller2006-10-041-0/+10
| * | [PARISC] Fix fs/binfmt_som.cMatthew Wilcox2006-10-041-2/+16
| * | [PARISC] Export clear_user_page to modulesMatthew Wilcox2006-10-041-2/+2
| * | [PARISC] Make DMA routines more stubbyMatthew Wilcox2006-10-041-6/+1
| * | [PARISC] Define pci_get_legacy_ide_irqMatthew Wilcox2006-10-041-0/+5
| * | [PARISC] Fix CONFIG_DEBUG_SPINLOCKMatthew Wilcox2006-10-041-3/+0
| * | [PARISC] Fix HPUX compat compile with current GCCMatthew Wilcox2006-10-041-1/+1
| * | [PARISC] Fix iounmap compile warningMatthew Wilcox2006-10-042-2/+2
| * | [PARISC] Add support for Quicksilver AGPGARTKyle McMartin2006-10-046-12/+487
| * | [PARISC] Move LBA and SBA register defines to the common ropes.hKyle McMartin2006-10-043-162/+162
| * | [PARISC] Create shared <asm/ropes.h> headerKyle McMartin2006-10-045-201/+153
| * | [PARISC] Stash the lba_device in its struct device drvdataKyle McMartin2006-10-041-0/+1
| * | [PARISC] Generalize IS_ASTRO et al to take a parisc_device likeKyle McMartin2006-10-041-14/+20
| * | [PARISC] Pretty print the name of the lba type on kernel bootKyle McMartin2006-10-041-6/+10
| * | [PARISC] Remove some obsolete comments and I checked that Reo is similar to IkeMatthew Wilcox2006-10-041-7/+2
| * | [PARISC] Add hardware found in the rp8400Matthew Wilcox2006-10-041-0/+3
| * | [PARISC] Allow nested interruptsJames Bottomley2006-10-044-64/+93
| * | [PARISC] Further updates to timer_interrupt()Grant Grundler2006-10-041-62/+65
| * | [PARISC] remove halftick and copy clocktick to local var (gcc can optimize us...Grant Grundler2006-10-041-15/+31
| * | [PARISC] Rewrite timer_interrupt() and gettimeoffset() using "unsigned" math.Grant Grundler2006-10-041-44/+96
| * | [PARISC] Enable interrupts while spinningMatthew Wilcox2006-10-041-10/+21
| * | [PARISC] Add new function to start local Interval Timer, start_cpu_itimer()Grant Grundler2006-10-042-10/+14
| * | [PARISC] Prevent processor_probe() from clobbering cpu_data[0]Grant Grundler2006-10-041-2/+3
| * | [PARISC] Use CONFIG_HZ to determine interval timer rate (aka clock ticks)Grant Grundler2006-10-041-7/+3
| * | [PARISC] Implement futex_atomic_cmpxchg_inatomicCarlos O'Donell2006-10-041-3/+68
| * | [PARISC] Improve rwlock implementationMatthew Wilcox2006-10-041-37/+61
| * | [PARISC] [BUGFIX] nullify branch delay slot of the jump back toKyle McMartin2006-10-041-1/+1
| * | [PARISC] Clean up asm-parisc/serial.hMatthew Wilcox2006-10-042-16/+4
| * | [PARISC] Allow overriding personality with sys_personalityKyle McMartin2006-10-042-2/+47