| Commit message (Expand) | Author | Age | Files | Lines |
* | net: Fix definition of netif_vdbg() when VERBOSE_DEBUG is defined | Ben Hutchings | 2010-07-05 | 1 | -1/+1 |
* | linux/net.h: fix kernel-doc warnings | Randy Dunlap | 2010-07-02 | 1 | -2/+1 |
* | net: decreasing real_num_tx_queues needs to flush qdisc | John Fastabend | 2010-07-02 | 2 | -4/+11 |
* | sched: qdisc_reset_all_tx is calling qdisc_reset without qdisc_lock | John Fastabend | 2010-07-02 | 1 | -2/+10 |
* | mv643xx_eth: use sw csum for big packets | Saeed Bishara | 2010-06-30 | 1 | -0/+5 |
* | xfrm: fix XFRMA_MARK extraction in xfrm_mark_get | Andreas Steffen | 2010-06-30 | 1 | -1/+1 |
* | ethtool: Fix potential user buffer overflow for ETHTOOL_{G, S}RXFH | Ben Hutchings | 2010-06-29 | 1 | -0/+2 |
* | snmp: fix SNMP_ADD_STATS() | Eric Dumazet | 2010-06-23 | 1 | -1/+1 |
* | net: deliver skbs on inactive slaves to exact matches | John Fastabend | 2010-06-10 | 1 | -1/+4 |
* | net: check for refcount if pop a stacked dst_entry | Steffen Klassert | 2010-06-04 | 1 | -3/+3 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller | 2010-05-31 | 1 | -1/+1 |
|\ |
|
| * | netfilter: xtables: stackptr should be percpu | Eric Dumazet | 2010-05-31 | 1 | -1/+1 |
* | | net: sock_queue_err_skb() dont mess with sk_forward_alloc | Eric Dumazet | 2010-05-31 | 1 | -14/+1 |
* | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 2010-05-31 | 218 | -1381/+4842 |
|\ \
| |/ |
|
| * | Merge branch 'slub/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2010-05-30 | 1 | -7/+4 |
| |\ |
|
| | * | SLUB: Allow full duplication of kmalloc array for 390 | Christoph Lameter | 2010-05-30 | 1 | -1/+1 |
| | * | slub: move kmem_cache_node into it's own cacheline | Alexander Duyck | 2010-05-24 | 1 | -6/+3 |
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds | 2010-05-30 | 1 | -1/+4 |
| |\ \ |
|
| | * | | fuse: support splice() writing to fuse device | Miklos Szeredi | 2010-05-25 | 1 | -1/+4 |
| | |/ |
|
| * | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same... | Linus Torvalds | 2010-05-30 | 10 | -281/+657 |
| |\ \ |
|
| | * | | mfd: New AB8500 driver | Rabin Vincent | 2010-05-28 | 2 | -262/+128 |
| | * | | mfd: AB3100 register access change to abx500 API | Mattias Wallin | 2010-05-28 | 1 | -15/+119 |
| | * | | mfd: Renamed ab3100.h to abx500.h | Linus Walleij | 2010-05-28 | 1 | -0/+0 |
| | * | | mfd: Add Toshiba's TC35892 MFD core | Rabin Vincent | 2010-05-28 | 1 | -0/+132 |
| | * | | mfd: Ensure WM831x charger interrupts are acknowledged when suspending | Mark Brown | 2010-05-28 | 1 | -2/+3 |
| | * | | input: Touchscreen driver for TPS6507x | Todd Fischer | 2010-05-28 | 2 | -0/+26 |
| | * | | mfd: Add TPS6507x support | Todd Fischer | 2010-05-28 | 1 | -0/+22 |
| | * | | mfd: Add tps6507x board data structure | Todd Fischer | 2010-05-28 | 1 | -0/+11 |
| | * | | mfd: Move TPS6507x register definition to header file. | Todd Fischer | 2010-05-28 | 1 | -0/+134 |
| | * | | mfd: Janz CMOD-IO PCI MODULbus Carrier Board support | Ira W. Snyder | 2010-05-28 | 1 | -0/+54 |
| | * | | mfd: Section cleanup of 88pm860x driver | Henrik Kretzschmar | 2010-05-28 | 1 | -2/+2 |
| | * | | mfd: Add support for the RDC321x southbridge | Florian Fainelli | 2010-05-28 | 1 | -0/+26 |
| * | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy... | Linus Torvalds | 2010-05-30 | 1 | -0/+45 |
| |\ \ \ |
|
| | * | | | DMA: PL330: Add dma api driver | Jassi Brar | 2010-05-23 | 1 | -0/+45 |
| * | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2010-05-30 | 2 | -57/+42 |
| |\ \ \ \ |
|
| | * | | | | quota: Convert quota statistics to generic percpu_counter | Dmitry Monakhov | 2010-05-27 | 1 | -12/+4 |
| | * | | | | quota: rename default quotactl methods to dquot_ | Christoph Hellwig | 2010-05-24 | 1 | -11/+11 |
| | * | | | | quota: explicitly set ->dq_op and ->s_qcop | Christoph Hellwig | 2010-05-24 | 1 | -9/+0 |
| | * | | | | quota: drop remount argument to ->quota_on and ->quota_off | Christoph Hellwig | 2010-05-24 | 2 | -4/+4 |
| | * | | | | quota: move unmount handling into the filesystem | Christoph Hellwig | 2010-05-24 | 1 | -15/+0 |
| | * | | | | quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappers | Christoph Hellwig | 2010-05-24 | 1 | -7/+24 |
| * | | | | | rapidio: fix new kernel-doc warnings | Randy Dunlap | 2010-05-30 | 1 | -0/+6 |
| * | | | | | Revert "cpusets: randomize node rotor used in cpuset_mem_spread_node()" | Linus Torvalds | 2010-05-30 | 2 | -9/+0 |
| * | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2010-05-30 | 1 | -0/+2 |
| |\ \ \ \ \ |
|
| | * | | | | | sched: add wait_for_completion_killable_timeout | Sage Weil | 2010-05-29 | 1 | -0/+2 |
| * | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw... | Linus Torvalds | 2010-05-29 | 1 | -0/+16 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | ALSA: usb-audio: parse UAC2 endpoint descriptors correctly | Daniel Mack | 2010-05-27 | 1 | -0/+16 |
| * | | | | | | | Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2010-05-28 | 1 | -3/+5 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | cpuidle: make cpuidle_curr_driver static | Len Brown | 2010-05-27 | 1 | -0/+2 |
| | * | | | | | | | cpuidle: fail to register if !CONFIG_CPU_IDLE | Len Brown | 2010-05-27 | 1 | -3/+3 |
| | | |/ / / / /
| | |/| | | | | |
|