summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* igb: add support for 82580 MACAlexander Duyck2009-11-207-42/+299
* igb: add support for the 82580 phyAlexander Duyck2009-11-203-0/+275
* drivers/net: tasklet_init - Remove unnecessary leading & from second argJoe Perches2009-11-193-8/+8
* drivers/isdn/gigaset: tasklet_init - Remove unnecessary leading & from second...Joe Perches2009-11-195-6/+6
* X25: Enable setting of cause and diagnostic fieldsAndrew Hendry2009-11-193-0/+19
* iwmc3200top: revamp fw name handlingTomas Winkler2009-11-193-14/+14
* drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches2009-11-1996-131/+131
* netsched: Allow var_sk_bound_if meta to work on all namespacesEric Dumazet2009-11-191-1/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-191961-28664/+85021
|\
| * Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...Linus Torvalds2009-11-197-32/+70
| |\
| | * [CPUFREQ] Fix stale cpufreq_cpu_governor pointerPrarit Bhargava2009-11-181-2/+30
| | * [CPUFREQ] Resolve time unit thinko in ondemand/conservative govsPallipadi, Venkatesh2009-11-182-4/+4
| | * [CPUFREQ] speedstep-ich: fix error caused by 394122ab144dae4b276d74644a2f11c4...Rusty Russell2009-11-181-12/+7Star
| | * [CPUFREQ] Fix use after free on governor restoreDmitry Monakhov2009-11-181-6/+10
| | * [CPUFREQ] acpi-cpufreq: blacklist Intel 0f68: Fix HT detection and put in not...John Villalovos2009-11-181-6/+17
| | * [CPUFREQ] powernow-k8: Fix test in get_transition_latency()Roel Kluin2009-11-181-1/+1
| | * [CPUFREQ] longhaul: select Longhaul version 2 for capable CPUsKrzysztof Helt2009-11-181-1/+1
| * | strcmp: fix overflow and possibly signedness errorLinus Torvalds2009-11-191-6/+14
| * | Merge branch 'agp-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2009-11-191-6/+5Star
| |\ \
| | * | agp/intel-agp: Set dma_mask for capable chipsets before agp_add_bridge()David Woodhouse2009-11-191-6/+5Star
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2009-11-191-2/+2
| |\ \ \
| | * | | ima: replace GFP_KERNEL with GFP_NOFSMimi Zohar2009-11-181-2/+2
| | | |/ | | |/|
| * | | Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-11-195-49/+48Star
| |\ \ \
| | * | | OMAP: cs should be positive in gpmc_cs_free()Roel Kluin2009-11-181-1/+1
| | * | | omap: fix unlikely(x) < yRoel Kluin2009-11-181-1/+1
| | * | | omap3: clock: Fixed dpll3_m2x2 rate calculationTero Kristo2009-11-171-2/+2
| | * | | omap3: clock: Fix the DPLL freqsel computationsRajendra Nayak2009-11-171-1/+1
| | * | | omap: Fix keymap for zoom2 according to matrix keypad framworkVimal Singh2009-11-161-44/+43Star
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2009-11-185-3/+14
| |\ \ \ \
| | * \ \ \ Merge branch 'fix/asoc' into for-linusTakashi Iwai2009-11-183-3/+4
| | |\ \ \ \
| | | * | | | ASoC: tlv320aic23 fix rate selectionTroy Kisky2009-11-181-1/+1
| | | * | | | ASoC: OMAP3 Pandora: update for TWL4030 codec changesGrazvydas Ignotas2009-11-181-1/+2
| | | * | | | ASoC: Modifying the license string GPLv2 for OMAP3 EVMAnuj Aggarwal2009-11-181-1/+1
| | * | | | | Merge branch 'fix/hda' into for-linusTakashi Iwai2009-11-181-0/+1
| | |\ \ \ \ \
| | | * | | | | ALSA: hda - Fix quirk for VAIO type GTakashi Iwai2009-11-171-0/+1
| | * | | | | | ALSA: usb - Quirk to disable master volume control in PCM2702Javier Kohen2009-11-171-0/+9
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-11-1849-490/+432Star
| |\ \ \ \ \ \ \
| | * | | | | | | cxgb3: fix premature page unmapDivy Le Ray2009-11-181-2/+2
| | * | | | | | | ibm_newemac: Fix EMACx_TRTR[TRT] bit shiftsDave Mitchell2009-11-181-2/+2
| | * | | | | | | vlan: Fix register_vlan_dev() error pathEric Dumazet2009-11-171-2/+5
| | * | | | | | | gro: Fix illegal merging of trailer trashHerbert Xu2009-11-171-1/+2
| | * | | | | | | sungem: Fix Serdes detection.David S. Miller2009-11-171-1/+9
| | * | | | | | | net: fix mdio section mismatch warningStephen Rothwell2009-11-171-1/+1
| * | | | | | | | Merge branch 'sh/for-2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2009-11-183-2/+3
| |\ \ \ \ \ \ \ \
| | * | | | | | | | sh: Fixup last users of irq_chip->typenameThomas Gleixner2009-11-182-2/+2
| | * | | | | | | | uio: pm_runtime_disable is needed if failedKuninori Morimoto2009-11-131-0/+1
| | | |_|_|_|/ / / | | |/| | | | | |
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2009-11-189-22/+78
| |\ \ \ \ \ \ \ \
| | * | | | | | | | USB: option.c: add support for D-Link DWM-162-U5Zhang Le2009-11-181-0/+2
| | * | | | | | | | USB: usbmon: fix bug in mon_buff_area_shrinkAlan Stern2009-11-181-4/+7
| | * | | | | | | | USB: xhci: Fix scratchpad deallocation.Sarah Sharp2009-11-181-1/+1