summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | netfilter: tproxy: nf_tproxy_assign_sock() can handle tw socketsEric Dumazet2010-09-221-1/+5
| * | | | ip: fix truesize mismatch in ip fragmentationEric Dumazet2010-09-222-11/+26
| * | | | netxen: dont set skb->truesizeEric Dumazet2010-09-211-3/+0Star
| * | | | qlcnic: dont set skb->truesizeEric Dumazet2010-09-211-5/+0Star
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-09-212-1/+6
| |\ \ \ \
| | * | | | wext: fix potential private ioctl memory content leakJohannes Berg2010-09-201-1/+1
| | * | | | iwlwifi: do not perferm force reset while doing scanWey-Yi Guy2010-09-171-0/+5
| * | | | | tcp: Fix race in tcp_pollTom Marshall2010-09-212-2/+7
| * | | | | rose: Fix signedness issues wrt. digi count.David S. Miller2010-09-211-2/+2
| * | | | | Merge branch 'vhost-net' of git://git.kernel.org/pub/scm/linux/kernel/git/mst...David S. Miller2010-09-201-1/+1
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | vhost-net: fix range checking in mrg bufs caseMichael S. Tsirkin2010-09-141-1/+1
| * | | | | xfrm: Allow different selector family in temporary stateThomas Egerer2010-09-205-51/+69
| * | | | | ip_gre: CONFIG_IPV6_MODULE supportEric Dumazet2010-09-201-4/+4
| * | | | | qlcnic: dont assume NET_IP_ALIGN is 2Eric Dumazet2010-09-181-1/+1
* | | | | | Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2010-09-281-1/+1
|\ \ \ \ \ \
| * | | | | | x86: Avoid 'constant_test_bit()' misoptimization due to cast to non-volatileAlexander Chumachenko2010-09-271-1/+1
* | | | | | | Fix pktcdvd ioctl dev_minor range checkDan Rosenberg2010-09-281-1/+1
* | | | | | | MN10300: Default config choice GDBSTUB_TTYSM0 should be GDBSTUB_ON_TTYSM0David Howells2010-09-281-1/+1
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2010-09-271-2/+4
|\ \ \ \ \ \ \
| * | | | | | | RDMA/cxgb3: Turn off RX coalescing for iWARP connectionsSteve Wise2010-09-271-2/+4
* | | | | | | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-09-2727-81/+207
|\ \ \ \ \ \ \ \
| * | | | | | | | ARM: 6411/1: vexpress: set RAM latencies to 1 cycle for PL310 on ct-ca9x4 tileWill Deacon2010-09-271-1/+7
| * | | | | | | | ARM: 6409/1: davinci: map sram using MT_MEMORY_NONCACHED instead of MT_DEVICESantosh Shilimkar2010-09-254-8/+4Star
| * | | | | | | | ARM: 6408/1: omap: Map only available sram memorySantosh Shilimkar2010-09-251-20/+5Star
| * | | | | | | | ARM: 6407/1: mmu: Setup MT_MEMORY and MT_MEMORY_NONCACHED L1 entriesSantosh Shilimkar2010-09-251-2/+15
| * | | | | | | | Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/px...Russell King2010-09-256-6/+27
| |\ \ \ \ \ \ \ \
| | * | | | | | | | ARM: pxa: remove pr_<level> uses of KERN_<level>Joe Perches2010-09-251-2/+1Star
| | * | | | | | | | ARM: pxa168fb: clear enable bit when not activeHaojian Zhuang2010-09-251-2/+2
| | * | | | | | | | ARM: pxa: fix cpu_is_pxa*() not expanding to zero when not configuredEric Miao2010-09-251-0/+12
| | * | | | | | | | ARM: pxa168: fix corrected reset vectorMark F. Brown2010-09-251-1/+6
| | * | | | | | | | ARM: pxa: Use PIO for PI2C communication on Palm27xMarek Vasut2010-09-251-1/+5
| | * | | | | | | | ARM: pxa: Fix Vpac270 gpio_power for MMCMarek Vasut2010-09-251-0/+1
| * | | | | | | | | ARM: 6401/1: plug a race in the alignment trap handlerNicolas Pitre2010-09-231-2/+17
| * | | | | | | | | ARM: 6406/1: at91sam9g45: fix i2c bus speedPeter Korsgaard2010-09-231-2/+2
| * | | | | | | | | Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/nico/...Russell King2010-09-235-11/+12
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | leds: leds-ns2: fix lockingSimon Guinot2010-09-201-4/+5
| | * | | | | | | | | ARM: dove: fix __io() definition to use bus based offsetEric Miao2010-09-201-3/+3
| | * | | | | | | | | dmaengine: fix interrupt clearing for mv_xorSimon Guinot2010-09-201-1/+1
| | * | | | | | | | | ARM: kirkwood: Unbreak PCIe I/O portArnaud Patard2010-09-202-3/+3
| | |/ / / / / / / /
| * | | | | | | | | ARM: Fix build error when using KCONFIG_CONFIGRussell King2010-09-191-1/+1
| * | | | | | | | | ARM: 6383/1: Implement phys_mem_access_prot() to avoid attributes aliasingCatalin Marinas2010-09-192-0/+18
| * | | | | | | | | ARM: 6400/1: at91: fix arch_gettimeoffset falloutPeter Korsgaard2010-09-191-1/+0Star
| * | | | | | | | | ARM: 6398/1: add proc info for ARM11MPCore/Cortex-A9 from ARMDaniel Walker2010-09-171-1/+25
| * | | | | | | | | ARM: prevent multiple syscall restartsRussell King2010-09-171-0/+2
| * | | | | | | | | ARM: 6395/1: VExpress: Set bit 22 in the PL310 (cache controller) AuxCtlr reg...Catalin Marinas2010-09-171-1/+1
| * | | | | | | | | ARM: 6389/1: errata: incorrect hazard handling in the SCU may lead to data co...Will Deacon2010-09-172-0/+23
| * | | | | | | | | ARM: 6388/1: errata: DMB operation may be faultyWill Deacon2010-09-172-2/+26
| * | | | | | | | | ARM: 6387/1: errata: check primary part ID in proc-v7.SWill Deacon2010-09-171-3/+8
| * | | | | | | | | ARM: 6377/1: supply _cansleep gpio function to U300Linus Walleij2010-09-171-0/+3
| * | | | | | | | | ARM: 6376/1: plat-nomadik: MTU: Change prescaler limit and comment updatesLinus Walleij2010-09-171-7/+10