summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | | virtio_net: Check for room in the vq before adding bufferAmit Shah2009-09-241-4/+4
| | * | | | | | | | | | | | | | virtio_net: avoid (most) NETDEV_TX_BUSY by stopping queue early.Rusty Russell2009-09-241-24/+40
| | * | | | | | | | | | | | | | virtio_net: formalize skb_vnet_hdrRusty Russell2009-09-241-37/+44
| | * | | | | | | | | | | | | | virtio_net: don't free buffers in xmit ringRusty Russell2009-09-241-59/+5
| | * | | | | | | | | | | | | | virtio_net: return NETDEV_TX_BUSY instead of queueing an extra skb.Rusty Russell2009-09-241-36/+10
| | * | | | | | | | | | | | | | virtio_net: skb_orphan() and nf_reset() in xmit path.Rusty Russell2009-09-241-1/+5
| | | |_|_|_|_|_|/ / / / / / / | | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2009-09-261-2/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | sparc64: vio: Kill BUILD_BUG_ON() in vio_dring_avail().David S. Miller2009-09-171-2/+0
* | | | | | | | | | | | | | | | make Linux bootable on ARM againNicolas Pitre2009-09-261-0/+2
| |_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-09-255-72/+142
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | writeback: writeback_inodes_sb() should use bdi_start_writeback()Jens Axboe2009-09-251-1/+1
| * | | | | | | | | | | | | | writeback: don't delay inodes redirtied by a fast dirtierWu Fengguang2009-09-251-3/+9
| * | | | | | | | | | | | | | writeback: make the super_block pinning more efficientJens Axboe2009-09-251-17/+29
| * | | | | | | | | | | | | | writeback: don't resort for a single super_block in move_expired_inodes()Jens Axboe2009-09-251-1/+11
| * | | | | | | | | | | | | | writeback: move inodes from one super_block togetherShaohua Li2009-09-251-3/+18
| * | | | | | | | | | | | | | writeback: get rid to incorrect references to pdflush in commentsJens Axboe2009-09-255-19/+17
| * | | | | | | | | | | | | | writeback: improve readability of the wb_writeback() continue/break logicJens Axboe2009-09-251-20/+23
| * | | | | | | | | | | | | | writeback: cleanup writeback_single_inode()Wu Fengguang2009-09-251-8/+7
| * | | | | | | | | | | | | | writeback: kupdate writeback shall not stop when more io is possibleWu Fengguang2009-09-251-2/+2
| * | | | | | | | | | | | | | writeback: stop background writeback when below background thresholdWu Fengguang2009-09-252-14/+20
| * | | | | | | | | | | | | | writeback: balance_dirty_pages() shall write more than dirtied pagesWu Fengguang2009-09-251-6/+10
| * | | | | | | | | | | | | | fs: Fix busyloop in wb_writeback()Jan Kara2009-09-251-1/+18
* | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2009-09-2555-1284/+3409
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | sh_mobile_ceu_camera: fix compile breakage, caused by a bad mergeGuennadi Liakhovetski2009-09-251-2/+2
| * | | | | | | | | | | | | | | sh: Add support DMA Engine to SH7780Nobuhiro Iwamatsu2009-09-251-0/+14
| * | | | | | | | | | | | | | | sh: Add support DMA Engine to SH7722Nobuhiro Iwamatsu2009-09-251-0/+14
| * | | | | | | | | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2009-09-25623-12842/+29885
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | sh: enable onenand support in kfr2r09 defconfig.Paul Mundt2009-09-251-2/+7
| * | | | | | | | | | | | | | | | sh: update defconfigs.Paul Mundt2009-09-2548-1271/+3269
| * | | | | | | | | | | | | | | | sh: add FSI driver support for ms7724seKuninori Morimoto2009-09-251-0/+89
| * | | | | | | | | | | | | | | | sh: Fix up uninitialized variable use caught by gcc 4.4.Paul Mundt2009-09-241-6/+6
| * | | | | | | | | | | | | | | | sh: Handle unaligned 16-bit instructions on SH-2A.Paul Mundt2009-09-241-3/+8
| * | | | | | | | | | | | | | | | sh: mach-ecovec24: Add active low setting for sh_ethKuninori Morimoto2009-09-241-0/+1
| * | | | | | | | | | | | | | | | sh: includecheck fix: dwarf.cJaswinder Singh Rajput2009-09-241-1/+0
| | |_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds2009-09-253-0/+362
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | [WATCHDOG] Add support for the Avionic Design Xanthos watchdog timer.Thierry Reding2009-09-253-0/+362
| | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-09-2593-2909/+2610
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| | | | / / / / / / / / / / / | | |_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | genetlink: fix netns vs. netlink table locking (2)Johannes Berg2009-09-243-9/+15
| * | | | | | | | | | | | | | 3c59x: Get rid of "Trying to free already-free IRQ"Anton Vorontsov2009-09-241-9/+3
| * | | | | | | | | | | | | | tunnel: eliminate recursion fieldEric Dumazet2009-09-245-36/+1
| * | | | | | | | | | | | | | ems_pci: fix size of CAN controllers BAR mapping for CPC-PCI v2Sebastian Haas2009-09-241-7/+9
| * | | | | | | | | | | | | | net: fix htmldocs sunrpc, clnt.cJaswinder Singh Rajput2009-09-241-2/+3
| * | | | | | | | | | | | | | Phonet: error on broadcast sending (unimplemented)Rémi Denis-Courmont2009-09-242-0/+7
| * | | | | | | | | | | | | | Phonet: fix race for port number in concurrent bind()Rémi Denis-Courmont2009-09-241-8/+8
| * | | | | | | | | | | | | | pktgen: better scheduler friendlinessStephen Hemminger2009-09-241-79/+72
| * | | | | | | | | | | | | | pktgen: T_TERMINATE flag is unusedStephen Hemminger2009-09-241-5/+4
| * | | | | | | | | | | | | | ipv4: check optlen for IP_MULTICAST_IF optionShan Wei2009-09-241-0/+3
| * | | | | | | | | | | | | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-09-246498-342228/+724722
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-09-2333-307/+835
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | ath9k: Initialize txgain and rxgain for newer AR9287 chipsets.Vivek Natarajan2009-09-231-2/+2